- 31 Jan, 2019 6 commits
-
-
Tim Wickberg authored
The correct printf format for size_t is %zu not %lu.
-
Danny Auble authored
Bug 6430
-
Ben Roberts authored
The code to handle it was already there, this just made it so we actually parsed it. Bug 6430
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Philip Kovacs authored
Commit 750cc23e changed the signature for slurm_xmalloc, which needs to be mirrored here in slurm-perl.h. Bug 6436.
-
- 30 Jan, 2019 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Force intermediate values to uint64_t to catch the potential overflow. CVE-2019-6438.
-
- 25 Jan, 2019 2 commits
-
-
Michael Hinton authored
On a heterogeneous system the gres.conf coming from various nodes might not be complete. The slurm.conf has a complete list of possible gres on the other hand. If the GRES doesn't exist we will print an error and use the id instead of the name, but this should never happen. Bug 6366
-
Felip Moll authored
When trying to update the partition list of a job it didn't get updated. Bug 6329
-
- 23 Jan, 2019 5 commits
-
-
Jakub Yaghob authored
Bug 6320
-
Danny Auble authored
Bug 6004
-
Dominik Bartkiewicz authored
specific tasks. Bug 6357
-
Josko Plazonic authored
Bug 6004
-
Paddy Doyle authored
Update seff to reflect API change from rss_max to tres_usage_in_max. Use Slurmdb::find_tres_count_in_string to parse out the TRES_MEM value. Bug 6004
-
- 18 Jan, 2019 1 commit
-
-
Brian Christiansen authored
Bug 5736
-
- 17 Jan, 2019 4 commits
-
-
Morris Jette authored
This check really is there to test if we have dynamic(inactive) features. Obviously this doesn't work on heterogeneous systems, but there is no good way to check for this as this check is used long before nodes are considered. Bug 6242
-
Broderick Gardner authored
Docs updated with details. 'node' is simply removed from the tres list; the report will continue if other valid tres are specified. Bug 5954
-
Jason Booth authored
Bug 6356.
-
Jason Booth authored
Fixed srun from double printing invalid option msg twice. Also removed the unused -b flag from sbatch. Bug 6356.
-
- 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 1 commit
-
-
Matt Ezell authored
Bug 6331
-
- 11 Jan, 2019 3 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
-
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 2 commits
-
-
Marshall Garey authored
which caused negative values and values starting with a decimal to be invalid for PriorityWeightTRES and TRESBillingWeight. Bug 6217
-
Dominik Bartkiewicz authored
Bug 6321
-
- 08 Jan, 2019 1 commit
-
-
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.
-
- 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 1 commit
-
- 28 Dec, 2018 1 commit
-
-
Nate Rini authored
Bug 6169
-
- 26 Dec, 2018 2 commits
-
-
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 1 commit
-
-
Brian Christiansen authored
Bug 6229
-
- 19 Dec, 2018 1 commit
-
-
Danny Auble authored
Bug 6239
-