- client: fix typo that prevented GPU jobs from running

if CPUs were filled with EDF jobs


svn path=/trunk/boinc/; revision=25497
This commit is contained in:
David Anderson 2012-03-27 17:20:47 +00:00
parent 63c279cef2
commit f317329321
2 changed files with 8 additions and 1 deletions

View File

@ -3079,3 +3079,10 @@ David 26 Mar 2012
lib/ lib/
coproc.cpp 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

View File

@ -1591,8 +1591,8 @@ bool CLIENT_STATE::enforce_run_list(vector<RESULT*>& run_list) {
rp->name rp->name
); );
} }
continue;
} }
continue;
} }
// don't overcommit CPUs if a MT job is scheduled // don't overcommit CPUs if a MT job is scheduled