- Jun 10, 2016
-
-
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
-
- Jun 09, 2016
-
-
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.
-
- Jun 08, 2016
-
-
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.
-
- Jun 07, 2016
-
-
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
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
While here, mark options const, and add leading underscore to denote this as a static function (only called within hostlist.c). Also change strcmp to xstrcmp. Commit a6ffef22 changed this function and would alter the input hn, which led to subsequent calls to the function having wrong prefix lengths for that hostrange precluding it from matching correctly. Bug 2558.
-
- Jun 06, 2016
-
-
Morris Jette authored
-
Robbert Eggermont authored
Preserving the original subject has it's pro's, both for backward compatibility and for spotting failed jobs between thousands of successful jobs. bug 1611
-
Robbert Eggermont authored
seff crashes when Data::Dumper is not installed (and that one is not required by the slurm-seff rpm). It's not used so it doesn't need to be loaded. bug 1611
-