Changes between Version 2 and Version 3 of qcg-tools

Show
Ignore:
Timestamp:
08/09/13 13:37:54 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-tools

    v2 v3  
    11[[PageOutline]]  
    22 
     3= General information =  
     4 
     5Invoked with -h/--help option all qcg-* commands display the coherent information about the usage. 
     6 
     7{{{ 
     8qcg-<command> -h 
     9qcg-<command> --help 
     10}}} 
     11 
     12Many 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 
    315= qcg-cancel = 
     16 
     17The command allows to cancel list of tasks. 
    418 
    519{{{ 
     
    1933}}} 
    2034 
     35{{{ 
     36qcg-cancel J1363865127610__1345 
     37qcg-cancel J1363865127610__1345/task123 
     38qcg-cancel J1363865127610__1345 J1363865128119__5737 
     39}}} 
     40 
    2141= qcg-clean = 
     42 
     43The command removes working directories of the set of tasks. 
     44 
    2245{{{ 
    2346Clean task(s). Remove working directory 
     
    3457 TASKID optional identifier of the task 
    3558                The default identifier of task is 'task' 
     59}}} 
     60 
     61{{{ 
    3662}}} 
    3763