check_stop_init doesn't remove any longer the EXIT file (following a

suggestion By Riccardo dM). It was useless anyway to remove it.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6360 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2010-02-05 17:01:15 +00:00
parent 209cc3e8d4
commit 18d2bf891b
1 changed files with 0 additions and 13 deletions

View File

@ -55,19 +55,6 @@ MODULE check_stop
! !
IF ( max_seconds_ > 0.0_DP ) max_seconds = max_seconds_ IF ( max_seconds_ > 0.0_DP ) max_seconds = max_seconds_
! !
IF ( meta_ionode ) THEN
!
INQUIRE( FILE = TRIM( exit_file ), EXIST = tex )
!
IF ( tex ) THEN
!
OPEN( stopunit, FILE = TRIM( exit_file ), STATUS = 'OLD' )
CLOSE( stopunit, STATUS = 'DELETE' )
!
END IF
!
END IF
!
init_second = cclock() init_second = cclock()
tinit = .TRUE. tinit = .TRUE.
! !