[Swift-commit] r5110 - SwiftApps/DSSAT/beagle

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Sep 14 11:27:07 CDT 2011


Author: ketan
Date: 2011-09-14 11:27:07 -0500 (Wed, 14 Sep 2011)
New Revision: 5110

Added:
   SwiftApps/DSSAT/beagle/sites.beagle-short.xml
   SwiftApps/DSSAT/beagle/tc
Log:
added sites.xml for beagle

Added: SwiftApps/DSSAT/beagle/sites.beagle-short.xml
===================================================================
--- SwiftApps/DSSAT/beagle/sites.beagle-short.xml	                        (rev 0)
+++ SwiftApps/DSSAT/beagle/sites.beagle-short.xml	2011-09-14 16:27:07 UTC (rev 5110)
@@ -0,0 +1,21 @@
+<config>
+  <pool handle="pbs">
+    <execution provider="coaster" jobmanager="local:pbs"/>
+    <profile namespace="globus" key="project">CI-CCR000013</profile>
+
+    <!--<profile namespace="globus" key="ppn">24:cray:pack</profile>-->
+    <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+
+    <profile namespace="globus" key="jobsPerNode">24</profile>
+    <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
+    <profile namespace="globus" key="maxTime">1400</profile>
+    <profile namespace="globus" key="maxWallTime">00:20:00</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.99</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <filesystem provider="local"/>
+    <workdirectory >/lustre/beagle/ketan</workdirectory>
+  </pool>
+</config>

Added: SwiftApps/DSSAT/beagle/tc
===================================================================
--- SwiftApps/DSSAT/beagle/tc	                        (rev 0)
+++ SwiftApps/DSSAT/beagle/tc	2011-09-14 16:27:07 UTC (rev 5110)
@@ -0,0 +1,36 @@
+#This is the transformation catalog.
+#
+#It comes pre-configured with a number of simple transformations with
+#paths that are likely to work on a linux box. However, on some systems,
+#the paths to these executables will be different (for example, sometimes
+#some of these programs are found in /usr/bin rather than in /bin)
+#
+#NOTE WELL: fields in this file must be separated by tabs, not spaces; and
+#there must be no trailing whitespace at the end of each line.
+#
+# site		transformation	path		obsolete fields for compatibility
+
+localhost 	echo 		/bin/echo	null	null	null
+localhost 	cat 		/bin/cat	null	null	null
+localhost 	ls 		/bin/ls		null	null	null
+localhost 	grep 		/bin/grep	null	null	null
+localhost 	sort 		/bin/sort	null	null	null
+localhost 	paste 		/bin/paste	null	null	null
+localhost 	pwd 		/bin/pwd	null	null	null
+
+# For cluster usage
+
+#pbs     RunDSSAT        /lustre/beagle/swift/papia/DSSAT/bin/RunDSSAT.sh                null    null    null
+pbs     RunDSSAT        /lustre/beagle/ketan/labs/DSSAT/bin/RunDSSAT.sh                null    null    null
+#pbs     gridCheck       /lustre/beagle/swift/papia/DSSAT/bin/gridCheck.sh               null    null    null
+pbs     gridCheck       /lustre/beagle/ketan/labs/DSSAT/bin/gridCheck.sh               null    null    null
+
+
+
+# For localhost testing
+
+#localhost       RunDSSAT        /gpfs/pads/swift/ketan/DSSAT/bin/RunDSSAT.sh          null    null    null
+#localhost       gridCheck       /gpfs/pads/swift/ketan/DSSAT/bin/gridCheck.sh         null    null    null
+
+
+




More information about the Swift-commit mailing list