- 21 Jun, 2019 1 commit
-
-
Marcin Stolarek authored
fix/improve example logrotate configuration in man slurm.conf pkill without -x option treats argument as a pattern in this case slurmd matches not only slurmd but also slurmdbd. Bug 6962
-
- 20 Jun, 2019 10 commits
-
-
Morris Jette authored
Test rendered invalid by changes made for bug 7128. bug 7128
-
Morris Jette authored
bug 7128
-
Morris Jette authored
bug 7128
-
Morris Jette authored
bug 7066
-
Morris Jette authored
bug 7066
-
Danny Auble authored
i.e. gres=gpu:k80:4,gpu:tesla:4 the code would put the k80 as one number 4, and then add the tesla and not remove the 4 but add the 8 so if all your other nodes only have 1 gpu and you are asking for 2 nodes it would return 4 instead of 1. Bug 7066
-
Dominik Bartkiewicz authored
This is a continuation of commit edd09b55. Bug 7071.
-
Marcin Stolarek authored
Documentation for "-d" was missing from the man page. Documentation for "-i" was missing from "slurmctld -h". Sync the description for "-D". Bug 7245.
-
Marcin Stolarek authored
Instead of scontrol show daemon for logrotate we can just use list of all daemons. This should be less confusing for users since slurmdbd is not listed by scontrol show daemons and required separate logrotate configuration. Bug 6962
-
Alejandro Sanchez authored
The init() function creates a separate thread that tries to index the list of unindexed jobs (loaded from the state or newly finished) into the elasticsearch server. This fix prevents this thread from trying to do so until after slurm_jobcomp_set_location sets the log_url. Bug 7153.
-
- 19 Jun, 2019 4 commits
-
-
Broderick Gardner authored
Also added TimeEligible as a field that can be requested. Bug 7074
-
Broderick Gardner authored
If all runaway jobs have submit_time=0, something is wrong, and we don't know from when to reroll the usage tables. Bug 7074
-
Broderick Gardner authored
When fixing runaway jobs, submit time should always be set in the database, so use that when rerolling usage. Avoids rerolling from 0. Bug 7074
-
Broderick Gardner authored
Bug 7074
-
- 18 Jun, 2019 1 commit
-
-
Ben Roberts authored
Bug 7251.
-
- 14 Jun, 2019 3 commits
-
-
Broderick Gardner authored
If bf_min_prio_reserve was not the last option listed, the setting would not have been applied correctly, and an error message printed instead. Bug 7242.
-
Dominik Bartkiewicz authored
Bug 6221
-
Dominik Bartkiewicz authored
Bug 6221
-
- 13 Jun, 2019 1 commit
-
-
Morris Jette authored
-
- 10 Jun, 2019 6 commits
-
-
Morris Jette authored
Put comments in the code to help figure out what is being packed. No real code change. Bug 7204
-
Morris Jette authored
Bug 7204
-
Dominik Bartkiewicz authored
Bug 6221
-
Dominik Bartkiewicz authored
Return ESLURM_INVALID_TIME_MIN_LIMIT instead of ESLURM_INVALID_TIME_LIMIT to provide a better error message back to the user. Bug 6221
-
Dominik Bartkiewicz authored
Bug 6221
-
Tim Wickberg authored
Bug 7179.
-
- 07 Jun, 2019 11 commits
-
-
Morris Jette authored
bug 7203
-
Morris Jette authored
-
Brian Christiansen authored
Bug 6847 Bug 7190
-
Brian Christiansen authored
-
Morris Jette authored
For heterogeneous jobs, do not count the each component against the QOS or association job limit multiple times. bug 7190
-
Brian Christiansen authored
-
Morris Jette authored
bug 7197
-
Morris Jette authored
bug 7197
-
Philip Kovacs authored
bug 7197
-
Albert Gil authored
Bug 6847
-
Albert Gil authored
Catch jobs with empty pack_job_id_sets. Corruption bug fixed by previous commit. Bug 6847
-
- 06 Jun, 2019 2 commits
-
-
Albert Gil authored
Rejected hetjobs were not correctly dump because pack_job_id_set was not properly set in _slurm_rpc_allocate_pack() when submision was rejected. New helper function _create_pack_job_id_set() to avoid duplicated code. Bug 6847
-
Michael Hinton authored
-
- 05 Jun, 2019 1 commit
-
-
Alejandro Sanchez authored
-