[Swift-commit] r7862 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Mon May 12 12:51:08 CDT 2014
Author: ketan
Date: 2014-05-12 12:51:08 -0500 (Mon, 12 May 2014)
New Revision: 7862
Modified:
SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
python interpreter
Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml 2014-05-12 17:49:25 UTC (rev 7861)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml 2014-05-12 17:51:08 UTC (rev 7862)
@@ -10,9 +10,9 @@
-->
<description>A generic tool to run executable via Swift foreach parallel construct</description>
- <command interpreter="bash">
+ <command interpreter="python">
#if $rangeorlist.rl == "rng"
- swiftforeach.sh
+ swiftforeach.py
"range"
"${k_or_t}"
"${site}"
@@ -31,7 +31,7 @@
${a.fileargname}
#end for
#elif $rangeorlist.rl == "lst"
- swiftforeach.sh
+ swiftforeach.py
"list"
"${k_or_t}"
"${site}"
@@ -48,7 +48,7 @@
${a.fileargname}
#end for
#else
- swiftforeach.sh
+ swiftforeach.py
"drytest"
"${k_or_t}"
"${site}"
More information about the Swift-commit
mailing list