mirror of https://github.com/BOINC/boinc.git
- 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:
parent
63c279cef2
commit
f317329321
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue