- 14 Sep, 2018 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Cores can be removed from availability in order to co-allocate CPUs and GPUs. This change updates the available CPU count on a node when cores are removed from availability by clearing bits in the core_bitmap.
-
Morris Jette authored
Log not just the job ID and node name, but core_bitmap and sockets to be avoided.
-
- 13 Sep, 2018 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
This throws 0c3133a2 out, as that'd already been handled here previously. (And thus we do not add a separate NEWS entry for 18.08.1 on this issue.)
-
Dominik Bartkiewicz authored
The backup slurmctld can end up without an agent thread if read_slurm_conf() takes too long to complete. Forcing the agent_init() here again ensures it is restarted if not currently running. This was fixed upstream in c1a537db. Bug 5633.
-
- 12 Sep, 2018 26 commits
-
-
Tim Wickberg authored
"Generalized Hypercube - A Topology Plugin" was accidentally given a 50 minute slot instead of 30 minutes as it should have been. Carry the fix forward through the schedule, and cede the extra time to Google.
-
Morris Jette authored
Bug found by clang
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Slight hit from heap based strings instead of stack, but worth it to remove sprintf() call in lightly-used debug path.
-
Tim Wickberg authored
-
Tim Wickberg authored
Rather than reworking to remove the sprintf(), just remove this now.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
This does change the output slightly in one_liner mode, in that there will no longer be double-spaces between elements that would have been broken up on successive lines.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
The first case here is even more fun... let's just let xstrfmtcat() sort this all out instead of manually determing the required buffer size.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Functionality is still available if required, but has been deprecated since 17.11, and has been removed on master before 19.05. Un-document is now lest people start trying to use it.
-
Tim Wickberg authored
Bug 5712.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Tim Wickberg authored
-
- 11 Sep, 2018 3 commits
-
-
Dominik Bartkiewicz authored
bugs 5682 and 4584
-
Morris Jette authored
No change in logic
-
Morris Jette authored
The output of "scontrol show node" changed with respect to GPU bound sockets. There was no error reported by test20.4, but the output was wrong without this commit.
-