- 10 Jun, 2016 8 commits
-
-
Jason Bacon authored
correct precompile directive to test for variable definition rather than true value. Correction to commit 01b658a3
-
Jason Bacon authored
-
Morris Jette authored
Make sure strings are NULL terminated. Prolems reported by Coverity
-
Morris Jette authored
This adds support for burst buffer re-issue of pre-load operation when slurmctld restarts with job in configuring state. Also copy NEWS item to v16.05.
-
Morris Jette authored
Prevent job stuck in configuring state if slurmctld daemon restarted while PrologSlurmctld is running. bugs 2789 and 2810
-
Danny Auble authored
can work on a BGAS node. Bug 2806
-
Tim Wickberg authored
Except return 0 if using the -u argument. Bug introduced by addb3574, fix bug 2330 differently while solving bug 2807.
-
Danny Auble authored
of continuously printing the message over and over as the problem will most likely not resolve itself. Bug 2797
-
- 09 Jun, 2016 14 commits
-
-
Morris Jette authored
Previous logic would close a bad file pointer, but this corrects the changes in commit: 2268057f
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Another good find by Coverity!
-
Morris Jette authored
Good find by Coverity: pointer returned to data on local function stack. Not every actually used, but a good find anyway.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Contents undefined otherwise
-
Morris Jette authored
FILE descriptor used after close
-
Danny Auble authored
account or wckey.
-
- 08 Jun, 2016 13 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Danny Auble authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
This modifies code added in Slurm version 16.05 so that it works properly with a change made in version 15.08 with respect to the definition of SLURMSTEPD_MEMCHECK, see commit c4d0d306
-
Morris Jette authored
Previous logic could hang the slurmstepd in an infinite loop
-
Morris Jette authored
slurmctld could die if a job existed in completing state with an invalid/defunct partition name and "scontrol reconfigure" is run.
-
- 07 Jun, 2016 5 commits
-
-
Andy Riebs authored
-
Morris Jette authored
-
Morris Jette authored
Make sure that /proc/#/stat file is NULL terminated to avoid having sscan() go off the end of a buffer. bug 2234
-
David Gloe authored
I've created this patch which we're using in-house to allow snc4+cache and reject other snc4 combinations.
-
Morris Jette authored
Fix for tracking job resource allocation when slurmctld is reconfigured while Cray Node Health Check (NHC) is running. Previous logic would fail to record the job's allocation then perform release operation upon NHC completeion, resulting in underflow error messages. bug 2353
-