Changes between Version 3 and Version 4 of qcg-tools

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

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-tools

    v3 v4  
    6060 
    6161{{{ 
     62qcg-clean J1363865127610__1345 
     63qcg-clean J1363865127610__1345/task 
     64qcg-clean J1363865127610__1345 J1363865128119__5737 
    6265}}} 
    6366 
    6467= qcg-connect = 
    65 {{{ 
    66 Connect to the task. Open interactive terminal in the working directory of the task 
     68 
     69The command opens an interactive shell session in the working directory of the task. 
     70 
     71'''IMPORTANT:''' It is possible to connect only to the task in the RUNNING state. 
     72 
     73{{{ 
     74Connect to the task. Open interactive terminal in the working directory of the given task 
    6775  
    6876usage: qcg-connect [-h] [-v]   JOBID[/TASKID] 
    69 usage: qcg-client connect_to_tasks [-h] [-v]   JOBID[/TASKID] 
    70   
    71 Options: 
    72  -h,--help      display help message 
    73  -v,--version   display version 
    74   
    75 Arguments: 
    76  JOBID  identifier of the job 
    77  TASKID optional identifier of the task 
    78                 The default identifier of task is 'task' 
     77usage: qcg-client connect_to_task [-h] [-v]   JOBID[/TASKID] 
     78  
     79Options: 
     80 -h,--help      display help message 
     81 -v,--version   display version 
     82  
     83Arguments: 
     84 JOBID  identifier of the job 
     85 TASKID optional identifier of the task 
     86                The default identifier of task is 'task' 
     87}}} 
     88 
     89{{{ 
     90qcg-connect J1363865127610__1345 
     91qcg-connect J1363865127610__1345/task 
    7992}}} 
    8093