diff --git a/checkin_notes b/checkin_notes index f45ccd0c7c..436beeb71a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1913,3 +1913,9 @@ David 12 Mar 2010 gui_rpc_client.h client/ boinc_cmd.cpp + +David 12 Mar 2010 + - client: we weren't marking GPU jobs as EDF-scheduled + + client/ + cpu_sched.cpp diff --git a/client/cpu_sched.cpp b/client/cpu_sched.cpp index 06dfd7471d..452ae74643 100644 --- a/client/cpu_sched.cpp +++ b/client/cpu_sched.cpp @@ -744,6 +744,7 @@ void CLIENT_STATE::schedule_cpus() { } else if (rp->avp->natis) { rp->project->ati_pwf.deadlines_missed_copy--; } + rp->edf_scheduled = true; ordered_scheduled_results.push_back(rp); }