diff --git a/checkin_notes b/checkin_notes index a5271cce8c..6557401e5c 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3079,3 +3079,10 @@ David 26 Mar 2012 lib/ coproc.cpp + +David 27 Mar 2012 + - client: fix typo that prevented GPU jobs from running + if CPUs were filled with EDF jobs + + client/ + cpu_sched.cpp diff --git a/client/cpu_sched.cpp b/client/cpu_sched.cpp index 6d98aa5803..b72ca9b20c 100644 --- a/client/cpu_sched.cpp +++ b/client/cpu_sched.cpp @@ -1591,8 +1591,8 @@ bool CLIENT_STATE::enforce_run_list(vector& run_list) { rp->name ); } + continue; } - continue; } // don't overcommit CPUs if a MT job is scheduled