- 15 Apr, 2014 6 commits
-
-
Danny Auble authored
-
Danny Auble authored
bluegene.conf
-
Danny Auble authored
-
Danny Auble authored
restarted.
-
Danny Auble authored
allocation instead of just the first.
-
Morris Jette authored
There were several recently added node states missing from the scontrol and sinfo man pages.
-
- 14 Apr, 2014 6 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
-
Morris Jette authored
Expand the description of the SchedulingParameters max_sched_time configuration parameter for greater clarity
-
Morris Jette authored
-
Morris Jette authored
Move start time of main scheduling loop timeout after locks are aquired. bug 698
-
- 12 Apr, 2014 3 commits
-
-
Morris Jette authored
Quite a few recent reasons were missing from the squeue man page.
-
David Bigagli authored
-
David Bigagli authored
-
- 11 Apr, 2014 10 commits
-
-
David Bigagli authored
-
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
-
David Bigagli authored
This reverts commit e2018b65. Conflicts: NEWS
-
Danny Auble authored
This reverts commit ebb3ec3c.
-
David Bigagli authored
This reverts commit e2018b65. Conflicts: NEWS
-
Danny Auble authored
-
Franco Broi authored
-
David Bigagli authored
-
Steve Huston authored
-
- 10 Apr, 2014 8 commits
-
-
David Bigagli authored
not been processed by the scheduler yet.
-
Danny Auble authored
-
Danny Auble authored
-
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
The fprintf(stderr will generally fail as stderr will usually be closed.
-
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
-
Morris Jette authored
Rather than attempting a scheduling loop as frequently as every 1 second, wait 3 seconds for performance reasons.
-
- 09 Apr, 2014 5 commits
-
-
David Bigagli authored
-
Josko Plazonic authored
set it in the job env otherwise the exec() fails.
-
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.
-
David Bigagli authored
-
- 08 Apr, 2014 2 commits
-
-
Morris Jette authored
was originally testing for NULL value in one field and printing another, which could possibly result in an invalid memory reference.
-
Morris Jette authored
Conflicts: META NEWS
-