Advanced search

Message boards : Graphics cards (GPUs) : choose which gpu is priority

Author Message
Gordon
Send message
Joined: 15 Jun 12
Posts: 2
Credit: 358,371,022
RAC: 1
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwat
Message 42344 - Posted: 9 Dec 2015 | 13:56:11 UTC
Last modified: 9 Dec 2015 | 13:58:01 UTC

hi everyone
I have got gtx 970 (device 0) and 680 (device 1) and i want to run in priority 680 when they have only one gpu application available. is it possible(in cc_config.xml) ?
ps: sry for my bad english :)

Gordon
Send message
Joined: 15 Jun 12
Posts: 2
Credit: 358,371,022
RAC: 1
Level
Asp
Scientific publications
watwatwatwatwatwatwatwatwatwatwat
Message 42385 - Posted: 13 Dec 2015 | 20:58:46 UTC
Last modified: 13 Dec 2015 | 21:01:02 UTC

for multi gpu config (devices) if you want play video game on your (device 0) and that there is only one work unit available, add or delete

<exclude_gpu>
<url>http://www.gpugrid.net/</url>
<device_num>0</device_num>
</exclude_gpu>

in cc_config.xml
for exemple

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://www.gpugrid.net/</url>
<device_num>0</device_num>
</exclude_gpu>
<skip_cpu_benchmarks>1</skip_cpu_benchmarks>
</options>
</cc_config>

Post to thread

Message boards : Graphics cards (GPUs) : choose which gpu is priority

//