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

brad at geodynamics.org brad at geodynamics.org
Wed Mar 28 16:31:01 PDT 2012


Author: brad
Date: 2012-03-28 16:31:00 -0700 (Wed, 28 Mar 2012)
New Revision: 19896

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.sh
Log:
Added shell script for running scaling benchmarks.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.sh
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.sh	2012-03-28 23:29:01 UTC (rev 19895)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.sh	2012-03-28 23:31:00 UTC (rev 19896)
@@ -18,8 +18,9 @@
   exit 1
 fi
 
+pbsfile="$HOME/.pyre/pylithapp/pylithapp_pbs.cfg"
 pcfiles="fieldsplit_mult.cfg custompc.cfg"
-args="--job.name=${cell}_np${nprocs} --job.stdout=${cell}_np${nprocs}.log"
+args="$pbsfile --job.name=${cell}_np${nprocs} --job.stdout=${cell}_np${nprocs}.log"
 
 if [ $nprocs == 1 ]; then
   pylith ${cell}.cfg ${cell}_np00${nprocs}.cfg $pcfiles $args --nodes=1 --scheduler.ppn=1



More information about the CIG-COMMITS mailing list