[Swift-commit] r6988 - SwiftTutorials/swift-cray-tutorial/doc

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Aug 23 16:44:15 CDT 2013


Author: davidk
Date: 2013-08-23 16:44:15 -0500 (Fri, 23 Aug 2013)
New Revision: 6988

Modified:
   SwiftTutorials/swift-cray-tutorial/doc/README
   SwiftTutorials/swift-cray-tutorial/doc/build_docs.sh
Log:
Updated docs


Modified: SwiftTutorials/swift-cray-tutorial/doc/README
===================================================================
--- SwiftTutorials/swift-cray-tutorial/doc/README	2013-08-23 21:21:23 UTC (rev 6987)
+++ SwiftTutorials/swift-cray-tutorial/doc/README	2013-08-23 21:44:15 UTC (rev 6988)
@@ -322,18 +322,18 @@
 with each simulation taking 5 seconds.
 
 -----
-$ swift p6.swift -steps=5 -nsims=1000
+$ swift p6.swift -steps=5 -nsim=1000
 -----
 
 The other change required is to the sites.xml to control how many nodes you request.
 Change the "maxnodes" values to control the number of nodes to request.
 
 -----
-<profile namespace="globus" key="maxNodes">10</profile>
+<profile namespace="globus" key="maxNodes">2</profile>
 -----
 
 Plotting 
---------
+~~~~~~~~
 Each part directory contains a file called plot.sh that can be used for plotting. 
 It generates two image files: cumulativeplot.png and activeplot.png. 
 cumulativeplot.png shows overall progress over time, while activeplot.png shows 

Modified: SwiftTutorials/swift-cray-tutorial/doc/build_docs.sh
===================================================================
--- SwiftTutorials/swift-cray-tutorial/doc/build_docs.sh	2013-08-23 21:21:23 UTC (rev 6987)
+++ SwiftTutorials/swift-cray-tutorial/doc/build_docs.sh	2013-08-23 21:44:15 UTC (rev 6988)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-asciidoc -a icons -a toc -a toplevels=2 -a stylesheet=$PWD/asciidoc.css -a max-width=800px -o cray-tutorial.html README
+asciidoc -a icons -a toc -a toplevels=2 -a stylesheet=$PWD/asciidoc.css -a max-width=800px -o swift-cray-tutorial.html README
 




More information about the Swift-commit mailing list