Changeset 2100 for LMDZ5/trunk/libf/dyn3dpar
- Timestamp:
- Jul 22, 2014, 6:33:56 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/abort_gcm.F
r1907 r2100 27 27 C ierr = severity of situation ( = 0 normal ) 28 28 29 character(len=*) modname29 character(len=*), intent(in):: modname 30 30 integer ierr, ierror_mpi 31 character(len=*) message31 character(len=*), intent(in):: message 32 32 33 33 write(lunout,*) 'in abort_gcm' … … 53 53 write(lunout,*) 'Everything is cool' 54 54 else 55 write(lunout,*) 'Houston, we have a problem ', ierr55 write(lunout,*) 'Houston, we have a problem, ierr = ', ierr 56 56 #ifdef CPP_MPI 57 57 C$OMP CRITICAL (MPI_ABORT_GCM) -
LMDZ5/trunk/libf/dyn3dpar/guide_p_mod.F90
r2025 r2100 374 374 ENDIF 375 375 376 PRINT *,'---> on rentre dans guide_main'377 376 ! CALL AllGather_Field(ucov,ip1jmp1,llm) 378 377 ! CALL AllGather_Field(vcov,ip1jm,llm)
Note: See TracChangeset
for help on using the changeset viewer.