- 06 May, 2014 5 commits
-
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
In slurm.spec file, replace "Requires cray-MySQL-devel-enterprise" with "Requires mysql-devel" per David Gloe.
-
- 05 May, 2014 5 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Related to bug 771
-
Morris Jette authored
In version 14.03.2 was using "slurm_<jobid>_4294967294.out" due to error in job array logic.
-
Danny Auble authored
cnode counts.
-
- 02 May, 2014 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
This is for bug 775
-
Danny Auble authored
-
Danny Auble authored
-
- 01 May, 2014 4 commits
-
-
Danny Auble authored
regression from 2a674aee
-
Danny Auble authored
-
Danny Auble authored
is running.
-
Danny Auble authored
-
- 30 Apr, 2014 3 commits
-
-
David Bigagli authored
together.
-
Morris Jette authored
Switch/nrt - Properly track usage of CAU and RDMA resources with multiple tasks per compute node. Previous logic would allocate resources once per task and then deallocate once per node, leaking CMA and RDMA resources and preventing their use by future jobs.
-
Morris Jette authored
If a job is held, then only release it with the "scontrol release <jobid>" command rather than a simple reset of the job's priority. This is needed to support job arrays better. Otherwise a priority reset of a job array would free all requeued/held jobs from that job array rather than leaving them held.
-
- 28 Apr, 2014 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
in 2.0 :)
-
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
-
- 26 Apr, 2014 3 commits
-
-
Stuart Midgley authored
Add --priority option to the salloc, sbatch and srun commands.
-
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
-
- 25 Apr, 2014 6 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")
-
Morris Jette authored
Add a job's exit state (COMPLETED, FAILED, etc) and exit code to email message bug 737
-
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.
-
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 2 commits
-
-
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 1 commit
-
-
Danny Auble authored
of limited non NPC jobs.
-
- 22 Apr, 2014 4 commits
-
-
Danny Auble authored
This reverts commit 3b676075.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-