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

Fix for changed function name.

parent c97c15ac
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ mvapich_print_abort_message (srun_job_t *job, int rank, int dest,
sl, slurm_step_layout_host_id(sl, rank));
if (dest >= 0) {
const char *dsthost = step_layout_host_name (sl, dest);
const char *dsthost = slurm_step_layout_host_name (sl, dest);
if (msg [msglen - 1] == '\n')
msg [msglen - 1] = '\0';
......
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