Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
4c109b57
Commit
4c109b57
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Describe restrictions on job update RPC (owner more restricted than root).
parent
5e05b213
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man3/slurm_job.3
+4
-2
4 additions, 2 deletions
doc/man/man3/slurm_job.3
with
4 additions
and
2 deletions
doc/man/man3/slurm_job.3
+
4
−
2
View file @
4c109b57
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment