From 572ff34de20e4f621c3c68dfe3b0a58d3921c061 Mon Sep 17 00:00:00 2001 From: Gary B Skouson <Gary.Skouson@pnnl.gov> Date: Fri, 21 Apr 2017 10:21:12 -0600 Subject: [PATCH] Correction to backfill limits work bug 3689 --- src/plugins/sched/backfill/backfill.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c index cb27e69c496..2a747a5a452 100644 --- a/src/plugins/sched/backfill/backfill.c +++ b/src/plugins/sched/backfill/backfill.c @@ -1135,7 +1135,6 @@ static int _attempt_backfill(void) } if (!assoc_limit_stop && - !acct_policy_job_runnable_state(job_ptr) && !acct_policy_job_runnable_pre_select(job_ptr)) { continue; } -- GitLab