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
8b17faca
Commit
8b17faca
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Define new RPC to get information about an existing job allocation,
slurm_confirm_allocation.
parent
654f4dd5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/man/man3/slurm_error.3
+2
-1
2 additions, 1 deletion
doc/man/man3/slurm_error.3
doc/man/man3/slurm_info.3
+3
-2
3 additions, 2 deletions
doc/man/man3/slurm_info.3
doc/man/man3/slurm_job.3
+17
-1
17 additions, 1 deletion
doc/man/man3/slurm_job.3
with
22 additions
and
4 deletions
doc/man/man3/slurm_error.3
+
2
−
1
View file @
8b17faca
.TH "Slurm API" "3" "
Septem
ber 2002" "Morris Jette" "Slurm error calls"
.TH "Slurm API" "3" "
Octo
ber 2002" "Morris Jette" "Slurm error calls"
.SH "NAME"
.LP
\fBslurm_job\fR \- Slurm error calls
...
...
@@ -84,6 +84,7 @@ details.
\fBslurm_allocate_resources\fR(3),
\fBslurm_cancel_job\fR(3), \fBslurm_cancel_job_step\fR(3),
\fBslurm_complete_job\fR(3), \fBslurm_complete_job_step\fR(3),
\fBslurm_confirm_allocation\fR(3),
\fBslurm_free_ctl_conf\fR(3),
\fBslurm_free_resource_allocation_response_msg\fR(3), \fBslurm_free_job_info\fR(3),
\fBslurm_free_job_step_create_response_msg\fR(3),
...
...
This diff is collapsed.
Click to expand it.
doc/man/man3/slurm_info.3
+
3
−
2
View file @
8b17faca
.TH "Slurm API" "3" "
July
2002" "Morris Jette" "Slurm informational calls"
.TH "Slurm API" "3" "
October
2002" "Morris Jette" "Slurm informational calls"
.SH "NAME"
.LP
\fBslurm_info\fR \- Slurm informational calls
...
...
@@ -277,5 +277,6 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
.SH "SEE ALSO"
.LP
\fBscontrol\fR(1), \fBsqueue\fR(1), \fBslurm_get_errno\fR(3), \fBslurm_perror\fR(3), \fBslurm_strerror\fR(3)
\fBscontrol\fR(1), \fBsqueue\fR(1), \fBslurm_confirm_allocation\fR(3),
\fBslurm_get_errno\fR(3), \fBslurm_perror\fR(3), \fBslurm_strerror\fR(3)
This diff is collapsed.
Click to expand it.
doc/man/man3/slurm_job.3
+
17
−
1
View file @
8b17faca
.TH "Slurm API" "3" "
Septem
ber 2002" "Morris Jette" "Slurm job management calls"
.TH "Slurm API" "3" "
Octo
ber 2002" "Morris Jette" "Slurm job management calls"
.SH "NAME"
.LP
\fBslurm_job\fR \- Slurm job management calls
...
...
@@ -15,6 +15,14 @@ int \fBslurm_allocate_resources\fR (
int \fIimmediate\fP
.br
);
.LP
int \fBslurm_confirm_allocation\fR (
.br
old_job_alloc_msg_t *\fIold_job_desc_msg_ptr\fP,
.br
resource_allocation_response_msg_t **\fIslurm_alloc_msg_pptr\fP
.br
);
.LP
int \fBslurm_cancel_job\fR (
.br
...
...
@@ -112,6 +120,10 @@ on the data structure's contents.
\fIjob_id\fP
Slurm job id number.
.TP
\fIold_job_desc_msg_ptr\fP
Specifies the pointer to a description of an existing job. See slurm.h for full details
on the data structure's contents.
.TP
\fIslurm_alloc_msg_pptr\fP
Specifies the double pointer to the structure to be created and filled with a
description of the created resource allocation (job): job ID, list of allocated nodes,
...
...
@@ -162,6 +174,10 @@ executed by the job's owner or user root.
.LP
\fBslurm_complete_job_step\fR Note the termination of a job step. This function may only
be successfully executed by the job's owner or user root.
.LP
\fBslurm_confirm_allocation\fR Return detailed information on a specific existing job
allocation. This function may only be successfully executed by the job's owner or user
root.
.LP
\fBslurm_free_job_step_create_response_msg\fR Release the storage generated in response
to a call of the function \fBslurm_job_step_create\fR.
...
...
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