[Swift-commit] r3495 - in usertools/swift/swiftconfig/etc/sites: . local-pbs local-pbs-coasters ssh
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Aug 1 05:42:20 CDT 2010
Author: davidk
Date: 2010-08-01 05:42:19 -0500 (Sun, 01 Aug 2010)
New Revision: 3495
Added:
usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/
usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/sites.xml
usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/tc.data
usertools/swift/swiftconfig/etc/sites/local-pbs/
usertools/swift/swiftconfig/etc/sites/local-pbs/sites.xml
usertools/swift/swiftconfig/etc/sites/local-pbs/tc.data
usertools/swift/swiftconfig/etc/sites/ssh/
usertools/swift/swiftconfig/etc/sites/ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/ssh/tc.data
Log:
Template additions and modifications
Added: usertools/swift/swiftconfig/etc/sites/local-pbs/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/local-pbs/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/local-pbs/sites.xml 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,6 @@
+ <pool handle="local-pbs">
+ <filesystem provider="local" url="none" />
+ <execution provider="local" url="none" jobmanager="local:pbs" />
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ <profile namespace="karajan" key="jobThrottle">0</profile>
+ </pool>
Added: usertools/swift/swiftconfig/etc/sites/local-pbs/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/local-pbs/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/local-pbs/tc.data 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,17 @@
+#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.
+#
+# sitename transformation path INSTALLED platform profiles
+local-pbs echo /bin/echo INSTALLED INTEL32::LINUX null
+local-pbs cat /bin/cat INSTALLED INTEL32::LINUX null
+local-pbs ls /bin/ls INSTALLED INTEL32::LINUX null
+local-pbs grep /bin/grep INSTALLED INTEL32::LINUX null
+local-pbs sort /bin/sort INSTALLED INTEL32::LINUX null
+local-pbs paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/sites.xml 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,13 @@
+ <pool handle="local-pbs-coasters">
+ <filesystem provider="local" url="none" />
+ <execution provider="coaster" url="none" jobmanager="local:pbs" />
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ <profile namespace="globus" key="maxtime">3000</profile>
+ <profile namespace="globus" key="workersPerNode">8</profile>
+ <profile namespace="globus" key="slots">1</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <profile namespace="globus" key="maxNodes">10</profile>
+ <profile namespace="globus" key="queue">short</profile>
+ <profile namespace="karajan" key="jobThrottle">0.5</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ </pool>
Added: usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/local-pbs-coasters/tc.data 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,17 @@
+#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.
+#
+# sitename transformation path INSTALLED platform profiles
+local-pbs-coasters echo /bin/echo INSTALLED INTEL32::LINUX null
+local-pbs-coasters cat /bin/cat INSTALLED INTEL32::LINUX null
+local-pbs-coasters ls /bin/ls INSTALLED INTEL32::LINUX null
+local-pbs-coasters grep /bin/grep INSTALLED INTEL32::LINUX null
+local-pbs-coasters sort /bin/sort INSTALLED INTEL32::LINUX null
+local-pbs-coasters paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/ssh/sites.xml 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,6 @@
+ <pool handle="ssh">
+ <filesystem provider="ssh" url="login1.pads.ci.uchicago.edu" />
+ <execution provider="ssh" url="login1.pads.ci.uchicago.edu" />
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ <profile namespace="karajan" key="jobThrottle">0</profile>
+ </pool>
Added: usertools/swift/swiftconfig/etc/sites/ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/ssh/tc.data 2010-08-01 10:42:19 UTC (rev 3495)
@@ -0,0 +1,17 @@
+#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.
+#
+# sitename transformation path INSTALLED platform profiles
+ssh echo /bin/echo INSTALLED INTEL32::LINUX null
+ssh cat /bin/cat INSTALLED INTEL32::LINUX null
+ssh ls /bin/ls INSTALLED INTEL32::LINUX null
+ssh grep /bin/grep INSTALLED INTEL32::LINUX null
+ssh sort /bin/sort INSTALLED INTEL32::LINUX null
+ssh paste /bin/paste INSTALLED INTEL32::LINUX null
More information about the Swift-commit
mailing list