[Swift-commit] r6497 - trunk/tests/sites/mcs
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu May 2 10:49:38 CDT 2013
Author: ketan
Date: 2013-05-02 10:49:38 -0500 (Thu, 02 May 2013)
New Revision: 6497
Modified:
trunk/tests/sites/mcs/coaster-service.conf
Log:
small correction in conf
Modified: trunk/tests/sites/mcs/coaster-service.conf
===================================================================
--- trunk/tests/sites/mcs/coaster-service.conf 2013-04-30 17:36:41 UTC (rev 6496)
+++ trunk/tests/sites/mcs/coaster-service.conf 2013-05-02 15:49:38 UTC (rev 6497)
@@ -33,7 +33,7 @@
# Below are various settings to give information about how to create sites.xml
export WORK=/home/${USER}/work
-export JOBS_PER_NODE=4
+export JOBSPERNODE=4
# Try to determine throttle automatically based on the number of nodes and jobs per node
export JOB_THROTTLE=$( echo "scale=5; ($JOBS_PER_NODE * $( echo $WORKER_HOSTS | wc -w ))/100 - 0.00001"|bc )
More information about the Swift-commit
mailing list