- 16 Feb, 2017 1 commit
-
-
Alejandro Sanchez authored
-
- 15 Feb, 2017 2 commits
-
-
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.
-
- 14 Feb, 2017 5 commits
-
-
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.
-
- 13 Feb, 2017 3 commits
-
-
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
-
- 10 Feb, 2017 7 commits
-
-
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
-
- 09 Feb, 2017 6 commits
-
-
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
-
- 08 Feb, 2017 3 commits
-
-
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
-
- 07 Feb, 2017 1 commit
-
-
Dominik Bartkiewicz authored
Bug 3447
-
- 03 Feb, 2017 1 commit
-
-
Alejandro Sanchez authored
Bug 3444
-
- 31 Jan, 2017 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Alejandro Sanchez authored
-
- 30 Jan, 2017 3 commits
-
-
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.
-
- 29 Jan, 2017 4 commits
-
-
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
-
- 28 Jan, 2017 1 commit
-
-
Morris Jette authored
-