Changeset 4460
- Timestamp:
- Mar 9, 2023, 5:16:38 PM (22 months ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 2 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 -
LMDZ6/trunk/libf/phylmd/create_etat0_limit_unstruct.F90
r3585 r4460 89 89 abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine' 90 90 CALL abort_physic(modname,abort_message,0) 91 STOP 092 91 ENDIF 93 92 !$OMP BARRIER … … 110 109 abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine' 111 110 CALL abort_physic(modname,abort_message,0) 112 STOP 0113 111 ENDIF 114 112 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.