[Swift-commit] r6453 - demo/cray/part08
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Tue Apr 16 18:32:41 CDT 2013
Author: wilde
Date: 2013-04-16 18:32:41 -0500 (Tue, 16 Apr 2013)
New Revision: 6453
Added:
demo/cray/part08/cf.ps
demo/cray/part08/ravenps.xml
Modified:
demo/cray/part08/README
Log:
Additional config for provider staging on Raven.
Modified: demo/cray/part08/README
===================================================================
--- demo/cray/part08/README 2013-04-16 22:57:46 UTC (rev 6452)
+++ demo/cray/part08/README 2013-04-16 23:32:41 UTC (rev 6453)
@@ -1,8 +1,14 @@
-swift -config cf -tc.file tc -sites.file cray.xml -cdm.file dm p8.swift -steps=1 -range=1000 -count=6 -nsim=1
+Regular staging with direct data management:
+ swift -config cf -tc.file tc -sites.file cray.xml -cdm.file dm p8.swift -steps=1 -range=1000 -count=6 -nsim=100
+Provider staging:
+ swift -config cf.ps -tc.file tc -sites.file ravenps.xml p8.swift -steps=5 -range=1000 -count=6 -nsim=100
+
+
+
OLD: FIXME:
TOPIC: Run the "simulations" on the parallel cluster
Added: demo/cray/part08/cf.ps
===================================================================
--- demo/cray/part08/cf.ps (rev 0)
+++ demo/cray/part08/cf.ps 2013-04-16 23:32:41 UTC (rev 6453)
@@ -0,0 +1,9 @@
+#user.home=/lustre/beagle/wilde
+wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=0
+lazy.errors=false
+status.mode=provider
+use.wrapper.staging=false
+use.provider.staging=true
+provider.staging.pin.swiftfiles=true
Added: demo/cray/part08/ravenps.xml
===================================================================
--- demo/cray/part08/ravenps.xml (rev 0)
+++ demo/cray/part08/ravenps.xml 2013-04-16 23:32:41 UTC (rev 6453)
@@ -0,0 +1,33 @@
+<config>
+
+ <pool handle="localhost">
+ <execution provider="local"/>
+ <filesystem provider="local"/>
+ <workdirectory>/home/users/{env.USER}/swiftwork</workdirectory>
+ </pool>
+
+ <pool handle="cray">
+ <execution provider="coaster" jobmanager="local:pbs"/>
+ <!-- <profile namespace="globus" key="project">CI-CCR000013</profile> -->
+
+ <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=32</profile>
+ <!-- <profile namespace="globus" key="queue">scalability</profile> -->
+ <!-- <profile namespace="globus" key="queue">batch</profile> -->
+ <profile namespace="globus" key="queue">small</profile>
+
+ <profile namespace="globus" key="jobsPerNode">32</profile>
+ <profile namespace="globus" key="maxTime">1800</profile>
+
+ <profile namespace="globus" key="slots">6</profile>
+ <profile namespace="globus" key="nodeGranularity">4</profile>
+ <profile namespace="globus" key="maxNodes">4</profile>
+
+ <profile namespace="karajan" key="jobThrottle">6.00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>/dev/shm/{env.USER}/swiftwork</workdirectory>
+
+ </pool>
+
+</config>
More information about the Swift-commit
mailing list