- 28 Dec, 2018 13 commits
-
-
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
-
- 24 Dec, 2018 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 190394
-
Morris Jette authored
Coverity CID 190391
-
Morris Jette authored
bit_ffs() could return -1, resulting in bad logic Coverity CID 190389
-
- 22 Dec, 2018 2 commits
-
-
Morris Jette authored
This modifies a test to work with code changes made in commit 2aa47f74
-
Morris Jette authored
This handles the case where some gres of a given Name have CPUs configured for binding and others do not or have bad values. It also fixes a bug in the conversion of that information to a bitmap if the number of bits set is equal to the core count.
-
- 21 Dec, 2018 7 commits
-
-
Morris Jette authored
this make it easier to keep gres/gpu and gres/mps in sync
-
Danny Auble authored
-
Felip Moll authored
Bug 5441
-
Felip Moll authored
In order to record power we need to keep track of power values into another field. TresUsageIN* are used for energy, while TresUsageOut* will be used for power. Bug 5441
-
Danny Auble authored
Bug 5441 Co-authored-by: Felip Moll <felip.moll@schedmd.com> Co-authored-by: Danny Auble <da@schedmd.com>
-
Felip Moll authored
bare plugin. Bug 5441
-
Felip Moll authored
(cherry picked from commit cc2a7ffe41b53fdc1fa4cf051fd0df2a6d982a31)
-