Commit d508ea95 authored by Hongjia Cao's avatar Hongjia Cao Committed by Morris Jette
Browse files

fix of comp nodes causing backfill to end early

Completing nodes is removed when calling _try_sched() for a job, which
is the case in select_nodes(). If _try_sched() thinks the job can run
now but select_nodes() returns ESLURM_NODES_BUSY, the backfill loop will
be ended.
parent 2261d393
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment