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

27 Сторінки V « < 16 17 18 19 20 > »   
Reply to this topicStart new topic
> Boinc-client Version 6.x.x, Обсуждение работы шестой версии клиента
cosmo_vk
Oct 1 2009, 04:51
Пост #256


kранчер
****

Група: Trusted Members
Повідомлень: 86
З нами з: 19-September 08
З: Ковров
Користувач №: 828
Стать: НеСкажу
Парк машин:
всего по немногу



конвеер...
только успел 6.10.10 поставить, как уже 11-я вышла


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 1 2009, 06:44
Пост #257


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

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



ну дык работа кипит) и это гут


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Gelo
Oct 6 2009, 17:44
Пост #258


мрію про ферму...
*****

Група: Trusted Members
Повідомлень: 204
З нами з: 17-July 09
З: Дніпропетровськ
Користувач №: 1 114
Стать: Чол
Free-DC_CPID
Парк машин:
Microsoft Windows 7 Ultimate (64-bit), DualCore Intel Pentium E2160@ 3000 MHz, 2048 Гб - озу, ATI Radeon HD 5870(gpu 960Mhz), ATI Radeon HD 5770(gpu 960Mhz), 250 и 500 Гб винты.



boinc_6.10.13_windows_x86_64.exe 05-Oct-2009 21:29 8.1M
boinc_6.10.13_windows_intelx86.exe 05-Oct-2009 21:28 6.8M
boinc_6.10.12_windows_x86_64.exe 05-Oct-2009 14:06 7.8M
boinc_6.10.12_windows_intelx86.exe 05-Oct-2009 14:05 6.8M


--------------------
(Show/Hide)



User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 6 2009, 18:15
Пост #259


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

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



Tag for 6.10.12 release, all platforms boinc_core_release_6_10_12 Change Log:
- client: fix crashing bug introduced in [18605]
- client: if downloaded project list file is garbage, ignore it.
- all: accept <foo /> as an XML bool
- client: Apparently it is valid for the autoproxy to return successful API completeion but a null proxy list. Check for the null instead of crashing.
- client: only support one of the ati13* plan classes at a time. A couple users had not updated their amdcal* runtime libraries after upgrading catalyst drivers. This was leading to crashes of the project applications when work was supplied looking for the old DLL names.
- client: fix a handle leak I just introduced. (From: Andreas a.k.a Gipsel)
- lib: Fix memory/resource leak. (From Nicolбs Alvarez)
- lib: Add additional ATI descriptions.
- lib: Fix some inaccurate ATI capabilities in certain cards. (From: Andreas a.k.a Gipsel)
- lib: Fix memory/resource leak. (From Nicolбs Alvarez) (reprise)
- client: restore calDeviceGetInfo(), add its info to COPROC_ATI struct (some plan class might need to know this).

- Code cleanup.
- client: better behavior if a GPU goes away:
1) if an APP_VERSION is missing a coprocessor, don't delete it and its files. (If the coprocessor returns, we won't need to re-download)

2) if a RESULT uses an app version that is missing a coprocessor, abort it (rather than deleting it). The client will report the result on the next scheduler RPC, and the server will make a new instance.

- client: fix bug where if you change project "no CPU/NVIDIA/ATI" prefs and update, the change wouldn't take effect until client restart.
- client: fix bug in enforcement of "no CPU/NVIDIA/ATI" prefs
- client: make the order of the result vector consistent with the order used to select coproc jobs
- client: improve coproc_debug messages
- client: if a task is running, uses a GPU, and the system has >1 GPU, append text to its resource string saying which GPU it's using
- manager: tweak Task properties text
- DIAG: Suspend threads right before extracting their context and then resume them afterwards. Otherwise we could end up in a deadlock state where both the main thread and a support thread are attempting to use the same system resource. In the last situation it was way down in Winsock.
- DIAG: Don't resume after the thread has been suspended, otherwise the thread stack may be trashed after extracting the context. This should still be okay though as by the time the diagnostics framework has gotten here it has already downloaded all the symbols it'll need.
-client: Fix crash that was introduced 7 months ago. (From Nicolбs Alvarez)

Tag for 6.10.13 release, all platforms boinc_core_release_6_10_13

- client: Fix crash that was introduced 7 months ago. (From Nicolбs Alvarez)
- client: Fix a missed checkin that prevents a crash during autoproxy detection.


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 16 2009, 23:34
Пост #260


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

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



Change log for 6.10.14
- MGR: Fix the Statistics page Save/Restore project display feature.
- MGR: If aborting multiple tasks, ask "Are you sure?" only once.
- client: Fix crash that was introduced 7 months ago. (From Nicolбs Alvarez)
- client: remove redundant 0s in job log
- client: add --unsigned_apps_ok cmdline option and <unsigned_apps_ok> config option. This tells the client to allow unsigned apps. For testing. No file xfers or other network traffic will be allowed if set.
- client: add <exit_after_finish> option (same as cmdline flag)
- client: add <skip_cpu_benchmarks> option (same as cmdline flag)
- client: print message if abort past-deadline unstarted job
- client: improve message when have NVIDIA drivers but no GPU
- client: if anonymous platform description (app_info.xml) doesn't specify FLOPS for a GPU app, assume that it runs at CPU peak speed rather than GPU peak speed. Better to be conservative, otherwise job might be aborted due to time limit exceeded.
- client: on startup, if a coproc needed by a job is missing, set a "coproc_missing" flag rather than aborting the job. If use removes a GPU board while there's a large queue of GPU jobs, they'll stay queued (until their deadline passes).

Note: this doesn't fix the situation where user connects via Remote Desktop while GPU jobs are running or queued. We should check for Remote Desktop every minute or so, and stop GPU jobs.

- client: the get_all_projects_list() RPC doesn't require auth
- client: don't multiply checkpoint interval (i.e., "disk interval" pref) by # processors.
- actually, make it "Tasks checkpoint to disk at most every ..." and change it in the advanced prefs dialog too
- LIB: Make the is_remote_desktop compilable for all VS versions and SKUs.
- MGR: Fix initial first connection problem on startup. I'm not sure why it was only happening at startup, there might have been a few crashes because of this issue as well. The basic problem is that wxWidgets had an exception handler around the initial frame creation and when the first GUI RPC was issued to detect whether or not we were atached to an account manager during menu creation the GUI thread would go about doing idle processing while waiting for the GUI RPC thread to initialize. During this time the frame pointer is NULL and was getting dereferenced which would halt window construction and stay there until some other event was fired.

- MGR: Initial dose of code cleanup and shuffling. Order the menu functions in the order in which they are displayed in the menu.
- client: address the situation where GPUs become unusable for certain periods (e.g. when Remote Desktop is used on Win).
* add is_usable() member function to COPROC.

Currently this just calls the respective (CUDA or CAL) initialization function. We need to check whether this works and/or causes problems.
* in enforce_schedule(), check whether usability has changed for each GPU type.

If we've gone from usable to unusable, flag all jobs for that GPU as coproc_missing (so they won't get run, and will quit if they're running). If we've gone from unusable to usable, clear the flag.

This should deal with all cases except where the client is started up with GPUs unusable.
- client: bug fixes to the above. Don't fetch work for an unable resource.
- update cal.h to current ATI code
- client/scheduler: standardize the FLOPS estimate between NVIDIA and ATI. Make them both peak FLOPS, according to the formula supplied by the manufacturer.
The impact on the client is minor:
* the startup message describing the GPU
* the weight of the resource type in computing long-term debt

On the server, I changed the example app_plan() function to assume that app FLOPS is 20% of peak FLOPS (that's about what it is for SETI@home).

- client: the weight of GPU debt in computing total debt should be (estimated throughput of all GPUs)/(estimated throughput of all CPUs) rather than the ratio of 1 GPU to 1 CPU. This change will hopefully cause ratios of granted credit to more closely match resource shares.
- client: multi-thread jobs were being given too high priority; in particular, they were preempting jobs in the middle of time slice.

Solution:
1) don't use MT in the sort order defined by more_important().
2) add a 2nd reordering in which MT jobs are moved ahead of non-MT jobs, but only if #CPUs used is < #CPUs (see promote_multi_thread_jobs())

- client: the seqno of jobs in progress but not selected was being set to zero. It should be runnable_jobs.size(). This could potentially cause wrong scheduling decisions.


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rilian
Oct 16 2009, 23:37
Пост #261


interstellar
**********

Група: Team member
Повідомлень: 17 157
З нами з: 22-February 06
З: Торонто
Користувач №: 184
Стать: НеСкажу
Free-DC_CPID
Парк машин:
ноут и кусок сервера



- MGR: If aborting multiple tasks, ask "Are you sure?" only once.

ура! очень полезная фича


--------------------
(Show/Hide)


IPB Image

IPB Image

IPB Image
IPB Image

загальна статистика: BOINCstats * FreeDC команда: BOINC команда Ukraine

IPB Image

IPB Image
User is online!Profile CardPM
Go to the top of the page
+Quote Post
nikelong
Oct 16 2009, 23:42
Пост #262


Тера ранчер
**********

Група: Trusted Members
Повідомлень: 11 909
З нами з: 19-March 05
Користувач №: 92
Стать: Чол



Не прошло и полгода ...


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 18 2009, 10:24
Пост #263


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

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



QUOTE(Rilian @ Oct 17 2009, 00:37) *
- MGR: If aborting multiple tasks, ask "Are you sure?" only once.

ура! очень полезная фича




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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 19 2009, 22:36
Пост #264


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

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



BOINC 6.10.15
- MGR: Fix build break on Mac
- client: Use is_remote_desktop() instead of the various GPU functions to determine when the client software has been switched into Remote Desktop mode and shutsdown GPU apps. This will prevent App crashes.



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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 20 2009, 20:26
Пост #265


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

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



BOINC 6.10.16
Change log:
- client: Use the ANSI version of WTSQuerySessionInformation to determine if Remote Desktop is in use.

з.ы. у меня это версия мега шустро стала запускаться и открываться из трея....


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 21 2009, 13:33
Пост #266


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

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



BOINC 6.6.41
- client (Linux): when launching apps, put a relative path to the executable (../../projects/x/y) into argv[0], not just the executable filename. Apparently the new NVIDIA drivers have a bug that cause CUDA apps to crash unless this is done.

- MGR: Fix initial first connection problem on startup. I'm not sure why it was only happening at startup, there might have been a few crashes because of this issue as well. The basic problem is that wxWidgets had an exception handler around the initial frame creation and when the first GUI RPC was issues to detect whether or not we were attached to an account manager during menu creation the GUI thread would go about doing idle processing while waiting for the GUI RPC thread to initialize. During this time the frame pointer is NULL and was getting dereferenced which would halt window construction and stay there until some other event was fired.

Please test this version with projects that return zero byte files, such as Lattice and Sztaki and let the developers know if it works. You can post about this version in the forums, we will put through all test reports to the developers.


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rilian
Oct 24 2009, 01:00
Пост #267


interstellar
**********

Група: Team member
Повідомлень: 17 157
З нами з: 22-February 06
З: Торонто
Користувач №: 184
Стать: НеСкажу
Free-DC_CPID
Парк машин:
ноут и кусок сервера



Добавил в шапку ссылку "все версии, включая самые последние девелоперские!"

В последней версии во вкладке "Tasks" обнаружена кнопка "Show only active tasks / Show all tasks". Полезно если БОИНК тормозит из-за большого количества ВЮ


--------------------
(Show/Hide)


IPB Image

IPB Image

IPB Image
IPB Image

загальна статистика: BOINCstats * FreeDC команда: BOINC команда Ukraine

IPB Image

IPB Image
User is online!Profile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 24 2009, 08:57
Пост #268


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

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



а в меню ВИД теперь есть еше горячии клавищи каждой закладки Боинк менеджера...


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 26 2009, 22:12
Пост #269


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

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



BOINC 6.6.41 cтал рекомендуемым


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

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Oct 29 2009, 08:49
Пост #270


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

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



BOINC 6.10.17

- WINSETUP: Remove the 'SeDebugPrivilege' prev from the list of privs the installer sets for BOINC.
- MGR: Change the shortcut key for switching to the simple view.
- client: If an administrator has deployed proxy settings at runtime or during a VPN connection allow the client to read the new proxy configuration from the registry.
- MGR: Add View menu with Cmd+Shift+A to Mac Simple GUI for disabled users.
- WININSTALL: Abort install if Win9x detected.


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

(Show/Hide)











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

27 Сторінки V « < 16 17 18 19 20 > » 
Reply to this topicStart new topic
1 Користувачів переглядають дану тему (1 Гостей і 0 Прихованих Користувачів)
0 Користувачів:

 



- Lo-Fi Версія Поточний час: 20th June 2025 - 16:41