Changes between Version 27 and Version 28 of client_user_guide

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

--

Legend:

Unmodified
Added
Removed
Modified
  • client_user_guide

    v27 v28  
    7575                The default identifier of task is 'task' 
    7676}}} 
     77 
     78=== qcg-clean === 
     79{{{ 
     80Clean task(s). Remove working directory 
     81  
     82usage: qcg-clean [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     83usage: qcg-client clean_task [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     84  
     85Options: 
     86 -h,--help      display help message 
     87 -v,--version   display version 
     88  
     89Arguments: 
     90 JOBID  identifier of the job 
     91 TASKID optional identifier of the task 
     92                The default identifier of task is 'task' 
     93}}} 
     94 
     95=== qcg-connect === 
     96{{{ 
     97Connect to the task. Open interactive terminal in the working directory of the task 
     98  
     99usage: qcg-connect [-h] [-v]   JOBID[/TASKID] 
     100usage: qcg-client connect_to_tasks [-h] [-v]   JOBID[/TASKID] 
     101  
     102Options: 
     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-info === 
     113{{{ 
     114Display information about task(s) 
     115  
     116usage: qcg-info [-d] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     117usage: qcg-client task_info [-d] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     118  
     119Options: 
     120 -d,--description   display user's job description 
     121 -h,--help          display help message 
     122 -v,--version       display version 
     123  
     124Arguments: 
     125 JOBID  identifier of the job 
     126 TASKID optional identifier of the task 
     127                The default identifier of task is 'task' 
     128}}} 
     129 
     130=== qcg-list === 
     131{{{ 
     132Display information about tasks 
     133  
     134usage: qcg-list [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] 
     135usage: qcg-client get_tasks [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v] 
     136  
     137Options: 
     138 -C,--changed <period>                           changed in the period of time (not supported yet) 
     139 -h,--help                                       display help message 
     140 -n,--note <NOTE>                              list elements with the given note 
     141 -N,--no-list                                    do not display list 
     142 -p,--purged <PURGED>                            display whether the working directory is purged or 
     143                                                 not (PURGED=true|false). 
     144 -R,--report                                     display summary report. 
     145 -S,--submitted <period>                         submited in the period of time. If the status is 
     146                                                 defined the default value of the period is 1 day. 
     147 -s,--status <status(es)>                        status(es) of the job. Lack of this option is 
     148                                                 equivalent to requesting unterminated activities. 
     149 -v,--version                                    display version 
     150}}} 
     151 
     152=== qcg-peak === 
     153{{{ 
     154Peek the output file(s) 
     155  
     156usage: qcg-peek [-c <NUMBER>] [-f <FILE>] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     157usage: qcg-client peek_output [-c <NUMBER>] [-f <FILE>] [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     158  
     159Options: 
     160 -c,--characters <NUMBER>   number of characters 
     161 -f,--file <FILE>           file to peek 
     162 -h,--help                  display help message 
     163 -v,--version               display version 
     164  
     165Arguments: 
     166 JOBID  identifier of the job 
     167 TASKID optional identifier of the task 
     168                The default identifier of task is 'task' 
     169}}} 
     170 
     171=== qcg-proxy === 
     172{{{ 
     173Create user proxy 
     174  
     175usage: proxy_init [-h] [-v] 
     176  
     177Options: 
     178 -h,--help      display help message 
     179 -v,--version   display version 
     180}}} 
     181 
     182=== qcg-refetch === 
     183{{{ 
     184Refetch output files 
     185  
     186usage: qcg-refetch [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     187usage: qcg-client stage_out [-h] [-v]   JOBID[/TASKID] [JOBID[/TASKID]] ... 
     188  
     189Options: 
     190 -h,--help      display help message 
     191 -v,--version   display version 
     192  
     193Arguments: 
     194 JOBID  identifier of the job 
     195 TASKID optional identifier of the task 
     196                The default identifier of task is 'task' 
     197}}} 
     198 
     199=== qcg-refresh_proxy === 
     200{{{ 
     201Refresh proxy for the given job(s) 
     202  
     203usage: qcg-client refresh_proxy [-h] [-v]   JOBID [JOBID] ... 
     204  
     205Options: 
     206 -h,--help      display help message 
     207 -v,--version   display version 
     208  
     209Arguments: 
     210 JOBID  identifier of the job 
     211}}} 
     212 
     213=== qcg-sub === 
     214{{{ 
     215Submit job(s) to the QCG infrastructure 
     216  
     217usage: qcg-sub [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>]  [-v]   FILE [FILE] ... 
     218usage: qcg-client submit_job [-D <DIRECTIVE>] [-h] [-I] [-J | -S | -X] [-R <NUMBER>]  [-v]   FILE [FILE] ... 
     219  
     220Options: 
     221 -D,--directive <DIRECTIVE>   adds #QCG directives to the description 
     222 -h,--help                    display help message 
     223 -I,--interactive             Interactive mode 
     224 -J,--jsdl                    JSDL dialect 
     225 -R,--repeat <NUMBER>         repeat submission (only for testing) 
     226 -S,--simple                  QCG Simple dialect 
     227 -v,--version                 display version 
     228 -X,--xml                     QCG XML dialect 
     229}}} 
     230 
     231=== qcg-rcancel === 
     232{{{ 
     233Cancel reservation(s) 
     234  
     235usage: qcg-rcancel [-h] [-v]   RESID [RESID] ... 
     236usage: qcg-client cancel_reservation [-h] [-v]   RESID [RESID] ... 
     237  
     238Options: 
     239 -h,--help      display help message 
     240 -v,--version   display version 
     241  
     242Arguments: 
     243 RESID  identifier of the reservation 
     244}}} 
     245 
     246=== qcg-reserve === 
     247{{{ 
     248Create reservation(s) 
     249  
     250usage: qcg-reserve [-h] [-J | -S | -X]  [-v]   FILE [FILE] ... 
     251usage: qcg-client create_reservation [-h] [-J | -S | -X]  [-v]   FILE [FILE] ... 
     252  
     253Options: 
     254 -h,--help      display help message 
     255 -J,--jsdl      JSDL dialect 
     256 -S,--simple    QCG Simple dialect 
     257 -v,--version   display version 
     258 -X,--xml       QCG XML dialect 
     259  
     260Arguments: 
     261 FILE   Path to file with job description 
     262}}} 
     263 
     264=== qcg-rinfo === 
     265{{{ 
     266Display information about the given reservation(s) 
     267  
     268usage: qcg-rinfo [-d] [-D] [-h] [-v]   RESID [RESID] ... 
     269usage: qcg-client reservation_info [-d] [-D] [-h] [-v]   RESID [RESID] ... 
     270  
     271Options: 
     272 -d,--description       display user's job description 
     273 -D,--qcg_description   display QCG job description 
     274 -h,--help              display help message 
     275 -v,--version           display version 
     276  
     277Arguments: 
     278 RESID  identifier of the reservation 
     279}}} 
     280 
     281=== qcg-rlist === 
     282{{{ 
     283Display information about reservations 
     284  
     285usage: qcg-rlist [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] 
     286usage: qcg-client get_reservations [-C <period>] [-h] [-n <NOTE>] [-N] [-R] [-S <period>] [-s <status(es)>] [-v] 
     287  
     288Options: 
     289 -C,--changed <period>                           changed in the period of time (not supported yet) 
     290 -h,--help                                       display help message 
     291 -n,--note                                       list elements with the given note 
     292 -N,--no-list                                    do not display list 
     293 -R,--report                                     display summary report. 
     294 -S,--submitted <period>                         submited in the period of time. If the status is 
     295                                                 defined the default value of the period is 1 day. 
     296 -s,--status <status(es)>                        status(es) of the job. Lack of this option is 
     297                                                 equivalent to requesting unterminated activities. 
     298 -v,--version                                    display version 
     299}}} 
     300 
    77301== QCG-Simple description format == 
    78302