Multi-GPU Question

Message boards : Questions and problems : Multi-GPU Question
Message board moderation

To post messages, you must log in.

AuthorMessage
Trigunflame
Avatar

Send message
Joined: 13 Apr 10
Posts: 2
United States
Message 32177 - Posted: 13 Apr 2010, 19:56:16 UTC

I have 2 GPUs - I'm wanting to fully utilize the secondary GPU (GPU2) for crunching, leaving the primary GPU (GPU1) for the Desktop/Gaming/etc.

Is this possible, if so - how?
ID: 32177 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 32178 - Posted: 13 Apr 2010, 20:02:08 UTC - in response to Message 32177.  

Use the <ignore_cuda_dev>X</ignore_cuda_dev> flag in cc_config.xml.

Devices are numbered from zero onwards, so if the second GPU is the one you want to have ignored you add:

<cc_config>
<options>
<ignore_cuda_dev>1</ignore_cuda_dev>
</options>
</cc_config>


Save into your BOINC Data directory, then exit BOINC completely (so not just the Manager) and restart it. This can't be used with re-reading the config file.
ID: 32178 · Report as offensive
Trigunflame
Avatar

Send message
Joined: 13 Apr 10
Posts: 2
United States
Message 32180 - Posted: 13 Apr 2010, 20:41:46 UTC

Thankyou.
ID: 32180 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 32183 - Posted: 13 Apr 2010, 22:15:28 UTC - in response to Message 32178.  

Boinc 6.10.19 or later requied,

Claggy
ID: 32183 · Report as offensive

Message boards : Questions and problems : Multi-GPU Question

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.