[Swift-commit] r8207 - in SwiftTutorials/ATPESC_2014-08-14/swift-t: . examples/01-hello

tga at ci.uchicago.edu tga at ci.uchicago.edu
Thu Aug 14 14:10:42 CDT 2014


Author: tga
Date: 2014-08-14 14:10:42 -0500 (Thu, 14 Aug 2014)
New Revision: 8207

Modified:
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-local.sh
   SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
Log:
Make it more obvious that this should be run on Cetus/Mira

Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-local.sh
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-local.sh	2014-08-14 17:51:18 UTC (rev 8206)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/01-hello/run-local.sh	2014-08-14 19:10:42 UTC (rev 8207)
@@ -1,6 +1,6 @@
 #!/bin/sh -eu
 
-source ../../cfg/setup-local.sh
+. ../../cfg/setup-local.sh
 
 stc hello.swift
 turbine hello.tcl

Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt	2014-08-14 17:51:18 UTC (rev 8206)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt	2014-08-14 19:10:42 UTC (rev 8207)
@@ -35,6 +35,9 @@
 
 == Swift/T installations
 
+These instructions assume you will be running a preinstalled version
+of Swift/T on Cetus or Mira.
+
 Two Swift/T installations are provided- one that runs on the login
 node and one that runs on the compute nodes (via Cobalt).  The login
 node installation should be used with caution- expensive computation




More information about the Swift-commit mailing list