- 28 Apr, 2014 8 commits
-
-
Morris Jette authored
This actually causes more problems since there are a bunch of places where we set the reason only if it was previously NO_REASON, but we want to treat this the same way, i.e. untested. Adding logic everywhere to clear and reset this value seem to create too much overhead for very little value.
-
Morris Jette authored
There were a couple of cases where a job's reason should have been set, but was not. In addition the state_desc string should have been cleared in some cases, but was not.
-
Morris Jette authored
Plus clear a job's state_desc when the reason is set to NO_REASON
-
Danny Auble authored
-
Danny Auble authored
in 2.0 :)
-
Morris Jette authored
See bug 757
-
Morris Jette authored
Previously partition priority was only considered when used as a component of a job's priority with the priority/multifactor plugin. Now the partition priority is considered first, as documented, and the job priority is considered second. bug 764
-
Morris Jette authored
-
- 26 Apr, 2014 5 commits
-
-
Stuart Midgley authored
Add --priority option to the salloc, sbatch and srun commands.
-
Danny Auble authored
-
Danny Auble authored
This code was originally put here to enforce checks to make sure jobs didn't go over the limit. If they didn't request the amount then we set the limit and worked off that as if it were a request. If we do this now we could get jobs deigned which would cancel the job at submit with a very unrelated note as to why the job failed. Since we now check this these limits after the node selection this isn't needed.
-
Danny Auble authored
-
Danny Auble authored
-
- 25 Apr, 2014 13 commits
-
-
Morris Jette authored
In addition to accepting a job ID argument to the hold and release commands also accept a job name (e.g. "scontrol hold my.bash")
-
Danny Auble authored
-
Morris Jette authored
Add a job's exit state (COMPLETED, FAILED, etc) and exit code to email message bug 737
-
Morris Jette authored
-
Morris Jette authored
Added job reason of "SchedTimeout" if the scheduler was not able to reach the job to attempt scheduling it.
-
Morris Jette authored
Added SchedulerParameter of batch_sched_delay to permit many batch jobs to be submitted between each scheduling attempt to reduce overhead of scheduling logic.
-
Morris Jette authored
I plan to make this configurable soon
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
-
Morris Jette authored
Set "Reason" field for all elements of a job array on short-circuited scheduling for job arrays. bug 748
-
- 24 Apr, 2014 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Jobs dependent upon multiple other jobs may start prematurely, after only some of the depdendencies are satisfied. bug 746
-
Morris Jette authored
Arguments of "abe" and "aeb" both failed. bug 743
-
- 23 Apr, 2014 5 commits
-
-
Danny Auble authored
of limited non NPC jobs.
-
Morris Jette authored
-
Morris Jette authored
Advise user to specify network option at job allocation time on Cray systems rather than within a job step. bug 741
-
Morris Jette authored
-
Morris Jette authored
-
- 22 Apr, 2014 6 commits
-
-
Danny Auble authored
This reverts commit 3b676075.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
b6bb8311 Fixed better way by only using the MAJOR and MINOR without MACRO in the AC_INIT for version
-