[Swift-commit] r5029 - in trunk/tests/mpi: . fusion/long fusion/short
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Tue Aug 30 13:28:40 CDT 2011
Author: wozniak
Date: 2011-08-30 13:28:40 -0500 (Tue, 30 Aug 2011)
New Revision: 5029
Added:
trunk/tests/mpi/fusion/
trunk/tests/mpi/fusion/long/sites.template.xml
trunk/tests/mpi/fusion/long/tc.template.data
trunk/tests/mpi/fusion/short/100-mci.timeout
trunk/tests/mpi/fusion/short/sites.template.xml
trunk/tests/mpi/fusion/short/tc.template.data
Removed:
trunk/tests/mpi/fusion/long/sites.template.xml
trunk/tests/mpi/fusion/long/tc.template.data
trunk/tests/mpi/fusion/short/sites.template.xml
trunk/tests/mpi/fusion/short/tc.template.data
Log:
Copy Beagle test for Fusion
Deleted: trunk/tests/mpi/fusion/long/sites.template.xml
===================================================================
--- trunk/tests/mpi/beagle/long/sites.template.xml 2011-08-30 02:36:19 UTC (rev 5025)
+++ trunk/tests/mpi/fusion/long/sites.template.xml 2011-08-30 18:28:40 UTC (rev 5029)
@@ -1,31 +0,0 @@
-<config>
-
-<import file="sys.xml"/>
-<set name="pwd"><sys:getenv name="PWD"/></set>
-<set name="wdir" value="{pwd}/work"/>
-<echo message="setting workDirectory to: {wdir}"/>
-
-<pool handle="crow">
- <execution jobmanager="local:pbs" provider="coaster" url="none"/>
- <filesystem provider="local" url="none" />
- <profile namespace="globus" key="maxWallTime">1</profile>
- <profile namespace="globus" key="maxTime">7200</profile>
-
- <profile namespace="globus" key="providerAttributes">
- pbs.aprun;pbs.mpp;depth=6
- </profile>
- <profile key="jobsPerNode" namespace="globus">1</profile>
- <profile key="slots" namespace="globus">1</profile>
- <profile key="nodeGranularity" namespace="globus">10</profile>
- <profile key="maxNodes" namespace="globus">20</profile>
- <profile key="workerLoggingLevel" namespace="globus">DEBUG</profile>
- <profile key="workerLoggingDirectory" namespace="globus">{wdir}</profile>
- <profile key="jobThrottle" namespace="karajan">5.99</profile>
- <profile key="initialScore" namespace="karajan">10000</profile>
- <workdirectory>{wdir}</workdirectory>
-</pool>
-</config>
-
-<!-- RESERVATIONS:
-Add something like this to your providerAttributes:
-pbs.resources=advres=modFTDock.47 -->
Copied: trunk/tests/mpi/fusion/long/sites.template.xml (from rev 5027, trunk/tests/mpi/beagle/long/sites.template.xml)
===================================================================
--- trunk/tests/mpi/fusion/long/sites.template.xml (rev 0)
+++ trunk/tests/mpi/fusion/long/sites.template.xml 2011-08-30 18:28:40 UTC (rev 5029)
@@ -0,0 +1,31 @@
+<config>
+
+<import file="sys.xml"/>
+<set name="pwd"><sys:getenv name="PWD"/></set>
+<set name="wdir" value="{pwd}/work"/>
+<echo message="setting workDirectory to: {wdir}"/>
+
+<pool handle="beagle">
+ <execution jobmanager="local:pbs" provider="coaster" url="none"/>
+ <filesystem provider="local" url="none" />
+ <profile namespace="globus" key="maxWallTime">1</profile>
+ <profile namespace="globus" key="maxTime">7200</profile>
+
+ <profile namespace="globus" key="providerAttributes">
+ pbs.aprun;pbs.mpp;depth=1
+ </profile>
+ <profile key="jobsPerNode" namespace="globus">1</profile>
+ <profile key="slots" namespace="globus">1</profile>
+ <profile key="nodeGranularity" namespace="globus">10</profile>
+ <profile key="maxNodes" namespace="globus">20</profile>
+ <profile key="workerLoggingLevel" namespace="globus">DEBUG</profile>
+ <profile key="workerLoggingDirectory" namespace="globus">{wdir}</profile>
+ <profile key="jobThrottle" namespace="karajan">5.99</profile>
+ <profile key="initialScore" namespace="karajan">10000</profile>
+ <workdirectory>{wdir}</workdirectory>
+</pool>
+</config>
+
+<!-- RESERVATIONS:
+Add something like this to your providerAttributes:
+pbs.resources=advres=modFTDock.47 -->
Deleted: trunk/tests/mpi/fusion/long/tc.template.data
===================================================================
--- trunk/tests/mpi/beagle/long/tc.template.data 2011-08-30 02:36:19 UTC (rev 5025)
+++ trunk/tests/mpi/fusion/long/tc.template.data 2011-08-30 18:28:40 UTC (rev 5029)
@@ -1,23 +0,0 @@
-#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
-localhost cp /bin/cp INSTALLED INTEL32::LINUX null
-
-# hydra-tests-2
-
-crow mpi_cp _DIR_/mpi-cp INSTALLED INTEL32::LINUX globus::hostCount=2
-crow mpi_sleep _DIR_/mpi-sleep INSTALLED INTEL32::LINUX globus::hostCount=2
Copied: trunk/tests/mpi/fusion/long/tc.template.data (from rev 5027, trunk/tests/mpi/beagle/long/tc.template.data)
===================================================================
--- trunk/tests/mpi/fusion/long/tc.template.data (rev 0)
+++ trunk/tests/mpi/fusion/long/tc.template.data 2011-08-30 18:28:40 UTC (rev 5029)
@@ -0,0 +1,23 @@
+#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
+localhost cp /bin/cp INSTALLED INTEL32::LINUX null
+
+# hydra-tests-2
+
+beagle mpi_cp _DIR_/mpi-cp INSTALLED INTEL32::LINUX globus::hostCount=2
+beagle mpi_sleep _DIR_/mpi-sleep INSTALLED INTEL32::LINUX globus::hostCount=2
Copied: trunk/tests/mpi/fusion/short/100-mci.timeout (from rev 5026, trunk/tests/mpi/beagle/short/100-mci.timeout)
===================================================================
--- trunk/tests/mpi/fusion/short/100-mci.timeout (rev 0)
+++ trunk/tests/mpi/fusion/short/100-mci.timeout 2011-08-30 18:28:40 UTC (rev 5029)
@@ -0,0 +1 @@
+1000
Deleted: trunk/tests/mpi/fusion/short/sites.template.xml
===================================================================
--- trunk/tests/mpi/beagle/short/sites.template.xml 2011-08-30 02:36:19 UTC (rev 5025)
+++ trunk/tests/mpi/fusion/short/sites.template.xml 2011-08-30 18:28:40 UTC (rev 5029)
@@ -1,31 +0,0 @@
-<config>
-
-<import file="sys.xml"/>
-<set name="pwd"><sys:getenv name="PWD"/></set>
-<set name="wdir" value="{pwd}/work"/>
-<echo message="setting workDirectory to: {wdir}"/>
-
-<pool handle="crow">
- <execution jobmanager="local:pbs" provider="coaster" url="none"/>
- <filesystem provider="local" url="none" />
- <profile namespace="globus" key="maxWallTime">1</profile>
- <profile namespace="globus" key="maxTime">7200</profile>
-
- <profile namespace="globus" key="providerAttributes">
- pbs.aprun;pbs.mpp;depth=6
- </profile>
- <profile key="jobsPerNode" namespace="globus">1</profile>
- <profile key="slots" namespace="globus">1</profile>
- <profile key="nodeGranularity" namespace="globus">2</profile>
- <profile key="maxNodes" namespace="globus">4</profile>
- <profile key="workerLoggingLevel" namespace="globus">DEBUG</profile>
- <profile key="workerLoggingDirectory" namespace="globus">{wdir}</profile>
- <profile key="jobThrottle" namespace="karajan">5.99</profile>
- <profile key="initialScore" namespace="karajan">10000</profile>
- <workdirectory>{wdir}</workdirectory>
-</pool>
-</config>
-
-<!-- RESERVATIONS:
-Add something like this to your providerAttributes:
-pbs.resources=advres=modFTDock.47 -->
Copied: trunk/tests/mpi/fusion/short/sites.template.xml (from rev 5026, trunk/tests/mpi/beagle/short/sites.template.xml)
===================================================================
--- trunk/tests/mpi/fusion/short/sites.template.xml (rev 0)
+++ trunk/tests/mpi/fusion/short/sites.template.xml 2011-08-30 18:28:40 UTC (rev 5029)
@@ -0,0 +1,31 @@
+<config>
+
+<import file="sys.xml"/>
+<set name="pwd"><sys:getenv name="PWD"/></set>
+<set name="wdir" value="{pwd}/work"/>
+<echo message="setting workDirectory to: {wdir}"/>
+
+<pool handle="beagle">
+ <execution jobmanager="local:pbs" provider="coaster" url="none"/>
+ <filesystem provider="local" url="none" />
+ <profile namespace="globus" key="maxWallTime">1</profile>
+ <profile namespace="globus" key="maxTime">7200</profile>
+
+ <profile namespace="globus" key="providerAttributes">
+ pbs.aprun;pbs.mpp;depth=6
+ </profile>
+ <profile key="jobsPerNode" namespace="globus">1</profile>
+ <profile key="slots" namespace="globus">1</profile>
+ <profile key="nodeGranularity" namespace="globus">2</profile>
+ <profile key="maxNodes" namespace="globus">4</profile>
+ <profile key="workerLoggingLevel" namespace="globus">DEBUG</profile>
+ <profile key="workerLoggingDirectory" namespace="globus">{wdir}</profile>
+ <profile key="jobThrottle" namespace="karajan">5.99</profile>
+ <profile key="initialScore" namespace="karajan">10000</profile>
+ <workdirectory>{wdir}</workdirectory>
+</pool>
+</config>
+
+<!-- RESERVATIONS:
+Add something like this to your providerAttributes:
+pbs.resources=advres=modFTDock.47 -->
Deleted: trunk/tests/mpi/fusion/short/tc.template.data
===================================================================
--- trunk/tests/mpi/beagle/short/tc.template.data 2011-08-30 02:36:19 UTC (rev 5025)
+++ trunk/tests/mpi/fusion/short/tc.template.data 2011-08-30 18:28:40 UTC (rev 5029)
@@ -1,22 +0,0 @@
-#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
-localhost cp /bin/cp INSTALLED INTEL32::LINUX null
-
-# hydra-tests-2
-
-crow mpi_cp _DIR_/mpi-cp INSTALLED INTEL32::LINUX globus::hostCount=2
Copied: trunk/tests/mpi/fusion/short/tc.template.data (from rev 5026, trunk/tests/mpi/beagle/short/tc.template.data)
===================================================================
--- trunk/tests/mpi/fusion/short/tc.template.data (rev 0)
+++ trunk/tests/mpi/fusion/short/tc.template.data 2011-08-30 18:28:40 UTC (rev 5029)
@@ -0,0 +1,22 @@
+#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
+localhost cp /bin/cp INSTALLED INTEL32::LINUX null
+
+# hydra-tests-2
+
+beagle mpi_cp _DIR_/mpi-cp INSTALLED INTEL32::LINUX globus::hostCount=2
More information about the Swift-commit
mailing list