adjustment to work with specially-compiled pw2qmcpack (and all other variants)

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6327 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Jaron Krogel 2014-07-08 14:25:39 +00:00
parent 030279c0e0
commit 8a8036553f
1 changed files with 4 additions and 8 deletions

View File

@ -298,15 +298,11 @@ class Pw2qmcpack(Simulation):
success = files_exist and outfin
#print
#print 'files exist',files_exist
#print 'output done',outfin
#print 'success ',success
#print 'job done ',self.job.finished
#print 'mach name ',self.machine.name.lower()
#print
#self.finished = success and self.job.finished
self.finished = success and self.job.finished
# pw2qmcpack has too many variants to assess completion based on log output
# assume (optimistically) that job completion indicates success
self.finished = files_exist and self.job.finished
#end def check_sim_status
def get_output_files(self):