- 28 Jan, 2017 1 commit
-
-
Morris Jette authored
Disable test if underlying select/linear use
-
- 26 Jan, 2017 1 commit
-
-
Alejandro Sanchez authored
bug 3433
-
- 25 Jan, 2017 1 commit
-
-
Tim Wickberg authored
-
- 24 Jan, 2017 1 commit
-
-
Morris Jette authored
Some portions of tests 21.30 and 21.34 failed with accounting and priority basic. These changes disable portions of those tests as needed based upon configuration.
-
- 21 Jan, 2017 1 commit
-
-
Tim Wickberg authored
Reasonable NFS systems do not need a minute to propagate changes.
-
- 04 Jan, 2017 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Fix security issue caused by insecure file path handling triggered by the failure of a Prolog script. To exploit this a user needs to anticipate or cause the Prolog to fail for their job. CVE-2016-10030.
-
- 03 Jan, 2017 4 commits
-
-
Alejandro Sanchez authored
-
Morris Jette authored
Expect is unable to work with more than 32-bit numbers, so it can't properly test task affinity on KNL with 272 threads
-
Alejandro Sanchez authored
- 2 x Integer handling issues (CONSTANT_EXPRESSION_RESULT)
-
Tim Wickberg authored
Warning flag -Wempty-body in clang-3.7 now errors on this, split macro definition up over multiple lines to silence.
-
- 17 Oct, 2016 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
new glibc 2.24+ that depricates readdir_r.
-
- 30 Aug, 2016 1 commit
-
-
Tim Wickberg authored
Otherwise blade_cnt is potentially greater than bit_size(jobinfo->blade_map) which leads to an assertion failure. Bug 3033.
-
- 12 Jul, 2016 1 commit
-
-
Jacek Budzowski authored
Was incorrectly translating request to job.extern if part of a comma-separate list. Bug 2890.
-
- 06 Jul, 2016 2 commits
-
-
Morris Jette authored
variable initialization lost in removing some debugging
-
Morris Jette authored
Fix for invalid array pointer when creating advanced reservation when job allocations span heterogeneous nodes (differing core or socket counts). bug 2876
-
- 22 Jun, 2016 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
-
- 16 Jun, 2016 2 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- 15 Jun, 2016 2 commits
-
-
Brian Christiansen authored
-
Danny Auble authored
it.
-
- 14 Jun, 2016 1 commit
-
-
Tim Wickberg authored
This reverts commit 7843e158. Conflicts: NEWS
-
- 10 Jun, 2016 3 commits
-
-
Danny Auble authored
doesn't have a parent.
-
Danny Auble authored
-
Morris Jette authored
Prevent job stuck in configuring state if slurmctld daemon restarted while PrologSlurmctld is running. bugs 2789 and 2810
-
- 09 Jun, 2016 3 commits
-
-
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
-
- 07 Jun, 2016 2 commits
-
-
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
-
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.
-
- 06 Jun, 2016 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
The buffer to be used for reading the system /proc/*/stat files is moved from the stack to the heap (i.e. malloc'ed memory) and initialized to zero, and increased in size from 1k to 4k. I don't see how this could make any difference, but this anomaly was reported by valgrind. bug 2234
-
- 03 Jun, 2016 2 commits
-
-
Morris Jette authored
The #define of SLURMSTEPD_MEMCHECK in src/slurmd/common/slurmstepd_init.h must be changed to enable memcheck or valgrind. Also change a #if in src/slurmd/slurmd/req.c near where you find the "valgrind" references. Bug 2334 diagnostics
-
Tim Wickberg authored
'the the' is is a a mistake mistake.
-
- 02 Jun, 2016 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Wrong order of operations results in the return code being 0/1.
-