Changes between Version 2 and Version 3 of qcg-tools
- Timestamp:
- 08/09/13 13:37:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg-tools
v2 v3 1 1 [[PageOutline]] 2 2 3 = General information = 4 5 Invoked with -h/--help option all qcg-* commands display the coherent information about the usage. 6 7 {{{ 8 qcg-<command> -h 9 qcg-<command> --help 10 }}} 11 12 Many qcg- commands take as an argument list of task identifiers identifiers. The list consists of identifiers in the following form JOBID[/TASKID] separated by the space character. The JOBID is an identifier of the job and TASKID is an optional identifier of the task. If the TASKID is not given, the default one - "task" is assumed. For tasks described in the QCG-Simple format the JOBID identifier is enough. 13 14 3 15 = qcg-cancel = 16 17 The command allows to cancel list of tasks. 4 18 5 19 {{{ … … 19 33 }}} 20 34 35 {{{ 36 qcg-cancel J1363865127610__1345 37 qcg-cancel J1363865127610__1345/task123 38 qcg-cancel J1363865127610__1345 J1363865128119__5737 39 }}} 40 21 41 = qcg-clean = 42 43 The command removes working directories of the set of tasks. 44 22 45 {{{ 23 46 Clean task(s). Remove working directory … … 34 57 TASKID optional identifier of the task 35 58 The default identifier of task is 'task' 59 }}} 60 61 {{{ 36 62 }}} 37 63