- 31 Oct, 2018 3 commits
-
-
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
-
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
-
- 26 Oct, 2018 2 commits
-
-
Brian Christiansen authored
Bug 5755
-
Dominik Bartkiewicz authored
Bug 5443
-
- 25 Oct, 2018 2 commits
-
-
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
-
Dominik Bartkiewicz authored
... due to a failure from DataWarp. Bug 5800.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
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
-
Felip Moll authored
up when the dbd was down. This reverts commit c07784b4. Bug 5875 and 5613
-
- 18 Oct, 2018 4 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
Alongside previous commit, fixes errors like: error: acct_policy_handle_accrue_time: QOS normal accrue_cnt underflow Bug 5863.
-
Danny Auble authored
Would have been incorrectly set to 0 if begin_time hadn't been established yet. Bug 5863.
-
- 17 Oct, 2018 3 commits
-
-
Dominik Bartkiewicz authored
a jobs --mem-per-cpu and also -c is greater than 1. Bug 5858
-
Brian Christiansen authored
PreserveCaseUser. Bug 5813
-
Brian Christiansen authored
Bug 5813
-
- 16 Oct, 2018 4 commits
-
-
Dominik Bartkiewicz authored
curr_inx needs to be reset correctly on each line. Overlooked in commit cbc0b901 when that was moved to a global variable. Bug 5831.
-
Dominik Bartkiewicz authored
/proc/sys/kernel/pid_max. Bug 5697
-
Marshall Garey authored
scheduled right away. Bug 5774 Basically this reverts ec59bb1b which appears to be an academic performance patch. When testing a bitmap of 10000 with every other bit set it only took at most 4 usec with most taking 1 usec.
-
Dominik Bartkiewicz authored
of an array. Bug 5794
-
- 15 Oct, 2018 4 commits
-
-
Brian Christiansen authored
so that jobs can be submitted and queued when requesting more licenses than are configured. This is helpful when using licenses to control access to file systems. Bug 5630 Signed-off-by: Danny Auble <da@schedmd.com>
-
Brian Christiansen authored
so that a job's license string can be updated after a restart with licenses removed or added. Bug 5630
-
Brian Christiansen authored
If a job requested multiple licenses and one license was removed then on a reconfigure/restart all of the licenses -- including the valid ones would be removed. Bug 5630
-
Brian Christiansen authored
when configured license counts are 0. Bug 5630
-
- 12 Oct, 2018 3 commits
-
-
Matt Ezell authored
Bug 5680
-
Dominik Bartkiewicz authored
determine the time a node has been down. This prevents from the wrongly set node as DOWN, if we decrease SlurmdTimeout and agents queue is busy. Bug 5811
-
Dominik Bartkiewicz authored
it is reconfigured to determine changes in its background timers. Bug 5811
-
- 10 Oct, 2018 1 commit
-
-
Morris Jette authored
reached in the cons_res plugin. Bug 5328
-