[cig-commits] r21432 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24

brad at geodynamics.org brad at geodynamics.org
Fri Mar 1 14:36:35 PST 2013


Author: brad
Date: 2013-03-01 14:36:35 -0800 (Fri, 01 Mar 2013)
New Revision: 21432

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/run_sim.py
Log:
Added memory usage for PBS queue.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/run_sim.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/run_sim.py	2013-03-01 22:29:59 UTC (rev 21431)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/run_sim.py	2013-03-01 22:36:35 UTC (rev 21432)
@@ -46,7 +46,8 @@
         args
 
 elif queue == "pbs":
-    cmd = "pylith " + cfgfiles + "mem12gb.cfg" + \
+    #cfgfiles += " mem12bg.cfg"
+    cmd = "pylith " + cfgfiles + \
         " --nodes=%d --scheduler.ppn=%d " % (nprocs, ppn) + \
         args
 



More information about the CIG-COMMITS mailing list