[Swift-commit] r6776 - SwiftTutorials/ATPESC_2013-08-06

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Aug 5 17:26:01 CDT 2013


Author: wozniak
Date: 2013-08-05 17:26:00 -0500 (Mon, 05 Aug 2013)
New Revision: 6776

Modified:
   SwiftTutorials/ATPESC_2013-08-06/README
Log:
Fix includes; improve hierarchy


Modified: SwiftTutorials/ATPESC_2013-08-06/README
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/README	2013-08-05 22:23:22 UTC (rev 6775)
+++ SwiftTutorials/ATPESC_2013-08-06/README	2013-08-05 22:26:00 UTC (rev 6776)
@@ -509,6 +509,8 @@
 we compute each determinant in parallel using the Swift +foreach+
 loop.  All result are collected and passed to the R +max()+ function.
 
+==== Scripts
+
 To compile and run the script, run:
 
 .run-dets.sh
@@ -520,17 +522,17 @@
 
 .dets.py
 ----
-include::part11-swift-py-r/code/dets.py
+include::part11-swift-py-r/code/dets.py[]
 ----
 
 The Swift script is:
 
 .dets.swift
 ----
-include::part11-swift-py-r/code/dets.swift
+include::part11-swift-py-r/code/dets.swift[]
 ----
 
-=== Analysis
+==== Analysis
 
 The Turbine run time script creates a +TURBINE_OUTPUT+ directory and
 reports it.  Standard output from the job is in +output.txt+.
@@ -559,7 +561,7 @@
 * https://sites.google.com/site/exmcomputing/swift-t[Swift/T Overview]
 * http://www.mcs.anl.gov/exm/local/guides/swift.html[Swift/T Guide]
 * http://www.mcs.anl.gov/exm/local/guides/turbine-sites.html[Sites Guide]
-   - notes for running Swift/T on various systems
+   — notes for running Swift/T on various systems
 
 Running MPI apps under Swift
 ----------------------------




More information about the Swift-commit mailing list