Привіт Гість ( Вхід | Реєстрація )

> Boinc-client Version 7.x.x, Обсуждение работы седьмой версии клиента
Andrey Fenchenko
Dec 4 2011, 18:04
Пост #1


кранчер з фермою
*******

Група: Trusted Members
Повідомлень: 809
З нами з: 23-January 06
З: Київ
Користувач №: 160
Стать: Чол
Парк машин:
Ryzen 5 1400, GTX1650S Run 24*7*365 & Phenom II X4 B50 24*7*365 & More other



Появилась новая седьмая ветка в развитии BOINC

Актуальная версия для загрузки: 7.4.*
recommended \ 7.4.*


Ссылки для прямой загрузки:

Поскольку они часто меняются, то в этом нет смысла. Ссылка на все версии ниже.

Все версии BOINC можно качать ОТСЮДА

Описание изменений: http://bolt.berkeley.edu/dev/forum_thread.php?id=6698 До 7.0.65

Описание изменений: http://bolt.berkeley.edu/dev/forum_thread.php?id=8378 С 7.1.1
===============================================

Use these flags from the cc_config.xml file.

===============================================

 

P.S. Отличий от шестой версии не нашел. Вкладку "Сообщения" так и не вернули.
P.P.S. По мере выхода новых версий ссылки в шапке будут обновляться.

Це повідомлення відредагував Death: Oct 31 2014, 22:40
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Відповідей
(_KoDAk_)
May 25 2013, 21:31
Пост #2


BOINC-guru
*********

Група: Trusted Members
Повідомлень: 3 662
З нами з: 11-August 07
З: Kharkov
Користувач №: 569
Стать: Чол
Парк машин:
E3-1245V2@3400-Mhz 16GB 1х GTX760DCMOC2GD5 Q8200@2300-Mhz 4GB + то там то сям



с 7.0.64(65) до 7.1.1
(Show/Hide)


client: major overhaul of work-fetch logic based on suggestions by Jacob Klein. The new policy is roughly as follows:
-> Find the highest-priority project P that is allowed to fetch work for a resource below buf_min
-> Ask P for work for all resources R below buf_max for which it's allowed to fetch work, unless there's a higher-priority project allowed to request work for R.

If we're going to do an RPC to P for reasons other than work fetch, the policy is:
-> For each resource R for which P is the highest-priority project allowed to fetch work, and R is below buf_max, request work for R.

client: work fetch message tweaks: show state before actions.
client: fix bug in work fetch that prevented resource backoff.
client: fix bug in work fetch that caused infinite RPCs if all projects backed off.
GUI RPC: add "project_dir" field to PROJECT struct. GUIs can look for image files (stat_icon etc.) in this directory.
client: more fixes to GUI RPC addition. Also, replace get_project_dir() with a memoized member function of PROJECT.
client: final fix to GUI RPC addition.
client: fix fatal bug introduced in 64d7fa34.
AMD GPU naming tweaks. From [P3D] Crashtest.
client: Avoid showing too-old stats in GUI. Trim old credit statistics on each GUI RPC as well as each scheduler reply.
client: minor code cleanup.
MGR: bug fix - save settings when Windows is shut down. Work around a bug in wxWidgets 2.8.x which fails to call OnExit() when Windows is shut down, causing any changes to Manager settings to be lost.
Fix file permissions.
VBOX: Disable USB support in virtual machines by default.

On Linux the currently signed-in user has to be added to the vboxusers group in order to handle bridging USB devices. If the user has not taken that step virtual box throws a warning that looks like an error. This caused vboxwrapper to believe that the VM had failed to start. Since we do not know of any VM enabled problem that needs to communicate with an external USB device, just disable the feature entirely.

VBOX: Start keeping track on incompatible versions of VirtualBox.

Set the temporary exit delay to one day if an incompatible version is detected. This gives the volunteer a chance to take corrective action before the task errors out after it exceeds its deadline.

VBOX: Add some text to atderr about the incompatible version of VirtualBox.
VBOX: Disable virtualized COM ports, LPT ports, and audio cards. Also disable bi-directional clipboard and drag and drop services.

This probably isn't needed, but VirtualBox templates may change in the future and disabling them reduces our exposure to various types of errors.

client: don't use FLOPS info for completion estimates of NCI jobs.
client: fix compile warnings. From Gianfranco Costamagna.
MGR: Update GridRepublic, CharityEngine, ProgressThruProcessors to new V7 skins.
client: message tweak (show "don't need" in work request msg).
WCG: Fix issue with not uninstalling previous version of World Community Grid. Use WCG icon for add/remove programs.
MGR: Flush Manager settings to Windows Registry or user prefs when practical to do so.
MGR: fix build break.
MGR: clear instance pointer after delete.
WCG: Set files to 'always overwrite' so that in the future, version downgrades will not encounter issues with some files not installling properly.
VBOX: Fix version check so that it can work with RPM based distros of Linux.
VBOX: Adjust the set_cpu_usage() and set_network_usage() function prototypes to use ints and handle the preference conversion in the calling function.
VBOX: Set the minimum CPU usage value to 5%, if for some reason somebody chooses 0% (on purpose or bug) VirtualBox goes nuts. This should give the VM at least enough time to render a few frames and eventually boot.
VBOX: Update project files.
VBOX: Adjust the failsafe minimum CPU Usage value to 1. The VM should eventually boot.
boinccmd: check RPC replies for errors; show them.
VBOX: a value of 0 in <cpu_usage_limit> means "no limit", so set it to 100 if it is 0.
Unix install: copy .po files as non-executable.
VBOX: Break the modify VM phase into smaller chunks. Some platforms do not support turning off LPT ports for instance.
client: task schedule tweak to avoid starvation case. In enforce_run_list(), don't count the RAM usage of NCI tasks. NCI tasks run sporadically, so it doesn't make to count it; doing so can starve regular jobs in some cases.
Unix install: use $(INSTALL) for directories.
WIN: Reintroduce the application manifest for the core client. If BOINC was launched from an unprivileged (non-admin/not part of boinc_users/boinc_admin) attempts to write state files were re-directed to the VirtualStore instead of failing. Once things were fixed other random issues would occur.
client: apply app_config.xml settings after each scheduler RPC.
Mac: update build instructions for GIT instead of SVN.
MGR: Immediately update Simple View default project icon, window icon and window title when switching skin.
Fix issue with not uninstalling previous version of World Community Grid. Use WCG icon for add/remove programs.
WCG: Minor change in application name.
MGR: Modify the behavior of the blinking box around the notices button in the simple view. The color of the blinking box will be Red by default but can be overriden by a tag <notices_alert_color> in a skin.xml file.
MGR: Modify how the event log is displayed on the screen for Windows. Make sure that the event log window will fit on the screen and will be shown entirely on screen.
MGR: Change text for suspend button in simple view to say suspend client.
MGR: Modify the way we place an oversized or off screen message dialogue onto the screen. This simply moves it fully onto the screen rather than centering it.
Change text on suspend button in simple view back to simply "Suspend" or "Resume".


--------------------
- "ты говоришь так, будто тебя чай ваше не вставляет "

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Повідомлення у даній Темі
Andrey Fenchenko   Boinc-client Version 7.x.x   Dec 4 2011, 18:04
Andrey Fenchenko   Та ничего принципиально нового нет. Поменял версию...   Dec 4 2011, 18:37
nikelong   Andrey Fenchenko, Вкладку "сообщения" н...   Dec 4 2011, 19:12
Andrey Fenchenko   nikelong, Ну это я сразу заметил бы :) К сожалени...   Dec 4 2011, 19:22
Andrey Fenchenko   Доступна для загрузки новая версия BOINC 7.0.3 С...   Dec 16 2011, 21:25
Waterfall   Доступна для загрузки новая версия BOINC [b]7.0.3...   Dec 23 2011, 12:24
vitalidze1   Глючить, після перезапуску не заходить в боїнка, п...   Dec 23 2011, 11:19
x3mEn   В мене не глючить. 7 днів (3 з них у челенджі), по...   Dec 23 2011, 12:00
omega.zp   +1 проблем ноу детектед, не смотря на всю специфик...   Dec 23 2011, 12:22
x3mEn   Waterfall, так-то воно так, але є проекти, що вима...   Dec 23 2011, 15:44
Andrey Fenchenko   А вот Constellation наоборот, не хочет с новой вер...   Dec 23 2011, 16:07
Death   omega.zp, вот интересно - сколько займёт построени...   Dec 23 2011, 16:38
Death   boinc_7.0.5_windows_intelx86.exe 27-Dec-2011 16:06...   Dec 28 2011, 13:43
omega.zp   7.0.6 уже есть) х86 х64   Dec 28 2011, 22:58
Death   Preliminary Change Log 7.0.5 --> 7.0.6: clie...   Dec 28 2011, 23:18
Death   boinc_7.0.6_windows_intelx86.exe 28-Dec-2011 20:02...   Dec 28 2011, 23:31
omega.zp   BOINC 7.0.7 Preliminary Change Log 7.0.6 --> ...   Dec 31 2011, 18:15
Khvastov Maxim   о. знакомая тема. 1 поставь последний боинк. 707...   Jan 5 2012, 10:04
eugeny   В новом клиенте разграничили duration_correction_f...   Jan 5 2012, 10:26
Death   Khvastov Maxim, с того места где оно ищет либссл н...   Jan 5 2012, 11:06
8 Сторінки V  1 2 3 > » 


Reply to this topicStart new topic
2 Користувачів переглядають дану тему (2 Гостей і 0 Прихованих Користувачів)
0 Користувачів:

 



- Lo-Fi Версія Поточний час: 3rd August 2025 - 07:06