mirror of https://github.com/BOINC/boinc.git
parent
12fc9eb188
commit
7c8802ba1e
|
@ -417,3 +417,10 @@ Janus 15 Jan 2006
|
|||
html/inc/
|
||||
cache.inc
|
||||
|
||||
David 14 Jan 2006
|
||||
- core client: If there's only one potentially runnable project,
|
||||
ask it for work no matter how negative its debt
|
||||
(from Glenn Dill)
|
||||
|
||||
client/
|
||||
cs_scheduler.C
|
||||
|
|
|
@ -571,9 +571,12 @@ int CLIENT_STATE::compute_work_requests() {
|
|||
// is a candidate for more work.
|
||||
// Also if the global need is immediate, we need to get work from
|
||||
// any contactable project, even if its LT debt is extremely negative.
|
||||
// Also, if there is only one potentially runnable project,
|
||||
// we can get work from it no matter what.
|
||||
//
|
||||
if ((p->long_term_debt < -global_prefs.cpu_scheduling_period_minutes*60)
|
||||
&& (overall_work_fetch_urgency != WORK_FETCH_NEED_IMMEDIATELY)
|
||||
&& (prrs != p->resource_share)
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
@ -114,7 +114,7 @@ resources.
|
|||
<li> <a href=logo.php>Logos and graphics</a>
|
||||
</ul>
|
||||
<br>
|
||||
<form method=get action=http://www.google.com/search>
|
||||
<form method=get action=http://google.com/search>
|
||||
<input type=hidden name=domains value=http://boinc.berkeley.edu>
|
||||
<input type=hidden name=sitesearch value=http://boinc.berkeley.edu>
|
||||
<nobr>
|
||||
|
|
|
@ -15,7 +15,8 @@ The BOINC developers and the University of California
|
|||
have no control over the creation of BOINC-based projects,
|
||||
and in general do not endorse them.
|
||||
The BOINC web sites lists some, but not all, projects.
|
||||
To find projects, try using <a href=google.com>Google</a>.
|
||||
A more complete list is on the
|
||||
<a href=http://boinc-doc.net/boinc-wiki/index.php?title=Catalog_of_BOINC_Powered_Projects>BOINC Wiki</a>.
|
||||
|
||||
<p>
|
||||
When you participate in a project,
|
||||
|
|
Loading…
Reference in New Issue