Skip to content
Snippets Groups Projects
Commit 6773bd24 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

reduction of the safety time gap before stopping, now 10% before 20%

parent ee7960fb
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ SUBROUTINE tesend
!________________________________________________________________________________
! 4. Test on run time
CALL cpu_time(tnow)
mlend = (1.2*(tnow-start)) .GT. maxruntime
mlend = (1.1*(tnow-start)) .GT. maxruntime
CALL mpi_allreduce(mlend, nlend, 1, MPI_LOGICAL, MPI_LOR, MPI_COMM_WORLD, ierr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment