Different projects for 2 gpus

Message boards : GPUs : Different projects for 2 gpus
Message board moderation

To post messages, you must log in.

AuthorMessage
bayanne

Send message
Joined: 13 Mar 13
Posts: 5
United Kingdom
Message 75811 - Posted: 9 Feb 2017, 11:28:31 UTC

I am considering trying out an external GPU to run a project on, but wondered if it can run a different project than the existing GPU
ID: 75811 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5081
United Kingdom
Message 75812 - Posted: 9 Feb 2017, 12:02:07 UTC - in response to Message 75811.  

Certainly can. You can either let BOINC allocate tasks by itself, or you can use the <exclude_gpu> configuration option to restrict its freedom of action - I use that to restrict the more demanding projects to use the faster GPU only.
ID: 75812 · Report as offensive
Yair Givoni

Send message
Joined: 2 Mar 17
Posts: 2
Israel
Message 76215 - Posted: 2 Mar 2017, 21:11:10 UTC - in response to Message 75812.  

At least for me it works only in theory, I have two GPUs in my machine and I tried the following cc_config, BOINC did indeed excluded as asked but it only downloaded in pairs, when the first WU finished it insisted that no work is needed until the 2nd finished and then it will load another pair.

<cc_config>
<options>
<allow_multiple_clients>1</allow_multiple_clients>
<allow_remote_gui_rpc>1</allow_remote_gui_rpc>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://www.primegrid.com/</url>
<device_num>1</device_num>
<app>genefer15</app>
</exclude_gpu>
<exclude_gpu>
<url>http://www.primegrid.com/</url>
<device_num>0</device_num>
<app>genefer16</app>
</exclude_gpu>
</options>
</cc_config>
ID: 76215 · Report as offensive

Message boards : GPUs : Different projects for 2 gpus

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.