Changeset 5856
- Timestamp:
- Oct 21, 2025, 12:36:50 PM (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/create_etat0_limit_unstruct_mod.f90
r5268 r5856 81 81 CALL xios_context_finalize() 82 82 CALL xios_finalize() 83 CALL MPI_Finalize(ierr)83 ! CALL MPI_Finalize(ierr) 84 84 abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine' 85 85 write(lunout,*) abort_message … … 99 99 CALL xios_context_finalize() 100 100 CALL xios_finalize() 101 CALL MPI_Finalize(ierr)101 ! CALL MPI_Finalize(ierr) 102 102 ENDIF 103 103 !$OMP BARRIER
Note: See TracChangeset
for help on using the changeset viewer.