- 01 Nov, 2018 2 commits
-
-
Dominik Bartkiewicz authored
This reverts commit dfd4c229. # Conflicts: # NEWS
-
Danny Auble authored
-
- 31 Oct, 2018 8 commits
-
-
Danny Auble authored
Removal of unneeded FREE_NULL_BITMAP Bug 5774
-
Danny Auble authored
Bug 5774
-
Danny Auble authored
# Conflicts: # doc/html/heterogeneous_jobs.shtml # slurm/slurm.h.in
-
Morris Jette authored
Coverity CID 188961
-
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
-
- 29 Oct, 2018 4 commits
-
-
Tim Wickberg authored
CID 189455.
-
Tim Wickberg authored
Fixes an off-by-one mistake in SLURM_TOPO_LEN length handling. Remove an undocumented max line length of 512 characters, as well as a stray trailing space character.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 27 Oct, 2018 1 commit
-
-
Marshall Garey authored
Bug 5804
-
- 26 Oct, 2018 8 commits
-
-
Brian Christiansen authored
Bug 5755
-
Morris Jette authored
performance hit was about 20%. now similar to cons_res
-
Dominik Bartkiewicz authored
Bug 5443
-
Morris Jette authored
This enables changing from cons_res to/fron cons_tres while preserving all jobs EXCEPT jobs using new GPU options when changing from cons_tres to cons_res. Those jobs will be killed if active (pending or running).
-
Morris Jette authored
-
Tim Wickberg authored
Was accidentally reset to 0 by commit 625ec36d.
-
Tim Wickberg authored
-
Morris Jette authored
-
- 25 Oct, 2018 7 commits
-
-
Tim Wickberg authored
-
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.
-
Tim Wickberg authored
On second thought, since we enable debug mode automatically this won't be useful for what I plan to use it for, and since nothing uses it let's just remove it entirely.
-
Tim Wickberg authored
Doesn't really need to be directly in configure.ac, so move it. Note that this has been subtly broken for quite a while: - The correct variable to test is x_ac_debug, not ac_debug. - The correct value when debugging is enabled is "yes", not "true".
-
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 6 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.
-