added mpi barrier after restat write to avoid send/recv time out

This commit is contained in:
ignis 2019-04-04 17:08:52 +09:00
parent 8431f9cac8
commit d798fe343e

View file

@ -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