[Swift-commit] r8171 - SwiftTutorials/ATPESC_2014-08-14/swift-t
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Thu Aug 14 09:58:42 CDT 2014
Author: wozniak
Date: 2014-08-14 09:58:41 -0500 (Thu, 14 Aug 2014)
New Revision: 8171
Added:
SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
Log:
Adding tutorial.txt
Added: SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt (rev 0)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/tutorial.txt 2014-08-14 14:58:41 UTC (rev 8171)
@@ -0,0 +1,38 @@
+
+= Tutorial: Swift/T
+
+This tutorial will walk through 4 examples of the use of Swift/T, in
+addition to a molecular dynamics example.
+
+== Files
+
+The examples are in the +examples/+ directory.
+
+Each example directory is numbered from +01+ to +05+.
+
+Configuration files are in +cfg/+. These refer to public
+installations of Swift/T on Cetus/Mira.
+
+Each example contains a +*.swift+ Swift script that is the Swift
+program. There is also a +run-local+ script to run the Swift script
+on the login node and a +run-compute+ script to submit the Swift
+program to Cobalt.
+
+== Swift/T installations
+
+Two Swift/T installations are provided- one that runs on the login
+node and one that runs on the compute nodes (via Cobalt). The login
+node installation should be used with caution- expensive computation
+will impact other users on the login nodes.
+
+== Examples
+
+=== 01 Hello world
+
+1. +cd+ into the directory +01-hello+
+2. Run:
++
+----
+./run-local.sh
+----
+3. This
More information about the Swift-commit
mailing list