[Swift-commit] r6046 - SwiftApps/SciColSim/benchmarks/conf

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Nov 16 16:42:10 CST 2012


Author: davidk
Date: 2012-11-16 16:42:10 -0600 (Fri, 16 Nov 2012)
New Revision: 6046

Added:
   SwiftApps/SciColSim/benchmarks/conf/midway.cf
   SwiftApps/SciColSim/benchmarks/conf/midway.xml
Log:
Configuration files for midway


Added: SwiftApps/SciColSim/benchmarks/conf/midway.cf
===================================================================
--- SwiftApps/SciColSim/benchmarks/conf/midway.cf	                        (rev 0)
+++ SwiftApps/SciColSim/benchmarks/conf/midway.cf	2012-11-16 22:42:10 UTC (rev 6046)
@@ -0,0 +1,10 @@
+wrapperlog.always.transfer=false
+sitedir.keep=false
+execution.retries=0
+lazy.errors=true
+status.mode=provider
+use.provider.staging=false
+provider.staging.pin.swiftfiles=false
+
+#app midway benchmark=$PWD/benchmark.sh
+#app localhost plot=$PWD/plot.sh

Added: SwiftApps/SciColSim/benchmarks/conf/midway.xml
===================================================================
--- SwiftApps/SciColSim/benchmarks/conf/midway.xml	                        (rev 0)
+++ SwiftApps/SciColSim/benchmarks/conf/midway.xml	2012-11-16 22:42:10 UTC (rev 6046)
@@ -0,0 +1,20 @@
+<config>
+
+  <pool handle="midway">
+    <execution provider="slurm" jobmanager="local:slurm"/>
+    <profile namespace="globus" key="jobsPerNode">1</profile>
+    <profile namespace="globus" key="maxWalltime">01:00:00</profile>
+    <profile namespace="globus" key="queue">sandyb</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <filesystem provider="local"/>
+    <workdirectory>/home/davidkelly999/work</workdirectory>
+  </pool>
+
+  <pool handle="localhost">
+    <filesystem provider="local" />
+    <execution provider="local" />
+    <workdirectory>_WORK_</workdirectory>
+    <profile namespace="karajan" key="jobThrottle">0</profile>
+  </pool>
+
+</config>




More information about the Swift-commit mailing list