Changes between Version 25 and Version 26 of client_user_guide

Show
Ignore:
Timestamp:
08/07/13 17:27:17 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide

    v25 v26  
    5555All tasks submitted to be executed by QCG-Broker must be described in a formal way using the concept of directives known also from queueing systems. 
    5656 
    57 == qcg-* tools == 
     57== qcg-* Tools == 
    5858 
     59=== qcg-cancel === 
     60 
     61{{{ 
     62Cancel task(s) 
     63  
     64usage: qcg-cancel [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     65usage: qcg-client cancel_task [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     66  
     67Options: 
     68 -h,--help      display help message 
     69 -v,--version   display version 
     70  
     71Arguments: 
     72 JOBID  identifier of the job 
     73 TASKID optional identifier of the task 
     74                The default identifier of task is 'task' 
     75}}} 
    5976== QCG-Simple description format == 
    6077