[Swift-commit] r2166 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jul 31 10:34:35 CDT 2008


Author: benc
Date: 2008-07-31 10:34:35 -0500 (Thu, 31 Jul 2008)
New Revision: 2166

Modified:
   trunk/docs/userguide.xml
Log:
docs on recently added profile entries

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2008-07-31 13:51:30 UTC (rev 2165)
+++ trunk/docs/userguide.xml	2008-07-31 15:34:35 UTC (rev 2166)
@@ -2248,6 +2248,9 @@
 allows the initial score for rate limiting and site selection to be set to
 a value other than 0.
 			</para>
+			<para id="profile.karajan.delayBase">delayBase - controls how much a site will be delayed when it performs poorly. With each reduction
+in a sites score by 1, the delay between execution attempts will increase by
+a factor of delayBase.</para>
 		</section>
 		<section id="profile.swift"><title>swift namespace</title>
 			<para id="profile.swift.storagesize">storagesize limits the
@@ -2282,6 +2285,10 @@
 			<para id="profile.globus.condor_requirements"><property>condor_requirements</property> allows a requirements string to be specified
 when Condor is used as an LRM behind GRAM2. Example: <profile namespace="globus" key="condor_requirements">Arch == "X86_64" || Arch="INTEL"</profile>
 			</para>
+			<para id="profile.globus.coastersPerNode">Specifies
+the number of coaster workers to be run on each node. This profile entry
+is used by the coaster provider.
+			</para>
 		</section>
 		<section id="profile.env"><title>env namespace</title>
 			<para>
@@ -2531,7 +2538,18 @@
 www11.i2u2.org.passphrase=XXXX
 </screen>
 		</para>
-
+		<para>
+For execution using the CoG Coaster mechanism, the coaster provider
+should be used:
+<screen>
+<execution provider="coaster" url="tg-grid.uc.teragrid.org"
+    jobmanager="gt2:gt2:pbs" />
+</screen>
+with the jobmanager parameter specifying: the cog provider to use to
+submit the coaster head job; the cog provider to use to submit
+coaster worker jobs; and optionally the jobmanager to be used by
+worker submission.
+		</para>
 </section>
 <section><title>Other site catalog parameters</title>
 




More information about the Swift-commit mailing list