Skip to content
Snippets Groups Projects
Commit f4473b98 authored by Moe Jette's avatar Moe Jette
Browse files

Describe job priority of zero being equivalent to job hold.

parent 76213e2e
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,9 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */
* default=0 */
char *partition; /* name of requested partition,
* default in SLURM config */
uint32_t priority; /* relative priority of the job, explicitly
* set only for user root */
uint32_t priority; /* relative priority of the job,
* explicitly set only for user root,
* 0 == held (don't initiate) */
char *req_nodes; /* comma separated list of required nodes
* default NONE */
uint16_t shared; /* 1 if job can share nodes with other jobs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment