Changeset 3350 for trunk/LMDZ.COMMON/libf/phy_common
- Timestamp:
- May 31, 2024, 3:04:18 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/phy_common/abort_physic.F90
r1521 r3350 37 37 write(lunout,*) 'Reason = ',message 38 38 if (ierr .eq. 0) then 39 write(lunout,*) 'Everything is cool '39 write(lunout,*) 'Everything is cool!' 40 40 else 41 write(lunout,*) 'Houston, we have a problem, ierr = 41 write(lunout,*) 'Houston, we have a problem, ierr =', ierr 42 42 #ifdef CPP_MPI 43 43 !$OMP CRITICAL (MPI_ABORT_PHYSIC)
Note: See TracChangeset
for help on using the changeset viewer.