[Swift-commit] r5546 - SwiftApps/SciColSim

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Feb 3 16:14:30 CST 2012


Author: ketan
Date: 2012-02-03 16:14:30 -0600 (Fri, 03 Feb 2012)
New Revision: 5546

Added:
   SwiftApps/SciColSim/sites.beagle.quick.xml
Modified:
   SwiftApps/SciColSim/sites.beagle.xml
Log:
fix beagle sites files

Added: SwiftApps/SciColSim/sites.beagle.quick.xml
===================================================================
--- SwiftApps/SciColSim/sites.beagle.quick.xml	                        (rev 0)
+++ SwiftApps/SciColSim/sites.beagle.quick.xml	2012-02-03 22:14:30 UTC (rev 5546)
@@ -0,0 +1,24 @@
+<config>
+  <pool handle="beagle">
+    <execution provider="coaster" jobmanager="local:pbs"/>
+    <profile namespace="globus" key="project">CI-MCB000119</profile>
+
+    <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+
+    <profile namespace="globus" key="jobsPerNode">1</profile>
+    <profile namespace="env" key="OMP_NUM_THREADS">24</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
+    <profile namespace="globus" key="maxTime">10000</profile>
+    <profile namespace="globus" key="maxWallTime">02:00:00</profile>
+    <profile namespace="globus" key="slots">20</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.59</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <filesystem provider="local"/>
+    <workdirectory >/lustre/beagle/ketan/labs/SciColSim-Bgl/swift.workdir</workdirectory>
+  </pool>
+</config>

Modified: SwiftApps/SciColSim/sites.beagle.xml
===================================================================
--- SwiftApps/SciColSim/sites.beagle.xml	2012-02-02 21:20:13 UTC (rev 5545)
+++ SwiftApps/SciColSim/sites.beagle.xml	2012-02-03 22:14:30 UTC (rev 5546)
@@ -4,15 +4,18 @@
     <profile namespace="globus" key="project">CI-MCB000119</profile>
 
     <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
-
-    <profile namespace="globus" key="jobsPerNode">24</profile>
+    <!--<profile namespace="globus" key="jobsPerNode">24</profile>-->
+    <profile namespace="env" key="OMP_NUM_THREADS">24</profile>
+    <profile namespace="globus" key="jobsPerNode">1</profile>
     <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
-    <profile namespace="globus" key="maxTime">1800</profile>
-    <profile namespace="globus" key="maxWallTime">1</profile>
-    <profile namespace="globus" key="slots">1</profile>
-    <profile namespace="globus" key="nodeGranularity">1</profile>
-    <profile namespace="globus" key="maxNodes">1</profile>
-    <profile namespace="karajan" key="jobThrottle">0.23</profile>
+    <profile namespace="globus" key="maxTime">37000</profile>
+    <profile namespace="globus" key="maxWallTime">10:00:00</profile>
+    <profile namespace="globus" key="slots">20</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="nodeGranularity">2</profile>
+    <profile namespace="globus" key="maxNodes">2</profile>
+    <profile namespace="karajan" key="jobThrottle">9.59</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <filesystem provider="local"/>
     <workdirectory >/lustre/beagle/ketan/labs/SciColSim-Bgl/swift.workdir</workdirectory>




More information about the Swift-commit mailing list