- 10 Jul, 2019 2 commits
-
-
Nate Rini authored
Instead of rejecting a reservation update, create the reservation to avoid return an error to slurmctld at which point it is too late to do anything to fix the issue. Bug 7155.
-
Michael Hinton authored
Wraps logic added in 43ef4f75 to apply UsageFactor at submission/scheduling. Default is not to. Bug 7215
-
- 09 Jul, 2019 1 commit
-
-
Tim Wickberg authored
Needed to maintain compatibility with OpenMPI's mpirun/mpiexec launch commands. Bug 7191.
-
- 06 Jul, 2019 1 commit
-
-
Brian Christiansen authored
-
- 03 Jul, 2019 9 commits
-
-
Chad Vizino authored
Bug 7351.
-
Chad Vizino authored
Bug 7351.
-
Chad Vizino authored
Bug 7351.
-
Chad Vizino authored
Bug 7351.
-
Chad Vizino authored
Bug 7351.
-
Chad Vizino authored
Bg 7351.
-
Eric Roman authored
Bug 7334.
-
Nate Rini authored
-
Brian Christiansen authored
-
- 02 Jul, 2019 2 commits
-
-
Chad Vizino authored
Bug 7337.
-
Gavin Howard authored
Slurm's xmalloc() internally always returns NULL on 0-sized allocations, and this autoconf macro causes problems building with AddressSanitizer. Bug 7180.
-
- 01 Jul, 2019 4 commits
-
-
Gavin Howard authored
Remove the need to stop the slurmds. Continuation of 9cdc8a82 Bug 7135
-
Chad Vizino authored
Bug 7330.
-
Albert Gil authored
Add explicit support for BOOT_FAIL. Rearrange db queries for "finished" states assuming -S and -E are correctly set, as with the other states. Add error() message to dbd if unsupported state is requested. Add _supported_state() to the client and fatal() if unsupported state is requested by the user of the client. Bug 7110
-
Dominik Bartkiewicz authored
Bug 7213
-
- 28 Jun, 2019 3 commits
-
-
Michael Hinton authored
should override the real. Test39.18 was failing by gathering real gpus erroneously.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Flags are stored in a smallint, which can only hold the first 16 bits worth out of 32 bits of flags currently in use. MySQL's overflow rules will treat any value > 0xffff as 0xffff, rather than dropping the higher-order bits (flags), which means the stored value not only loses the higher-order bits but corrupts the lower-order as well. The 19.05 release extends the column to bigint (64 bit). Bug 6969.
-
- 26 Jun, 2019 9 commits
-
-
Dominik Bartkiewicz authored
if OverTimeLimit is Unlimited. Bug 6093 Copied from cons_res commit 8c919742
-
Nate Rini authored
Bug 7146.
-
Nate Rini authored
Bug 7146.
-
Nate Rini authored
Bug 7249.
-
Nate Rini authored
Bug 7249.
-
Marcin Stolarek authored
Bug 7294.
-
Marcin Stolarek authored
Cray plugin names were changed in 19.05, but the template was overlooked. Bug 7294.
-
Tim Wickberg authored
This was broken and then fixed all within the 19.05.1 time frame, so it doesn't need a separate entry. My mistake on reviewing. Bug 7146.
-
Alejandro Sanchez authored
Front-end builds wouldn't compile otherwise. Oversight of 3f947d45. Bug 7146.
-
- 25 Jun, 2019 4 commits
-
-
Dominik Bartkiewicz authored
The conditional for handling --overcommit was not sufficient to prevent other option combinations from using that code path, resulting in unexpected resource allocation behavior. Correct that to check that overcommit is enabled. Identical to cons_res commit 478e7641 Bug 5345.
-
Gavin Howard authored
Corrected the restart order for nodes and slurmctld when adding nodes. Bug 7135
-
Marcin Stolarek authored
Commit 2f571559 added internal calls to mysql_db_commit() in _archive_purge_table(). Previous sacctmgr logic triggered the operation and then asked for confirmation through commit_check(), making it impossible to rollback even when the user discarded the changes. Bug 7130.
-
Marcin Stolarek authored
Previous logic initialized a static variable once and forever. This variable was used as a test to call or not log_job_resources and dynamic changes through 'scontrol setdebugflags [+|-]SelectType' would have no effect. New logic uses the standard select_debug_flags as everywhere else and aligns with cons_tres logic. Bug 7137.
-
- 24 Jun, 2019 1 commit
-
-
Marcin Stolarek authored
Commit 2194edf3 was intended to change the default fairshare algorithm to Fair Tree. There was an oversight with the conversion where Fair Tree wouldn't be the default if PriorityFlags was commented out. Bug 7154.
-
- 22 Jun, 2019 1 commit
-
-
Ben Roberts authored
Reflow lines at <= 80 columns when modifying them, and use lower-case for HTML tags. Bug 7275.
-
- 21 Jun, 2019 1 commit
-
-
Marcin Stolarek authored
fix/improve example logrotate configuration in man slurm.conf pkill without -x option treats argument as a pattern in this case slurmd matches not only slurmd but also slurmdbd. Bug 6962
-
- 20 Jun, 2019 2 commits
-
-
Morris Jette authored
Test rendered invalid by changes made for bug 7128. bug 7128
-
Morris Jette authored
bug 7128
-