Skip to content
  • Caden Ellis's avatar
    Fix logic for distributing tasks among heterogeneous nodes in cons_tres · f1185e39
    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
    f1185e39
To find the state of this project's repository at the time of any of these versions, check out the tags.