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

o Change level of debug messages from Elan module

parent 8126f1a8
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ _wait_and_destroy_prg(qsw_jobinfo_t qsw_job)
qsw_prgsignal(qsw_job, SIGKILL);
}
debug("going to sleep for %d seconds and try again", sleeptime);
debug("sleeping for %d sec ...", sleeptime);
sleep(sleeptime*=2);
}
......@@ -235,7 +235,7 @@ 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));
verbose("ELAN: %s", qsw_capability_string(job->qsw_job, buf, 4096));
if (qsw_prog_init(job->qsw_job, job->uid) < 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