- 27 Dec, 2018 4 commits
-
-
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 19 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)
-
Felip Moll authored
This was copied directly from the ipmi plugin. Only difference is the acct_gather_energy_ipmi_config.* was combined into the main file. Bug 5441 (cherry picked from commit 58681c0bd167d33596c2cd465d7cd502e1215439)
-
Danny Auble authored
(cherry picked from commit 00f07df13b64b5bc82ce6a7d3de962793ae8af75)
-
Danny Auble authored
instead of just libipmimonitoring (which already links to libfreeipmi). Bug 5441 (cherry picked from commit 98d121a89ff59ee6c23262150050c3aac1714ded)
-
Felip Moll authored
Bug 5441
-
Dominik Bartkiewicz authored
Bug 5971
-
Dominik Bartkiewicz authored
from a node. Bug 5971
-
Morris Jette authored
If gres.conf for mps has a Count, but no File specification, then evenly distributed that Count over all configured gres/gpu. Also if gres/mps have a File specification and there is no gres/gpu with that same File specification, then report an error and discard that gres/mps record.
-
Morris Jette authored
-
Morris Jette authored
copy/paste error
-
Morris Jette authored
It fails consistently on some distro
-
Morris Jette authored
Add size of bitmaps to state logging
-
Morris Jette authored
Add some functions to handle common logic and make it more generic Fix some comments
-
- 20 Dec, 2018 2 commits
-
-
Morris Jette authored
if the gres.conf file record for a gres/gpu lacks a File specification then log an error. Previously the record was silently dropped.
-
Morris Jette authored
-