- 02 Sep, 2015 6 commits
-
-
Morris Jette authored
This change is already logged in the NEWS for v14.11.10
-
Danny Auble authored
over the limit with grpwall on a QOS or association.
-
Danny Auble authored
limit.
-
Danny Auble authored
job QOS.
-
Morris Jette authored
Previous logic would set the avail_node_bitmap when a node was powered down, even if the initial state was DOWN or DRAINED. This made the node available for allocation to a job, which we don't want until the DOWN or DRAIN state is cleared. bug 1893
-
Morris Jette authored
This reverts commits 7660da9e 5c386455 and f6c5302b
-
- 01 Sep, 2015 9 commits
-
-
Brian Christiansen authored
Bug 1741
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
-
Nathan Yee authored
-
David Bigagli authored
-
Danny Auble authored
-
Brian Christiansen authored
Bug 1896
-
Danny Auble authored
description.
-
- 31 Aug, 2015 2 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1867
-
- 28 Aug, 2015 1 commit
-
-
Morris Jette authored
This problem is reproducible by launching a job then killing the slurmstepd process. Under those conditions, requeue the job if possible (i.e. batch job with requeue option/configuration). This patch also improves the slurmctld logging when this happens. bug 1889
-
- 27 Aug, 2015 5 commits
-
-
Morris Jette authored
Correct RebootProgram logic when executed outside of a maintenance reservation. Previous logic would mark the node up upon response to the reboot RPC (from slurmctld to slurmc) and when the node actually rebooted, flag that as an unexpected reboot. This new logic checks the node's up time to not mark the compute node as being usable until the reboot actually takes place. but 1866
-
Morris Jette authored
Add environment variables SLURM_ARRAY_TASK_MAX, SLURM_ARRAY_TASK_MIN, SLURM_ARRAY_TASK_STEP for job arrays. bug 1600
-
Danny Auble authored
to free it otherwise.
-
Brian Christiansen authored
Bug 1826
-
Danny Auble authored
association manager.
-
- 26 Aug, 2015 6 commits
-
-
Danny Auble authored
-
Morris Jette authored
Prevent job array task ID from being reported as NO_VAL if last task in the array gets requeued. The problem is that when that task starts, the task bitmap entry for it stays set, but the task counter gets decremented. If that job then gets requeued, under some conditions a failure to schedule it results in the array_task_id in the job record getting set to NO_VAL. Then when building the job info to report for squeue/scontrol, the string showing the pending task ID's is not rebuilt due to that counter being zero. All indications are that the job runs fine, only the information reported to squeue/scontrol is wrong. bug 1790
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
accounting correctly to avoid meaningless errors about overflow.
-
- 25 Aug, 2015 4 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1873
-
Danny Auble authored
intended for the head of the tree.
-
Danny Auble authored
or binary.
-
- 24 Aug, 2015 1 commit
-
-
Danny Auble authored
wouldn't get the correct protocol version to launch a step.
-
- 22 Aug, 2015 1 commit
-
-
Morris Jette authored
-
- 21 Aug, 2015 5 commits
-
-
Brian Christiansen authored
Bug 1831
-
Brian Christiansen authored
Bug 1869
-
David Bigagli authored
-
Morris Jette authored
Fix gang scheduling/preemption issue that could cancel job at startup. I have not been able to reproduce the reported problem, but this should prevent the reported problem. bug 1880
-
Morris Jette authored
-