Bug fix: In the parallel case ph.x could not properly stop after max_seconds.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3265 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2006-07-11 10:03:22 +00:00
parent c32550af4e
commit ce63a20b8d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ subroutine bcast_ph_input ( )
use io_files
USE control_flags, only: iverbosity, reduce_io
USE ramanm, ONLY: lraman, elop, dek, eth_rps, eth_ns
USE check_stop, ONLY: max_seconds
USE input_parameters, ONLY: max_seconds
USE ions_base, ONLY : amass
implicit none