Message boards :
Number crunching :
Prevent BOINC requesting GPU work ?
Message board moderation
Author | Message |
---|---|
Send message Joined: 17 Aug 04 Posts: 289 Credit: 44,103,664 RAC: 0 |
Hello everyone, Prevent BOINC requesting Nvidia work ? a way to prevent BOINC requesting Nvidia work ? on 29 Jun 2012 - in Message 444888 MarkJ wrote the following: <quote> So I guess I'm asking. Windows 7 BOINC 7.0.28 (x86) - running as a single instillation - (not as a service) - on this computer # 1167855 my fastest Computer - I'm only running one project and no GPU apps - on this computer - only Climate Prediction.net - 24/7 so ... does anyone know how I can prevent BOINC from requesting ATI and/or Nvidia work (on a per-project basis) ? thanks for any hints, suggestion or help. Byron |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
I think that you need to use a cc_config file. See the list of options in: How do I configure my client using the cc_config.xml file?. (The really long line.) There's supposed to be a prefs option in people's Account page, but I think that the server software is not sufficiently up to date for that. Backups: Here |
Send message Joined: 10 Dec 04 Posts: 15 Credit: 4,870,098 RAC: 0 |
Projects that provide GPU work also provide one or two editable GPU options on the project's preferences page. These are enforceable on BOINC versions subsequent to 6.10. You won't see those options on your climateprediction.net preferences page since CPDN doesn't provide work for GPUs "Nothing will benefit human health and increase chances for survival of life on Earth as much as the evolution to a vegetarian diet." - Einstein |
Send message Joined: 19 Sep 04 Posts: 92 Credit: 2,006,645 RAC: 402 |
There are projects that don't have GPU work, but indicate that they don't have GPU work to the BOINC client (they must have a newer server code). You can see this in the project properties, scheduling section as "Don't fetch work for ATI/NVIDIA GPU -> Project has no apps for ATI/NVIDIA GPU". I would also like to know how to do this manually for projects that don't upgrade their server code. Professor Desty Nova Researching Karma the Hard Way |
Send message Joined: 7 Aug 04 Posts: 2183 Credit: 64,822,615 RAC: 5,275 |
I'm only running one project and no GPU apps - on this computer - only Climate Prediction.net - 24/7 As others have stated, I don't think it can be done on a per project basis with the current version of boinc at cpdn. Based on the info on the page that Les linked to, this is what I have in my cc_config.xml file that keeps my boinc version (7.0.28) from requesting GPU apps. I'm not trying to run GPU apps on other projects. <cc_config> <options> <no_gpus>1</no_gpus> <ignore_ati_dev>0</ignore_ati_dev> </options> </cc_config> |
Send message Joined: 28 Mar 09 Posts: 126 Credit: 9,825,980 RAC: 0 |
You use an <exclude_gpu> in your cc_config file. It allows you to prevent a gpu from being used by a particular project. Its a client side things, doesn't require any change on the server. My cc_config file: <cc_config> <options> <http_1_0>1</http_1_0> <http_transfer_timeout>120</http_transfer_timeout> <exclude_gpu> <url>http://climateprediction.net</url> </exclude_gpu> <exclude_gpu> <url>http://einstein.phys.uwm.edu</url> </exclude_gpu> </options> <log_flags> <sched_op_debug>1</sched_op_debug> <work_fetch_debug>0</work_fetch_debug> </log_flags> </cc_config> You can see I have excluded my one and only GPU from being used by both Climate Prediction and Einstein. This particular machine uses the GPU for GPUgrid work. You can have multiple <exclude_gpu> statements. If you don't already have a cc_config.xml file you'll need to create it in the BOINC data directory. Use a text editor such as Notepad and make sure its an .xml file (notepad likes to put .txt on the end of the file names). After doing this either re-read the config file (on the menu bar Advanced -> Read config file) or shut it down and start it up again. Details about the config file can be found here BOINC blog |
Send message Joined: 19 Sep 04 Posts: 92 Credit: 2,006,645 RAC: 402 |
Thanks. I've now excluded all projects I have that don't have updated server code. Professor Desty Nova Researching Karma the Hard Way |
Send message Joined: 27 Jan 07 Posts: 300 Credit: 3,288,263 RAC: 26,370 |
exclude_gpu doesn't work on 6.10... and the Wiki does not say what version you must have for it to work. :( You use an <exclude_gpu> in your cc_config file. It allows you to prevent a gpu from being used by a particular project. Its a client side things, doesn't require any change on the server. |
Send message Joined: 6 Aug 04 Posts: 264 Credit: 965,476 RAC: 0 |
I see no reason to exclude GPU work. I am using it both on SETI@home and Einstein@home. None of my six other projects uses GPU, only Virtual Box. Tullio |
Send message Joined: 5 Aug 04 Posts: 250 Credit: 93,274 RAC: 0 |
exclude_gpu doesn't work on 6.10... and the Wiki does not say what version you must have for it to work. :( BOINC Source code, checkin_notes 2011 wrote: David 23 Jun 2011 Which translates to around 6.12.34 Jord. |
©2024 cpdn.org