- 19 Jun, 2019 4 commits
-
-
Broderick Gardner authored
Also added TimeEligible as a field that can be requested. Bug 7074
-
Broderick Gardner authored
If all runaway jobs have submit_time=0, something is wrong, and we don't know from when to reroll the usage tables. Bug 7074
-
Broderick Gardner authored
When fixing runaway jobs, submit time should always be set in the database, so use that when rerolling usage. Avoids rerolling from 0. Bug 7074
-
Broderick Gardner authored
Bug 7074
-
- 18 Jun, 2019 1 commit
-
-
Ben Roberts authored
Bug 7251.
-
- 14 Jun, 2019 3 commits
-
-
Broderick Gardner authored
If bf_min_prio_reserve was not the last option listed, the setting would not have been applied correctly, and an error message printed instead. Bug 7242.
-
Dominik Bartkiewicz authored
Bug 6221
-
Dominik Bartkiewicz authored
Bug 6221
-
- 13 Jun, 2019 1 commit
-
-
Morris Jette authored
-
- 10 Jun, 2019 6 commits
-
-
Morris Jette authored
Put comments in the code to help figure out what is being packed. No real code change. Bug 7204
-
Morris Jette authored
Bug 7204
-
Dominik Bartkiewicz authored
Bug 6221
-
Dominik Bartkiewicz authored
Return ESLURM_INVALID_TIME_MIN_LIMIT instead of ESLURM_INVALID_TIME_LIMIT to provide a better error message back to the user. Bug 6221
-
Dominik Bartkiewicz authored
Bug 6221
-
Tim Wickberg authored
Bug 7179.
-
- 07 Jun, 2019 11 commits
-
-
Morris Jette authored
bug 7203
-
Morris Jette authored
-
Brian Christiansen authored
Bug 6847 Bug 7190
-
Brian Christiansen authored
-
Morris Jette authored
For heterogeneous jobs, do not count the each component against the QOS or association job limit multiple times. bug 7190
-
Brian Christiansen authored
-
Morris Jette authored
bug 7197
-
Morris Jette authored
bug 7197
-
Philip Kovacs authored
bug 7197
-
Albert Gil authored
Bug 6847
-
Albert Gil authored
Catch jobs with empty pack_job_id_sets. Corruption bug fixed by previous commit. Bug 6847
-
- 06 Jun, 2019 2 commits
-
-
Albert Gil authored
Rejected hetjobs were not correctly dump because pack_job_id_set was not properly set in _slurm_rpc_allocate_pack() when submision was rejected. New helper function _create_pack_job_id_set() to avoid duplicated code. Bug 6847
-
Michael Hinton authored
-
- 05 Jun, 2019 11 commits
-
-
Alejandro Sanchez authored
-
Marshall Garey authored
Fix for test 21.39. If the job didn't start running before the account/qos was removed, then the job would never start running, and the test would fail. Bug 6942.
-
Morris Jette authored
-
Morris Jette authored
Previous logic could hang indefinitely if srun did not return It also performed unneeded test setup before confirming that the system size was adequate to execute the test. bug 7050
-
Morris Jette authored
Remove excess tabs to properly align code Make comment formats consistent
-
Nate Rini authored
No functional changes. Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Handles cases where last line of slurm.conf is not empty. Bug 7050.
-
Alejandro Sanchez authored
-
Marshall Garey authored
One part of this test can fail in a heterogeneous system. Do not run the part of the test that would fail if the system is heterogeneous. Bug 7051.
-
- 04 Jun, 2019 1 commit
-
-
Dominik Bartkiewicz authored
JobHeldUser state reason was properly set for user held jobs during the course of job_allocate() execution until calling _select_nodes_parts() which could override it under certain conditions (i.e. when accounting policy limit is hit). The fix restores it back when appropriate. Continuation of 8712a254. Bug 7136.
-