Message boards : Questions and problems : Only 1 NVIDIA GPU being used
Message board moderation
Author | Message |
---|---|
Send message Joined: 26 Jun 12 Posts: 3 |
I have a dedicated cruncher that has been running a GTX275 for months. I just picked up an 8400GS for nothing. However, when I added it to the PC it is not being used. I read some other posts about rolling back the driver to 301.42 so I did that. Any other ideas? I have never had to tweak anything serious before... Here is my log file. 6/8/2013 10:29:55 PM | | No config file found - using defaults Thanks, ChuckBens |
Send message Joined: 23 Apr 07 Posts: 1112 |
Boinc will only use the most capable GPU by default, to enable use of it you need a cc_config.xml with the <use_all_gpus> option enabled: Client_configuration The next question is why is OpenCL being detected twice for each GPU: 6/8/2013 10:29:55 PM | | CUDA: NVIDIA GPU 0: GeForce GTX 275 (driver version 301.42, CUDA version 4.20, compute capability 1.3, 896MB, 834MB available, 1037 GFLOPS peak) Claggy |
Send message Joined: 20 Dec 07 Posts: 1069 |
The next question is why is OpenCL being detected twice for each GPU: I think a driver sweeper session is advisable: 6/8/2013 10:29:55 PM | | CUDA: NVIDIA GPU 0: GeForce GTX 275 (driver version 301.42, CUDA version 4.20, compute capability 1.3, 896MB, 834MB available, 1037 GFLOPS peak) Gruß, Gundolf |
Send message Joined: 26 Jun 12 Posts: 3 |
I have no idea how to do either one! I can create the config file with a text editor. Is that the only entry I will need? I know I am using a couple of older drivers, but I have had problems with newer ones on the GTX275. I read somewhere that the older driver was probably needed for the 84000 GS card as well. I don't know what the drive sweeper is... I'd appreciate any help getting me pointed in the right direction. Is it even worht it to try and run both older GPU's?!?! Thanks, ChuckBens |
Send message Joined: 29 Aug 05 Posts: 15581 |
Copy this cc_config.xml file into Notepad and save it in your BOINC Data directory C:\Documents and Settings\All Users\Application Data\BOINC\ as "All Files", named cc_config.xml, making sure (check visually) that Notepad didn't add a .txt extension. If it did, rename it so the only extension is .xml Don't use a fancy text editor, don't use an XML editor, don't even use Wordpad, just Notepad. Notepad doesn't add extra characters that other editors do add. Exit & restart BOINC to take effect. <cc_config> <options> <use_all_gpus>1</use_all_gpus> </options> </cc_config> (For those wondering about the exit & restart, it's a GPU decision, which can still only be done at start-up time, so re-reading the config file won't help here.) Driver Sweeper: http://www.techspot.com/downloads/4266-driver-sweeper.html Read the "How to use?" on that page. |
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.