- 15 Apr, 2014 2 commits
-
-
Danny Auble authored
restarted.
-
Danny Auble authored
allocation instead of just the first.
-
- 14 Apr, 2014 3 commits
-
-
Morris Jette authored
Update scontrol update jobID logic to operate on entire job arrays.
-
Morris Jette authored
Add squeue job format option of "%y" to print a job's nice value. bug 696
-
Morris Jette authored
Move start time of main scheduling loop timeout after locks are aquired. bug 698
-
- 11 Apr, 2014 5 commits
-
-
Morris Jette authored
controls how frequently the main scheduling loop will execute.
-
Morris Jette authored
limits how long the main scheduling loop can execute for
-
Danny Auble authored
-
Franco Broi authored
-
David Bigagli authored
-
- 10 Apr, 2014 4 commits
-
-
David Bigagli authored
not been processed by the scheduler yet.
-
Danny Auble authored
-
Morris Jette authored
Modify srun to report an exit code of zero rather than nine if some tasks exit with a return code of zero and others are killed with SIGKILL. Only an exit code of zero did this.
-
Morris Jette authored
Cache job information and drop out of loop after finding the desired array task. This improves performance a fair bit. bug 684
-
- 09 Apr, 2014 3 commits
-
-
David Bigagli authored
-
Morris Jette authored
Rather than immediately invoking an execution of the scheduling logic on every event type that can enable the execution of a new job, queue its execution. This permits faster execution of some operations, such as modifying large counts of jobs, by executing the scheduling logic less frequently, but still in a timely fashion.
-
Danny Auble authored
If you have multiple partitions the output from sinfo -o "%D %F" would have unexpected results, hardly ever correct.
-
- 08 Apr, 2014 5 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix logic bugs for SchedulerParameters option of max_rpc_cnt. Scheduling would be delayed for job arrays and backfill scheduling would be disabled unless max_rpc_cnt > 0.
-
Danny Auble authored
-
Danny Auble authored
on Mixed state.
-
David Bigagli authored
-
- 07 Apr, 2014 4 commits
-
-
Danny Auble authored
This changes the behavior of license_update which it's current behavior makes for doubling license counts. This is ok, because the only place it is used expects the counts to be zeroed out afterwards.
-
Morris Jette authored
-
Danny Auble authored
in it. Signed-off-by: Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
- 05 Apr, 2014 1 commit
-
-
Morris Jette authored
Disables job scheduling when there are too many pending RPCs
-
- 04 Apr, 2014 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
This also reverts commit 8cff3b08 and ced2fa3f
-
Danny Auble authored
-
- 03 Apr, 2014 5 commits
-
-
Danny Auble authored
new associations were added since it was started.
-
Morris Jette authored
Permit user root to propagate resource limits higher than the hard limit slurmd has on that compute node has (i.e. raise both current and maximum limits). bug 674674674674674674
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-
- 02 Apr, 2014 2 commits
-
-
David Bigagli authored
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
- 31 Mar, 2014 2 commits
-
-
David Bigagli authored
-
Marcin Stolarek authored
Prevent preemption of jobs in partition where PreemptMode=off
-
- 28 Mar, 2014 1 commit
-
-
Unknown authored
Define hwloc_const_bitmap_t as typdef hwloc_const_cpuset_t Build fails in task_cgroup_cpuset.c when using an older hwloc (v1.0.2) due to missing definition of hwloc_const_bitmap_t.
-