[Swift-commit] r6744 - SwiftTutorials/ATPESC_2013-08-06
yadunandb at ci.uchicago.edu
yadunandb at ci.uchicago.edu
Mon Aug 5 10:42:18 CDT 2013
Author: yadunandb
Date: 2013-08-05 10:42:18 -0500 (Mon, 05 Aug 2013)
New Revision: 6744
Modified:
SwiftTutorials/ATPESC_2013-08-06/README
Log:
Updated README
Modified: SwiftTutorials/ATPESC_2013-08-06/README
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/README 2013-08-05 15:38:35 UTC (rev 6743)
+++ SwiftTutorials/ATPESC_2013-08-06/README 2013-08-05 15:42:18 UTC (rev 6744)
@@ -6,15 +6,15 @@
Check out scripts from SVN
~~~~~~~~~~~~~~~~~~~~~~~~~~
-To checkout the most recent ATPESC tutorial scripts from SVN, run the following
+To checkout the most recent ATPESC tutorial scripts from SVN, run the following
command:
-----
-$ svn co https://svn.ci.uchicago.edu/svn/vdl2/SwiftTutorials/uc3
+$ svn co https://svn.ci.uchicago.edu/svn/vdl2/SwiftTutorials/ATPESC_2013-08-06
-----
-This will create a directory called uc3 which contains all of the scripts
-mentioned in this document.
+This will create a directory called ATPESC_2013-08-06 which contains all of the
+scripts mentioned in this document.
Run setup
~~~~~~~~~
@@ -22,9 +22,9 @@
the initial setup.
-----
-$ cd uc3 # change to the newly created uc3 directory
-$ source setup.sh # sets swift config files in $HOME/.swift
-$ swift -version # verify that Swift 0.94 is in your $PATH and functional
+$ cd ATPESC_2013-08-06 # change to the newly created ATPESC_2013-08-06 directory
+$ source setup.sh # sets swift config files in $HOME/.swift
+$ swift -version # verify that Swift 0.94 is in your $PATH and functional
-----
NOTE: If you disconnect from the machine, you will need to re-run source setup.sh.
@@ -61,8 +61,8 @@
The stats.sh script reads a file containing n numbers and prints the average
of those numbers.
-Overview of the Swift scripts
-------------------------------
+Introductory exercises
+----------------------
Parts 1-6 run locally and serve as examples of the Swift language.
Parts 7-9 submit jobs via Condor to ATPESC resources
More information about the Swift-commit
mailing list