Changes between Version 3 and Version 4 of qcg-tools
- Timestamp:
- 08/09/13 13:43:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg-tools
v3 v4 60 60 61 61 {{{ 62 qcg-clean J1363865127610__1345 63 qcg-clean J1363865127610__1345/task 64 qcg-clean J1363865127610__1345 J1363865128119__5737 62 65 }}} 63 66 64 67 = qcg-connect = 65 {{{ 66 Connect to the task. Open interactive terminal in the working directory of the task 68 69 The 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 {{{ 74 Connect to the task. Open interactive terminal in the working directory of the given task 67 75 68 76 usage: 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' 77 usage: qcg-client connect_to_task [-h] [-v] JOBID[/TASKID] 78 79 Options: 80 -h,--help display help message 81 -v,--version display version 82 83 Arguments: 84 JOBID identifier of the job 85 TASKID optional identifier of the task 86 The default identifier of task is 'task' 87 }}} 88 89 {{{ 90 qcg-connect J1363865127610__1345 91 qcg-connect J1363865127610__1345/task 79 92 }}} 80 93