added mpi barrier after restat write to avoid send/recv time out
This commit is contained in:
parent
8431f9cac8
commit
d798fe343e
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ module m_fdm_calc
|
|||
call MPI_FILE_CLOSE(fh, mpi_err)
|
||||
call MPI_INFO_FREE(mpi_info, mpi_err)
|
||||
|
||||
call MPI_Barrier(MPI_COMM_TASK, mpi_err)
|
||||
|
||||
if (myid.eq.0) write(*,*) '======================================================='
|
||||
fullsavenum=fullsavenum+1
|
||||
end subroutine fdm_restart_write
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue