-
Caden Ellis authored
Previously, if there was a heterogeneous set of nodes in a partition with differing cpu counts and you submitted a job that would exahust resources on one node before the others, the job would not be scheduled because of inadequate resources, even though between all the nodes it could be scheduled. This only happened when using the -N option, otherwise the job would fill all cpus between all nodes just fine. This patch removes the rounding up division that was causing this issue. Bug 14262
Caden Ellis authoredPreviously, if there was a heterogeneous set of nodes in a partition with differing cpu counts and you submitted a job that would exahust resources on one node before the others, the job would not be scheduled because of inadequate resources, even though between all the nodes it could be scheduled. This only happened when using the -N option, otherwise the job would fill all cpus between all nodes just fine. This patch removes the rounding up division that was causing this issue. Bug 14262
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 704.51 KiB