[Swift-commit] r8211 - SwiftTutorials/ATPESC_2014-08-14/swift-t
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Thu Aug 14 14:41:06 CDT 2014
Author: wozniak
Date: 2014-08-14 14:41:06 -0500 (Thu, 14 Aug 2014)
New Revision: 8211
Modified:
SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
Log:
Fix asciidoc syntax
Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt 2014-08-14 19:28:05 UTC (rev 8210)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt 2014-08-14 19:41:06 UTC (rev 8211)
@@ -201,10 +201,10 @@
make
----
+
-This builds the stand-alone +md+ program. You can test it with
-+test-md-*.sh+.
+This builds the stand-alone +md+ program. You can test it with +test-md-*.sh+.
+
2. Run:
-+
++
----
make swift-pkg
----
@@ -220,9 +220,8 @@
3. +cd+ back to +examples/05-md/+.
4. The +md.swift+ library shows the calling sequence for MD.
-5. The +run-md.swift+ script shows how to call MD once. The output
-files are indicated in the script, in addition to the usual
-+output.txt+. Run this with +./run-*-md.sh+.
+5. The +run-md.swift+ script shows how to call MD once. The output files are indicated in the script, in addition to the usual +output.txt+. Run this with +./run-*-md.sh+.
6. A concurrent ensemble of simulations is launched by
+run-mds.swift+. This script accepts many arguments on the command
line: see +run-*-mds.sh+.
+
More information about the Swift-commit
mailing list