[Swift-commit] r2477 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Jan 29 08:39:26 CST 2009
Author: benc
Date: 2009-01-29 08:39:26 -0600 (Thu, 29 Jan 2009)
New Revision: 2477
Modified:
trunk/docs/userguide.xml
Log:
move clustering and coasters next to each other
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-01-29 14:35:59 UTC (rev 2476)
+++ trunk/docs/userguide.xml 2009-01-29 14:39:26 UTC (rev 2477)
@@ -2759,52 +2759,6 @@
site-shared filesystem directly.
</para>
</section>
-
- <section id="clustering"><title>Clustering</title>
- <para>
-Swift can group a number of short job submissions into a single larger
-job submission to minimize overhead involved in launching jobs (for example,
-caused by security negotiation and queuing delay). In general,
-<link linkend="coasters">CoG coasters</link> should be used in preference
-to the clustering mechanism documented in this section.
- </para>
-
- <para>
-By default, clustering is disabled. It can be activated by setting the
-<link linkend="property.clustering.enabled">clustering.enabled</link>
-property to true.
- </para>
-
- <para>
-A job is eligible for clustering if
-the <link linkend="profile.globus.maxwalltime"><property>GLOBUS::maxwalltime</property></link> profile is specified in the <filename
-type="file">tc.data</filename> entry for that job, and its value is
-less than the value of the
-<link linkend="property.clustering.min.time"><property>clustering.min.time</property></link>
-property.
- </para>
-
- <para>
-Two or more jobs are considered compatible if they share the same site
-and do not have conflicting profiles (e.g. different values for the same
-environment variable).
- </para>
-
- <para>
-When a submitted job is eligible for clustering,
-it will be put in a clustering queue rather than being submitted to
-a remote site. The clustering queue is processed at intervals
-specified by the
-<link linkend="property.clustering.queue.delay"><property>clustering.queue.delay</property></link>
-property. The processing of the clustering queue consists of selecting
-compatible jobs and grouping them into clusters whose maximum wall time does
-not exceed twice the value of the <property>clustering.min.time</property>
-property.
- </para>
-
-
- </section>
-
<section id="localhowtos"><title>How-To Tips for Specific User Communities</title>
<section id="savinglogs"><title>Saving Logs - for UChicago CI Users</title>
<para>
@@ -3151,6 +3105,54 @@
</screen>
</para>
</section>
+
+ <section id="clustering"><title>Clustering</title>
+ <para>
+Swift can group a number of short job submissions into a single larger
+job submission to minimize overhead involved in launching jobs (for example,
+caused by security negotiation and queuing delay). In general,
+<link linkend="coasters">CoG coasters</link> should be used in preference
+to the clustering mechanism documented in this section.
+ </para>
+
+ <para>
+By default, clustering is disabled. It can be activated by setting the
+<link linkend="property.clustering.enabled">clustering.enabled</link>
+property to true.
+ </para>
+
+ <para>
+A job is eligible for clustering if
+the <link linkend="profile.globus.maxwalltime"><property>GLOBUS::maxwalltime</property></link> profile is specified in the <filename
+type="file">tc.data</filename> entry for that job, and its value is
+less than the value of the
+<link linkend="property.clustering.min.time"><property>clustering.min.time</property></link>
+property.
+ </para>
+
+ <para>
+Two or more jobs are considered compatible if they share the same site
+and do not have conflicting profiles (e.g. different values for the same
+environment variable).
+ </para>
+
+ <para>
+When a submitted job is eligible for clustering,
+it will be put in a clustering queue rather than being submitted to
+a remote site. The clustering queue is processed at intervals
+specified by the
+<link linkend="property.clustering.queue.delay"><property>clustering.queue.delay</property></link>
+property. The processing of the clustering queue consists of selecting
+compatible jobs and grouping them into clusters whose maximum wall time does
+not exceed twice the value of the <property>clustering.min.time</property>
+property.
+ </para>
+
+
+ </section>
+
+
+
<section id="coasters"><title>Coasters</title>
<para>Coasters were introduced in Swift v0.6 as an experimental feature.
</para>
More information about the Swift-commit
mailing list