polishing on test 2000_hex_elastic

postprocessing commands are refactored out into file postprocessing.cmd, one command per line
This commit is contained in:
Claudio Zambaldi 2011-11-10 10:42:59 +00:00
parent 5aacb6032c
commit 795e3d070b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class MSC_TOOLS():
print 'Job submission without compilation, using %s'%prog
out=open('out.log','w')
print(cmd)
print shlex.split(cmd)
#print shlex.split(cmd)
self.p=subprocess.Popen(shlex.split(cmd),stdout=out,stderr=subprocess.STDOUT)
self.p.wait()
out.close()