| 1 | = qcg-cancel = |
| 2 | |
| 3 | {{{ |
| 4 | Cancel task(s) |
| 5 | |
| 6 | usage: qcg-cancel [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 7 | usage: qcg-client cancel_task [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 8 | |
| 9 | Options: |
| 10 | -h,--help display help message |
| 11 | -v,--version display version |
| 12 | |
| 13 | Arguments: |
| 14 | JOBID identifier of the job |
| 15 | TASKID optional identifier of the task |
| 16 | The default identifier of task is 'task' |
| 17 | }}} |
| 18 | |
| 19 | = qcg-clean = |
| 20 | {{{ |
| 21 | Clean task(s). Remove working directory |
| 22 | |
| 23 | usage: qcg-clean [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 24 | usage: qcg-client clean_task [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 25 | |
| 26 | Options: |
| 27 | -h,--help display help message |
| 28 | -v,--version display version |
| 29 | |
| 30 | Arguments: |
| 31 | JOBID identifier of the job |
| 32 | TASKID optional identifier of the task |
| 33 | The default identifier of task is 'task' |
| 34 | }}} |
| 35 | |
| 36 | = qcg-connect = |
| 37 | {{{ |
| 38 | Connect to the task. Open interactive terminal in the working directory of the task |
| 39 | |
| 40 | usage: qcg-connect [-h] [-v] JOBID[/TASKID] |
| 41 | usage: qcg-client connect_to_tasks [-h] [-v] JOBID[/TASKID] |
| 42 | |
| 43 | Options: |
| 44 | -h,--help display help message |
| 45 | -v,--version display version |
| 46 | |
| 47 | Arguments: |
| 48 | JOBID identifier of the job |
| 49 | TASKID optional identifier of the task |
| 50 | The default identifier of task is 'task' |
| 51 | }}} |
| 52 | |
| 53 | = qcg-info = |
| 54 | {{{ |
| 55 | Display information about task(s) |
| 56 | |
| 57 | usage: qcg-info [-d] [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 58 | usage: qcg-client task_info [-d] [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 59 | |
| 60 | Options: |
| 61 | -d,--description display user's job description |
| 62 | -h,--help display help message |
| 63 | -v,--version display version |
| 64 | |
| 65 | Arguments: |
| 66 | JOBID identifier of the job |
| 67 | TASKID optional identifier of the task |
| 68 | The default identifier of task is 'task' |
| 69 | }}} |
| 70 | |
| 71 | = qcg-list = |
| 72 | {{{ |
| 73 | Display information about tasks |
| 74 | |
| 75 | usage: qcg-list [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] |
| 76 | usage: qcg-client get_tasks [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] |
| 77 | |
| 78 | Options: |
| 79 | -C,--changed <period> changed in the period of time (not supported yet) |
| 80 | -h,--help display help message |
| 81 | -n,--note <NOTE> list elements with the given note |
| 82 | -N,--no-list do not display list |
| 83 | -p,--purged <PURGED> display whether the working directory is purged or |
| 84 | not (PURGED=true|false). |
| 85 | -R,--report display summary report. |
| 86 | -S,--submitted <period> submited in the period of time. If the status is |
| 87 | defined the default value of the period is 1 day. |
| 88 | -s,--status <status(es)> status(es) of the job. Lack of this option is |
| 89 | equivalent to requesting unterminated activities. |
| 90 | -v,--version display version |
| 91 | }}} |
| 92 | |
| 93 | = qcg-peak = |
| 94 | {{{ |
| 95 | Peek the output file(s) |
| 96 | |
| 97 | usage: qcg-peek [-c <NUMBER>] [-f <FILE>] [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 98 | usage: qcg-client peek_output [-c <NUMBER>] [-f <FILE>] [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 99 | |
| 100 | Options: |
| 101 | -c,--characters <NUMBER> number of characters |
| 102 | -f,--file <FILE> file to peek |
| 103 | -h,--help display help message |
| 104 | -v,--version display version |
| 105 | |
| 106 | Arguments: |
| 107 | JOBID identifier of the job |
| 108 | TASKID optional identifier of the task |
| 109 | The default identifier of task is 'task' |
| 110 | }}} |
| 111 | |
| 112 | = qcg-proxy = |
| 113 | {{{ |
| 114 | Create user proxy |
| 115 | |
| 116 | usage: proxy_init [-h] [-v] |
| 117 | |
| 118 | Options: |
| 119 | -h,--help display help message |
| 120 | -v,--version display version |
| 121 | }}} |
| 122 | |
| 123 | = qcg-refetch = |
| 124 | {{{ |
| 125 | Refetch output files |
| 126 | |
| 127 | usage: qcg-refetch [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 128 | usage: qcg-client stage_out [-h] [-v] JOBID[/TASKID] [JOBID[/TASKID]] ... |
| 129 | |
| 130 | Options: |
| 131 | -h,--help display help message |
| 132 | -v,--version display version |
| 133 | |
| 134 | Arguments: |
| 135 | JOBID identifier of the job |
| 136 | TASKID optional identifier of the task |
| 137 | The default identifier of task is 'task' |
| 138 | }}} |
| 139 | |
| 140 | = qcg-refresh_proxy = |
| 141 | {{{ |
| 142 | Refresh proxy for the given job(s) |
| 143 | |
| 144 | usage: qcg-client refresh_proxy [-h] [-v] JOBID [JOBID] ... |
| 145 | |
| 146 | Options: |
| 147 | -h,--help display help message |
| 148 | -v,--version display version |
| 149 | |
| 150 | Arguments: |
| 151 | JOBID identifier of the job |
| 152 | }}} |
| 153 | |
| 154 | = qcg-sub = |
| 155 | {{{ |
| 156 | Submit job(s) to the QCG infrastructure |
| 157 | |
| 158 | usage: qcg-sub [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>] [-v] FILE [FILE] ... |
| 159 | usage: qcg-client submit_job [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>] [-v] FILE [FILE] ... |
| 160 | |
| 161 | Options: |
| 162 | -D,--directive <DIRECTIVE> adds #QCG directives to the description |
| 163 | -h,--help display help message |
| 164 | -I,--interactive Interactive mode |
| 165 | -J,--jsdl JSDL dialect |
| 166 | -R,--repeat <NUMBER> repeat submission (only for testing) |
| 167 | -S,--simple QCG Simple dialect |
| 168 | -v,--version display version |
| 169 | -X,--xml QCG XML dialect |
| 170 | }}} |
| 171 | |
| 172 | = qcg-rcancel = |
| 173 | {{{ |
| 174 | Cancel reservation(s) |
| 175 | |
| 176 | usage: qcg-rcancel [-h] [-v] RESID [RESID] ... |
| 177 | usage: qcg-client cancel_reservation [-h] [-v] RESID [RESID] ... |
| 178 | |
| 179 | Options: |
| 180 | -h,--help display help message |
| 181 | -v,--version display version |
| 182 | |
| 183 | Arguments: |
| 184 | RESID identifier of the reservation |
| 185 | }}} |
| 186 | |
| 187 | = qcg-reserve = |
| 188 | {{{ |
| 189 | Create reservation(s) |
| 190 | |
| 191 | usage: qcg-reserve [-h] [-J | -S | -X] [-v] FILE [FILE] ... |
| 192 | usage: qcg-client create_reservation [-h] [-J | -S | -X] [-v] FILE [FILE] ... |
| 193 | |
| 194 | Options: |
| 195 | -h,--help display help message |
| 196 | -J,--jsdl JSDL dialect |
| 197 | -S,--simple QCG Simple dialect |
| 198 | -v,--version display version |
| 199 | -X,--xml QCG XML dialect |
| 200 | |
| 201 | Arguments: |
| 202 | FILE Path to file with job description |
| 203 | }}} |
| 204 | |
| 205 | = qcg-rinfo = |
| 206 | {{{ |
| 207 | Display information about the given reservation(s) |
| 208 | |
| 209 | usage: qcg-rinfo [-d] [-D] [-h] [-v] RESID [RESID] ... |
| 210 | usage: qcg-client reservation_info [-d] [-D] [-h] [-v] RESID [RESID] ... |
| 211 | |
| 212 | Options: |
| 213 | -d,--description display user's job description |
| 214 | -D,--qcg_description display QCG job description |
| 215 | -h,--help display help message |
| 216 | -v,--version display version |
| 217 | |
| 218 | Arguments: |
| 219 | RESID identifier of the reservation |
| 220 | }}} |
| 221 | |
| 222 | = qcg-rlist = |
| 223 | {{{ |
| 224 | Display information about reservations |
| 225 | |
| 226 | usage: qcg-rlist [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] |
| 227 | usage: qcg-client get_reservations [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] |
| 228 | |
| 229 | Options: |
| 230 | -C,--changed <period> changed in the period of time (not supported yet) |
| 231 | -h,--help display help message |
| 232 | -n,--note list elements with the given note |
| 233 | -N,--no-list do not display list |
| 234 | -R,--report display summary report. |
| 235 | -S,--submitted <period> submited in the period of time. If the status is |
| 236 | defined the default value of the period is 1 day. |
| 237 | -s,--status <status(es)> status(es) of the job. Lack of this option is |
| 238 | equivalent to requesting unterminated activities. |
| 239 | -v,--version display version |
| 240 | }}} |
| 241 | |