Bruce Allen
400896a94f
comma -> semicolon typo
...
svn path=/trunk/boinc/; revision=5087
2005-01-12 21:16:45 +00:00
Bruce Allen
a3fcd77466
more locality sched changes.
...
- bug fix 1, trivial, n % 0 generates FPE if no files.
- bug fix 2, sublte. In the deterministic hunt to find
the next unsent result, the comparison of the result name must be
done with the lexically maximum result name constructed from the
given filename. Eg, if one needs name>FILE_ZZZZ...Z where
Z=0xff (is this charset independent??) and the total name length
is 255 (or is it 254??).
- David, I'll clean out some of the debugging scaffolding in a few
more days, when I get some confidence that there are not other
problems to fix! Please read embedded comments/questions in code.
svn path=/trunk/boinc/; revision=5086
2005-01-12 21:10:54 +00:00
Bruce Allen
89028b1701
Fixed two bugs, one trivial, the other nasty.
...
Trivial bug, FPE on n % 0 when host has no files.
Hard bug, in the deterministic search to find a new result that can
be sent, the upwards search on name must be done not by comparing
RESULT name to FILENAME, but instead by comparing result name to the
maximal lexical resultname that can be constructed from the
filename, which is filename_ZZZ...Z where Z==0xff.
svn path=/trunk/boinc/; revision=5085
2005-01-12 21:04:25 +00:00
Janus B. Kristensen
1c7b88c5ac
Working version of CVS version tracking system for PHP. Displayes CVS version of files that are included in the top of the HTML source.
...
svn path=/trunk/boinc/; revision=5084
2005-01-12 14:12:13 +00:00
Janus B. Kristensen
5bfe968d6f
Working version of CVS version tracking system for PHP. Displayes CVS version of files that are included in the top of the HTML source.
...
svn path=/trunk/boinc/; revision=5083
2005-01-12 14:02:47 +00:00
Janus B. Kristensen
4c1a3ad473
Working version of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5082
2005-01-12 13:39:05 +00:00
Janus B. Kristensen
fec1341cb8
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5081
2005-01-12 13:33:53 +00:00
Janus B. Kristensen
6fbcd570e2
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5080
2005-01-12 13:28:10 +00:00
Janus B. Kristensen
4203e9fb70
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5079
2005-01-12 13:25:33 +00:00
Janus B. Kristensen
b05d763f58
Removed "if" that checks $user->disabled_filtering - which doesn't exist.
...
Users disable filtering by setting their thresholds.
svn path=/trunk/boinc/; revision=5078
2005-01-12 12:54:34 +00:00
Bruce Allen
453b0b33f0
David, please check these diffs. In particular, I don't think we should
...
flag a file as over unless the WU generator has already indicated that
no further work can be remaining. Search code for 'David' to find some
comments.
svn path=/trunk/boinc/; revision=5077
2005-01-12 10:46:44 +00:00
Bruce Allen
cbb55ca0ca
Removed reference to BOINCGLUT
...
svn path=/trunk/boinc/; revision=5076
2005-01-12 09:17:27 +00:00
Rom Walton
4411204b59
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5075
2005-01-12 08:10:56 +00:00
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
Bruce Allen
1a09d79c02
Rom, normally Makefile.am is happy with any form of white space. But
...
here some of the rules are copied straight into the Makefile. For those
it's critical that the leading white space be a tab "\t" and not spaces.
svn path=/trunk/boinc/; revision=5071
2005-01-11 11:45:31 +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
1cc53bd7d5
Needed for 'make dist' to do the right thing.
...
svn path=/trunk/boinc/; revision=5068
2005-01-11 02:27:39 +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
Rom Walton
858f087e1a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5065
2005-01-10 22:14:44 +00:00
Rom Walton
3b2213bf7a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5064
2005-01-10 21:56:36 +00:00
Rom Walton
d37b108d90
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5063
2005-01-10 21:50:48 +00:00
Rom Walton
d00336cca5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5062
2005-01-10 21:41:41 +00:00
David Anderson
f65345e34e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5061
2005-01-10 20:46:33 +00:00
Rom Walton
62c8ed01b9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5060
2005-01-10 20:40:25 +00:00
Rom Walton
9d0ff17d13
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5059
2005-01-10 20:24:09 +00:00
David Anderson
059558c368
version 4.59
...
svn path=/trunk/boinc/; revision=5058
2005-01-10 01:46:21 +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
Rom Walton
97fbbf10ed
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5056
2005-01-10 01:37:57 +00:00
Rom Walton
139ef2515c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5055
2005-01-10 01:05:51 +00:00
David Anderson
504957c0bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5054
2005-01-10 00:00:42 +00:00
Rom Walton
2ca0274631
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5052
2005-01-09 23:55:35 +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
David Anderson
7035d11906
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5045
2005-01-09 21:52:22 +00:00
David Anderson
3726e76ba6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5044
2005-01-09 09:33:06 +00:00
Bruce Allen
f7cf628e1a
Modifying historical record for future clarity
...
svn path=/trunk/boinc/; revision=5043
2005-01-09 09:09:47 +00:00
David Anderson
ba4f91bae7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5042
2005-01-09 09:07:22 +00:00
Bruce Allen
0f5bbd6eae
Document scheduling locality configuration file elements.
...
svn path=/trunk/boinc/; revision=5041
2005-01-09 08:50:08 +00:00
David Anderson
205d90a11d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5040
2005-01-09 08:44:41 +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