- 17 Nov, 2015 2 commits
-
-
Morris Jette authored
burst_buffer/cray: Support file staging when job lacks job-specific buffer (i.e. only persistent burst buffers). bug 2113
-
David Bigagli authored
-
- 16 Nov, 2015 7 commits
-
-
Morris Jette authored
No change to document contents, just reorded the fields documented.
-
Morris Jette authored
bug 2143
-
Morris Jette authored
Always log some operations (previously logging was only triggered by long run time of the operations) Log some operations with info() rather than debug() for DebugFlags= burstbuffer
-
Morris Jette authored
test more association/qos limits before reserving resources for a pending job. This complements commit dcc943b7 bug 2129
-
Morris Jette authored
Backfill scheduler: Test association and QOS node limits before reserving resources for pending job. bug 2129
-
Morris Jette authored
-
Morris Jette authored
-
- 13 Nov, 2015 17 commits
-
-
Nathan Yee authored
Bug 1493
-
Danny Auble authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Prevents the following sequence from causing a segfault: $ scontrol create partitionname=stuff nodes=ALL $ sbatch --wrap="hostname" -o/dev/null -p stuff Submitted batch job 1047468 $ scontrol delete partitionname=stuff $ scontrol update jobid=1047468 partition=stuff
-
Brian Christiansen authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
tree.
-
Danny Auble authored
-
Morris Jette authored
Previously only SlurmUser could do so.
-
Danny Auble authored
-
Tim Wickberg authored
Bug 2006
-
Brian Christiansen authored
Bug 2006
-
Ryan Cox authored
-
Danny Auble authored
cgroup system for the extern step. This needs to happen for accounting purposes, but also makes things simplier.
-
Danny Auble authored
step.
-
Morris Jette authored
-
- 12 Nov, 2015 6 commits
-
-
-
Mark Roberts authored
-
Morris Jette authored
Test if job is pending before looking at burst buffer specs when building the job queue. This should result in a slight speedup in the job scheduling logic.
-
Alejandro Sanchez authored
-
Morris Jette authored
-
Morris Jette authored
Previously only supported by SlurmUser and root.
-
- 11 Nov, 2015 5 commits
-
-
Morris Jette authored
Previously only reserved space for one task of pending job array.
-
-
Morris Jette authored
Support taking node out of FUTURE state with "scontrol reconfig" command. Previous logic would keep node in FUTURE state if that was the original configuration when slurmctld started. If job was running on the node, it will stay running, but the node make not be visible.
-
David Bigagli authored
-
Morris Jette authored
Make SLURM_ARRAY_TASK_MIN, SLURM_ARRAY_TASK_MAX, and SLURM_ARRAY_TASK_STEP environment variables available to PrologSlurmctld and EpilogSlurmctld.
-
- 10 Nov, 2015 3 commits
-
-
Hongjia Cao authored
-
Danny Auble authored
We needed to send a finish from each node in the step whether it had any activity or not. This way the controller knew things were done on the node and the data was sent to the database. Bug 2097
-
Danny Auble authored
-