[Swift-commit] r8289 - SwiftApps/subjobs
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Oct 22 12:18:26 CDT 2014
Author: ketan
Date: 2014-10-22 12:18:26 -0500 (Wed, 22 Oct 2014)
New Revision: 8289
Modified:
SwiftApps/subjobs/README.txt
Log:
small changes
Modified: SwiftApps/subjobs/README.txt
===================================================================
--- SwiftApps/subjobs/README.txt 2014-10-22 17:04:16 UTC (rev 8288)
+++ SwiftApps/subjobs/README.txt 2014-10-22 17:18:26 UTC (rev 8289)
@@ -84,6 +84,7 @@
<pool handle="cluster">
<execution provider="coaster" jobmanager="local:cobalt" />
+<!-- "slots" determine the number of Cobalt jobs -->
<profile namespace="globus" key="slots">1</profile>
<profile namespace="globus" key="mode">script</profile>
@@ -91,13 +92,14 @@
<profile namespace="karajan" key="initialScore">10000</profile>
<profile namespace="globus" key="maxwalltime">00:40:00</profile>
<profile namespace="globus" key="walltime">2050</profile>
-
<profile namespace="globus" key="maxnodes">256</profile>
<profile namespace="globus" key="nodegranularity">256</profile>
+
+<!-- required for sub-block jobs, remove for non-sub-block jobs -->
<profile key="SUBBLOCK_SIZE" namespace="env">16</profile>
<profile namespace="globus" key="jobsPerNode">16</profile>
-
-<workdirectory>/home/ketan/swiftwork</workdirectory>
+
+<workdirectory>/tmp/swiftwork</workdirectory>
<filesystem provider="local"/>
</pool>
More information about the Swift-commit
mailing list