- 11 Jan, 2019 4 commits
-
-
Michael Hinton authored
Add a debug statement. Bug 5823
-
Michael Hinton authored
When the backup slurmdbd is active, there is no need to print connection errors every 10 minutes when the backup checks in on the primary, at least at the 'error' level. Prevent dbd clients, like sacctmgr, from printing a connection error when running commands against the backup slurmdbd unless debug2. Before, the clients would always print errors when trying to access the primary dbd first. Bug 5823
-
Morris Jette authored
Support GRES types that include numbers (e.g. "--gres=gpu:123g:2"). Also change number suffix processing to use common function See commit 396e82a167 bug 6345
-
Felip Moll authored
Fix issue introduced in commit 164d4878 that avoided a job to be modified setting the current reservation to none. Bug 6309
-
- 09 Jan, 2019 3 commits
-
-
Marshall Garey authored
which caused negative values and values starting with a decimal to be invalid for PriorityWeightTRES and TRESBillingWeight. Bug 6217
-
Morris Jette authored
This is useful for testing and debugging.
-
Dominik Bartkiewicz authored
Bug 6321
-
- 08 Jan, 2019 2 commits
-
-
Tim Wickberg authored
As pthread_rwlock_t is a struct, we cannot use this syntax to initialize all elements of the array to the same value as we would if these were any basic type. Instead, move the initialization to a dedicated loop to ensure all locks are initialized correctly. This does not seem to have caused any issues on Linux platforms, but macOS at least does notice this mistake. Bug 6319.
-
Tim Wickberg authored
Add logic in read_config.c to handle old config option name. Bug 5916.
-
- 07 Jan, 2019 1 commit
-
-
Felip Moll authored
Added a new DebugFlag=accrue to show debug messages related to accrue time count or other related stuff. Bug 6096
-
- 04 Jan, 2019 2 commits
-
-
Alejandro Sanchez authored
Enabling this alters the scheduling sorting algorithm so that hetjob components belonging to the same hetjob are attempted to be scheduled consecutively (not interleaved with other jobs or hetjob components). Bug 5579.
-
Danny Auble authored
AccrueTime limits. Bug 6002 Co-authored-by: Felip Moll <felip.moll@schedmd.com>
-
- 03 Jan, 2019 2 commits
-
-
Morris Jette authored
Kill running/pending job is allocated GRES and that GRES has a "File" configuration, and the GRES count changes. Also generally better handle changes in GRES count (avoid some bugs in GRES data structures).
- 28 Dec, 2018 4 commits
-
-
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
-
- 26 Dec, 2018 4 commits
-
-
Felip Moll authored
Bug 6283
-
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
-
Marshall Garey authored
Bug 6289
-
Morris Jette authored
Introduced in d9b9eb23 Bug 6292
-
- 21 Dec, 2018 4 commits
-
-
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
Bug 5441
-
Dominik Bartkiewicz authored
Bug 5971
-
Dominik Bartkiewicz authored
from a node. Bug 5971
-
- 20 Dec, 2018 3 commits
-
-
Brian Christiansen authored
Bug 6229
-
Danny Auble authored
Bug 6239
-
Brian Christiansen authored
Bug 6229
-
- 19 Dec, 2018 2 commits
-
-
Nate Rini authored
bug 6197
-
Danny Auble authored
Bug 6239
-
- 18 Dec, 2018 5 commits
-
-
Dominik Bartkiewicz authored
Bug 5682 and 4584 Backport of ba07a6e09b6071
-
Dominik Bartkiewicz authored
other than knl. Bug 5603
-
Danny Auble authored
Bug 5603
-
Moe Jette authored
This patch also simplifies the code using bit_cnt instead of _bitstr_bits(). This isn't really necessary, but does look cleaner. Bug 6216
- 17 Dec, 2018 1 commit
-
-
Broderick Gardner authored
It was using the local cluster, sending the query to the wrong table Bug 6159
-
- 14 Dec, 2018 2 commits
-
-
Brian Christiansen authored
Bug 6237
-
Dominik Bartkiewicz authored
if OverTimeLimit is Unlimited. Bug 6093
-
- 11 Dec, 2018 1 commit
-
-
Tim Wickberg authored
-