I have searched and searched, and am sure the answer is here somewhere.
Would anyone know how I can get E@h to use both of the GPU cards in my computer?
Thank you.
If they’re the same model of GPU, there’s nothing you need to do.
if they’re different you need to add this line to your cc_config.xml file
<use_all_gpus>1</use_all_gpus>
_________________________________________________________________________
Without telling us what two GPU cards you have try:
<cc_config> <options> <use_all_gpus>1</use_all_gpus> </options> </cc_config>
Place it the BOINC Program Data file using the name "cc_config.xml".
Create the file, if not already present, with "Text Document" AND changing .txt to .xml while saving the new file. Then edit it with "Notepad"
It is all explained in the docs ...
Here is the message I get when I start BOINC.
<?xml version="1.0"?>
-<cc_config>
-<options>
</options>
</cc_config>
Here are my GPU's.
5/14/2021 11:52:49 AM | | OpenCL: NVIDIA GPU 0: NVIDIA GeForce GTX 1650 SUPER (driver version 466.27, device version OpenCL 3.0 CUDA, 4096MB, 3310MB available, 4493 GFLOPS peak) 5/14/2021 11:52:49 AM | | OpenCL: NVIDIA GPU 1 (ignored by config): NVIDIA GeForce GTX 1080 Ti (driver version 466.27, device version OpenCL 3.0 CUDA, 11264MB, 3464MB available, 11974 GFLOPS peak)
The cc_config.xml is either incorrectly formatted with unseen extraneous characters or the file type was saved as text and not .xml.
The file is not being read to pick up the new command. Verify the filename is exactly cc_config.xml and then try restarting the PC from scratch.
+1
In case you would like to know where to find infos on this topic:
BOINC Manager
Help
BOINC help
User Manual
Client configuration
Feel free to ask further questions!
... -<cc_config> -<options> ...
...
I'm wondering if those "dashes" in column one are actually present in your source text?
If so, delete them ...
For a sanity check on correct XML formatting, this website will parse your XML code and look for issues with syntax or incorrect formatting.
XML validation test
Thanks, appreciate that! The good news is that I was able to get it working after some fiddling around.
HI , i need your help.
how i can use my two GPUs ?
i have 1070 and 1030 but run only 1070 :(
found here something for cc_config. but not running or dont know how to do it ..
If they’re the same model of
)
If they’re the same model of GPU, there’s nothing you need to do.
if they’re different you need to add this line to your cc_config.xml file
<use_all_gpus>1</use_all_gpus>
_________________________________________________________________________
Without telling us what two
)
Without telling us what two GPU cards you have try:
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Place it the BOINC Program Data file using the name "cc_config.xml".
Create the file, if not already present, with "Text Document" AND changing .txt to .xml while saving the new file. Then edit it with "Notepad"
It is all explained in the docs ...
Thank you. Here is the
)
Thank you.
Here is the message I get when I start BOINC.
<?xml version="1.0"?>
-<cc_config>
-<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Here are my GPU's.
5/14/2021 11:52:49 AM | | OpenCL: NVIDIA GPU 0: NVIDIA GeForce GTX 1650 SUPER (driver version 466.27, device version OpenCL 3.0 CUDA, 4096MB, 3310MB available, 4493 GFLOPS peak)
5/14/2021 11:52:49 AM | | OpenCL: NVIDIA GPU 1 (ignored by config): NVIDIA GeForce GTX 1080 Ti (driver version 466.27, device version OpenCL 3.0 CUDA, 11264MB, 3464MB available, 11974 GFLOPS peak)
Thank you.
The cc_config.xml is either
)
The cc_config.xml is either incorrectly formatted with unseen extraneous characters or the file type was saved as text and not .xml.
The file is not being read to pick up the new command. Verify the filename is exactly cc_config.xml and then try restarting the PC from scratch.
+1
)
+1
In case you would like to
)
In case you would like to know where to find infos on this topic:
BOINC Manager
Help
BOINC help
User Manual
Client configuration
Feel free to ask further questions!
rbpeake
)
I'm wondering if those "dashes" in column one are actually present in your source text?
If so, delete them ...
For a sanity check on correct
)
For a sanity check on correct XML formatting, this website will parse your XML code and look for issues with syntax or incorrect formatting.
XML validation test
Thanks, appreciate that! The
)
Thanks, appreciate that! The good news is that I was able to get it working after some fiddling around.
HI , i need your
)
HI , i need your help.
how i can use my two GPUs ?
i have 1070 and 1030 but run only 1070 :(
found here something for cc_config. but not running or dont know how to do it ..
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>