[Swift-commit] r5076 - branches/release-0.93/docs/siteguide
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Tue Sep 6 12:04:39 CDT 2011
Author: davidk
Date: 2011-09-06 12:04:39 -0500 (Tue, 06 Sep 2011)
New Revision: 5076
Modified:
branches/release-0.93/docs/siteguide/intrepid
branches/release-0.93/docs/siteguide/pads
Log:
Siteguide updates
Modified: branches/release-0.93/docs/siteguide/intrepid
===================================================================
--- branches/release-0.93/docs/siteguide/intrepid 2011-09-06 16:48:56 UTC (rev 5075)
+++ branches/release-0.93/docs/siteguide/intrepid 2011-09-06 17:04:39 UTC (rev 5076)
@@ -125,17 +125,17 @@
TODO: Update the rest below here
-----
-include::../../tests/providers/local-pbs/pads/sites.template.xml[]
+include::../../tests/providers/intrepid/sites.template.xml[]
-----
-The values to note here are the ones that are listed between underscores. In the example above, they are _QUEUE_, and _WORK_. Queue is the PADS queue to use and WORK is the swift work directory. These are placeholder values you will need to modify to fit your needs. Copy and paste this template, replace the values, and call it sites.xml.
+The values to note here are the ones that are listed between underscores. In the example above, they are \_QUEUE_, and \_WORK_. Queue is the PADS queue to use and WORK is the swift work directory. These are placeholder values you will need to modify to fit your needs. Copy and paste this template, replace the values, and call it sites.xml.
Manually Editing tc.data
~~~~~~~~~~~~~~~~~~~~~~~~
Below is the tc.data file used by Swift's test suite for running on PADS.
-----
-include::../../tests/providers/local-pbs/pads/tc.template.data[]
+include::../../tests/providers/intrepid/tc.template.data[]
------
Copy these commands and save it as tc.data.
Modified: branches/release-0.93/docs/siteguide/pads
===================================================================
--- branches/release-0.93/docs/siteguide/pads 2011-09-06 16:48:56 UTC (rev 5075)
+++ branches/release-0.93/docs/siteguide/pads 2011-09-06 17:04:39 UTC (rev 5076)
@@ -9,7 +9,7 @@
how to run Swift.
Adding Software Packages
-++++++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^^^^^
In your home directory, edit a file called .soft and add these
lines (in this order):
-----
@@ -22,7 +22,7 @@
Log out of PADS, and log back in for these changes to take effect.
Creating sites.xml
-++++++++++++++++++
+^^^^^^^^^^^^^^^^^^
Swift relies on various configuration files to determine how to
run. This section will provide a working configuration file which
you can copy and paste to get running quickly. The sites.xml file
@@ -37,14 +37,14 @@
-----
This file will require just a few customizations. First, create a
-directory called swiftwork. Modify \_WORK\_ in sites.xml
+directory called swiftwork. Modify \_WORK_ in sites.xml
to point to this new directory. For example
-----
<workdirectory>/home/myhome/swiftwork</workdirectory>
-----
Creating tc.data
-++++++++++++++++
+^^^^^^^^^^^^^^^^
The tc.data configuration file gives information about the applications
that will be called by Swift. More information about the format
of tc.data can be found in the Swift User's guide.
@@ -56,7 +56,7 @@
-----
Copy a Swift Script
-+++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^
Within the Swift directory is an examples directory which contains
several introductory Swift scripts. The example we will use in this
@@ -70,7 +70,7 @@
TIP: The location of your swift directory may vary depending on how you installed it. Change this to the examples/misc directory of your installation as needed.
Run Swift
-+++++++++
+^^^^^^^^^
Finally, run the script
-----
@@ -200,8 +200,8 @@
include::../../tests/providers/PADS/coasters/sites.template.xml[]
-----
-Before you can use this configuration file, you will need to modify \_WORK\_ to a directory writable by you,
-and have your default project defined. Copy this template, replace \_WORK\_, and then save as sites.xml.
+Before you can use this configuration file, you will need to modify \_WORK_ to a directory writable by you,
+and have your default project defined. Copy this template, replace \_WORK_, and then save as sites.xml.
If you wanted to use a different queue, replace "fast" with the desired queue name.
More information about the Swift-commit
mailing list