- Mar 02, 2016
-
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
understandable.
-
Danny Auble authored
-
Danny Auble authored
-
- Mar 01, 2016
-
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
bug 2496
-
Tim Wickberg authored
src/common/mapping.h was the one place outside of slurm/*h that used this, just remove it from there. Replace macro with #ifdef __cplusplus in slurm/*h in case anyone is linking C++ against libslurm.
-
Tim Wickberg authored
If your compiler is so bad it can't produce a useable definition of 'bool', you're going to have a lot of other problems. No functional change for anyone without CRAPPY_COMPILER defined.
-
Tim Wickberg authored
Macro hasn't been used consistently for three+ years, and is protecting against compilation by non-ANSI C compilers which has not been a concern for quite some time. Cleanup formatting of function declarations while here. No change to logic.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Distribute only the maintained doc/html and doc/man directories. Reports and notes are a historical artifact that can be found in git tags if necessary, but have no value for modern installations.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
bug 2186
-
Morris Jette authored
-
Morris Jette authored
This fixes a bug introduced in commit 52fe3de1 in the event the fork() call fails in slurmstepd.
-
Morris Jette authored
-
Morris Jette authored
Insure that a job is completely launched before trying to suspend it. Previous logic would start suspend logic early in the life of the slurmstepd process, after it's listening socket was open but before the tasks were launched. This defers the suspend logic until after all prologs and setup completes and the tasks are launched. This is important in the case of gang scheduling, in which newly launched jobs can be immediately suspended. bug 2494
-
Morris Jette authored
-
Danny Auble authored
-
- Feb 29, 2016
-
-
Danny Auble authored
commit 75317972.
-
Danny Auble authored
commit ff2c5b88
-
Danny Auble authored
ff2c5b88
-
Danny Auble authored
QOS flag affects.
-
Danny Auble authored
deal with time limit with TRES limits.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
to use this function with associations.
-
Danny Auble authored
Bug 1976
-
Morris Jette authored
If power save mode was configured along with PrologSlurmctld, then when PrologSlurmctld completed, it was clearing the node's PowerUp state flag, which launched the job before boot completed. New logic waits for the boot to complete and slurmd to register on the node before clearing the PowerUp flag.
-
Morris Jette authored
Previous logic was not waiting for nodes to all go into "on" state
-
Morris Jette authored
-
Tim Wickberg authored
Found with -Werror=old-style-declaration, remove it rather than move 'inline' to the start of the declaration to silence the warning.
-
Tim Wickberg authored
Default value is 1. Weight is uint32_t so this check was always succeeding.
-
- Feb 27, 2016
-
-
Tim Wickberg authored
Moe noted in 2008 that this was not needed on recent kernels. Eight years seems like enough time.
-
Tim Wickberg authored
Coverity issue 70420.
-