Message boards : Questions and problems : Multi-GPU Question
Message board moderation
Author | Message |
---|---|
Send message Joined: 13 Apr 10 Posts: 2 ![]() |
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? |
![]() Send message Joined: 29 Aug 05 Posts: 15626 ![]() |
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. |
Send message Joined: 13 Apr 10 Posts: 2 ![]() |
Thankyou. |
Send message Joined: 23 Apr 07 Posts: 1112 ![]() |
Boinc 6.10.19 or later requied, Claggy |
Copyright © 2025 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.