[Swift-commit] r6960 - SwiftTutorials/CIC_2013-08-09/doc
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu Aug 22 14:58:32 CDT 2013
Author: davidk
Date: 2013-08-22 14:58:32 -0500 (Thu, 22 Aug 2013)
New Revision: 6960
Modified:
SwiftTutorials/CIC_2013-08-09/doc/README
Log:
Remove duplicate section and <SITE> argument to setup.sh
Modified: SwiftTutorials/CIC_2013-08-09/doc/README
===================================================================
--- SwiftTutorials/CIC_2013-08-09/doc/README 2013-08-22 19:55:28 UTC (rev 6959)
+++ SwiftTutorials/CIC_2013-08-09/doc/README 2013-08-22 19:58:32 UTC (rev 6960)
@@ -46,7 +46,7 @@
-----
$ cd tutorial # change to the newly created tutorial directory
-$ source setup.sh <SITE> # sets swift config files in $HOME/.swift
+$ source setup.sh # sets swift config files in $HOME/.swift
$ java -version # verify that you have Oracle JAVA (prefered; 1.6 or later)
$ swift -version # verify that Swift 0.94 is in your $PATH and functional
-----
@@ -150,11 +150,6 @@
Parts 1-3 (p1.swift - p3.swift) run locally and serve as examples of the Swift language.
Parts 4-6 (p4.swift - p6.swift) submit jobs to the site specified the setup stage
-Introductory exercises
-----------------------
-Parts 1-3 (p1.swift - p3.swift) run locally and serve as examples of the Swift language.
-Parts 4-6 (p4.swift - p6.swift) submit jobs to the site specified the setup stage
-
p1 - Run an application under Swift
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The first swift script, p1.swift, runs simulate.sh to generate a single random
More information about the Swift-commit
mailing list