[Swift-commit] r8198 - SwiftTutorials/ATPESC_2014-08-14/swift-t
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Thu Aug 14 12:30:11 CDT 2014
Author: wozniak
Date: 2014-08-14 12:30:10 -0500 (Thu, 14 Aug 2014)
New Revision: 8198
Modified:
SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
Log:
More build notes
Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt 2014-08-14 17:28:59 UTC (rev 8197)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt 2014-08-14 17:30:10 UTC (rev 8198)
@@ -198,16 +198,28 @@
make
----
+
+This builds the stand-alone +md+ program. You can test it with
++test-md-*.sh+.
+2. Run:
++
+----
+make swift-pkg
+----
++
This builds the Tcl package by:
+
a. Running SWIG to expose the core +simulate()+ function to Tcl;
b. Compiling the SWIG-generated wrapper code and linking it as a Tcl
package.
-2. +cd+ back to +examples/05-md/+.
-3. The +md.swift+ library shows the calling sequence for MD.
-4. The +run-md.swift+ script shows how to call MD once. The output
++
+You can test the Tcl function with +./test-md.tcl+, which simply loads
+the package and calls +simulate+ once.
+
+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. A concurrent ensemble of simulations is launched by
+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