- 12 Sep, 2018 1 commit
-
-
Morris Jette authored
-
- 11 Sep, 2018 3 commits
-
-
Dominik Bartkiewicz authored
bugs 5682 and 4584
-
Morris Jette authored
The output of "scontrol show node" changed with respect to GPU bound sockets. There was no error reported by test20.4, but the output was wrong without this commit.
-
Morris Jette authored
-
- 10 Sep, 2018 8 commits
-
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # NEWS
-
Broderick Gardner authored
support. Bug 4871
-
Danny Auble authored
is removed from the system. Bug 5665
-
Danny Auble authored
burst buffer. Bug 5665
-
Morris Jette authored
block distributions are failing with some configurations ompi 4.0.x (head as of 10 sept 2018) slurm 18.08 PMIx 3.0 The test with a block distribution is hanging. This will let the remaining 3 MPI steps in test1.18 run to completion while we wait for a fix from ompi. Note that Alex and Danny are not seeing this failure, but they might not be working off the latest ompi code.
-
Morris Jette authored
test39.12 was failing with some configurations by double counting available cores. Moving some code fixes that problem and speeds up the logic as well.
-
Morris Jette authored
Specifically log Cores/CPUs related errors using proper name, not logging bad CPUs information as bad Core information.
-
- 07 Sep, 2018 9 commits
-
-
Morris Jette authored
Log SLURMD_HOSTNAME on remote host rather than "hostname", which is more meaningful on a multi-slurmd configuration
-
Danny Auble authored
or a database admin. Bug 5679
-
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 13 commits
-
-
Marshall Garey authored
Bug 5359
-
Marshall Garey authored
Bug 5679 regression from combination of 037bb3cb and 5a6a26f6
-
Alejandro Sanchez authored
Bug 4479
-
Danny Auble authored
node_registration_status_msg. Bug 5672
-
Morris Jette authored
Bug 5672 Coverity CID 164845
-
Brian Christiansen authored
"Argument with 'nonnull' attribute passed null"
-
Danny Auble authored
Bug 5529 Seconded by Moe.
-
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
-