ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/crab_help.py
(Generate patch)

Comparing COMP/CRAB/python/crab_help.py (file contents):
Revision 1.119 by ewv, Thu Oct 1 22:10:34 2009 UTC vs.
Revision 1.120 by edelmann, Fri Oct 2 12:59:24 2009 UTC

# Line 389 | Line 389 | The type of the job to be executed: I<cm
389  
390   =item B<scheduler *>
391  
392 < The scheduler to be used: I<glitecoll> is the more efficient grid scheduler and should be used. Other choice are I<glite>, same as I<glitecoll> but without bulk submission (and so slower) or I<condor_g> (see specific paragraph) or I<edg> which is the former Grid scheduler, which will be dismissed in some future
392 > The scheduler to be used: I<glitecoll> is the more efficient grid scheduler and should be used. Other choice are I<glite>, same as I<glitecoll> but without bulk submission (and so slower) or I<condor_g> (see specific paragraph) or I<edg> which is the former Grid scheduler, which will be dismissed in some future.  In addition, there's an I<arc> scheduler to be used with the NorduGrid ARC middleware.
393   From version 210, also local scheduler are supported, for the time being only at CERN. I<LSF> is the standard CERN local scheduler or I<CAF> which is LSF dedicated to CERN Analysis Facilities.
394  
395   =item B<use_server>
# Line 680 | Line 680 | Any other requirements to be add to JDL.
680   =item B<additional_jdl_parameters:>
681  
682   Any other parameters you want to add to jdl file:semicolon separated list, each
683 < item B<must> be complete, including the closing ";".
683 > item B<must> be complete, including the closing ";". (For the I<arc> scheduler, use B<additional_xrsl_parameters> instead!)
684 >
685 > =item B<additional_xrsl_parameters:>
686 >
687 > Any other parameters you want to add to the xRSL code when submitting jobs (arc scheduler only!).
688  
689   =item B<wms_service>
690  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines