- 29 Dec, 2018 9 commits
-
-
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 5 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Previously the variable was only set for a job step
-
Morris Jette authored
-
Morris Jette authored
-
- 26 Dec, 2018 9 commits
-
-
Morris Jette authored
Move some common logic from gres/gpu and gres/mps into gres/common Eliminate some redundant string copy/free logic Remove gres/gpu record combintation logic, which will not work with current gres/mps logic Ignore non-numeric Cores/CPUs configuration parameter Major updates to test39.18
-
Felip Moll authored
Bug 6283
-
Danny Auble authored
# Conflicts: # NEWS # configure # src/common/gres.c # src/slurmctld/read_config.c
-
Felip Moll authored
Bug5793
-
Felip Moll authored
Adapt functions name to new default behavior of report 'job sizes by account'. No change in functionality. bug5793
-
Felip Moll authored
SizesByAccount and SizesByAccountAndWckey now defaults to display the root account totals, or the exact requested Account=. To query like the old behavior a new option 'AcctAsParent' has been added which will still shown the subaccounts of the requested accounts in Account=. Bug5793
-
Felip Moll authored
Bug 5441
-
Marshall Garey authored
Bug 6289
-
Morris Jette authored
Introduced in d9b9eb23 Bug 6292
-