- 08 Nov, 2018 2 commits
-
-
Broderick Gardner authored
Bug 5686
-
Alejandro Sanchez authored
Regression introduced when support for up to 9 backup controllers was added in c61ffa1a. Bug 6001.
-
- 07 Nov, 2018 2 commits
-
-
Morris Jette authored
Bug 5826
-
Danny Auble authored
Bug 5793
-
- 06 Nov, 2018 1 commit
-
-
Michael Hinton authored
when trying to register. If slurmd never connects to slurmctld and then slurmd is shutdown, there is a small memory leak. This is not an important memory leak; however, this will fix things for valgrind when testing a slurmd by itself. Bug 5989
-
- 05 Nov, 2018 3 commits
-
-
Michael Hinton authored
Set errno to return value of pthread_* functions during error. All pthread macros now handle errors in the same way. Do not set errno immediately, because in threaded programs errno is a macro that expands into a function call. We don't want to incur that performance cost unless it's actually an error. See The Linux Programming Interface, 3.5.2 (pg.53) and 29.2 (pg 621). Bug 5901
-
Morris Jette authored
Bug 5976
-
Artem Polyakov authored
Bug 5917
-
- 03 Nov, 2018 1 commit
-
-
Tim Wickberg authored
crypto/openssl is removed in the next release. Remove documentation in the 18.08 release to discourage further use. Bug 5916.
-
- 01 Nov, 2018 4 commits
-
-
Marshall Garey authored
Bug 5865
-
Danny Auble authored
-
Broderick Gardner authored
to not require -Wno-format-truncation CFLAG. Bug 4310 Bug 5655 Bug 3482
-
Danny Auble authored
-
- 31 Oct, 2018 5 commits
-
-
Danny Auble authored
Removal of unneeded FREE_NULL_BITMAP Bug 5774
-
Michael Hinton authored
Fix memory leak by freeing iterator. Simplify logic to be more intuitive. Separate out _check_exec() into two logically different portions. Get rid of unnecessary goto's. Bug 5848
-
Doug Jacobsen authored
Bug 5848
-
Marshall Garey authored
and distributed. Bug 5774
-
Danny Auble authored
previously accrued for priority. Bug 5881 Brian approved.
-
- 30 Oct, 2018 4 commits
-
-
Marshall Garey authored
have the same id (for example, if a job was requeued) by also checking the submit time. Bug 5197
-
Marshall Garey authored
Bug 5197
-
Marshall Garey authored
Bug 5197
-
Danny Auble authored
when not runaway. Bug 5940
-
- 27 Oct, 2018 1 commit
-
-
Marshall Garey authored
Bug 5804
-
- 26 Oct, 2018 3 commits
-
-
Brian Christiansen authored
Bug 5755
-
Dominik Bartkiewicz authored
Bug 5443
-
Morris Jette authored
-
- 25 Oct, 2018 4 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
This reverts commit 0581585c. Do not change permissions on files the testsuite does not "own". This is a duplicate of the previous 3547869b commit, which was previously discarded by merge commit cf98dfc0. Bug 4118.
-
Marshall Garey authored
Fix regression caused by commit bb8b4214. Commit bb8b4214 introduced this in scontrol_hold(): - job_msg.job_id_str = _next_job_id(); - while (job_msg.job_id_str) { + while ((job_msg.job_id_str = _next_job_id())) { But didn't take out _next_job_id() at the bottom of the while loop - so _next_job_id() is called twice in a row, skipping every other job in the list. Bug 5902
-
Felip Moll authored
rpaths, for RHEL based distros which use "check-rpaths" tool. Bug 5780
-
- 24 Oct, 2018 10 commits
-
-
Morris Jette authored
Bug 5603
-
Morris Jette authored
Bug 5603
-
Danny Auble authored
-
Jason Booth authored
a job is preempted. Bug 5460
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
... due to a failure from DataWarp. Bug 5800.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
-