Skip to content
Snippets Groups Projects
Commit 1b5980c6 authored by Albert Gil's avatar Albert Gil Committed by Danny Auble
Browse files

Fix MPS without File with 1 GPU and without GPUs


Previously slurmd was discarding MPS if defined without File and the
node had only 1 GPU.
Now we link the MPS to that GPU by default.

Previously slurmd was sending a MPS wihtout GPU RPC to the controller
if that was set in conf files, and the controller was aborting due
internal assertions.
Now even if broken RPC is sent the controller won't abort but return
Invalid Argument, and slurmds are no more sending broken RPCs but fatal
with a clear message instead.

Bug 8775

Co-authored-by: default avatarMichael Hinton <hinton@schedmd.com>
parent 280ecb24
No related branches found
No related tags found
No related merge requests found
Loading
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