[Swift-commit] r6729 - SwiftTutorials/ATPESC_2013-08-06

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Fri Aug 2 21:27:56 CDT 2013


Author: wilde
Date: 2013-08-02 21:27:56 -0500 (Fri, 02 Aug 2013)
New Revision: 6729

Modified:
   SwiftTutorials/ATPESC_2013-08-06/README
Log:
Intial cosmetic/test edits.

Modified: SwiftTutorials/ATPESC_2013-08-06/README
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/README	2013-08-03 02:27:02 UTC (rev 6728)
+++ SwiftTutorials/ATPESC_2013-08-06/README	2013-08-03 02:27:56 UTC (rev 6729)
@@ -1,12 +1,12 @@
 ATPESC 2013 Workflow Tutorial Exercises
 =======================================
 
-Installing UC3 tutorial
------------------------
+Installing ATPESC tutorial
+--------------------------
 
 Check out scripts from SVN
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
-To checkout the most recent UC3 tutorial scripts from SVN, run the following 
+To checkout the most recent ATPESC tutorial scripts from SVN, run the following 
 command:
 
 -----
@@ -64,7 +64,7 @@
 Overview of the Swift scripts
 ------------------------------
 Parts 1-6 run locally and serve as examples of the Swift language.
-Parts 7-9 submit jobs via Condor to UC3 resources
+Parts 7-9 submit jobs via Condor to ATPESC resources
 
 part01
 ~~~~~~
@@ -269,7 +269,7 @@
 
 part07
 ~~~~~~
-Part 7 is the first script that will submit jobs to UC3 via Condor.
+Part 7 is the first script that will submit jobs to ATPESC via Condor.
 It is similar to earlier scripts, with a few minor exceptions. Since
 there is not a shared filesystems when using OSG, the application simulate.sh
 will get transferred to the worker node by Swift.
@@ -445,14 +445,14 @@
 p10.swift is exactly the same as p9.swift. Instead of the swift script,
 take a look at the sites.xml configuration file.
 The sites.xml file determines where swift runs its job at. Here the
-line with the condor requirement to select nodes from the UC3 seeder
+line with the condor requirement to select nodes from the ATPESC seeder
 cluster is left un-commented to select that site.
 
 -----
 <profile namespace="globus" key="condor.Requirements">regexp("uc3-c*", Machine)</profile>
 -----
 
-The condor requirements for selecting nodes from UC3 seeder, ITS
+The condor requirements for selecting nodes from ATPESC seeder, ITS
 Virtualization lab, Open Science Grid and Atlas Midwest Tier 2 (at UC,
 IU, UIUC) are present in the sites.xml file.
 To choose any of these sites, simply uncomment the requirement line




More information about the Swift-commit mailing list