Changeset 10425 for NEMO/trunk/src/SAS/nemogcm.F90
- Timestamp:
- 2018-12-19T22:54:16+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/SAS/nemogcm.F90
r10068 r10425 94 94 ! check that all process are still there... If some process have an error, 95 95 ! they will never enter in step and other processes will wait until the end of the cpu time! 96 IF( lk_mpp ) CALL mpp_max(nstop )96 CALL mpp_max( 'nemogcm', nstop ) 97 97 98 98 IF(lwp) WRITE(numout,cform_aaa) ! Flag AAAAAAA … … 486 486 ierr = ierr + bdy_oce_alloc() ! bdy masks (incl. initialization) 487 487 ! 488 IF( lk_mpp ) CALL mpp_sum(ierr )488 CALL mpp_sum( 'nemogcm', ierr ) 489 489 IF( ierr /= 0 ) CALL ctl_stop( 'STOP', 'nemo_alloc: unable to allocate standard ocean arrays' ) 490 490 !
Note: See TracChangeset
for help on using the changeset viewer.