- 20 Jun, 2016 3 commits
-
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
bug 2582
-
- 19 Jun, 2016 2 commits
-
-
Morris Jette authored
This is an addition to commit c5ace562
-
Morris Jette authored
The slurm_get_auth_info() function returns an xmalloc'ed string which few places were xfree'ing. The function in the past did not xmalloc a value, but returned a pointer to a cached string. When that was changed, the calls to the function were not all changed, resulting in leaks if AuthInfo was defined in slurm.conf.
-
- 16 Jun, 2016 2 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- 15 Jun, 2016 4 commits
-
-
Danny Auble authored
-
Brian Christiansen authored
-
Tim Wickberg authored
-
Danny Auble authored
it.
-
- 14 Jun, 2016 4 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
This reverts commit 7843e158. Conflicts: NEWS
-
Morris Jette authored
-
Morris Jette authored
Recalculate a job's memory allocation after node reboot if job requests all of a node's memory and FastSchedule=0 is configurated. Intel KNL memory size can change on reboot with various MCDRAM modes. bug 2822
-
- 13 Jun, 2016 1 commit
-
-
Morris Jette authored
Prior logic was getting confused with NUMA containing no cores. bug 2745
-
- 11 Jun, 2016 1 commit
-
-
Jason Bacon authored
correct precompile directive to test for variable definition rather than true value. Correction to commit 01b658a3
-
- 10 Jun, 2016 12 commits
-
-
Danny Auble authored
doesn't have a parent.
-
Danny Auble authored
-
Morris Jette authored
-
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
-
Morris Jette authored
Prevent job stuck in configuring state if slurmctld daemon restarted while PrologSlurmctld is running. bugs 2789 and 2810
-
- 09 Jun, 2016 11 commits
-
-
Morris Jette authored
Previous logic would close a bad file pointer, but this corrects the changes in commit: 2268057f
-
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
-
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
-