• Morris Jette's avatar
    Correct value of min_nodes returned by loading job info · 98e24b0d
    Morris Jette authored
    This is a correction of a bug introduced in commit
    https://github.com/SchedMD/slurm/commit/ac44db862c8d1f460e55ad09017d058942ff6499
    That commit eliminated the need of reading the node state information
    from squeue for performance reasons (mostly for large parallel systems
    in which the Prolog ran squeue, which generates a lot of simultaneous
    RPCs, slowing down the job launch process). It also assumed 1 CPU per
    node. If a pending job specified a node count of 1 and a task count
    larger than one, squeue was reporting the node count of the job as
    the same as the task count. This patch moves that same calculation
    of a pending job's minimum node count into slurmctld, so the squeue
    still does not need to read the node information, but can report the
    correct node count for pending jobs with minimal overhead.
    98e24b0d
To find the state of this project's repository at the time of any of these versions, check out the tags.