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

brad at geodynamics.org brad at geodynamics.org
Mon May 7 13:55:24 PDT 2012


Author: brad
Date: 2012-05-07 13:55:23 -0700 (Mon, 07 May 2012)
New Revision: 20051

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
Log:
Added special ml 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-07 20:53:58 UTC (rev 20050)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-05-07 20:55:23 UTC (rev 20051)
@@ -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"
+pcfiles = "fieldsplit_mult.cfg custompc.cfg --petsc.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