- Oct 22, 2019
-
-
Michael Hinton authored
gethostbyaddr() can potentially return a fully-qualified domain name, which breaks backwards compatibility with the shortname AllocNodes expected pre 19.05. Bug 7653.
-
- Oct 21, 2019
-
-
Michael Hinton authored
Fortunately the extra arguments were provided at the end, and thus ignored on most common platforms. Bug 7555.
-
Tim Wickberg authored
This reverts commit e233ed11.
-
- Oct 18, 2019
-
-
Felip Moll authored
Fortunately the extra arguments were provided at the end, and thus ignored on most common platforms. Bug 7555.
-
Chad Vizino authored
-
Chad Vizino authored
Bug 6933
-
Ben Roberts authored
Bug 7870
-
Ben Roberts authored
Bug 7912
-
- Oct 17, 2019
-
-
Ben Roberts authored
Bug 7374
-
- Oct 16, 2019
-
-
Nate Rini authored
-
Alejandro Sanchez authored
Bug 7326.
-
Tim Wickberg authored
-
Nate Rini authored
Bug 7877.
-
- Oct 15, 2019
-
-
Gavin Howard authored
Bug 7758.
-
Michael Hinton authored
No functional change.
-
Marcin Stolarek authored
Bug 7927.
-
Brian Christiansen authored
Continuation of b2e3bb06. Bug 6605
-
- Oct 11, 2019
-
-
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.
-
- Oct 09, 2019
-
-
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
-
- Oct 08, 2019
-
-
Brian Christiansen authored
-
Gavin Howard authored
Partially reverts e12742f2 Bug 7868
-
Gavin Howard authored
Continuation of e12742f2 Bug 7868
-
- Oct 07, 2019
-
-
Dominik Bartkiewicz authored
Bug 7679
-
- Oct 04, 2019
-
-
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
-