[Swift-commit] r5482 - branches/release-0.93/etc
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Tue Jan 3 16:17:23 CST 2012
Author: davidk
Date: 2012-01-03 16:17:23 -0600 (Tue, 03 Jan 2012)
New Revision: 5482
Modified:
branches/release-0.93/etc/coaster-service.conf
Log:
Update default coaster-service with jobs per node and job throttle values
Modified: branches/release-0.93/etc/coaster-service.conf
===================================================================
--- branches/release-0.93/etc/coaster-service.conf 2012-01-03 22:02:39 UTC (rev 5481)
+++ branches/release-0.93/etc/coaster-service.conf 2012-01-03 22:17:23 UTC (rev 5482)
@@ -37,3 +37,10 @@
# Swift information for creating sites.xml
export WORK=$HOME/swiftwork
+
+# Jobs per node is usually equal to the number of CPUs per node
+export JOBS_PER_NODE=2
+
+# To calculate job throttle:
+# jobs per node * nodes - 0.1 / 100
+export JOB_THROTTLE=0.059
More information about the Swift-commit
mailing list