[Swift-commit] r8133 - SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/04-py

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Aug 13 11:37:09 CDT 2014


Author: wozniak
Date: 2014-08-13 11:37:09 -0500 (Wed, 13 Aug 2014)
New Revision: 8133

Added:
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/04-py/run-compute.sh
Log:
New run-compute


Copied: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/04-py/run-compute.sh (from rev 8117, SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh)
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/04-py/run-compute.sh	                        (rev 0)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/04-py/run-compute.sh	2014-08-13 16:37:09 UTC (rev 8133)
@@ -0,0 +1,9 @@
+#!/bin/sh -eu
+
+source ../../cfg/setup-compute.sh
+SETTINGS=../../cfg/settings-compute.sh
+
+PROGRAM=add
+stc ${PROGRAM}.swift
+turbine-cobalt-run.zsh -n 2 -s ${SETTINGS} ${PROGRAM}.tcl
+




More information about the Swift-commit mailing list