- 10 Sep, 2018 1 commit
-
-
Morris Jette authored
Specifically log Cores/CPUs related errors using proper name, not logging bad CPUs information as bad Core information.
-
- 07 Sep, 2018 8 commits
-
-
Morris Jette authored
Log SLURMD_HOSTNAME on remote host rather than "hostname", which is more meaningful on a multi-slurmd configuration
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Make tests work properly if GPU count exceeds CPU count on a node
-
Morris Jette authored
The GRES information now contains socket binding information, necessitating this change to the parsing function
-
- 06 Sep, 2018 8 commits
-
-
Alejandro Sanchez authored
Bug 4479
-
Brian Christiansen authored
"Argument with 'nonnull' attribute passed null"
-
Morris Jette authored
If the Cores count in gres.conf is bad, slurmstepd was generating a fatal error at time of step launch. Rather than quitting then, this change logs the error and ignores the Cores value.
-
Morris Jette authored
Coverity CID 187778
-
Morris Jette authored
Coverity CID 187927
-
Morris Jette authored
Coverity CID 187926
-
Morris Jette authored
-
Morris Jette authored
This reverts some logic added in commit 01336077 for debugging
-
- 05 Sep, 2018 6 commits
-
-
Danny Auble authored
"no_send_gids to go back to the original behavior. Bug 5620
-
Danny Auble authored
LaunchParameters=send_gids. Bug 5620
-
Tim Wickberg authored
sizeof(char) is defined to be 1, and Slurm is already heavily reliant on that throughout. Stop pretending Slurm would work on a hypothetical system in which this was not true. (C99 Standard - 6.5.3.4.3.) Strip off unnecessary casts while here as well.
-
Tim Wickberg authored
Replace with xstrfmtcat(), and resolve this overrun warning.
-
Tim Wickberg authored
Cannot return NULL, it will abort() before then. Remove the unnecessary cast while here.
-
Morris Jette authored
Add configuration parameter "GpuFreqDef" to control a job's default GPU frequency. Also Coverity CID 187908
-
- 04 Sep, 2018 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Bug 5659
-
Danny Auble authored
This reverts commit 35285e40.
-
Danny Auble authored
Bug 5659
-
Morris Jette authored
Bug 5663
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 31 Aug, 2018 9 commits
-
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Marshall Garey authored
Spaces need to be built into each key definition, otherwise it'll all run together. Bug 5657.
-
Tim Wickberg authored
Otherwise assoc_mgr_fill_in_user() will abort on a failed lock annotation. Convert to designated initializer format while fixing this. Bug 5653.
-