- 17 Apr, 2014 4 commits
-
-
Morris Jette authored
Previously if a job was dependent upon a job array and the first element of that job array was no longer in slurmctld (completed and the job record purged) and the slurmctld restarted or was reconfigured, the dependent job would start rather than waiting for all elements of the job array to complete. bug 714
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Add squeue -L/--licenses option to filter jobs by license names bug 720
-
- 16 Apr, 2014 6 commits
-
-
David Bigagli authored
-
David Bigagli authored
successive release requests.
-
Morris Jette authored
Use quicksort for all priority based job sorting, which improves performance significantly with large job counts.
-
Morris Jette authored
squeue %F format will now print the job ID for non-array jobs. bug 716
-
jette authored
Expand StdIn/Out/Err string length output by "scontrol show job" from 128 to 1024 bytes. bug 712
-
David Parks authored
See bug 701
-
- 15 Apr, 2014 14 commits
-
-
Danny Auble authored
salloc/srun, instead wait in the slurmd when a step hits a node and the prolog is still running.
-
Danny Auble authored
-
Morris Jette authored
priority/basic - Insure job priorities continue to decrease when jobs are submitted with the --nice option. bug 707
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
-
Danny Auble authored
has ran yet or not.
-
Danny Auble authored
Cray/ALPS system, otherwise use the slurmd to wait on the prolog to gate the start of the step.
-
Morris Jette authored
Fix some sinfo and squeue sorting anomalies due to differences in data types. See bug 706
-
Danny Auble authored
-
Danny Auble authored
bluegene.conf
-
Danny Auble authored
-
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 1 commit
-
-
Morris Jette authored
-