[Swift-commit] r8120 - SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Tue Aug 12 13:15:34 CDT 2014
Author: wozniak
Date: 2014-08-12 13:15:34 -0500 (Tue, 12 Aug 2014)
New Revision: 8120
Modified:
SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/
SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh
Log:
Bug fix
Property changes on: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello
___________________________________________________________________
Modified: svn:ignore
- hello.tcl
+ hello.tcl
turbine-directory.txt
Modified: 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 2014-08-12 18:14:18 UTC (rev 8119)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-compute.sh 2014-08-12 18:15:34 UTC (rev 8120)
@@ -3,7 +3,7 @@
source ../../cfg/setup-compute.sh
SETTINGS=../../cfg/settings-compute.sh
-PROGRAM=hello.swift
+PROGRAM=hello
stc ${PROGRAM}.swift
-turbine-cobalt-run.zsh -n 4 -s ${SETTINGS} ${PROGRAM}.tcl
+turbine-cobalt-run.zsh -n 2 -s ${SETTINGS} ${PROGRAM}.tcl
More information about the Swift-commit
mailing list