[Swift-commit] r8300 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Fri Nov 7 11:37:52 CST 2014
Author: ketan
Date: 2014-11-07 11:37:52 -0600 (Fri, 07 Nov 2014)
New Revision: 8300
Modified:
SwiftApps/swift-galaxy/swift/buildsite.sh
SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
add config for Blues
Modified: SwiftApps/swift-galaxy/swift/buildsite.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/buildsite.sh 2014-11-05 18:05:30 UTC (rev 8299)
+++ SwiftApps/swift-galaxy/swift/buildsite.sh 2014-11-07 17:37:52 UTC (rev 8300)
@@ -46,6 +46,25 @@
EOF
;;
+blues )
+cat << EOF >> $wdir/pool.xml
+<pool handle="blues">
+ <execution provider="coaster" jobmanager="local:pbs"/>
+ <filesystem provider="local" url="none" />
+ <profile namespace="globus" key="maxtime">4300</profile>
+ <profile namespace="globus" key="maxWalltime">01:10:00</profile>
+ <profile namespace="globus" key="jobsPerNode">16</profile>
+ <profile namespace="globus" key="slots">1</profile>
+ <profile namespace="globus" key="ppn">16</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <profile namespace="globus" key="maxnodes">1</profile>
+ <profile namespace="karajan" key="jobThrottle">0.20</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <workdirectory>/tmp/swift.workdir</workdirectory>
+</pool>
+EOF
+;;
+
uc3 )
cat << EOF >> $wdir/pool.xml
<pool handle="uc3">
Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml 2014-11-05 18:05:30 UTC (rev 8299)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml 2014-11-07 17:37:52 UTC (rev 8300)
@@ -85,6 +85,7 @@
<param name="site" type="select" multiple="true" label="Execution Location" help="Multi-select list - NOTE: Swift/T option currently supports one site">
<option value="localhost" selected="true">Localhost</option>
<option value="midway">Midway</option>
+ <option value="blues">Blues</option>
<option value="uc3">UC3</option>
<option value="stampede">Stampede</option>
<option value="tukey">Tukey</option>
More information about the Swift-commit
mailing list