prefix.EXIT was broken by the last update (QE-3.1.1 does not work).

Kostya


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3263 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kkudin 2006-07-10 20:15:57 +00:00
parent 05413bcd09
commit 5b9f84cee9
1 changed files with 6 additions and 4 deletions

View File

@ -116,12 +116,14 @@ MODULE check_stop
OPEN( UNIT = iunexit, FILE = TRIM( exit_file ) )
CLOSE( UNIT = iunexit, STATUS = 'DELETE' )
!
ELSE
!
seconds = elapsed_seconds()
!
check_stop_now = ( seconds > max_seconds )
!
END IF
!
seconds = elapsed_seconds()
!
check_stop_now = ( seconds > max_seconds )
!
END IF
!
CALL mp_bcast( check_stop_now, ionode_id, intra_image_comm )