[Swift-commit] r6469 - demo/cray/bin
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Wed Apr 17 14:51:35 CDT 2013
Author: wozniak
Date: 2013-04-17 14:51:35 -0500 (Wed, 17 Apr 2013)
New Revision: 6469
Added:
demo/cray/bin/run-swift-2-local.sh
Log:
Run script for swift-2.0
Added: demo/cray/bin/run-swift-2-local.sh
===================================================================
--- demo/cray/bin/run-swift-2-local.sh (rev 0)
+++ demo/cray/bin/run-swift-2-local.sh 2013-04-17 19:51:35 UTC (rev 6469)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+SCRIPT_SWIFT=$1
+shift
+ARGS=${*}
+
+SCRIPT_TCL=${SCRIPT_SWIFT%.swift}.tcl
+
+stc ${SCRIPT_SWIFT} ${SCRIPT_TCL} || exit 1
+
+export TURBINE_LOG=0
+turbine ${SCRIPT_TCL} ${ARGS}
+
+
+
Property changes on: demo/cray/bin/run-swift-2-local.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Swift-commit
mailing list