Changeset 4471
- Timestamp:
- Mar 10, 2023, 10:54:14 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/abort_gcm.F
r4462 r4471 45 45 if (ierr .eq. 0) then 46 46 write(lunout,*) 'Everything is cool' 47 #ifdef CPP_MPI48 c$OMP CRITICAL (MPI_ABORT_GCM)49 call MPI_ABORT(COMM_LMDZ, 0, ierror_mpi)50 c$OMP END CRITICAL (MPI_ABORT_GCM)51 #else52 stop 053 #endif54 47 else 55 48 write(lunout,*) 'Houston, we have a problem, ierr = ', ierr
Note: See TracChangeset
for help on using the changeset viewer.