- 24 Nov, 2014 1 commit
-
-
Artem Polyakov authored
Double max string that Slurm can pack from 16MB to 32MB to support larger MPI2 configurations.
-
- 21 Nov, 2014 3 commits
-
-
David Bigagli authored
-
Danny Auble authored
-
Dominik Bartkiewicz authored
This can happen if the specified job ID is not found.
-
- 20 Nov, 2014 1 commit
-
-
David Bigagli authored
-
- 14 Nov, 2014 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
- 13 Nov, 2014 3 commits
-
-
Danny Auble authored
-
Brian Christiansen authored
Bug 1253
-
Brian Christiansen authored
Bug 1255
-
- 12 Nov, 2014 5 commits
-
-
Morris Jette authored
This applies to salloc, sbatch, and srun. bug 1254
-
Hongjia Cao authored
-
David Bigagli authored
-
Danny Auble authored
-
Morris Jette authored
Do not requeue a batch job from slurmd daemon if it is killed while in the process of being launched (a race condition introduced in v14.03.9). This partially reverts commit 2bc9bc29
-
- 11 Nov, 2014 1 commit
-
-
David Bigagli authored
-
- 10 Nov, 2014 1 commit
-
-
Danny Auble authored
with CR_PACK_NODES. Really do commit d388dd67 a different way to get the same info and be able to lay out tasks correctly when --hint=nomultithread. tests on a 4 core 8 thread system are srun -n6 --hint=nomultithread --exclusive whereami | sort -h srun: cpu count 6 0 snowflake0 - MASK:0x1 1 snowflake0 - MASK:0x2 2 snowflake0 - MASK:0x4 3 snowflake0 - MASK:0x8 4 snowflake1 - MASK:0x1 5 snowflake1 - MASK:0x2 and srun -n10 -N5 --hint=nomultithread --exclusive whereami | sort -h srun: cpu count 10 0 snowflake0 - MASK:0x1 1 snowflake0 - MASK:0x2 2 snowflake0 - MASK:0x4 3 snowflake0 - MASK:0x8 4 snowflake1 - MASK:0x1 5 snowflake1 - MASK:0x2 6 snowflake1 - MASK:0x4 7 snowflake2 - MASK:0x1 8 snowflake3 - MASK:0x1 9 snowflake4 - MASK:0x1
-
- 07 Nov, 2014 2 commits
-
-
David Bigagli authored
an maintenance reservation that is not active yet.
-
Danny Auble authored
work "partition". reference bug 1246
-
- 06 Nov, 2014 5 commits
-
-
Danny Auble authored
is requested. This is a re-factor of commit e5635a76 related to bug 1148 to handle the cases where a job could run, but an error was given when selecting the nodes.
-
Danny Auble authored
-
Danny Auble authored
lock was locked outside of the function or not. This also fixes a race condition when adding a QOS and planning on using it right away when the controller is busy with previous requests.
-
David Bigagli authored
from slurm.h
-
Danny Auble authored
PerCPU. Before it wasn't taking into account if the user was requesting per node memory or the job was told it needed to use less than the node allowed.
-
- 05 Nov, 2014 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
released.
-
David Bigagli authored
-
- 04 Nov, 2014 10 commits
-
-
Danny Auble authored
than before.
-
Danny Auble authored
COULD TAKE A WHILE TO CREATE THE KEYS SO BE PATIENT.
-
David Bigagli authored
-
David Bigagli authored
This reverts commit eb752cdc.
-
David Bigagli authored
-
Brian Christiansen authored
sinfo -a also overrides sinfo -p. Bug 1201
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
This was an unrealized regression from commit 0da01963. The problem is we were clearing the job_ptr->job_resrcs too early. This patch fixes it to wait until the job is actually being requeued so it does the right thing.
-
- 03 Nov, 2014 2 commits
-
-
David Bigagli authored
not running.
-
Morris Jette authored
Move spank_user_task() call in slurmstepd after the task_g_pre_launch() so that the task affinity information is available to spank.
-
- 31 Oct, 2014 1 commit
-
-
Danny Auble authored
-