[Swift-commit] r2454 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 05:14:34 CST 2009


Author: benc
Date: 2009-01-28 05:14:32 -0600 (Wed, 28 Jan 2009)
New Revision: 2454

Modified:
   trunk/docs/userguide.xml
Log:
document coaster profile entries introduced in cog r2262 and r2263

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 09:04:28 UTC (rev 2453)
+++ trunk/docs/userguide.xml	2009-01-28 11:14:32 UTC (rev 2454)
@@ -2362,7 +2362,21 @@
 the number of coaster workers to be run on each node. This profile entry
 is used by the <link linkend="coasters">coaster execution provider</link>.
 			</para>
+			<para id="profile.globus.coasterWorkerMaxWalltime">coasterWorkerMaxwalltime
+specifies the maxwalltime to be used when submitting coaster workers. This
+profile entry is used by the <link linkend="coasters">coaster execution
+provider</link>. If this entry is not specified, the coaster provider
+will compute a maxwalltime based on the maxwalltime of jobs submitted. (since 0.9)
+			</para>
+			<para id="profile.globus.coasterInternalIP">coasterInternalIP
+specifies the internal address of the coaster head node, to be used by
+coaster workers to communicate with the coaster head node. This can be used
+when the address determined automatically by the coaster provider
+is inaccessible from coaster workers (for example, when the workers
+reside on an unrouted internal network). (since 0.9)
+			</para>
 		</section>
+
 		<section id="profile.env"><title>env namespace</title>
 			<para>
 Profile keys set in the env namespace will be set in the unix environment of the




More information about the Swift-commit mailing list