[Swift-commit] r7584 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Feb 10 16:56:10 CST 2014


Author: ketan
Date: 2014-02-10 16:56:10 -0600 (Mon, 10 Feb 2014)
New Revision: 7584

Modified:
   SwiftApps/swift-galaxy/swift/buildsite.sh
   SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
Add Tukey

Modified: SwiftApps/swift-galaxy/swift/buildsite.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/buildsite.sh	2014-02-10 22:33:10 UTC (rev 7583)
+++ SwiftApps/swift-galaxy/swift/buildsite.sh	2014-02-10 22:56:10 UTC (rev 7584)
@@ -95,6 +95,23 @@
 EOF
 ;;
 
+tukey )
+cat << EOF >> $wdir/pool.xml
+<pool handle="tukey">
+  <filesystem provider="local" />
+  <execution provider="coaster" jobmanager="local:cobalt"/>
+  <profile namespace="karajan" key="jobthrottle">5.11</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+  <profile namespace="globus"  key="jobsPerNode">8</profile>
+  <profile namespace="globus"  key="slots">1</profile>
+  <profile namespace="globus"  key="maxNodes">1</profile>
+  <profile namespace="globus"  key="nodeGranularity">1</profile>
+  <profile namespace="globus"  key="maxTime">4300</profile>
+  <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
+</pool>
+EOF
+;;
+
 localhost )
 cat << EOF >> $wdir/pool.xml
 <pool handle="localhost">

Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-02-10 22:33:10 UTC (rev 7583)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-02-10 22:56:10 UTC (rev 7584)
@@ -54,6 +54,7 @@
             <option value="midway">Midway</option>
             <option value="uc3">UC3</option>
             <option value="stampede">Stampede</option>
+            <option value="tukey">Tukey</option>
         </param>
 
         <param name="interpret" type="select" label="Execution interpreter">




More information about the Swift-commit mailing list