Skip to content
Snippets Groups Projects
Commit 413dada3 authored by Mark Grondona's avatar Mark Grondona
Browse files

o print Elan job info as a debug message

parent 4963b2aa
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,10 @@ interconnect_preinit(slurmd_job_t *job)
int
interconnect_init(slurmd_job_t *job)
{
char buf[4096];
debug2("calling interconnect_init from process %ld", (long) getpid());
debug("Elan info: %s", qsw_capability_string(job->qsw_job, buf, 4096));
if (qsw_prog_init(job->qsw_job, job->uid) < 0) {
/*
......@@ -263,7 +266,7 @@ interconnect_init(slurmd_job_t *job)
*/
if (errno == EBADF)
error("Initializing interconnect: "
"rms kernel module may not be loaded.");
"is the rms kernel module loaded?");
else
error ("elan_interconnect_init: %m");
......
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