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.59 by mcinquil, Mon Jun 9 13:52:24 2008 UTC vs.
Revision 1.60 by spiga, Mon Jun 9 15:09:42 2008 UTC

# Line 21 | Line 21 | The most useful general options (use '-h
21    -create             -- Create all the jobs.
22    -submit n           -- Submit the first n available jobs. Default is all.
23    -status [range]     -- check status of all jobs.
24 <  -getoutput|-get [range]   -- get back the output of all jobs: if range is defined, only of selected jobs
25 <  -publish [dbs_url]  -- after the getouput, publish the data user in a local DBS instance
26 <  -kill [range]       -- kill submitted jobs
27 <  -resubmit [range]   -- resubmit killed/aborted/retrieved jobs
28 <  -copyLocal [range]  -- copy locally the output sored on remote SE
29 <  -renewProxy         -- renew the proxy on the server
30 <  -clean              -- gracefully cleanup the directory of a task
31 <  -testJdl [range]    -- check if resources exist which are compatible with jdl
32 <  -list [range]       -- show technical job details
33 <  -postMortem [range] -- provide a file with information useful for post-mortem analysis of the jobs
34 <  -printId [range]    -- print the job SID or Task Unique ID while using the server
35 <  -createJdl [range]  -- provide files with a complete Job Description (JDL)
24 >  -getoutput|-get [range]   -- get back the output of all jobs: if range is defined, only of selected jobs.
25 >  -extend             -- Extend an existing task to run on new fileblocks if there.  
26 >  -publish [dbs_url]  -- after the getouput, publish the data user in a local DBS instance.
27 >  -kill [range]       -- kill submitted jobs.
28 >  -resubmit [range]   -- resubmit killed/aborted/retrieved jobs.
29 >  -copyLocal [range]  -- copy locally the output sored on remote SE.
30 >  -renewProxy         -- renew the proxy on the server.
31 >  -clean              -- gracefully cleanup the directory of a task.
32 >  -testJdl [range]    -- check if resources exist which are compatible with jdl.
33 >  -list [range]       -- show technical job details.
34 >  -postMortem [range] -- provide a file with information useful for post-mortem analysis of the jobs.
35 >  -printId [range]    -- print the job SID or Task Unique ID while using the server.
36 >  -createJdl [range]  -- provide files with a complete Job Description (JDL).
37    -continue|-c [dir]  -- Apply command to task stored in [dir].
38 <  -h [format]         -- Detailed help. Formats: man (default), tex, html, txt
39 <  -cfg fname          -- Configuration file name. Default is 'crab.cfg'
40 <  -debug N            -- set the verbosity level to N
41 <  -v                  -- Print version and exit
38 >  -h [format]         -- Detailed help. Formats: man (default), tex, html, txt.
39 >  -cfg fname          -- Configuration file name. Default is 'crab.cfg'.
40 >  -debug N            -- set the verbosity level to N.
41 >  -v                  -- Print version and exit.
42  
43    "range" has syntax "n,m,l-p" which correspond to [n,m,l,l+1,...,p-1,p] and all possible combination
44  
# Line 239 | Line 240 | Publish user output in a local DBS insta
240   Resubmit jobs which have been previously submitted and have been either I<killed> or are I<aborted>. See I<range> below for syntax.
241   The resubmit option can be used only with CRAB without server. For the server this option will be implemented as soon as possible
242  
243 + =item B<-extend>
244 +
245 + Create new jobs for an existing task, checking if new blocks are available for the given dataset.  
246 +
247   =item B<-kill [range]>
248  
249   Kill (cancel) jobs which have been submitted to the scheduler. A range B<must> be used in all cases, no default value is set.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines