[Swift-commit] r6291 - branches/release-0.94/etc/sites

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Feb 19 11:55:52 CST 2013


Author: davidk
Date: 2013-02-19 11:55:51 -0600 (Tue, 19 Feb 2013)
New Revision: 6291

Added:
   branches/release-0.94/etc/sites/fusion
Log:
A fusion template for testing


Added: branches/release-0.94/etc/sites/fusion
===================================================================
--- branches/release-0.94/etc/sites/fusion	                        (rev 0)
+++ branches/release-0.94/etc/sites/fusion	2013-02-19 17:55:51 UTC (rev 6291)
@@ -0,0 +1,15 @@
+   <pool handle="fusion">
+        <execution jobmanager="local:pbs" provider="coaster" url="none"/>
+        <filesystem provider="local" url="none" />
+        <profile namespace="globus" key="maxtime">3600</profile>
+        <profile namespace="globus" key="jobsPerNode">8</profile>
+        <profile namespace="globus" key="queue">shared</profile>
+        <profile namespace="globus" key="nodeGranularity">1</profile>
+        <profile namespace="globus" key="maxNodes">1</profile>
+        <profile namespace="globus" key="slots">1</profile>
+        <profile namespace="karajan" key="jobThrottle">1.0</profile>
+        <profile namespace="karajan" key="initialScore">100</profile>
+        <profile namespace="globus" key="HighOverAllocation">100</profile>
+        <profile namespace="globus" key="LowOverAllocation">100</profile>
+        <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
+    </pool>




More information about the Swift-commit mailing list