Changeset 3812 for trunk/LMDZ.COMMON
- Timestamp:
- Jun 24, 2025, 5:29:51 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/abort_gcm.F
r3350 r3812 31 31 character(len=*), intent(in):: message 32 32 33 write(lunout,*) 'in abort_gcm'33 if (MPI_rank .eq. 0) write(lunout,*) 'in abort_gcm' 34 34 #ifdef CPP_IOIPSL 35 35 c$OMP MASTER
Note: See TracChangeset
for help on using the changeset viewer.