Skip to content
Snippets Groups Projects
Commit d41b5ccf authored by Morris Jette's avatar Morris Jette
Browse files

minor change to salloc warning message on cray

parent 00ed0f0f
No related branches found
No related tags found
No related merge requests found
......@@ -1294,7 +1294,7 @@ static bool _opt_verify(void)
return false;
}
if (opt.shared && opt.shared != (uint16_t)NO_VAL) {
info("Node sharing is not (yet) supported on Cray.");
info("Space sharing nodes is not supported on Cray systems");
opt.shared = false;
}
if (opt.overcommit) {
......
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