- 29 Aug, 2018 18 commits
-
-
Morris Jette authored
The socket count argument was added to gres_plugin_node_config_validate() in commit 63b95516
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
And add into appropriate pack and unpack functions.
-
Morris Jette authored
And set it in launch_prolog().
-
Danny Auble authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Previous logic would re-use altered node and core bitmaps, which would tend to fail. Change some data types for consistency
-
Morris Jette authored
Cores on additional sockets may be used, but we want to insure some cores on the identify sockets are included in the job allocation
-
Tim Wickberg authored
-
Danny Auble authored
In cases when you have a range first and then a single afterwards: nid00[446-447],nid00392 It only worked correctly if it were reversed like so: nid00392,nid00[446-447]
-
Morris Jette authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Danny Auble authored
No functional change.
-
Tim Wickberg authored
No function change here, identical to 17.11 protocol block.
-
- 28 Aug, 2018 1 commit
-
-
Marshall Garey authored
Bug 5524 Basically count was never getting over 3 so none of the "end" code was ever happening.
-
- 27 Aug, 2018 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Make test suite aware of how GPUs are bound to sockets
-
Morris Jette authored
Introduced in commit d382a477
-
Morris Jette authored
Modify a gpu/socket binding test to recognize newly available information from "scontrol show node" in commit 63b95516
-
Danny Auble authored
# Conflicts: # src/slurmctld/fed_mgr.c
-
Danny Auble authored
running. Bug 5624
-
Morris Jette authored
If GRES as associated with specific sockets, identify those sockets in the output of "scontrol show node". For example if all 4 GPUs on a node are all associated with socket zero, then "Gres=gpu:4(S:0)". If associated with sockets 0 and 1 then "Gres=gpu:4(S:0-1)". The information of which specific GPUs are associated with specific GPUs is not reported, but only available by parsing the gres.conf file.
-
Dominik Bartkiewicz authored
for an allocation. Bug 5293 Backport of 9a507584 in 18.08.
-
- 25 Aug, 2018 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix possible reference of unset bitmap Fix some logic problems related to non-socket bound GRES
-
- 24 Aug, 2018 9 commits
-
-
Broderick Gardner authored
return a start and end time set to the window end time, so elapsed time is 0. Bug 5372
-
Tim Wickberg authored
-
Tim Wickberg authored
This has never been officially documented, and we would rather see sites use preempt/qos instead. Bug 5628.
-
Morris Jette authored
-
Morris Jette authored
bug 5629
-
Morris Jette authored
New --gpu options in the commands and some configuration file changes
-
Morris Jette authored
Coverity CID 187783
-
Morris Jette authored
Previously when a job was resized to zero and its resources moved to another job (--depend=expand) nothing ran epilog on its nodes to kill processes and otherwise clean up the allocation. This commit adds that logic
-
Morris Jette authored
This avoids a double node allocation as commit 9b55a09b moves the logic to a common location, removing the need for it to be specifically in the cons_tres plugin
-
- 23 Aug, 2018 2 commits
-
-
Danny Auble authored
Bug 5619 Tim approved
-
Danny Auble authored
Bug 5618
-