[Swift-commit] r8461 - SwiftTutorials/UofC_2012-11-27

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Thu May 28 19:58:29 CDT 2015


Author: wozniak
Date: 2015-05-28 19:58:28 -0500 (Thu, 28 May 2015)
New Revision: 8461

Added:
   SwiftTutorials/UofC_2012-11-27/applist
   SwiftTutorials/UofC_2012-11-27/config
   SwiftTutorials/UofC_2012-11-27/pathlist
   SwiftTutorials/UofC_2012-11-27/sites.xml
Log:
More files


Added: SwiftTutorials/UofC_2012-11-27/applist
===================================================================
--- SwiftTutorials/UofC_2012-11-27/applist	                        (rev 0)
+++ SwiftTutorials/UofC_2012-11-27/applist	2015-05-29 00:58:28 UTC (rev 8461)
@@ -0,0 +1,5 @@
+cluster cat        /bin/cat               null null null
+cluster sh         /bin/sh                null null null
+cluster getinfo    /home/wozniak/UofC_2012-11-27/bin/getinfo.sh    null null null
+cluster filterinfo /home/wozniak/UofC_2012-11-27/bin/filterinfo.sh null null null
+cluster suminfo    /home/wozniak/UofC_2012-11-27/bin/suminfo.sh    null null null

Added: SwiftTutorials/UofC_2012-11-27/config
===================================================================
--- SwiftTutorials/UofC_2012-11-27/config	                        (rev 0)
+++ SwiftTutorials/UofC_2012-11-27/config	2015-05-29 00:58:28 UTC (rev 8461)
@@ -0,0 +1,10 @@
+status.mode=provider
+use.provider.staging=false
+use.wrapper.staging=false
+wrapperlog.always.transfer=true
+execution.retries=0
+lazy.errors=false
+provider.staging.pin.swiftfiles=false
+sitedir.keep=true
+file.gc.enabled=false
+tcp.port.range=50000,51000

Added: SwiftTutorials/UofC_2012-11-27/pathlist
===================================================================
--- SwiftTutorials/UofC_2012-11-27/pathlist	                        (rev 0)
+++ SwiftTutorials/UofC_2012-11-27/pathlist	2015-05-29 00:58:28 UTC (rev 8461)
@@ -0,0 +1,2 @@
+rule .*_concurrent/.* DIRECT /home/wozniak/UofC_2012-11-27/tmp
+rule .*               DIRECT /

Added: SwiftTutorials/UofC_2012-11-27/sites.xml
===================================================================
--- SwiftTutorials/UofC_2012-11-27/sites.xml	                        (rev 0)
+++ SwiftTutorials/UofC_2012-11-27/sites.xml	2015-05-29 00:58:28 UTC (rev 8461)
@@ -0,0 +1,68 @@
+
+<config>
+
+<pool handle="local">
+
+  <execution provider="local"/>
+  <profile namespace="karajan" key="jobThrottle">0.03</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+  <filesystem provider="local" url="none" />
+  <workdirectory>/home/wozniak/UofC_2012-11-27/swiftwork</workdirectory>
+
+</pool>
+
+<pool handle="cluster">
+
+  <execution provider="coaster" jobmanager="local:slurm" url="localhost:1"/>
+
+  <profile namespace="globus" key="jobsPerNode">12</profile>
+  <profile namespace="globus" key="ppn">12</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="queue">westmere</profile>
+
+  <!-- <profile namespace="globus" key="providerAttributes">slurm.resource_list=advres=swift-test</profile> -->
+
+  <profile namespace="karajan" key="jobThrottle">5.99</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+
+  <profile namespace="globus" key="highOverAllocation">100</profile>
+  <profile namespace="globus" key="lowOverAllocation">100</profile>
+  <profile namespace="globus" key="maxtime">18000</profile>
+  <profile namespace="globus" key="maxwalltime">02:00:00</profile>
+
+  <filesystem provider="local" url="none" />
+  <workdirectory>/home/wozniak/UofC_2012-11-27/swiftwork</workdirectory>
+
+</pool>
+
+<pool handle="clustermpi">
+
+  <execution provider="coaster" jobmanager="local:slurm" url="localhost:2" />
+
+  <profile namespace="globus" key="jobsPerNode">1</profile>
+  <profile namespace="globus" key="ppn">12</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="jobType">single</profile>
+  <profile namespace="globus" key="queue">westmere</profile>
+
+  <profile namespace="globus" key="providerAttributes">slurm.resource_list=advres=swift-test</profile>
+
+  <profile namespace="karajan" key="jobThrottle">0.64</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+
+  <profile namespace="globus" key="highOverAllocation">100</profile>
+  <profile namespace="globus" key="lowOverAllocation">100</profile>
+  <profile namespace="globus" key="maxtime">9000</profile>
+  <profile namespace="globus" key="maxwalltime">01:00:00</profile>
+
+  <filesystem provider="local" url="none" />
+  <workdirectory>/home/wozniak/UofC_2012-11-27/swiftwork</workdirectory>
+
+</pool>
+
+</config>
+




More information about the Swift-commit mailing list