scheduler notifies the project when it has no results remaining for a given
file, and gives the project a brief interval to try and make more WU for
that file. Likewise, the project can tell the scheduler if there are
no more WU that it can add for a given file.
svn path=/trunk/boinc/; revision=5034
names for locality scheduling must start:
FILENAME__anything
whereas before this bug fix the locality scheduler would assume that a
WU named
FILENAMEanything
would satisfy the locality scheduling requirement. If a project is
doing a mix of locality and non-locality scheduling, this might
cause problems.
svn path=/trunk/boinc/; revision=5008
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach. All these strings
now have global linkage. To prevent namespace conflicts they all
have different names. For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`
svn path=/trunk/boinc/; revision=4979
the top of all .C files. This means that 'string' or 'ident'
run on an executable will tell you the exact file versions used
in building it, since CVS replaces $Id$ with a complete version ID
string. Declaration is volatile so that the compiler won't remove
it even under agressive optimizations.
svn path=/trunk/boinc/; revision=4610