Can't Understand why this is being reported

Message boards : Questions and problems : Can't Understand why this is being reported
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Steve Dodd

Send message
Joined: 28 Nov 09
Posts: 11
United States
Message 113673 - Posted: 24 Feb 2024, 0:30:09 UTC

BOINC first starts up and these message appear in the event log:
2/23/2024 2:53:33 PM | | CUDA: NVIDIA GPU 0: NVIDIA GeForce RTX 4070 SUPER (driver version 551.23, CUDA version 12.4, compute capability 8.9, 12281MB, 12281MB available, 36127 GFLOPS peak)
2/23/2024 2:53:33 PM | | CUDA: NVIDIA GPU 1 (not used): NVIDIA GeForce GTX 1070 (driver version 551.23, CUDA version 12.4, compute capability 6.1, 8192MB, 8192MB available, 6852 GFLOPS peak)
2/23/2024 2:53:33 PM | | OpenCL: NVIDIA GPU 0: NVIDIA GeForce RTX 4070 SUPER (driver version 551.23, device version OpenCL 3.0 CUDA, 12281MB, 12281MB available, 36127 GFLOPS peak)
2/23/2024 2:53:33 PM | | OpenCL: NVIDIA GPU 1 (ignored by config): NVIDIA GeForce GTX 1070 (driver version 551.23, device version OpenCL 3.0 CUDA, 8192MB, 8192MB available, 6852 GFLOPS peak)

My cconfig does not have any GPU exclusions (via Options group). Where is this "ignored by config" coming from? (for the GTX 1070)

Thank you for your help,
Steve
ID: 113673 · Report as offensive     Reply Quote
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 113675 - Posted: 24 Feb 2024, 1:56:24 UTC - in response to Message 113673.  

You have two Nvidia GPUs. BOINC uses only the best of the same brand GPUs, when more than 1 is in the system and detected. The other one will be ignored. Because you don't have anything in cc_config.xml, BOINC follows those preferences.

If you want to use both GPUs, add the following to your cc_config.xml file.

<cc_config>
   <options>
       <use_all_gpus>1</use_all_gpus>
   </options>
</cc_config>


You can make a cc_config.xml file with Notepad (if Windows).
Add the above, then save as an all files option, so it doesn't end in .txt
Save to your BOINC Data directory.

A restart of the BOINC client is required to make use of this.
ID: 113675 · Report as offensive     Reply Quote
Profile Steve Dodd

Send message
Joined: 28 Nov 09
Posts: 11
United States
Message 113676 - Posted: 24 Feb 2024, 2:21:12 UTC - in response to Message 113675.  

OMG. I can't believe I forgot to put that in the Options portion of the cconfig. thanks for helping an old man :)
ID: 113676 · Report as offensive     Reply Quote

Message boards : Questions and problems : Can't Understand why this is being reported

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.