- 16 Jul, 2019 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 7363.
-
- 15 Jul, 2019 1 commit
-
-
Nate Rini authored
-
- 12 Jul, 2019 2 commits
-
-
Nate Rini authored
Bug 7353.
-
Marshall Garey authored
Account coordinators are allowed to add users to their accounts, but cannot change the default account of a user. However, when a user is added to an account and the user doesn't have an account yet, the account is set as the user's default account, which counts as changing the user's default account. This commit allows account coordinators to add users who don't already have a default account elsewhere to the accounts they are coordinators over. Bug 7018.
-
- 11 Jul, 2019 4 commits
-
-
Tim Wickberg authored
Fixes a compilation issue with the job_container/cncu plugin. Bug 7398
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
Would cause an unexpected reversion to 19.05.0 behavior if a QOS has UsageFactor != 0 and any combination of flags set. Bug 7215.
-
- 10 Jul, 2019 12 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Nate Rini authored
Use safe_unpackstr_xmalloc() instead of unpackstr_ptr to ensure all strings are escaped correctly in SlurmDBD. This requires the introduction of the _free_local_*() functions to free the structure members, whereas they were previously just pointers into the single managed buffer which was cleaned up elsewhere. Remove the unsafe unpackstr_ptr macro definition as well while here. CVE-2019-12838.
-
Marcin Stolarek authored
As well as burst_buffer/cray -> burst_buffer/datawarp. Bug 7294.
-
Marcin Stolarek authored
Bug 7294.
-
Danny Auble authored
Bug 5213
-
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 2 commits
-
-
Michael Hinton authored
should override the real. Test39.18 was failing by gathering real gpus erroneously.
-
Tim Wickberg authored
-