- 15 Oct, 2019 1 commit
-
-
Brian Christiansen authored
Continuation of b2e3bb06. Bug 6605
-
- 11 Oct, 2019 9 commits
-
-
Nate Rini authored
Instead of giving user as "nobody", give user numeric id. The RPC stats last the lifetime of the slurmctld process and thus may have users that have been removed. There is no performance benefit from caching users in sdiag as it will only lookup each user once. Caching adds qsort insert cost to every user for no benefit. Swapped from non-cached call to direct user lookup. Bug 7845.
-
Nate Rini authored
Bug 7845.
-
Nate Rini authored
Bug 7845.
-
Tim Wickberg authored
Bug 7326.
-
Tim Wickberg authored
Bug 7326. Signed-off-by: Nate Rini <nate@schedmd.com>
-
Tim Wickberg authored
Bug 7326. Signed-off-by: Nate Rini <nate@schedmd.com>
-
Tim Wickberg authored
Bug 7326. Signed-off-by: Nate Rini <nate@schedmd.com>
-
Tim Wickberg authored
Currently salloc, sbatch and srun all validate the memory separately, this function will serve as a common point for validating memory. Bug 7326.
-
Marcin Stolarek authored
Man page are correct, HTML documentation was missing the plural 's'. Bug 7903.
-
- 09 Oct, 2019 5 commits
-
-
Ben Roberts authored
Bug 7899
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 7891
-
Brian Christiansen authored
Bug 7891
-
Brian Christiansen authored
Continuation of 92058c54 Signed-off-by: Jason Booth <jbooth@schedmd.com> Bug 7891
-
- 08 Oct, 2019 3 commits
-
-
Brian Christiansen authored
-
Gavin Howard authored
Partially reverts e12742f2 Bug 7868
-
Gavin Howard authored
Continuation of e12742f2 Bug 7868
-
- 07 Oct, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7679
-
- 04 Oct, 2019 7 commits
-
-
Marcin Stolarek authored
Bug 7874.
-
Marcin Stolarek authored
Bug 7600.
-
Danny Auble authored
-
Marshall Garey authored
If a reservation with a name of "" (empty string) is created, then salloc, sbatch, and srun can't submit jobs to that reservation. If empty string is provided as the reservation name, generate a reservation name instead. Bug 7854.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Christopher Samuel authored
Bug 7666.
-
- 03 Oct, 2019 5 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Dominik Bartkiewicz authored
Continuation of 1c22ed8b Bug 7510
-
Dominik Bartkiewicz authored
Bug 7680.
-
Morris Jette authored
-
- 02 Oct, 2019 9 commits
-
-
Chad Vizino authored
-
Marcin Stolarek authored
pthread_create is not a async-signal-safe function, since it can't be used in a fork (according to POSIX). Calling it may end-up with deadlock in glibc. Bug 7666.
-
Chad Vizino authored
Bug 7849.
-
Nate Rini authored
-
Nate Rini authored
-
Nate Rini authored
-
Dominik Bartkiewicz authored
Bug 7779
-
Dominik Bartkiewicz authored
Bug 7779
-
Danny Auble authored
Fix memory leaks from the patch Bug 7144
-