diff --git a/checkin_notes b/checkin_notes index 5dca3ea7eb..f555d9503c 100755 --- a/checkin_notes +++ b/checkin_notes @@ -1981,3 +1981,9 @@ Rom 16 Feb 2006 clientgui/ ViewTransfers.cpp + +David 16 Feb 2006 + - clientgui compile on unix + + clientgui/ + Makefile.am diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 4555afb500..8315b121b0 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -49,7 +49,6 @@ boinc_gui_SOURCES = \ AccountInfoPage.cpp \ AccountKeyPage.cpp \ AccountManagerInfoPage.cpp \ - AccountManagerStatusPage.cpp \ AccountManagerProcessingPage.cpp \ AccountManagerPropertiesPage.cpp \ AlreadyAttachedPage.cpp \ @@ -57,8 +56,6 @@ boinc_gui_SOURCES = \ BOINCBaseWizard.cpp \ CompletionErrorPage.cpp \ CompletionPage.cpp \ - CompletionUpdatePage.cpp \ - CompletionRemovePage.cpp \ NoInternetConnectionPage.cpp \ NotDetectedPage.cpp \ NotFoundPage.cpp \ diff --git a/doc/index.php b/doc/index.php index 3f9a0d8ddb..3cf5e602ac 100644 --- a/doc/index.php +++ b/doc/index.php @@ -149,8 +149,8 @@ echo "

-One of over 500,000 people around the world participating in -BOINC-based projects. +One of over 500,000 people worldwide participating in BOINC: +

"; include("piecharts/$i.html"); echo " diff --git a/doc/sched.php b/doc/sched.php index 215ab49132..e6ed1dda3c 100644 --- a/doc/sched.php +++ b/doc/sched.php @@ -1,10 +1,9 @@

CPU scheduling policy
@@ -25,7 +24,7 @@ The goals of the CPU scheduler and work-fetch policies are (in descending priority):
  • Results should be completed and reported by their deadline -(results reported after their deadline +(because results reported after their deadline may not have any value to the project and may not be granted credit).
  • NCPUS processors should be kept busy.
  • At any given point, enough work should be kept on hand @@ -127,7 +126,7 @@ A project is potentially runnable if Intuitively, a project's 'debt' is how much work is owed to it, relative to other projects. BOINC uses two types of debt; -each is defined related to a set S of projects. +each is defined for a set S of projects. In each case, the debt is recalculated periodically as follows:
    • A = the wall CPU time used by projects in S during this period