30 |
|
-renewCredential -- renew credential on the server. |
31 |
|
-clean -- gracefully cleanup the directory of a task. |
32 |
|
-match|-testJdl [range] -- check if resources exist which are compatible with jdl. |
33 |
+ |
-report -- print a short report about the task |
34 |
|
-list [range] -- show technical job details. |
35 |
|
-postMortem [range] -- provide a file with information useful for post-mortem analysis of the jobs. |
36 |
|
-printId [range] -- print the job SID or Task Unique ID while using the server. |
277 |
|
|
278 |
|
Dump technical information about jobs: for developers only. |
279 |
|
|
280 |
+ |
=item B<-report> |
281 |
+ |
|
282 |
+ |
Print a short report about the task, namely the total number of events and files processed/requested/available, the name of the datasetpath, a summary of the status of the jobs, the list of runs and lumi sections, and so on. In principle it should contain all the info needed for analysis. Work in progress. |
283 |
+ |
|
284 |
|
=item B<-clean [dir]> |
285 |
|
|
286 |
|
Clean up (i.e. erase) the task working directory after a check whether there are still running jobs. In case, you are notified and asked to kill them or retrieve their output. B<Warning> this will possibly delete also the output produced by the task (if any)! |