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

Correct a couple of function names referenced in error messages.

parent e0334b8c
No related branches found
No related tags found
No related merge requests found
...@@ -587,7 +587,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid ) ...@@ -587,7 +587,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid )
{ {
char buf[4096]; char buf[4096];
debug2("calling interconnect_init from process %lu", debug2("calling qsw_prog_init from process %lu",
(unsigned long) getpid()); (unsigned long) getpid());
verbose("ELAN: %s", qsw_capability_string( verbose("ELAN: %s", qsw_capability_string(
(qsw_jobinfo_t)jobinfo, buf, 4096)); (qsw_jobinfo_t)jobinfo, buf, 4096));
...@@ -601,7 +601,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid ) ...@@ -601,7 +601,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid )
error("Initializing interconnect: " error("Initializing interconnect: "
"is the rms kernel module loaded?"); "is the rms kernel module loaded?");
else else
error ("elan_interconnect_init: %m"); error ("qsw_prog_init: %m");
qsw_print_jobinfo(log_fp(), (qsw_jobinfo_t)jobinfo); qsw_print_jobinfo(log_fp(), (qsw_jobinfo_t)jobinfo);
return SLURM_ERROR; return SLURM_ERROR;
......
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