[cig-commits] r19903 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Thu Mar 29 09:19:45 PDT 2012


Author: brad
Date: 2012-03-29 09:19:44 -0700 (Thu, 29 Mar 2012)
New Revision: 19903

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
Log:
Added missing whitespace.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-03-29 16:17:51 UTC (rev 19902)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-03-29 16:19:44 UTC (rev 19903)
@@ -37,7 +37,7 @@
 
 cmd = "pylith %s.cfg %s.cfg " % (cell, job) + \
     pcfiles + \
-    "--nodes=%d --scheduler.ppn=%d" % (nprocs, ppn) + \
+    " --nodes=%d --scheduler.ppn=%d " % (nprocs, ppn) + \
     args
 
 print cmd



More information about the CIG-COMMITS mailing list