[Swift-commit] r7204 - in trunk/tests/stress/apps: modis_beagle modis_local modis_midway modis_multiple modis_uc3

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Tue Oct 22 10:59:07 CDT 2013


Author: yadunandb
Date: 2013-10-22 10:59:07 -0500 (Tue, 22 Oct 2013)
New Revision: 7204

Modified:
   trunk/tests/stress/apps/modis_beagle/modis.timeout
   trunk/tests/stress/apps/modis_beagle/sites.template.xml
   trunk/tests/stress/apps/modis_local/modis.timeout
   trunk/tests/stress/apps/modis_local/sites.template.xml
   trunk/tests/stress/apps/modis_midway/modis.timeout
   trunk/tests/stress/apps/modis_midway/sites.template.xml
   trunk/tests/stress/apps/modis_multiple/modis.timeout
   trunk/tests/stress/apps/modis_multiple/sites.template.xml
   trunk/tests/stress/apps/modis_uc3/modis.timeout
   trunk/tests/stress/apps/modis_uc3/sites.template.xml
Log:
Reduced timeouts

Modified: trunk/tests/stress/apps/modis_beagle/modis.timeout
===================================================================
--- trunk/tests/stress/apps/modis_beagle/modis.timeout	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_beagle/modis.timeout	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1 +1 @@
-999999
+600

Modified: trunk/tests/stress/apps/modis_beagle/sites.template.xml
===================================================================
--- trunk/tests/stress/apps/modis_beagle/sites.template.xml	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_beagle/sites.template.xml	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1,4 +1,6 @@
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
   <pool handle="beagle">
     <execution provider="coaster" jobmanager="ssh-cl:pbs" url="login4.beagle.ci.uchicago.edu"/>
     <profile namespace="globus" key="jobsPerNode">24</profile>
@@ -8,11 +10,11 @@
     <profile namespace="globus" key="maxtime">3600</profile>
     <profile namespace="globus" key="maxWalltime">00:05:00</profile>
     <profile namespace="globus" key="userHomeOverride">/lustre/beagle/{env.USER}/swiftwork</profile>
-    <profile namespace="globus" key="slots">20</profile>
+    <profile namespace="globus" key="slots">2</profile>
     <profile namespace="globus" key="maxnodes">1</profile>
     <profile namespace="globus" key="nodeGranularity">1</profile>
     <profile namespace="karajan" key="jobThrottle">4.80</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <workdirectory>/tmp/{env.USER}/swiftwork</workdirectory>
   </pool>
-</config>
\ No newline at end of file
+</config>

Modified: trunk/tests/stress/apps/modis_local/modis.timeout
===================================================================
--- trunk/tests/stress/apps/modis_local/modis.timeout	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_local/modis.timeout	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1 +1 @@
-999999
+600

Modified: trunk/tests/stress/apps/modis_local/sites.template.xml
===================================================================
--- trunk/tests/stress/apps/modis_local/sites.template.xml	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_local/sites.template.xml	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1,4 +1,5 @@
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
   <pool handle="local">
     <execution provider="coaster" jobmanager="local:local"/>
     <profile namespace="globus" key="jobsPerNode">4</profile>

Modified: trunk/tests/stress/apps/modis_midway/modis.timeout
===================================================================
--- trunk/tests/stress/apps/modis_midway/modis.timeout	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_midway/modis.timeout	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1 +1 @@
-999999
+600

Modified: trunk/tests/stress/apps/modis_midway/sites.template.xml
===================================================================
--- trunk/tests/stress/apps/modis_midway/sites.template.xml	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_midway/sites.template.xml	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1,13 +1,15 @@
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
   <pool handle="midway">
     <execution provider="coaster" jobmanager="local:slurm"/>
-    <profile namespace="globus" key="queue">sandyb</profile>
+    <profile namespace="globus" key="queue">westmere</profile>
     <profile namespace="globus" key="jobsPerNode">16</profile>
     <profile namespace="globus" key="maxWalltime">00:05:00</profile>
     <profile namespace="globus" key="maxTime">3600</profile>
     <profile namespace="globus" key="highOverAllocation">100</profile>
     <profile namespace="globus" key="lowOverAllocation">100</profile>
-    <profile namespace="globus" key="slots">4</profile>
+    <profile namespace="globus" key="slots">2</profile>
     <profile namespace="globus" key="maxNodes">1</profile>
     <profile namespace="globus" key="nodeGranularity">1</profile>
     <profile namespace="karajan" key="jobThrottle">.64</profile>

Modified: trunk/tests/stress/apps/modis_multiple/modis.timeout
===================================================================
--- trunk/tests/stress/apps/modis_multiple/modis.timeout	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_multiple/modis.timeout	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1 +1 @@
-999999
+600

Modified: trunk/tests/stress/apps/modis_multiple/sites.template.xml
===================================================================
--- trunk/tests/stress/apps/modis_multiple/sites.template.xml	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_multiple/sites.template.xml	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1,4 +1,5 @@
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
 
   <pool handle="uc3">
     <execution provider="coaster" url="uc3-sub.uchicago.edu" jobmanager="ssh-cl:condor"/>
@@ -6,10 +7,10 @@
     <profile namespace="karajan" key="initialScore">10000</profile>
     <profile namespace="globus"  key="jobsPerNode">1</profile>
     <profile namespace="globus"  key="maxtime">3600</profile>
-    <profile namespace="globus"  key="maxWalltime">00:05:00</profile>
+    <profile namespace="globus"  key="maxWalltime">00:10:00</profile>
     <profile namespace="globus"  key="highOverAllocation">100</profile>
     <profile namespace="globus"  key="lowOverAllocation">100</profile>
-    <profile namespace="globus"  key="slots">1000</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="condor.+AccountingGroup">"group_friends.{uc3.USER}"</profile>
@@ -26,9 +27,9 @@
     <!-- <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile> -->
     <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24;pbs.resource_list=advres=wilde.1768</profile>
     <profile namespace="globus" key="maxtime">3600</profile>
-    <profile namespace="globus" key="maxWalltime">00:05:00</profile>
+    <profile namespace="globus" key="maxWalltime">00:10:00</profile>
     <profile namespace="globus" key="userHomeOverride">/lustre/beagle/{beagle.USER}/swiftwork</profile>
-    <profile namespace="globus" key="slots">5</profile>
+    <profile namespace="globus" key="slots">1</profile>
     <profile namespace="globus" key="maxnodes">1</profile>
     <profile namespace="globus" key="nodeGranularity">1</profile>
     <profile namespace="karajan" key="jobThrottle">4.80</profile>
@@ -40,11 +41,11 @@
     <execution provider="coaster" jobmanager="local:slurm"/>
     <profile namespace="globus" key="queue">sandyb</profile>
     <profile namespace="globus" key="jobsPerNode">16</profile>
-    <profile namespace="globus" key="maxWalltime">00:05:00</profile>
+    <profile namespace="globus" key="maxWalltime">00:10:00</profile>
     <profile namespace="globus" key="maxTime">3600</profile>
     <profile namespace="globus" key="highOverAllocation">100</profile>
     <profile namespace="globus" key="lowOverAllocation">100</profile>
-    <profile namespace="globus" key="slots">4</profile>
+    <profile namespace="globus" key="slots">1</profile>
     <profile namespace="globus" key="maxNodes">1</profile>
     <profile namespace="globus" key="nodeGranularity">1</profile>
     <profile namespace="karajan" key="jobThrottle">.64</profile>
@@ -60,7 +61,7 @@
     <profile namespace="globus" key="maxTime">3600</profile>
     <profile namespace="globus" key="highOverAllocation">100</profile>
     <profile namespace="globus" key="lowOverAllocation">100</profile>
-    <profile namespace="globus" key="slots">4</profile>
+    <profile namespace="globus" key="slots">1</profile>
     <profile namespace="globus" key="maxNodes">1</profile>
     <profile namespace="globus" key="nodeGranularity">1</profile>
     <profile namespace="karajan" key="jobThrottle">.48</profile>

Modified: trunk/tests/stress/apps/modis_uc3/modis.timeout
===================================================================
--- trunk/tests/stress/apps/modis_uc3/modis.timeout	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_uc3/modis.timeout	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1 +1 @@
-999999
+600

Modified: trunk/tests/stress/apps/modis_uc3/sites.template.xml
===================================================================
--- trunk/tests/stress/apps/modis_uc3/sites.template.xml	2013-10-22 15:53:09 UTC (rev 7203)
+++ trunk/tests/stress/apps/modis_uc3/sites.template.xml	2013-10-22 15:59:07 UTC (rev 7204)
@@ -1,14 +1,16 @@
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
   <pool handle="uc3">
     <execution provider="coaster" url="uc3-sub.uchicago.edu" jobmanager="ssh-cl:condor"/>
     <profile namespace="karajan" key="jobThrottle">10.00</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <profile namespace="globus"  key="jobsPerNode">1</profile>
     <profile namespace="globus"  key="maxtime">3600</profile>
-    <profile namespace="globus"  key="maxWalltime">00:05:00</profile>
+    <profile namespace="globus"  key="maxWalltime">00:10:00</profile>
     <profile namespace="globus"  key="highOverAllocation">100</profile>
     <profile namespace="globus"  key="lowOverAllocation">100</profile>
-    <profile namespace="globus"  key="slots">1000</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="condor.+AccountingGroup">"group_friends.{env.USER}"</profile>




More information about the Swift-commit mailing list