Changeset 9844
- Timestamp:
- 2018-06-26T11:42:19+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/src/OCE/LBC/mpp_lnk_generic.h90
r9814 r9844 179 179 ! 180 180 IF (ncom_stp <= ( nit000 + 1 ) .or. mod(ncom_stp,nn_comm_mod) == 0 ) THEN 181 !182 CALL tic_tac(.TRUE.)183 !184 181 IF ( TRIM(rname) == "simulated_lbc_lnk" ) THEN 185 182 zt3we = zt3we + 1. ; zt3ew = zt3ew + 1. 186 183 ENDIF 184 ! 185 CALL tic_tac(.TRUE.) 186 ! 187 187 SELECT CASE ( nbondi ) 188 188 CASE ( -1 ) … … 202 202 IF(l_isend) CALL mpi_wait(ml_req1, ml_stat, ml_err ) 203 203 END SELECT 204 ! 205 CALL tic_tac(.FALSE.) 206 ! 204 207 END IF 205 208 ! … … 266 269 zt3sn = zt3sn + 1. ; zt3ns = zt3ns + 1. 267 270 ENDIF 268 271 ! 272 CALL tic_tac(.TRUE.) 273 ! 269 274 SELECT CASE ( nbondj ) 270 275 CASE ( -1 )
Note: See TracChangeset
for help on using the changeset viewer.