• Morris Jette's avatar
    Correct squeue job node & CPU counts on requeue · 4f97cae8
    Morris Jette authored
    Correct squeue's job node and CPU counts for requeued jobs.
    Previously, when a job was requeued, its CPU count reported
    was that of the previous execution. When combined with the
    --ntasks-per-node option, squeue would compute the expected
    node count. If the --exclusive option is also used, the node
    count reported by squeue could be off by a large margin (e.g.
    "sbatch --exclusive --ntasks-per-node=1 -N1 .." on requeue
    would use the number of CPUs on the allocated node to recompute
    the expected node count).
    bug 756
    4f97cae8
To find the state of this project's repository at the time of any of these versions, check out the tags.