Table of Contents | ||
---|---|---|
|
Excerpt | ||
---|---|---|
| ||
moves Moves a job from a "done" (complete/failed/killed) status back to pending |
...
Option | Description |
---|---|
--work | Retry work (default: on) |
--subjob | Retry subjobs (default: on) |
--running | Retry running jobs |
--complete | Retry complete jobs |
--failed | Retry failed jobs |
--killed | Retry killed jobs |
--done | Retry done (complete, killed, failed) jobs |
--workcomplete | Retry complete work |
--workfailed | Retry failed work |
--workkilled | Retry killed work |
--workdone | Retry done (complete, killed, failed) work |
--subjobcompleteretrysubjobcomplete | Retry complete subjobs |
--subjobfailed | Retry failed subjobs |
--subjobkilled | Retry killed subjobs |
--subjobdone | Retry done (complete, killed, failed) subjobs |
--user string | Retry jobs for user string |
--type string --prototype string | Retry jobs with string type |
--status string | Retry jobs with string status (ex. pending) |
--name string | Retry jobs with string name |
--kind string | Retry jobs of string kind |
--pid int | Retry jobs with process ID int |
--pgrp int | Retry jobs in int process group |
--priority int | Retry jobs with int priority |
--cluster string | Retry jobs in string cluster |
--cpus int | Retry jobs with a total of int subjobs |
--xml | Output in XML format |
--help | Command help |
--version | Command version |
...