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

Describe restrictions on job update RPC (owner more restricted than root).

parent 5e05b213
No related branches found
No related tags found
No related merge requests found
...@@ -190,8 +190,10 @@ longer required using the function \fBslurm_free_submit_response_msg\fR. ...@@ -190,8 +190,10 @@ longer required using the function \fBslurm_free_submit_response_msg\fR.
.LP .LP
\fBslurm_update_job\fR Update the characteristics of an existing job. Not all job \fBslurm_update_job\fR Update the characteristics of an existing job. Not all job
characteristics may be changed (e.g. the time limit of a job may be changed, but the nodes characteristics may be changed (e.g. the time limit of a job may be changed, but the nodes
allocated to a running job may not be changed). This function may only be successfully allocated to a running job may not be changed). This function may only be executed
executed by user root. by the job's owner only for selected operations (e.g. decrease the job's priority).
User root may modify more job parameters and in ways the job's owner can not (e.g.
changing the job's associated features or increasing its priority).
.SH "RETURN VALUE" .SH "RETURN VALUE"
.LP .LP
On success, zero is returned. On error, -1 is returned, and Slurm error code is set appropriately. On success, zero is returned. On error, -1 is returned, and Slurm error code is set appropriately.
......
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