- 28 Oct, 2019 2 commits
-
-
Tim Wickberg authored
Bug 7749
-
Marcin Stolarek authored
gres_node_config_load() requires gres_list to work properly after fully merge slurm.conf with gres.conf logic added in 4d7df8b0. Bug 7986
-
- 25 Oct, 2019 2 commits
-
-
Albert Gil authored
Bug 7490
-
Marshall Garey authored
If not enforcing QOS, it's possible to submit a job without a qos. If submitting such a job to multiple partitions where at least one has a qos, slurmctld would abort in a development build. A non-development build didn't segfault only because _find_qos_part doesn't dereference the NULL pointer. Prevent the abort. Bug 7171
-
- 24 Oct, 2019 1 commit
-
-
Chad Vizino authored
Bug 7712
-
- 23 Oct, 2019 1 commit
-
-
Michael Hinton authored
Bug 7884.
-
- 22 Oct, 2019 2 commits
-
-
Gavin Howard authored
Previous logic would only call s_p_hashtbl_create() to create the hashtable when the file acct_gather.conf could be successfully stat()'d. This lead to a subsequent attempt to pack the non-created hashtable into a buffer which triggered the abort. This makes it so the hashtable is uncondtionally created no matter if the file is missing. Bug 7893.
-
Michael Hinton authored
gethostbyaddr() can potentially return a fully-qualified domain name, which breaks backwards compatibility with the shortname AllocNodes expected pre 19.05. Bug 7653.
-
- 21 Oct, 2019 2 commits
-
-
Michael Hinton authored
Fortunately the extra arguments were provided at the end, and thus ignored on most common platforms. Bug 7555.
-
Tim Wickberg authored
This reverts commit e233ed11.
-
- 18 Oct, 2019 1 commit
-
-
Felip Moll authored
Fortunately the extra arguments were provided at the end, and thus ignored on most common platforms. Bug 7555.
-
- 16 Oct, 2019 2 commits
-
-
Alejandro Sanchez authored
Bug 7326.
-
Nate Rini authored
Bug 7877.
-
- 15 Oct, 2019 2 commits
-
-
Gavin Howard authored
Bug 7758.
-
Brian Christiansen authored
Continuation of b2e3bb06. Bug 6605
-
- 11 Oct, 2019 1 commit
-
-
Tim Wickberg authored
Bug 7326. Signed-off-by: Nate Rini <nate@schedmd.com>
-
- 09 Oct, 2019 1 commit
-
-
Brian Christiansen authored
Continuation of 92058c54 Signed-off-by: Jason Booth <jbooth@schedmd.com> Bug 7891
-
- 08 Oct, 2019 2 commits
-
-
Gavin Howard authored
Partially reverts e12742f2 Bug 7868
-
Gavin Howard authored
Continuation of e12742f2 Bug 7868
-
- 07 Oct, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7679
-
- 04 Oct, 2019 3 commits
-
-
Marshall Garey authored
If a reservation with a name of "" (empty string) is created, then salloc, sbatch, and srun can't submit jobs to that reservation. If empty string is provided as the reservation name, generate a reservation name instead. Bug 7854.
-
Tim Wickberg authored
-
Christopher Samuel authored
Bug 7666.
-
- 03 Oct, 2019 2 commits
-
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 7680.
-
- 02 Oct, 2019 3 commits
-
-
Marcin Stolarek authored
pthread_create is not a async-signal-safe function, since it can't be used in a fork (according to POSIX). Calling it may end-up with deadlock in glibc. Bug 7666.
-
Dominik Bartkiewicz authored
Bug 7779
-
Dominik Bartkiewicz authored
Bug 7779
-
- 01 Oct, 2019 5 commits
-
-
Michael Hinton authored
Add some slurm.conf validation to make sure that typed GRES and untyped GRES don't mix (e.g. do not allow gres=gpu:1,gpu:tesla:1). Bug 7517
-
Michael Hinton authored
If a configured GPU matches a GPU on the system, match them together. If a configured GPU has mismatched Cores or Links with the system GPU, then omit that configured GPU from the final list. Bug 7517
-
Michael Hinton authored
Before, data from slurm.conf was only partially merged if there was no corresponding entry in gres.conf. Now, Slurm tries to match up gres.conf records to what is defined in slurm.conf. Bug 7517
-
Christopher Samuel authored
Bug 7169
-
Felip Moll authored
Increase the maximum array len large to be packed/unpacked with one order of magnitude, since the current value demonstrated it is not enough when an MPI program spawns a considerable amount of tasks over a big set of nodes. This limit was introduced in 627928f4. Bug 7495
-
- 30 Sep, 2019 4 commits
-
-
Danny Auble authored
There was never any security to allow for this, so we are just removing it. Bug 7765
-
Albert Gil authored
Admin/Operator users were not able to skip MaxQueryTimeRange when trying to show/fix runaway jobs. This commit uses _validate_operator() instead of _validate_slurm_user() in _get_jobs_cond() as well as check for operators in _fix_runaway_jobs(). Bug 7765
-
Dominik Bartkiewicz authored
Bug 7708
-
Dominik Bartkiewicz authored
Don't remove jobs from preemptee_candidates List. Bug 7708
-
- 26 Sep, 2019 3 commits
-
-
Georg Rath authored
Since this happens inside a the user process, this can inadvertently cause the user's job to die by running out of file descriptors. Bug 7814. Co-authored-by: William Arndt <warndt@lbl.gov>
-
Marshall Garey authored
Bug 7499
-
Dominik Bartkiewicz authored
Regression introduced in fb26b706. Bug 7675
-