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

Add log message when attempting to contact MMCS, so we can see if

that is the last event.
parent cf0cb3f1
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ extern int init_bgl(void)
int rc;
rm_size3D_t bp_size;
info("Attempting to contact MMCS");
if ((rc = rm_set_serial(BGL_SERIAL)) != STATUS_OK) {
fatal("init_bgl: rm_set_serial(): %s", bgl_err_str(rc));
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