Changes between Initial Version and Version 1 of qcg-tools

Show
Ignore:
Timestamp:
08/07/13 17:52:38 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-tools

    v1 v1  
     1= qcg-cancel = 
     2 
     3{{{ 
     4Cancel task(s) 
     5  
     6usage: qcg-cancel [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     7usage: qcg-client cancel_task [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     8  
     9Options: 
     10 -h,--help      display help message 
     11 -v,--version   display version 
     12  
     13Arguments: 
     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{{{ 
     21Clean task(s). Remove working directory 
     22  
     23usage: qcg-clean [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     24usage: qcg-client clean_task [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     25  
     26Options: 
     27 -h,--help      display help message 
     28 -v,--version   display version 
     29  
     30Arguments: 
     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{{{ 
     38Connect to the task. Open interactive terminal in the working directory of the task 
     39  
     40usage: qcg-connect [-h] [-v]   JOBID[/TASKID] 
     41usage: qcg-client connect_to_tasks [-h] [-v]   JOBID[/TASKID] 
     42  
     43Options: 
     44 -h,--help      display help message 
     45 -v,--version   display version 
     46  
     47Arguments: 
     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{{{ 
     55Display information about task(s) 
     56  
     57usage: qcg-info [-d] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     58usage: qcg-client task_info [-d] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     59  
     60Options: 
     61 -d,--description   display user's job description 
     62 -h,--help          display help message 
     63 -v,--version       display version 
     64  
     65Arguments: 
     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{{{ 
     73Display information about tasks 
     74  
     75usage: qcg-list [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] 
     76usage: qcg-client get_tasks [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] 
     77  
     78Options: 
     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{{{ 
     95Peek the output file(s) 
     96  
     97usage: qcg-peek [-c <NUMBER>] [-f <FILE>] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     98usage: qcg-client peek_output [-c <NUMBER>] [-f <FILE>] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     99  
     100Options: 
     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  
     106Arguments: 
     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{{{ 
     114Create user proxy 
     115  
     116usage: proxy_init [-h] [-v] 
     117  
     118Options: 
     119 -h,--help      display help message 
     120 -v,--version   display version 
     121}}} 
     122 
     123= qcg-refetch = 
     124{{{ 
     125Refetch output files 
     126  
     127usage: qcg-refetch [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     128usage: qcg-client stage_out [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     129  
     130Options: 
     131 -h,--help      display help message 
     132 -v,--version   display version 
     133  
     134Arguments: 
     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{{{ 
     142Refresh proxy for the given job(s) 
     143  
     144usage: qcg-client refresh_proxy [-h] [-v]   JOBID [JOBID] ... 
     145  
     146Options: 
     147 -h,--help      display help message 
     148 -v,--version   display version 
     149  
     150Arguments: 
     151 JOBID  identifier of the job 
     152}}} 
     153 
     154= qcg-sub = 
     155{{{ 
     156Submit job(s) to the QCG infrastructure 
     157  
     158usage: qcg-sub [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>]  [-v]   FILE [FILE] ... 
     159usage: qcg-client submit_job [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>]  [-v]   FILE [FILE] ... 
     160  
     161Options: 
     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{{{ 
     174Cancel reservation(s) 
     175  
     176usage: qcg-rcancel [-h] [-v]   RESID [RESID] ... 
     177usage: qcg-client cancel_reservation [-h] [-v]   RESID [RESID] ... 
     178  
     179Options: 
     180 -h,--help      display help message 
     181 -v,--version   display version 
     182  
     183Arguments: 
     184 RESID  identifier of the reservation 
     185}}} 
     186 
     187= qcg-reserve = 
     188{{{ 
     189Create reservation(s) 
     190  
     191usage: qcg-reserve [-h] [-J | -S | -X]  [-v]   FILE [FILE] ... 
     192usage: qcg-client create_reservation [-h] [-J | -S | -X]  [-v]   FILE [FILE] ... 
     193  
     194Options: 
     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  
     201Arguments: 
     202 FILE   Path to file with job description 
     203}}} 
     204 
     205= qcg-rinfo = 
     206{{{ 
     207Display information about the given reservation(s) 
     208  
     209usage: qcg-rinfo [-d] [-D] [-h] [-v]   RESID [RESID] ... 
     210usage: qcg-client reservation_info [-d] [-D] [-h] [-v]   RESID [RESID] ... 
     211  
     212Options: 
     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  
     218Arguments: 
     219 RESID  identifier of the reservation 
     220}}} 
     221 
     222= qcg-rlist = 
     223{{{ 
     224Display information about reservations 
     225  
     226usage: qcg-rlist [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] 
     227usage: qcg-client get_reservations [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] 
     228  
     229Options: 
     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