Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Refresh proxy for the given job(s)

usage: qcg-client refresh_proxy [-h] [-v]   JOBID [JOBID] ...

Options:
 -h,--help      display help message
 -v,--version   display version

Arguments:
 JOBID  identifier of the job

 

qcg-resources

Polecenie wyświętlające informacje o zasobach dostępnych poprzez infrastrukturę QCG

Code Block
plgpiontek@client:~$ qcg-resources -h                                                                                                                                                               
Privides information about controlled resources                                                                                                                                                     
                                                                                                                                                                                                    
usage: qcg-client resources [-a <show_hidden>] [-h] [-m] [-n <PROPERTIES>] [-Q] [-q] [-R                                                                                                            
       <RESOURCES>] [-s] [-u] [-V] [-v]                                                                                                                                                             
                                                                                                                                                                                                    
Options:

 -a,--applications <show_hidden>   print information about applications

 -h,--help                         display help message

 -m,--modules                      print information about modules

 -n,--nodes <PROPERTIES>           print information about nodes

 -Q,--quiet                        quiet mode

 -q,--queues                       print information about queues

 -R,--resources <RESOURCES>        List of comma separated names of resources

 -s,--summary                      print summary information about the resource

 -u,--users                        print information about users

 -V,--version                      display version

 -v,--vos                          print information about vos


qcg-resub

Ponowne zlecenie zadania do wykonania na infrastrukturze QCG na podstawie opisu innego wcześniej zleconego zadania. Zdanie do ponownego zlecenia określane jest poprzez podanie jego identyfikatora.

...