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

Fix typo.

parent 7839de31
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ Specifies the pointer to the structure to be created and filled in by the functi ...@@ -116,7 +116,7 @@ Specifies the pointer to the structure to be created and filled in by the functi
successful, a job entry is created. Note that if the job's requested node successful, a job entry is created. Note that if the job's requested node
count or time allocation are outside of the partition's limits then a job count or time allocation are outside of the partition's limits then a job
entry will be created, a warning indication will be placed in the \fIerror_code\fP field of the response message, and the job will be left entry will be created, a warning indication will be placed in the \fIerror_code\fP field of the response message, and the job will be left
queued until the partition limits are changed. queued until the partition's limits are changed.
Always release the response message when no longer required using Always release the response message when no longer required using
the function \fBslurm_free_resource_allocation_response_msg\fR. the function \fBslurm_free_resource_allocation_response_msg\fR.
.LP .LP
...@@ -148,7 +148,7 @@ release the response message when no longer required using the function ...@@ -148,7 +148,7 @@ release the response message when no longer required using the function
\fBslurm_free_resource_allocation_response_msg\fR. \fBslurm_free_resource_allocation_response_msg\fR.
.LP .LP
\fBslurm_submit_batch_job\fR Submit a job for later execution. Note that if \fBslurm_submit_batch_job\fR Submit a job for later execution. Note that if
the job's requested node count or time allocation are outside of the partition's limits then a job entry will be created, a warning indication will be placed in the \fIerror_code\fP field of the response message, and the job will be left queued until the partition limits are changed and resources are available. Always release the response message when no the job's requested node count or time allocation are outside of the partition's limits then a job entry will be created, a warning indication will be placed in the \fIerror_code\fP field of the response message, and the job will be left queued until the partition's limits are changed and resources are available. Always release the response message when no
longer required using the function \fBslurm_free_submit_response_msg\fR. longer required using the function \fBslurm_free_submit_response_msg\fR.
.SH "RETURN VALUE" .SH "RETURN VALUE"
.LP .LP
......
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