- Feb 16, 2017
-
-
Danny Auble authored
old ones. This is cosmetic only, no code change. Bug 3476
-
Alejandro Sanchez authored
-
- Feb 15, 2017
-
-
Danny Auble authored
Bug 3472
-
Tim Wickberg authored
regcomp() is not safe to use across a fork in older glibc versions. Reinitialize the keyvalue_re structure after the fork through an atfork() handler. Bug 3276.
-
- Feb 14, 2017
-
-
Morris Jette authored
Honor --ntasks-per-node and --ntasks option when used with job constraints that contain node counts. bug 3458
-
Danny Auble authored
-
Tim Wickberg authored
-
Morris Jette authored
Defer interactive job allocation until ALL allocated nodes are ready rather than after PrologSlurmctld (if any) completes.
-
Dominik Bartkiewicz authored
Bug 3467.
-
- Feb 13, 2017
-
-
Morris Jette authored
burst_buffer/cray - Do not execute "pre_run" operation until after all nodes are booted and ready for use. bug 3461
-
Danny Auble authored
-
Morris Jette authored
Insure job does not start running before node is booted and PrologSlurmctld is complete. bug 3446
-
- Feb 10, 2017
-
-
Artem Polyakov authored
Ported from 7a4aa7f2.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
and make it so the slurmd formats it correctly when it comes in. Continuation of commit 7db90c8a
-
Danny Auble authored
This is needed to make it so we can run pmix with multi-slurmd.
-
Alejandro Sanchez authored
Bug 3446
-
Morris Jette authored
bug 3446
-
- Feb 09, 2017
-
-
Morris Jette authored
burst_buffer/cray - Support default pool which is not the first pool reported by DataWarp and log in Slurm when pools that are added or removed from DataWarp. bug 3453
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
This reverts commit fd690a9c.
-
Danny Auble authored
-
Artem Polyakov authored
-
- Feb 08, 2017
-
-
Brian Christiansen authored
sstat doesn't work on Cray ALPS but works on native Cray setups.
-
Alejandro Sanchez authored
Jobs preempted with PreemptMode=REQUEUE were incorrectly recorded as REQUEUED in the accounting. Bug 3444
-
Morris Jette authored
bug 3448
-
- Feb 07, 2017
-
-
Dominik Bartkiewicz authored
Bug 3447
-
- Feb 03, 2017
-
-
Alejandro Sanchez authored
Bug 3444
-
- Jan 31, 2017
-
-
Danny Auble authored
-
Danny Auble authored
-
Alejandro Sanchez authored
-
- Jan 30, 2017
-
-
Danny Auble authored
e3a7bdcc f9804256 d72b13f2 Reference bug 3366 If you are running on a Bluegene system we rely on the prolog to take us out of configuring state. These commits work good for system rebooting the nodes where the prolog is running, but in the case of Bluegene this is the opposite desire :). These commits on a Bluegene pretty much make it so a batch job never gets launched.
-
Morris Jette authored
Clear job's reason of "BeginTime" in a more timely fashion and/or prevents them from being stuck in a PENDING state. There are multiple ways of clearing the reason, especially on a lightly loaded system, but the state can persist indefinitely on a heavily loaded system. bug 3368
-
Morris Jette authored
Fix to logic for getting expected start time of existing job ID with explicit begin time that is in the past. Previous logic would compare that (past) begin time with advanced reservations that would compete with it rather than the current time.
-
- Jan 29, 2017
-
-
Morris Jette authored
-
Morris Jette authored
On cray systems with step NHC, the step launches are delayed and produce a pair of messages (below) that caused the test to fail: srun: Job step creation temporarily disabled, retrying srun: Job step created
-
Morris Jette authored
-
Morris Jette authored
-