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

brad at geodynamics.org brad at geodynamics.org
Fri May 11 17:14:09 PDT 2012


Author: brad
Date: 2012-05-11 17:14:09 -0700 (Fri, 11 May 2012)
New Revision: 20094

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
Log:
Fixed logging flag.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-05-12 00:13:55 UTC (rev 20093)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-05-12 00:14:09 UTC (rev 20094)
@@ -27,7 +27,7 @@
 job = "%s_np%03d" % (cell, nprocs)
 
 pbsfile = os.environ['HOME'] + "/.pyre/pylithapp/pylithapp_pbs.cfg"
-pcfiles = "fieldsplit_mult.cfg custompc.cfg --petsc.pc_mg_log"
+pcfiles = "fieldsplit_mult.cfg custompc.cfg --petsc.fs_fieldsplit_0_pc_mg_log"
 args = pbsfile + " nooutput.cfg --job.name=%s --job.stdout=logs/%s.log" % (job, job)
 
 if nprocs < 8:



More information about the CIG-COMMITS mailing list