[Swift-commit] r8117 - SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Tue Aug 12 12:55:47 CDT 2014


Author: wozniak
Date: 2014-08-12 12:55:47 -0500 (Tue, 12 Aug 2014)
New Revision: 8117

Added:
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh
Log:
Adding run-compute.sh

Added: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh	                        (rev 0)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh	2014-08-12 17:55:47 UTC (rev 8117)
@@ -0,0 +1,9 @@
+#!/bin/sh -eu
+
+source ../../cfg/setup-compute.sh
+SETTINGS=../../cfg/settings-compute.sh
+
+PROGRAM=hello.swift
+stc ${PROGRAM}.swift
+turbine-cobalt-run.zsh -n 4 -s ${SETTINGS} ${PROGRAM}.tcl
+


Property changes on: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list