- 29 Dec, 2018 27 commits
-
-
Tim Wickberg authored
Remove plugrack_set_major_type().
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Was never used to enable the paranoid behavior.
-
Tim Wickberg authored
No functional change, aside from switching to __func__ in log messages.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Also switch to xmalloc pattern of: int *data = xmalloc(sizeof(*data)); while cleaning these up.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove now-unused variables missed in e7a34806/c10f2cf0.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Include explicit values so some can be removed in successive commits.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Missed in BlueGene code removal.
-
- 28 Dec, 2018 13 commits
-
-
Danny Auble authored
# Conflicts: # src/slurmctld/read_config.c
-
Morris Jette authored
Bug 6302 Bug 6229
-
Morris Jette authored
this new function adds logic to validate that a job's gres request is still valid after slurmctld restart or reconfiguration. specifically if a job allocation includes GRES associated with specific Files then kill the job if the GRES count changes (say the job is allocated GPUs and the slurmctld configuration changes to remove those GPUs, so the job and node bitmaps are different sizes).
-
Morris Jette authored
-
Morris Jette authored
This prevents a slurmctld abort if a job was running on a node using all gres/gpu and the node configuration changed to have fewer gres/gpu. slurmctld would abort on restart with the new configuration.
-
Morris Jette authored
Previous logic was calculating a node's total cores and total threads in multiple locations rather than doing the calculation only in the function gres_plugin_node_config_validate().
-
Danny Auble authored
-
Nate Rini authored
string. Bug 6169
-
Nate Rini authored
bug 6169
-
Danny Auble authored
This reverts commit 34633d9b.
-
Nate Rini authored
Bug 6169
-
Nate Rini authored
Added extra check of name in setenvf() to ensure name is not an empty string. bug 6169
-
Danny Auble authored
-