[Swift-commit] r5624 - SwiftApps/SciColSim/conf
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Feb 15 13:35:48 CST 2012
Author: ketan
Date: 2012-02-15 13:35:48 -0600 (Wed, 15 Feb 2012)
New Revision: 5624
Added:
SwiftApps/SciColSim/conf/gen.beagle
Log:
added gen.beagle
Added: SwiftApps/SciColSim/conf/gen.beagle
===================================================================
--- SwiftApps/SciColSim/conf/gen.beagle (rev 0)
+++ SwiftApps/SciColSim/conf/gen.beagle 2012-02-15 19:35:48 UTC (rev 5624)
@@ -0,0 +1,63 @@
+#! /bin/sh
+
+# FIXME: Substitute using gensites: PROJECT MAXTIME SLOTS CLUSTER_THROTTLE etc
+
+cat <<END
+
+<config>
+
+<!--
+ <pool handle="local" >
+ <execution provider="local" url="none" />
+ <profile namespace="karajan" key="jobThrottle">0.01</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>$(pwd)/swiftwork/local</workdirectory>
+ </pool>
+
+ <pool handle="beagle">
+ <execution provider="coaster" jobmanager="ssh:pbs" url="login.beagle.ci.uchicago.edu" />
+ <profile namespace="globus" key="project">CI-MCB000119</profile>
+ <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+ <profile namespace="env" key="OMP_NUM_THREADS">20</profile>
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <profile namespace="globus" key="lowOverAllocation">100</profile>
+ <profile namespace="globus" key="highOverAllocation">100</profile>
+ <profile namespace="globus" key="maxTime">10000</profile>
+ <profile namespace="globus" key="maxWallTime">01:30:00</profile>
+ <profile namespace="globus" key="slots">50</profile>
+ <profile namespace="globus" key="nodeGranularity">2</profile>
+ <profile namespace="globus" key="maxNodes">2</profile>
+ <profile namespace="globus" key="queue">route</profile>
+ <profile namespace="karajan" key="jobThrottle">9.99</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>/lustre/beagle/${USER}/swift.workdir</workdirectory>
+ </pool>
+-->
+
+ <pool handle="beagle">
+ <execution provider="coaster" jobmanager="pbs:local" />
+ <profile namespace="globus" key="project">CI-MCB000119</profile>
+ <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+ <profile namespace="env" key="OMP_NUM_THREADS">20</profile>
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <profile namespace="globus" key="lowOverAllocation">100</profile>
+ <profile namespace="globus" key="highOverAllocation">100</profile>
+ <profile namespace="globus" key="maxTime">10000</profile>
+ <profile namespace="globus" key="maxWallTime">01:30:00</profile>
+ <profile namespace="globus" key="slots">50</profile>
+ <profile namespace="globus" key="nodeGranularity">2</profile>
+ <profile namespace="globus" key="maxNodes">2</profile>
+ <profile namespace="globus" key="queue">route</profile>
+ <profile namespace="karajan" key="jobThrottle">9.99</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>/lustre/beagle/${USER}/swift.workdir</workdirectory>
+ </pool>
+</config>
+
+END
Property changes on: SwiftApps/SciColSim/conf/gen.beagle
___________________________________________________________________
Added: svn:executable
+ *
More information about the Swift-commit
mailing list