Message boards : GPUs : Not all GPUs running. 3 GPUs only 2 running.
Message board moderation
Author | Message |
---|---|
Send message Joined: 28 Aug 19 Posts: 50 |
I have 3 GPUs. 1 - 1080Ti, 1 - 980 and 1 - Internal GPU on a AMD 7700X I'm only getting 2 running. The 1080Ti and AMD internal GPU. The 980 is not doing anything. Both work right out of the box. I can get the 980 to run on 3D Mark so it is posable. I think BOINC is confuse when have an internal GPU. I added a command <use_all_gpus>1</use_all_gpus> and still nothing. BOINC sees all 3 GPUs. 8/29/2023 9:42:19 PM | | Starting BOINC client version 7.22.2 for windows_x86_64 Just to note, I had both 1080Ti and 980 on a different MoBo with no internal GPU and both ran fine together. Edit: I just saw that "GPU not used" but why? Window 11, BOICN 7.22.2[/quote] Software: BOINC v7.24.1 Win 11 Pro, Video Drivers v551.76, CUDA v12.4, V-Box v7.0.6 Hardware: ASRock B650E - AMD Ryzen 7 7700X 8 core - 32GB RAM, EVGA GTX 1080Ti 11GBs, GTX 980 4GBs, 512GB M.2 for BOINC Program and 3TB HD for Data |
Send message Joined: 5 Oct 06 Posts: 5128 |
Well, it says "ignored by config". so that's the place to start looking. Double-check (proof-read) your cc_config.xml file.
and so on. |
Send message Joined: 28 Aug 19 Posts: 50 |
Well, it says "ignored by config". so that's the place to start looking. Double-check (proof-read) your cc_config.xml file. I just showed you the command I put down. <use_all_gpus>1</use_all_gpus> I did put it in alphabetical order. And I did restart BOINC after. I already had the command in and it worked before on a different computer. Software: BOINC v7.24.1 Win 11 Pro, Video Drivers v551.76, CUDA v12.4, V-Box v7.0.6 Hardware: ASRock B650E - AMD Ryzen 7 7700X 8 core - 32GB RAM, EVGA GTX 1080Ti 11GBs, GTX 980 4GBs, 512GB M.2 for BOINC Program and 3TB HD for Data |
Send message Joined: 29 Aug 05 Posts: 15560 |
Please post the whole contents of the cc_config.xml file. |
Send message Joined: 28 Aug 19 Posts: 50 |
<cc_config> Software: BOINC v7.24.1 Win 11 Pro, Video Drivers v551.76, CUDA v12.4, V-Box v7.0.6 Hardware: ASRock B650E - AMD Ryzen 7 7700X 8 core - 32GB RAM, EVGA GTX 1080Ti 11GBs, GTX 980 4GBs, 512GB M.2 for BOINC Program and 3TB HD for Data |
Send message Joined: 28 Aug 19 Posts: 50 |
I've got it. 1. I put the command in wrong location. 2. I didn't see the command that was already there. 1. Why is it not on by default. 2. It should be in the option menu or somewhere to select it. It's running all 3 GPUS. Software: BOINC v7.24.1 Win 11 Pro, Video Drivers v551.76, CUDA v12.4, V-Box v7.0.6 Hardware: ASRock B650E - AMD Ryzen 7 7700X 8 core - 32GB RAM, EVGA GTX 1080Ti 11GBs, GTX 980 4GBs, 512GB M.2 for BOINC Program and 3TB HD for Data |
Send message Joined: 8 Sep 23 Posts: 2 |
I'm glad to hear that you've got all three of your GPUs running smoothly now. The issue likely arose due to the placement of the <use_all_gpus>command in your cc_config.xml file and its presence in the file. By default, BOINC doesn't enable all GPUs to ensure compatibility with a wide range of systems. Enabling all GPUs from the start can sometimes lead to stability issues on specific configurations. This cautious approach is intended to prevent potential problems for users who might not be aware of the consequences. While it's a valid point that many users would prefer GPU configuration options to be accessible through the BOINC Manager's user interface, BOINC also caters to advanced users who like to manually configure settings through the cc_config.xml file. A helpful tip for future reference: Always check the placement of configuration commands and review your existing settings in the cc_config.xml file if you encounter similar issues. Lastly, it's worth emphasizing that keeping your GPU drivers up-to-date is crucial for optimal performance and stability. You can usually download the latest GPU drivers from your manufacturer's website or from this page https://softwaretested.com/drivers/. |
Send message Joined: 5 Oct 06 Posts: 5128 |
A helpful tip for future reference: Always check the placement of configuration commands and review your existing settings in the cc_config.xml file if you encounter similar issues.Another helpful tip is to use Options | Event Log options... to make a minor change to your Event Log settings. [I add 'cpu_sched' and 'sched_op_debug' tags, which print useful information without bloating the number of messages too severely]. When you save the changes, BOINC writes a complete fresh cc_config.xml file, in alphabetical order. It includes any user options already in use, and default values for all other possible choices. You never have to add your own tags after that, just find the existing one in the list. The mistake in this case was to add the new "use all..." tag in the 'p' section, just above "proxy_info", rather than to carry on reading to 'u', below the proxy section. The formatting of the file at that point is unhelpful, but just plough on through. The effect in this case was that the second (default) value countermanded the earlier (optional) choice. |
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.