- 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
-
- 26 Oct, 2018 5 commits
-
-
Morris Jette authored
performance hit was about 20%. now similar to cons_res
-
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).
-
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 17 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
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Danny Auble authored
Caused by b1ff4342 when moving the slurmdbd agent internals. Bug 5882.
-
Dominik Bartkiewicz authored
Regression caused in 18.08.1; can happen under any circumstance that leads to the job array elements being split before the backfill/sched has had a chance to populate these. Bug 5876.
-
Tim Wickberg authored
-
Danny Auble authored
# Conflicts: # src/common/slurmdbd_defs.c
-
Felip Moll authored
up when the dbd was down. This reverts commit c07784b4. Bug 5875 and 5613
-
- 20 Oct, 2018 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 19 Oct, 2018 5 commits
-
-
Morris Jette authored
-
Tim Wickberg authored
Change to true/false while here. CID 188810.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-