- Dec 11, 2014
-
-
David Bigagli authored
-
Danny Auble authored
accounting_storage/filetxt.
-
- Dec 08, 2014
-
-
Artem Polyakov authored
Logic introdiced in version 14.03.10 to support requeueing of jobs with GRES allocated to currently running steps broke select/linear due to differernces in the plugin logic. The commit with the bad logic is 1209a664
-
- Dec 05, 2014
-
-
Brian Christiansen authored
Bug 1301
-
- Dec 04, 2014
-
-
Brian Christiansen authored
Fix jobs from starting in overlapping reservations that won't finish before a "maint" reservation begins. Bug 1290
-
Danny Auble authored
when the DBD is down.
-
Danny Auble authored
-
- Dec 03, 2014
-
-
Morris Jette authored
This only prints the message if the user enables more detailed logging bug 1171
-
Morris Jette authored
Log Cray MPI job calling exit() without mpi_fini(), but do not treat it as a fatal error. This partially reverts logic added in version 14.03.9. bug 1171
-
- Dec 02, 2014
-
-
Danny Auble authored
better.
-
Danny Auble authored
in BASIL was changed.
-
Brian Christiansen authored
-
- Dec 01, 2014
-
-
Brian Christiansen authored
-
- Nov 24, 2014
-
-
Artem Polyakov authored
Double max string that Slurm can pack from 16MB to 32MB to support larger MPI2 configurations.
-
- Nov 21, 2014
-
-
Danny Auble authored
-
Danny Auble authored
-
Dominik Bartkiewicz authored
This can happen if the specified job ID is not found.
-
- Nov 20, 2014
-
-
David Bigagli authored
cgroup plugin.
-
Morris Jette authored
-
- Nov 18, 2014
-
-
David Bigagli authored
impact functionality.
-
- Nov 13, 2014
-
-
Brian Christiansen authored
Bug 1253
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1255
-
- Nov 12, 2014
-
-
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
-
- Nov 10, 2014
-
-
Danny Auble authored
-
Danny Auble authored
This reverts commit bc7ea952. This ended up causing more issues than it solved, reverting.
-
Danny Auble authored
15.08, but this keeps track of allocated cpus as well as usable cpus: meaning if a user requests --hint=nomultithread they are allocated cpus that aren't usable since they requested to only use the 1st thread on each core. reference bug 1247
-
Danny Auble authored
-
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
-
- Nov 08, 2014
-
-
Morris Jette authored
This reverts commit a7ad186e0f2b643c4e2bf302bc18e892d499cd4a.
-
Morris Jette authored
helgrind found that the locks were taken in reverse order in some places. This makes the ordering of locks consistent.
-
- Nov 07, 2014
-
-
David Bigagli authored
an maintenance reservation that is not active yet.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
work "partition". reference bug 1246
-
David Bigagli authored
always and it scares people.
-
- Nov 06, 2014
-
-
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.
-