18 |
|
|
19 |
|
The most useful general options (use '-h' to get complete help): |
20 |
|
|
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 |
< |
-extend -- Extend an existing task to run on new fileblocks if there. |
26 |
< |
-publish [-USER.dbs_url_for_publication=dbs_url] -- after the getouput, publish the data user in a local DBS instance. |
27 |
< |
-checkPublication [-USER.dbs_url_for_publication=dbs_url -USER.dataset_to_check=datasetpath -debug] -- checks if a dataset |
28 |
< |
is published in a DBS. This option is automaticaly called at the end of the publication step. |
29 |
< |
-kill [range] -- kill submitted jobs. |
30 |
< |
-resubmit [range] -- resubmit killed/aborted/retrieved jobs. |
31 |
< |
-copyData [range] -- copy locally the output stored on remote SE. |
32 |
< |
-renewCredential -- renew credential on the server. |
33 |
< |
-clean -- gracefully cleanup the directory of a task. |
34 |
< |
-match|-testJdl [range] -- check if resources exist which are compatible with jdl. |
35 |
< |
-report -- print a short report about the task |
36 |
< |
-list [range] -- show technical job details. |
37 |
< |
-postMortem [range] -- provide a file with information useful for post-mortem analysis of the jobs. |
38 |
< |
-printId [range] -- print the job SID or Task Unique ID while using the server. |
39 |
< |
-createJdl [range] -- provide files with a complete Job Description (JDL). |
40 |
< |
-validateCfg [fname] -- parse the ParameterSet using the framework's Python API. |
41 |
< |
-continue|-c [dir] -- Apply command to task stored in [dir]. |
42 |
< |
-h [format] -- Detailed help. Formats: man (default), tex, html, txt. |
43 |
< |
-cfg fname -- Configuration file name. Default is 'crab.cfg'. |
44 |
< |
-debug N -- set the verbosity level to N. |
45 |
< |
-v -- Print version and exit. |
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 |
> |
-extend -- Extend an existing task to run on new fileblocks if there. |
26 |
> |
-publish -- after the getouput, publish the data user in a local DBS instance. |
27 |
> |
-checkPublication [dbs_url datasetpath] -- checks if a dataset is published in a DBS. |
28 |
> |
-kill [range] -- kill submitted jobs. |
29 |
> |
-resubmit [range] -- resubmit killed/aborted/retrieved jobs. |
30 |
> |
-copyData [range] -- copy locally the output stored on remote SE. |
31 |
> |
-renewCredential -- renew credential on the server. |
32 |
> |
-clean -- gracefully cleanup the directory of a task. |
33 |
> |
-match|-testJdl [range] -- check if resources exist which are compatible with jdl. |
34 |
> |
-report -- print a short report about the task |
35 |
> |
-list [range] -- show technical job details. |
36 |
> |
-postMortem [range] -- provide a file with information useful for post-mortem analysis of the jobs. |
37 |
> |
-printId [range] -- print the job SID or Task Unique ID while using the server. |
38 |
> |
-createJdl [range] -- provide files with a complete Job Description (JDL). |
39 |
> |
-validateCfg [fname] -- parse the ParameterSet using the framework's Python API. |
40 |
> |
-continue|-c [dir] -- Apply command to task stored in [dir]. |
41 |
> |
-h [format] -- Detailed help. Formats: man (default), tex, html, txt. |
42 |
> |
-cfg fname -- Configuration file name. Default is 'crab.cfg'. |
43 |
> |
-debug N -- set the verbosity level to N. |
44 |
> |
-v -- Print version and exit. |
45 |
|
|
46 |
|
"range" has syntax "n,m,l-p" which correspond to [n,m,l,l+1,...,p-1,p] and all possible combination |
47 |
|
|
267 |
|
|
268 |
|
Retrieve the output declared by the user via the output sandbox. By default the output will be put in task working dir under I<res> subdirectory. This can be changed via config parameters. B<Be extra sure that you have enough free space>. See I<range> below for syntax. |
269 |
|
|
270 |
< |
=item B<-publish [-USER.dbs_url_for_publication=dbs_url]> |
270 |
> |
=item B<-publish> |
271 |
|
|
272 |
|
Publish user output in a local DBS instance after the retrieval of output. By default publish uses the dbs_url_for_publication specified in the crab.cfg file, otherwise you can supply it as an argument of this option. |
273 |
|
|