[Swift-commit] r3435 - in usertools/swift/swiftconfig/etc: . sites sites/multisite-pbs-coasters sites/multisite-ssh sites/pads-local-pbs sites/pads-local-pbs-coasters sites/pads-remote-pbs-coasters-ssh sites/pads-remote-ssh sites/teraport-local-pbs sites/teraport-local-pbs-coasters sites/teraport-remote-pbs-coasters-ssh sites/teraport-remote-ssh
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Jul 14 06:08:40 CDT 2010
Author: davidk
Date: 2010-07-14 06:08:40 -0500 (Wed, 14 Jul 2010)
New Revision: 3435
Added:
usertools/swift/swiftconfig/etc/sites/
usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/
usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/sites.xml
usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/tc.data
usertools/swift/swiftconfig/etc/sites/multisite-ssh/
usertools/swift/swiftconfig/etc/sites/multisite-ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/multisite-ssh/tc.data
usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/
usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/sites.xml
usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/tc.data
usertools/swift/swiftconfig/etc/sites/pads-local-pbs/
usertools/swift/swiftconfig/etc/sites/pads-local-pbs/sites.xml
usertools/swift/swiftconfig/etc/sites/pads-local-pbs/tc.data
usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/
usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/tc.data
usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/
usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/tc.data
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/sites.xml
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/tc.data
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/sites.xml
usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/tc.data
usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/
usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/tc.data
usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/
usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/sites.xml
usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/tc.data
Log:
new templates
Added: usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,15 @@
+<config>
+ <pool handle="pads-pbs-multisite-coasters">
+ <execution provider="coaster" url="login1.pads.ci.uchicago.edu" jobmanager="ssh:pbs" />
+ <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>
+ <filesystem provider="ssh" url="login1.pads.ci.uchicago.edu"/>
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ </pool>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/multisite-pbs-coasters/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/multisite-ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/multisite-ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/multisite-ssh/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,8 @@
+<config>
+ <pool handle="multisite-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>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/multisite-ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/multisite-ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/multisite-ssh/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+mct162s01.cs.ship.edu echo /bin/echo INSTALLED INTEL32::LINUX null
+mct162s01.cs.ship.edu cat /bin/cat INSTALLED INTEL32::LINUX null
+mct162s01.cs.ship.edu ls /bin/ls INSTALLED INTEL32::LINUX null
+mct162s01.cs.ship.edu grep /bin/grep INSTALLED INTEL32::LINUX null
+mct162s01.cs.ship.edu sort /bin/sort INSTALLED INTEL32::LINUX null
+mct162s01.cs.ship.edu paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/pads-local-pbs/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-local-pbs/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-local-pbs/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,8 @@
+<config>
+ <pool handle="pads-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>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/pads-local-pbs/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-local-pbs/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-local-pbs/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,15 @@
+<config>
+ <pool handle="pads-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>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-local-pbs-coasters/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,15 @@
+<config>
+ <pool handle="pads-pbs-coasters-ssh">
+ <execution provider="coaster" url="login1.pads.ci.uchicago.edu" jobmanager="ssh:pbs" />
+ <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>
+ <filesystem provider="ssh" url="login1.pads.ci.uchicago.edu"/>
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ </pool>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-remote-pbs-coasters-ssh/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,8 @@
+<config>
+ <pool handle="pads-remote-ssh">
+ <filesystem url="login1.pads.ci.uchicago.edu" provider="ssh"/>
+ <execution url="login1.pads.ci.uchicago.edu" provider="ssh"/>
+ <workdirectory >$HOME/swiftwork</workdirectory>
+ <profile namespace="karajan" key="jobThrottle">0</profile>
+ </pool>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/pads-remote-ssh/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,9 @@
+<config>
+ <pool handle="teraport-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>
+</config>
+
Added: usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-local-pbs/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+none echo /bin/echo INSTALLED INTEL32::LINUX null
+none cat /bin/cat INSTALLED INTEL32::LINUX null
+none ls /bin/ls INSTALLED INTEL32::LINUX null
+none grep /bin/grep INSTALLED INTEL32::LINUX null
+none sort /bin/sort INSTALLED INTEL32::LINUX null
+none paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,16 @@
+<config>
+ <pool handle="teraport-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>
+</config>
+
Added: usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-local-pbs-coasters/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,15 @@
+<config>
+ <pool handle="teraport-remote-pbs-coasters-ssh">
+ <execution provider="coaster" url="tp-login2.ci.uchicago.edu" jobmanager="ssh:pbs" />
+ <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>
+ <filesystem provider="ssh" url="tp-login2.ci.uchicago.edu"/>
+ <workdirectory>$HOME/swiftwork</workdirectory>
+ </pool>
+</config>
Added: usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-remote-pbs-coasters-ssh/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
Added: usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/sites.xml
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/sites.xml (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/sites.xml 2010-07-14 11:08:40 UTC (rev 3435)
@@ -0,0 +1,9 @@
+<config>
+ <pool handle="teraport-remote-ssh">
+ <filesystem url="tp-login2.ci.uchicago.edu" provider="ssh"/>
+ <execution url="tp-login2.ci.uchicago.edu" provider="ssh"/>
+ <workdirectory >$HOME/swiftwork</workdirectory>
+ <profile namespace="karajan" key="jobThrottle">0</profile>
+ </pool>
+</config>
+
Added: usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/tc.data
===================================================================
--- usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/tc.data (rev 0)
+++ usertools/swift/swiftconfig/etc/sites/teraport-remote-ssh/tc.data 2010-07-14 11:08:40 UTC (rev 3435)
@@ -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
+localhost echo /bin/echo INSTALLED INTEL32::LINUX null
+localhost cat /bin/cat INSTALLED INTEL32::LINUX null
+localhost ls /bin/ls INSTALLED INTEL32::LINUX null
+localhost grep /bin/grep INSTALLED INTEL32::LINUX null
+localhost sort /bin/sort INSTALLED INTEL32::LINUX null
+localhost paste /bin/paste INSTALLED INTEL32::LINUX null
More information about the Swift-commit
mailing list