[Swift-commit] r2924 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed May 13 08:51:04 CDT 2009


Author: benc
Date: 2009-05-13 08:51:04 -0500 (Wed, 13 May 2009)
New Revision: 2924

Modified:
   trunk/docs/userguide.xml
Log:
docs for condor provider

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-05-13 13:49:58 UTC (rev 2923)
+++ trunk/docs/userguide.xml	2009-05-13 13:51:04 UTC (rev 2924)
@@ -3336,6 +3336,28 @@
 		</para>
 
 		<para>
+For execution through a local Condor installation, the <literal>condor</literal>
+provider should be used. This provider can run jobs either in the default
+vanilla universe, or can use Condor-G to run jobs on remote sites.
+		</para>
+		<para>
+When running locally, only the <literal><execution></literal> element
+needs to be specified:
+<screen>
+<execution provider="condor" url="none" />
+</screen>
+		</para>
+		<para>
+When running with Condor-G, it is necessary to specify the Condor grid
+universe and the contact string for the remote site. For example:
+<screen>
+ <execution provider="condor" />
+ <profile namespace="globus" key="jobType">grid</profile>
+ <profile namespace="globus" key="gridResource">gt2 belhaven-1.renci.org/jobmanager-fork</profile>
+</screen>
+		</para>
+
+		<para>
 For execution through SSH, the <literal>ssh</literal> provider should be used:
 <screen>
 <execution url="www11.i2u2.org" provider="ssh"/>




More information about the Swift-commit mailing list