- 17 Jan, 2019 2 commits
-
-
Danny Auble authored
It has been shown in a couple of ways these 2 apis are dependent on each other, but both export similar symbols, so when you link to both of them you get duplicate symbols. Bug 1394
-
Tim Wickberg authored
Update the documentation, and split "classic" fair share details off to a separate page. Bug 6036.
-
- 16 Jan, 2019 1 commit
-
-
Felip Moll authored
scontrol and sview won't report Consumed Joules and Lowest Joules anymore. The reason is that these values were collected from slurmd start time which made them not useful for the users. Bug 6283
-
- 15 Jan, 2019 1 commit
-
-
Michael Hinton authored
This patch fixes the regression caused by 07483564 where only the linux plugin was handling this scenario correctly. Bug 6332
-
- 14 Jan, 2019 3 commits
-
-
Isaac Hartung authored
Bug 4700. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
Matt Ezell authored
Bug 6331
-
Felip Moll authored
This patch removes the MemLimitEnforce parameter from Slurm and moves the condition to enable the feature to the JobAcctGatherParam=OverMemoryKill. Setting OverMemoryKill will now enable the mechanism that was before enabled with MemLimitEnforce=yes, so activation of killing jobs or steps due to exceeding memory will be done in the same place. Also reconfiguring or starting slurmd/ctld with incorrect configuration will cause a fatal error. Bug 5479
-
- 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 2 commits
-
-
Dominik Bartkiewicz authored
Bug 5682 and 4584 Backport of ba07a6e09b6071