Changeset 4460 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Mar 9, 2023, 5:16:38 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phy_common/abort_physic.F90
r2326 r4460 38 38 if (ierr .eq. 0) then 39 39 write(lunout,*) 'Everything is cool' 40 #ifdef CPP_MPI 41 !$OMP CRITICAL (MPI_ABORT_PHYSIC) 42 call MPI_ABORT(COMM_LMDZ_PHY, 0, ierror_mpi) 43 !$OMP END CRITICAL (MPI_ABORT_PHYSIC) 44 #else 45 stop 0 46 #endif 40 47 else 41 48 write(lunout,*) 'Houston, we have a problem, ierr = ', ierr
Note: See TracChangeset
for help on using the changeset viewer.