[Swift-commit] r4361 - trunk/tests/providers/local-pbs/fusion
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Wed Apr 13 11:46:15 CDT 2011
Author: wozniak
Date: 2011-04-13 11:46:14 -0500 (Wed, 13 Apr 2011)
New Revision: 4361
Modified:
trunk/tests/providers/local-pbs/fusion/001-catsn.swift
trunk/tests/providers/local-pbs/fusion/sites.template.xml
trunk/tests/providers/local-pbs/fusion/tc.template.data
Log:
Test works on Fusion
Modified: trunk/tests/providers/local-pbs/fusion/001-catsn.swift
===================================================================
--- trunk/tests/providers/local-pbs/fusion/001-catsn.swift 2011-04-13 16:35:50 UTC (rev 4360)
+++ trunk/tests/providers/local-pbs/fusion/001-catsn.swift 2011-04-13 16:46:14 UTC (rev 4361)
@@ -5,9 +5,6 @@
cat @i stdout=@o;
}
-// string t = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-// string char[] = @strsplit(t, "");
-
file out[]<simple_mapper; location=".", prefix="catsn.",suffix=".out">;
foreach j in [1:@toint(@arg("n","10"))] {
file data<"data.txt">;
Modified: trunk/tests/providers/local-pbs/fusion/sites.template.xml
===================================================================
--- trunk/tests/providers/local-pbs/fusion/sites.template.xml 2011-04-13 16:35:50 UTC (rev 4360)
+++ trunk/tests/providers/local-pbs/fusion/sites.template.xml 2011-04-13 16:46:14 UTC (rev 4361)
@@ -1,10 +1,9 @@
<config>
-<pool handle="local-pbs">
+<pool handle="fusion-pbs">
<execution provider="pbs" url="none" />
<filesystem provider="local" url="none" />
<profile namespace="globus" key="maxwalltime">5</profile>
- <profile namespace="globus" key="queue">batch</profile>
- <profile namespace="globus" key="pbs.properties">bigmem</profile>
- <workdirectory>/home/wozniak/work</workdirectory>
+ <profile namespace="globus" key="queue">shared</profile>
+ <workdirectory>_WORK_</workdirectory>
</pool>
</config>
Modified: trunk/tests/providers/local-pbs/fusion/tc.template.data
===================================================================
--- trunk/tests/providers/local-pbs/fusion/tc.template.data 2011-04-13 16:35:50 UTC (rev 4360)
+++ trunk/tests/providers/local-pbs/fusion/tc.template.data 2011-04-13 16:46:14 UTC (rev 4361)
@@ -1,7 +1,7 @@
-beagle-pbs echo /bin/echo INSTALLED INTEL32::LINUX
-beagle-pbs cat /bin/cat INSTALLED INTEL32::LINUX
-beagle-pbs ls /bin/ls INSTALLED INTEL32::LINUX
-beagle-pbs grep /bin/grep INSTALLED INTEL32::LINUX
-beagle-pbs sort /bin/sort INSTALLED INTEL32::LINUX
-beagle-pbs paste /bin/paste INSTALLED INTEL32::LINUX
-beagle-pbs wc /usr/bin/wc INSTALLED INTEL32::LINUX
+fusion-pbs echo /bin/echo INSTALLED INTEL32::LINUX
+fusion-pbs cat /bin/cat INSTALLED INTEL32::LINUX
+fusion-pbs ls /bin/ls INSTALLED INTEL32::LINUX
+fusion-pbs grep /bin/grep INSTALLED INTEL32::LINUX
+fusion-pbs sort /bin/sort INSTALLED INTEL32::LINUX
+fusion-pbs paste /bin/paste INSTALLED INTEL32::LINUX
+fusion-pbs wc /usr/bin/wc INSTALLED INTEL32::LINUX
More information about the Swift-commit
mailing list