- 06 Jan, 2011 2 commits
-
-
David Anderson authored
- fix some indentation svn path=/trunk/boinc/; revision=22890
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22887
-
- 05 Jan, 2011 1 commit
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22882
-
- 03 Jan, 2011 2 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=22861
-
David Anderson authored
svn path=/trunk/boinc/; revision=22860
-
- 02 Jan, 2011 1 commit
-
-
David Anderson authored
- delist defunct stats site svn path=/trunk/boinc/; revision=22859
-
- 30 Dec, 2010 1 commit
-
-
David Anderson authored
- client simulator work svn path=/trunk/boinc/; revision=22858
-
- 27 Dec, 2010 1 commit
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22856
-
- 25 Dec, 2010 1 commit
-
-
David Anderson authored
rather than a compile flag svn path=/trunk/boinc/; revision=22855
-
- 24 Dec, 2010 1 commit
-
-
Rytis Slatkevičius authored
svn path=/trunk/boinc/; revision=22854
-
- 23 Dec, 2010 2 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=22853
-
David Anderson authored
svn path=/trunk/boinc/; revision=22852
-
- 22 Dec, 2010 1 commit
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=22851
-
- 21 Dec, 2010 1 commit
-
-
Rytis Slatkevičius authored
svn path=/trunk/boinc/; revision=22850
-
- 20 Dec, 2010 2 commits
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22848
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22847
-
- 18 Dec, 2010 2 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=22846
-
David Anderson authored
from [P3D] Crashtest svn path=/trunk/boinc/; revision=22845
-
- 17 Dec, 2010 3 commits
-
-
David Anderson authored
in fprintf() and boinc_msg_prefix() seen by E@h svn path=/trunk/boinc/; revision=22844
-
David Anderson authored
- manager: change "add account manager" to "use account manager". "Add" is confusing, because you can't add multiple account managers like you add projects. - client: recognize a few new ATI GPU models from Robert Kreß svn path=/trunk/boinc/; revision=22843
-
David Anderson authored
(either at startup or during execution) reset a number of "wait until X" variables; otherwise we might wait years to contact a project, restart a file xfer, etc. Notes: - there is no problem setting clocks forward; things just happen prematurely - some variables (e.g. task deadlines) are not reset, because it's not clear what to set them to - sched: remove ati_opencl plan class until we understand what it is svn path=/trunk/boinc/; revision=22842
-
- 13 Dec, 2010 1 commit
-
-
David Anderson authored
and an upload started in the last 5 min, don't fetch work from it. The goal is to merge the 2 scheduler RPCs (fetch work, report completed taskS) into a single RPC. Note: this may result in idleness in some cases. - scheduler: if client doesn't handle plan class (pre-5.10), check plan-class app versions anyway, but only use if it's a single-CPU app. This allows single-CPU app versions with specific requirements (like SSE) to be issued to old clients. From Bernd Machenschalk svn path=/trunk/boinc/; revision=22841
-
- 11 Dec, 2010 1 commit
-
-
David Anderson authored
Old: enforce_schedule() won't run an active job if its working set size exceeds remaining available RAM. Problem: there may be a lot of similar jobs. The client starts one, finds that its working set is too large, starts the second, and so on. Solution: if J is an unstarted job, and there are started jobs using the same app version, consider J's working set size to be the largest of the working sets of those jobs. - client: fix an apparent bug that could oversaturate the CPUs with single-thread jobsk svn path=/trunk/boinc/; revision=22840
-
- 10 Dec, 2010 1 commit
-
-
David Anderson authored
because invalid jobs were counted as successful. How could this bug possibly have survived this long? From TJM (thanks -- who are you?) Fixes #1029 svn path=/trunk/boinc/; revision=22839
-
- 09 Dec, 2010 2 commits
-
-
David Anderson authored
p_model as well as p_features; pre-6.x clients report them in p_model. - client: fix bug where "reread config file" didn't update the max log file sizes svn path=/trunk/boinc/; revision=22838
-
David Anderson authored
of the performance of an app version on a host. It will then stop using that app version, so the estimate never has a chance to converge to its correct value. Fix: multiply by a random factor (mean 1, stddev .1) when comparing the FLOPS estimates of app versions. svn path=/trunk/boinc/; revision=22837
-
- 08 Dec, 2010 5 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=22836
-
David Anderson authored
svn path=/trunk/boinc/; revision=22835
-
David Anderson authored
but it's not finished yet. ACTIVE_TASK::est_dur() was returning 0 when it should have returned elapsed_time. svn path=/trunk/boinc/; revision=22834
-
Rom Walton authored
TODO: create/delete. samples/vboxwrapper/ vbox.cpp, .h vbox_win.cpp vboxwrapper.cpp vm.cpp, .h win_build/ vboxwrapper.vcproj svn path=/trunk/boinc/; revision=22833
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22832
-
- 07 Dec, 2010 2 commits
-
-
David Anderson authored
- Add README file and templates for Rappture wrapper - create_work: create defaults for --wu_name, --wu_template, --result_template - user web: fix typo on workunit.php svn path=/trunk/boinc/; revision=22826
-
Bernd Machenschalk authored
but it should be safe to use localtime here svn path=/trunk/boinc/; revision=22825
-
- 06 Dec, 2010 4 commits
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22823
-
David Anderson authored
svn path=/trunk/boinc/; revision=22822
-
David Anderson authored
svn path=/trunk/boinc/; revision=22821
-
David Anderson authored
svn path=/trunk/boinc/; revision=22820
-
- 03 Dec, 2010 2 commits
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22818
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22816
-
- 02 Dec, 2010 1 commit
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22805
-