[cig-commits] r21405 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22

brad at geodynamics.org brad at geodynamics.org
Tue Feb 26 15:46:48 PST 2013


Author: brad
Date: 2013-02-26 15:46:48 -0800 (Tue, 26 Feb 2013)
New Revision: 21405

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/run_sim.py
Log:
Fixed error in run script.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/run_sim.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/run_sim.py	2013-02-26 23:43:19 UTC (rev 21404)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/run_sim.py	2013-02-26 23:46:48 UTC (rev 21405)
@@ -36,7 +36,7 @@
 else:
     batchfile = ""
 
-cfgfiles = " %s.cfg %s %s.cfg" % (tpv, cell, job)
+cfgfiles = " %s.cfg %s.cfg %s.cfg" % (tpv, cell, job)
 
 args = batchfile + " --job.name=%s --job.stdout=logs/%s.log --job.stderr=logs/%s.err " % (job, job, job)
 



More information about the CIG-COMMITS mailing list