- 04 Feb, 2014 2 commits
-
-
Morris Jette authored
Added whole_node field to job_resources structure Enable gang scheduling for jobs with core specialization and other jobs allocated whole nodes.
-
David Bigagli authored
-
- 03 Feb, 2014 4 commits
-
-
Morris Jette authored
If a batch job is submitted that can not be started due to its core specialization count being equal to or larger than the node's core count, then reject it at submit time rather than queuing the job.
-
Danny Auble authored
linking)
-
Danny Auble authored
-
Nathan Yee authored
-
- 01 Feb, 2014 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 31 Jan, 2014 10 commits
-
-
Morris Jette authored
If the Cray MPMD commands have different arguments then they should appear in separate lines in the MPMD data structure.
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
starts and then a minor typo fix
-
Danny Auble authored
i.e. salloc -n32 doesn't request the number of nodes and with the previous code if this request used 4 nodes and only 1 was left in GrpNodes it would just run with no issue since we were checking things before we selected how many nodes it ran on. Now we check this afterwards so we always check the limits on how many nodes, cpus and how much memory is to be used.
-
Danny Auble authored
Conflicts: src/plugins/select/bluegene/select_bluegene.c src/slurmctld/step_mgr.c
-
Morris Jette authored
Fix step allocation when some CPUs are not available due to memory limits. This happens when one step is active and using memory that blocks the scheduling of another step on a portion of the CPUs needed. The new step is now delayed rather than aborting with "Requested node configuration is not available". bug 577
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
For Kelly ;)
-
- 30 Jan, 2014 5 commits
-
-
Morris Jette authored
-
David Bigagli authored
-
Morris Jette authored
No change in logic, just rename a variable for better clarity.
-
David Bigagli authored
-
David Bigagli authored
ports.
-
- 29 Jan, 2014 3 commits
-
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
incorrectly when using the hostlist_push_host function and input surrounded by [].
-
- 28 Jan, 2014 1 commit
-
-
Danny Auble authored
based on ionode count correctly on slurmctld restart.
-
- 25 Jan, 2014 4 commits
-
-
jette authored
-
Morris Jette authored
With select/cons_res plugin and a job using the --exclusive option if the partition supports gang scheduling or mutliple jobs per node, then allocate CPUs to multiple jobs, but allocate the job every CPU on each node.
-
Morris Jette authored
Split a slurmctld's job record "shared" field into "share_res" (share resource) and "whole_node" fields. Needed to better manage allocation of whole nodes for core specialization without disabling gang scheduling of such jobs.
-
Piotr Lesnicki authored
-
- 24 Jan, 2014 7 commits
-
-
Danny Auble authored
would be set, but this is safer.
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
continue the operation for other elements.
-
Danny Auble authored
Signed-off-by: Danny Auble <da@schedmd.com>
-
- 23 Jan, 2014 2 commits
-
-
David Bigagli authored
to suspend/resume array elements.
-
Morris Jette authored
-