New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11390 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_DYN_optimization/src/OCE/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2019-08-02T10:43:44+02:00 (5 years ago)
Author:
girrmann
Message:

dev_r10984_HPC-13 : merge DYN with BDY @11389, see #2308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_DYN_optimization/src/OCE/LBC/lib_mpp.F90

    r11317 r11390  
    6767   PUBLIC   mpp_report 
    6868   PUBLIC   tic_tac 
     69#if ! defined key_mpp_mpi 
     70   PUBLIC MPI_Wtime 
     71#endif 
    6972    
    7073   !! * Interfaces 
     
    10591062      INTEGER                            , INTENT(  out) ::   ierror 
    10601063   END SUBROUTINE mpi_wait 
     1064 
     1065    
     1066   FUNCTION MPI_Wtime() 
     1067      REAL(wp) ::  MPI_Wtime 
     1068      MPI_Wtime = -1. 
     1069   END FUNCTION MPI_Wtime 
    10611070#endif 
    10621071 
Note: See TracChangeset for help on using the changeset viewer.