| 198 | {{{ |
| 199 | qcg-list |
| 200 | qcg-list -S 1d |
| 201 | qcg-list -s failed |
| 202 | qcg-list -S 1d -s all -R |
| 203 | }}} |
| 204 | |
| 205 | * The options -C/--changed and -S/--submitted accept definition of time period of days ("d"), hours ("h") or minutes ("m"). |
| 206 | * The Option -s/--status allows to limit the list to task with concrete statuses. It is possible to specify list of statuses separate by commas. |
| 207 | * The option -n/--note supports search patterns with "%" as a wildcard. (e.g. "experiment_%"). |
| 208 | |
| 209 | List of possible task statuses: |
| 210 | * ''UNSUBMITTED'' – processing of the task postponed due to the precedence constraints, |
| 211 | * ''UNCOMMITED'' - tasks waits to be committed, |
| 212 | * ''QUEUED'' – tasks waits in the queue to be processed, |
| 213 | * ''PREPROCESSING'' – the execution environment in prepared, |
| 214 | * ''PENDING'' – application waits in the queuing system to be executed, |
| 215 | * ''RUNNING'' – task (application) is running, |
| 216 | * ''STOPPED'' – application has finished, system in ready to stage out results, |
| 217 | * ''POSTPROCESSING'' – system stages out results or cleans the working directory |
| 218 | * ''FINISHED'' – the whole task (application and all transfers) has finished |
| 219 | * ''FAILED'' – processing of the task failed |
| 220 | * ''CANCELED'' – the task has been canceled by the user or system |
| 221 | |
| 222 | Dla wygody użytkowników zamiast listy stanów możliwe jest podanie zdefiniowanych stałych: |
| 223 | |
| 224 | all - zadania we wszystkich stanach, |
| 225 | terminated - zadania zakończone (FINISHED,FAILED,CANCELED) |
| 226 | unterminated - zadania niezakończone (UNSUBMITED,UNCOMMITED,QUEUED,PREPROCESSING,PENDING,RUNNING,STOPPED,POSTPROCESSING). |