David Anderson
9602ccf95c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5074
2005-01-12 01:21:45 +00:00
David Anderson
2cdb9fc3ef
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5073
2005-01-12 00:50:32 +00:00
David Anderson
4412f6a329
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5072
2005-01-11 20:33:19 +00:00
David Anderson
71fec1defe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5070
2005-01-11 05:18:34 +00:00
Bruce Allen
8addf5b6f9
install a larger buffer for stdout. This ensures that
...
log information from different scheduler requests running
in parallel don't collide in the log file and appear
intermingled. Very useful when doing verbose debugging.
svn path=/trunk/boinc/; revision=5069
2005-01-11 02:38:15 +00:00
Bruce Allen
fa7399b26f
Clean up, and one (perhaps) uninitialized variable
...
svn path=/trunk/boinc/; revision=5067
2005-01-10 22:22:00 +00:00
Bruce Allen
b52c391f41
Typo
...
svn path=/trunk/boinc/; revision=5066
2005-01-10 22:16:45 +00:00
Bruce Allen
694c740e9c
Cleaner and more effective approach (and in addition, it appears to work).
...
svn path=/trunk/boinc/; revision=5057
2005-01-10 01:40:14 +00:00
David Anderson
504957c0bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5054
2005-01-10 00:00:42 +00:00
David Anderson
505a0c15c8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5051
2005-01-09 22:57:59 +00:00
David Anderson
e72fc28b13
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5050
2005-01-09 22:43:02 +00:00
Bruce Allen
fcfbb7d7a5
typo
...
svn path=/trunk/boinc/; revision=5049
2005-01-09 22:41:44 +00:00
Bruce Allen
a3aa7eafaa
printf
...
svn path=/trunk/boinc/; revision=5048
2005-01-09 22:38:13 +00:00
David Anderson
29a26d8e44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5047
2005-01-09 22:33:32 +00:00
David Anderson
8e55a2dd0f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5046
2005-01-09 22:23:53 +00:00
Bruce Allen
ded013cc4b
print format string didn't agree with arguments
...
svn path=/trunk/boinc/; revision=5039
2005-01-09 08:04:38 +00:00
Bruce Allen
b0fd04807b
Corrected comment, and added a bit of additional DEBUG-level log information.
...
svn path=/trunk/boinc/; revision=5038
2005-01-09 08:01:15 +00:00
Bruce Allen
22c0a5155e
The signal being used to control the daemons is SIGHUP not SIGINT. Changed
...
comment and print statement from SIGINT to SIGHUP.
svn path=/trunk/boinc/; revision=5037
2005-01-09 07:48:33 +00:00
David Anderson
ef3b4b5a8e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5036
2005-01-09 06:38:42 +00:00
David Anderson
62e9a2765e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5035
2005-01-09 06:26:37 +00:00
Bruce Allen
881c670742
Add a basic signaling mechanism to 'scheduling locality' so that the
...
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
2005-01-08 20:55:49 +00:00
David Anderson
4e294d1e5a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5030
2005-01-08 07:44:22 +00:00
David Anderson
98e93a0a5d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5029
2005-01-08 06:54:03 +00:00
David Anderson
4031091deb
replace bad filename hashing function
...
svn path=/trunk/boinc/; revision=5028
2005-01-08 06:38:21 +00:00
David Anderson
7cca0a5df2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5021
2005-01-07 20:12:31 +00:00
David Anderson
86c3728abe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5020
2005-01-07 19:45:46 +00:00
Bruce Allen
a577eacf7e
Minor bug fix in locality scheduling. Documentation says that WU
...
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
2005-01-06 22:43:28 +00:00
Bruce Allen
f39ef7a1c1
My motto today is 'third time lucky'
...
svn path=/trunk/boinc/; revision=4989
2005-01-03 18:06:57 +00:00
Bruce Allen
2aa7f70f8c
Typo
...
svn path=/trunk/boinc/; revision=4988
2005-01-03 18:04:48 +00:00
Bruce Allen
c987c69390
David, you owe me a beer.
...
svn path=/trunk/boinc/; revision=4987
2005-01-03 18:00:53 +00:00
Bruce Allen
07f776dd63
Added a command line option to make single pass with a small number of WU
...
for testing purposes.
svn path=/trunk/boinc/; revision=4986
2005-01-03 17:18:32 +00:00
Bruce Allen
46e9e69771
Documentation http://boinc.berkeley.edu/hier_dir.php says:
...
"Secondly, your validator and assimilator should call
int get_output_file_path(RESULT const& result, string& path);"
I've updated the example code to do this, and modified Makefile.am
so that the correct objects are linked.
svn path=/trunk/boinc/; revision=4984
2005-01-03 10:49:38 +00:00
Bruce Allen
0fd083f620
Missing end of line in log file
...
svn path=/trunk/boinc/; revision=4982
2005-01-03 03:01:35 +00:00
Bruce Allen
f31b244f90
Modified CVS id strings. After some fussing with different versions
...
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
2005-01-02 18:29:53 +00:00
David Anderson
2a337abeb0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4976
2005-01-02 08:01:27 +00:00
David Anderson
66950e2822
replace bad filename hashing function
...
svn path=/trunk/boinc/; revision=4975
2005-01-02 07:44:40 +00:00
David Anderson
177b530d0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4951
2004-12-28 03:39:52 +00:00
David Anderson
c60fb03c27
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4946
2004-12-27 21:53:38 +00:00
David Anderson
c417859785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +00:00
David Anderson
040d847c63
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4943
2004-12-27 06:54:23 +00:00
David Anderson
14daf38eee
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4910
2004-12-20 21:37:20 +00:00
David Anderson
70472e1617
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4908
2004-12-20 20:47:25 +00:00
David Anderson
9d9baddf18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4886
2004-12-18 00:38:21 +00:00
David Anderson
f28da20820
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4878
2004-12-17 19:15:22 +00:00
David Anderson
f1d1077c17
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4868
2004-12-16 22:10:51 +00:00
David Anderson
766c11710f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4860
2004-12-15 23:50:00 +00:00
David Anderson
f5a552e006
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4848
2004-12-14 21:31:57 +00:00
David Anderson
c0c47595ac
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
David Anderson
01d9b49925
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4813
2004-12-10 22:04:20 +00:00
Bruce Allen
10ce5e6759
Write to logs a bit less often
...
svn path=/trunk/boinc/; revision=4793
2004-12-08 11:59:31 +00:00