- 29 Dec, 2018 19 commits
-
-
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 17 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
-
Felip Moll authored
This subtest will check that the defaults to sreport (without AcctAsParent) and the 'FlatView' switch generates correct reports. Bug 5793
-
Nate Rini authored
job_submit programmers guide. Bug 6178
-
Nate Rini authored
Bug 6205
-
Marshall Garey authored
This should be fixed in future generations of code to be able to go back to using libslurm Bug 6060
-
- 27 Dec, 2018 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Previously the variable was only set for a job step
-
Morris Jette authored
-