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.159 by belforte, Wed Apr 20 11:59:52 2011 UTC vs.
Revision 1.160 by ewv, Wed Apr 27 21:45:05 2011 UTC

# Line 124 | Line 124 | Modify the CRAB configuration file B<cra
124  
125   =item B<A)>
126  
127 < Develop your code in your CMSSW working area.  Do anything which is needed to run interactively your executable, including the setup of run time environment (I<eval `scramv1 runtime -sh|csh`>), a suitable I<ParameterSet>, etc. It seems silly, but B<be extra sure that you actually did compile your code> I<scramv1 b>.
127 > Develop your code in your CMSSW working area.  Do anything which is needed to run interactively your executable, including the setup of run time environment (I<cmsenv>), a suitable I<ParameterSet>, etc. It seems silly, but B<be extra sure that you actually did compile your code> I<scram b>.
128  
129   =item B<B)>
130  
# Line 296 | Line 296 | See also I<-continue>.
296   =head2 B<-submit [range]>
297  
298   Submit n jobs: 'n' is either a positive integer or 'all' or a [range]. The default is all.
299 < If 'n' is passed as an argument, the first 'n' suitable jobs will be submitted. Please note that this is behaviour is different from other commands, where -command N means act the command to the job N, and not to the first N jobs. If a [range] is passed, the selected jobs will be submitted. In order to only submit job number M use this syntax (note the trailing comma): I<crab -submit M,>
299 > If 'n' is passed as an argument, the first 'n' suitable jobs will be submitted. Please note that this is behaviour is different from other commands, where -command N means act the command to the job N, and not to the first N jobs. If a [range] is passed, the selected jobs will be submitted. In order to only submit job number M use this syntax (note the trailing comma): I<crab -submit M,>
300  
301   This option may be used in conjunction with -create (to create and submit immediately) or with -continue (which is assumed by default) to submit previously created jobs. Failure to do so will stop CRAB and generate an error message.  See also I<-continue>.
302  
# Line 399 | Line 399 | Clean up (i.e. erase) the SiteDb and CRA
399  
400   Upload main log files to a central repository. It prints a link to be forwared to supporting people (eg: crab feedback hypernews).
401  
402 < It can optionally take a job id as input. It does not allow job ranges/lists.
402 > It can optionally take a job id as input. It does not allow job ranges/lists.
403  
404   Uploaded files are: crab.log, crab.cfg, job logging info, job standard output, summary file and a metadata file.
405  
# Line 468 | Line 468 | Within a dataset you can restrict to run
468   =head3 B<use_parent>
469  
470   Within a dataset you can ask to run over the related parent files too. E.g., this will give you access to the RAW data while running over a RECO sample. Setting use_parent=1 CRAB determines the parent files from DBS and will add secondaryFileNames = cms.untracked.vstring( <LIST of parent FIles> ) to the pool source section of your parameter set.
471 < This setting is supposed to works both with Splitting by Lumis and Splitting by Events.
471 > This setting is supposed to works both with Splitting by Lumis and Splitting by Events.
472  
473   =head3 B<pset *>
474  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines