[Swift-commit] r6556 - SwiftTutorials/OHBM_2013-06-16

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Fri Jun 14 19:14:45 CDT 2013


Author: wilde
Date: 2013-06-14 19:14:44 -0500 (Fri, 14 Jun 2013)
New Revision: 6556

Modified:
   SwiftTutorials/OHBM_2013-06-16/README
   SwiftTutorials/OHBM_2013-06-16/clean.sh
Log:
Edit README, adjust clean.sh

Modified: SwiftTutorials/OHBM_2013-06-16/README
===================================================================
--- SwiftTutorials/OHBM_2013-06-16/README	2013-06-15 00:01:57 UTC (rev 6555)
+++ SwiftTutorials/OHBM_2013-06-16/README	2013-06-15 00:14:44 UTC (rev 6556)
@@ -43,6 +43,18 @@
 
 * To run:
 
+  # Latest demo code versions:
+
+  atlas00.swift:  Just run one app, no Volume struct types
+  atlas01.swift:  Run a loop with volume struct types
+  atlas02.swift:  The fill workflow, with align() as a Swift function (for local execution)
+  atlas03.swift:  Full wowrkflow with align.sh, suitable for remote execution
+
+  genatlas.swift: The original workflow, now obsolete.
+
+  In the examples below, use atlas00.swift through atlas02.swift,
+  and atlas03.swift for all runs on beagle and cloud.
+
   # On localhost:
 
   swift genatlas.swift             # processes data/ directory by default

Modified: SwiftTutorials/OHBM_2013-06-16/clean.sh
===================================================================
--- SwiftTutorials/OHBM_2013-06-16/clean.sh	2013-06-15 00:01:57 UTC (rev 6555)
+++ SwiftTutorials/OHBM_2013-06-16/clean.sh	2013-06-15 00:14:44 UTC (rev 6556)
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-rm -rf _concurrent work/* output/* *.log *.rlog *.d *.kml *.swiftx 
+rm -rf _concurrent work/* output/* warps *.log *.rlog *.d *.kml *.swiftx 
 




More information about the Swift-commit mailing list