Commit Graph

15550 Commits

Author SHA1 Message Date
David Anderson 12869ae674 - client: give dynamic estimate (based on fraction done)
a greater weight in time-to-completion estimate


svn path=/trunk/boinc/; revision=21040
2010-04-01 03:32:14 +00:00
Rom Walton c914aebe0e - MGR: Fix double inclusion problem with change in header layouts
on Linux.
        
    clientgui/gtk/
        taskbarex.cpp

svn path=/trunk/boinc/; revision=21037
2010-03-31 19:30:53 +00:00
David Anderson 9a06c4164f - client: Fermi compute capability is 2, not 3
svn path=/trunk/boinc/; revision=21036
2010-03-31 18:31:56 +00:00
David Anderson ca342e9b69 - client: delete project_init.xml if attached to any project.
- manager: avoid divide by zero if the only project
        has zero resource share

svn path=/trunk/boinc/; revision=21035
2010-03-31 18:31:04 +00:00
David Anderson ad9e5bd833 - client: NVIDIA peak FLOPS estimate was wrong for Fermi
(32 cores, not 8)

svn path=/trunk/boinc/; revision=21034
2010-03-31 05:29:37 +00:00
David Anderson 1d6fccfbe8 - finish up the auto-team feature
svn path=/trunk/boinc/; revision=21033
2010-03-30 20:58:39 +00:00
Rom Walton 826e3e56de - MGR: Bad things happen when you don't initialize default values
for variables under wxWidgets.
        
    clientgui/
        TermsOfUsePage.cpp

svn path=/trunk/boinc/; revision=21032
2010-03-30 20:44:13 +00:00
David Anderson 0cf09e579e svn path=/trunk/boinc/; revision=21031 2010-03-30 20:19:50 +00:00
David Anderson 0fa5b4e129 - client/manager/GUI RPC: project_info.xml file can contain <team_name>.
If present, and a new user account is created,
    it will be made a member of that team if it exists.

svn path=/trunk/boinc/; revision=21030
2010-03-30 17:46:09 +00:00
Charlie Fenton df0dbd3f40 MGR: Allow updates to continue behind the notification alert
svn path=/trunk/boinc/; revision=21029
2010-03-30 13:00:11 +00:00
Charlie Fenton ff154f035f MGR: Allow updates to continue behind the notification alert
svn path=/trunk/boinc/; revision=21028
2010-03-30 12:59:23 +00:00
Charlie Fenton fd0b7a7ce2 MGR: If there are new notices on Mac: Request user attention if Manager is hidden, and display an alert if Manager is open to a tab other than Notices
svn path=/trunk/boinc/; revision=21027
2010-03-30 11:39:41 +00:00
Charlie Fenton d39137da1a Remove unused taskbar icon tooltip code on Mac
svn path=/trunk/boinc/; revision=21026
2010-03-30 01:40:04 +00:00
Charlie Fenton 32127642b2 MGR: Mac fixes for recent task bar cleanup work
svn path=/trunk/boinc/; revision=21025
2010-03-30 01:15:30 +00:00
Charlie Fenton e82d761e23 MGR: Call get_notices RPC once per minute when Notices tab is not open so we can notify the user when new notices become available
svn path=/trunk/boinc/; revision=21024
2010-03-30 00:06:43 +00:00
David Anderson 582dcb2912 - client/manager: prefix anonymous platform apps with "Local: "
svn path=/trunk/boinc/; revision=21023
2010-03-29 22:33:08 +00:00
David Anderson 2335e009bb svn path=/trunk/boinc/; revision=21022 2010-03-29 22:29:21 +00:00
David Anderson fb851311e0 - server: various changes;
see http://boinc.berkeley.edu/trac/wiki/CreditNew

    Projects will need to update DB and recompile all back-end programs.

    Summary:
    - new way of computing credit
    - "reliable host" mechanism is per app version
    - "host punishment" mechanism is per app version
    - adjustment of wu.rsc_fpops_est provides the
        equivalent of per app version DCF
    - max jobs in progress is now per app
    - max jobs per RPC is now per app

    TODO:
    - reliable mechanism:
        - populate and use host_app_version.error_rate
        - populate host_app_version.turnaround
    - host punishment:
        - populate host_app_version.max_jobs_per_day
        - populate host_app_version.n_jobs_today
        - use app.max_jobs_per_day_init
    - job limits:
        - use app.max_jobs_in_progress, max_gpu_jobs_in_progress
        - use app.max_jobs_per_rpc
    - adjust wu.rsc_fpops_est
    - remove old credit stuff
        fpops_cumulative, credit_multiplier
        credit computation in scheduler

- AVERAGE class: use the Knuth algorithm (Wikipedia)


svn path=/trunk/boinc/; revision=21021
2010-03-29 22:28:20 +00:00
David Anderson 842a073bbd - client/maanager: show "No CPU prefs" etc. in project properties
svn path=/trunk/boinc/; revision=21020
2010-03-29 19:44:22 +00:00
David Anderson 679fb7132c svn path=/trunk/boinc/; revision=21019 2010-03-29 19:08:19 +00:00
Rom Walton 6ac9347f15 Quick Updates
svn path=/trunk/boinc/; revision=21018
2010-03-29 17:42:49 +00:00
David Anderson de86a5695e - client: compile fix
svn path=/trunk/boinc/; revision=21017
2010-03-29 17:40:17 +00:00
Rom Walton f7a1acdf22 - MGR: Display a balloon on Windows and Linux, while causing
the dock to bounce on the Mac whenever new notices arrive.
    - MGR: More cleanup work for the task bar.
    
    clientgui/
        BOINCTaskBar.cpp, .h
    clientgui/msw/
        taskbarex.cpp

svn path=/trunk/boinc/; revision=21016
2010-03-29 17:20:12 +00:00
BOINC Translator 63dc2bd053 Update Translations
svn path=/trunk/boinc/; revision=21015
2010-03-29 12:00:09 +00:00
BOINC Translator 6e896334d0 Update Translations
svn path=/trunk/boinc/; revision=21014
2010-03-29 09:00:05 +00:00
David Anderson 78b940e042 - Manager: fix bug in task properties app name display
svn path=/trunk/boinc/; revision=21013
2010-03-29 03:47:42 +00:00
BOINC Translator 6b674aa79d Update Translations
svn path=/trunk/boinc/; revision=21012
2010-03-29 00:00:04 +00:00
David Anderson 6c39a91b1c - user web: in above case, remove notifications as well
svn path=/trunk/boinc/; revision=21011
2010-03-28 23:47:17 +00:00
BOINC Translator ff27d3e5b0 Commit from BOINC Translation Services by user SaharovNA. 739 of 918 messages translated (179 fuzzy).
svn path=/trunk/boinc/; revision=21010
2010-03-28 20:14:24 +00:00
BOINC Translator b8d5d4f4b8 Commit from BOINC Translation Services by user SaharovNA. 724 of 918 messages translated (194 fuzzy).
svn path=/trunk/boinc/; revision=21009
2010-03-28 20:05:34 +00:00
BOINC Translator 27f004548a Commit from BOINC Translation Services by user SaharovNA. 723 of 918 messages translated (195 fuzzy).
svn path=/trunk/boinc/; revision=21008
2010-03-28 20:04:09 +00:00
BOINC Translator 1efb02851d Update Translations
svn path=/trunk/boinc/; revision=21007
2010-03-26 22:00:02 +00:00
BOINC Translator 021dd0bdeb Update Translations
svn path=/trunk/boinc/; revision=21006
2010-03-26 21:00:02 +00:00
BOINC Translator e00c0e0090 Update Translations
svn path=/trunk/boinc/; revision=21004
2010-03-26 15:00:03 +00:00
David Anderson 03f646779c - user web: if a forum or thread is not visible to a user,
remove their subscriptions to it.


svn path=/trunk/boinc/; revision=21003
2010-03-26 05:34:14 +00:00
David Anderson e5ac873205 - boinccmd: add --set_gpu_mode command
- fix some compile warnings


svn path=/trunk/boinc/; revision=21002
2010-03-25 23:48:58 +00:00
Eric J. Korpela 37d450bff8 Fix for compiles on machines where libresolv doesn't have a res_init() function.
svn path=/trunk/boinc/; revision=21001
2010-03-25 23:01:37 +00:00
BOINC Translator 34c3b88f86 Update Translations
svn path=/trunk/boinc/; revision=21000
2010-03-25 20:00:02 +00:00
Rom Walton f8afdd20b1 Quick Updates
svn path=/trunk/boinc/; revision=20999
2010-03-25 18:17:07 +00:00
Rom Walton c95f0e1a91 - MGR: Simplify the taskbar code before implementing the notice detection
code for the taskbar.
        
    clientgui/
        BOINCTaskBar.cpp

svn path=/trunk/boinc/; revision=20998
2010-03-25 18:10:24 +00:00
David Anderson 7bb82a9f83 - web RPC: include mem and disk info in host XML record
svn path=/trunk/boinc/; revision=20997
2010-03-25 16:38:17 +00:00
BOINC Translator 1d4e007c38 Update Translations
svn path=/trunk/boinc/; revision=20996
2010-03-24 21:00:02 +00:00
BOINC Translator 23064ad9b8 Update Translations
svn path=/trunk/boinc/; revision=20995
2010-03-24 20:00:02 +00:00
Bernd Machenschalk ed8b0e5499 db_purge:
- fix -one_pass
- added -dont_delete (don't delete from DB, for testing)
- added -daily_dir (write archives in a new directory each day)

svn path=/trunk/boinc/; revision=20993
2010-03-24 10:57:16 +00:00
Charlie Fenton a92504a7eb MGR: Change Advanced Menu item "Run GPU never" to "Suspend GPU"
svn path=/trunk/boinc/; revision=20991
2010-03-23 21:23:41 +00:00
BOINC Translator ae3dc5b0da Update Translations
svn path=/trunk/boinc/; revision=20989
2010-03-23 19:00:02 +00:00
BOINC Translator 3f828eb4d6 Update Translations
svn path=/trunk/boinc/; revision=20988
2010-03-23 18:00:02 +00:00
David Anderson d40be2dbf7 - feeder: compile fix
svn path=/trunk/boinc/; revision=20987
2010-03-23 17:26:05 +00:00
David Anderson ea56e5df42 - screensaver fix
svn path=/trunk/boinc/; revision=20986
2010-03-23 17:11:33 +00:00
Charlie Fenton 3ca5c8ac21 Mac SS: Fix build break due to RPC changes of std::string to char[n]
svn path=/trunk/boinc/; revision=20985
2010-03-23 09:52:05 +00:00