diff --git a/doc/man/man3/slurm_allocate_resources.3 b/doc/man/man3/slurm_allocate_resources.3 index 10a5d6e620008a96b32aff648a400790fbfd0aab..e2c0a5747c2a264cc16139c5595df9488fc9c7a6 100644 --- a/doc/man/man3/slurm_allocate_resources.3 +++ b/doc/man/man3/slurm_allocate_resources.3 @@ -1,4 +1,4 @@ -.TH "Slurm API" "3" "October 2002" "Morris Jette" "Slurm job initiation functions" +.TH "Slurm API" "3" "November 2002" "Morris Jette" "Slurm job initiation functions" .SH "NAME" slurm_allocate_resources, slurm_allocate_resources_and_run, slurm_confirm_allocation, @@ -126,6 +126,9 @@ the function \fBslurm_free_resource_allocation_response_msg\fR. including the initiation of a job step to span the full allocation. If successful, job and job step records are created. Always release the response message when no longer required using the function \fBslurm_free_resource_allocation_and_run_response_msg\fR. +The list of host names returned may be matched to their data in the proper order by +using the functions \fBhostlist_create\fR, \fBhostlist_shift\fR, and +\fBhostlist_destroy\fR. .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 @@ -284,6 +287,7 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH "SEE ALSO" .LP +\fBhostlist_create\fR(3), \fBhostlist_shift\fR(3), \fBhostlist_destroy\fR(3), \fBscancel\fR(1), \fBsrun\fR(1), \fBslurm_free_job_info\fR(3), \fBslurm_get_errno\fR(3), \fBslurm_load_jobs\fR(3), \fBslurm_perror\fR(3), \fBslurm_strerror\fR(3) diff --git a/doc/man/man3/slurm_job_step_create.3 b/doc/man/man3/slurm_job_step_create.3 index 3d8434f7e364c29a56c922a7e1cd02cc76d2b5b5..4f9839bf2b22cb949b0d2a9f09851f1a2e2f7fb1 100644 --- a/doc/man/man3/slurm_job_step_create.3 +++ b/doc/man/man3/slurm_job_step_create.3 @@ -37,7 +37,10 @@ to a call of the function \fBslurm_job_step_create\fR. .LP \fBslurm_job_step_create\fR Initialize a job step including the allocation of nodes to it from those already allocate to that job. Always release the response message when no -longer required using the function \fBslurm_free_job_step_create_response_msg\fR. +longer required using the function \fBslurm_free_job_step_create_response_msg\fR. +The list of host names returned may be matched to their data in the proper order by +using the functions \fBhostlist_create\fR, \fBhostlist_shift\fR, and +\fBhostlist_destroy\fR. .SH "RETURN VALUE" .LP On success, zero is returned. On error, -1 is returned, and Slurm error code is set appropriately. @@ -73,6 +76,7 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH "SEE ALSO" .LP +\fBhostlist_create\fR(3), \fBhostlist_shift\fR(3), \fBhostlist_destroy\fR(3), \fBsrun\fR(1), \fBslurm_allocate_resources_and_run\fR(3), \fBslurm_get_errno\fR(3), \fBslurm_perror\fR(3), \fBslurm_strerror\fR(3)