It seems that a lot of GPU problems revolve around specific versions of drivers. Though NVidia has their own support structure, you can often learn from information reported by others who fold.
Moderators: Site Moderators , FAHC Science Team
ng0177
Posts: 15 Joined: Sun Apr 19, 2020 10:57 am
Post
by ng0177 » Sat Jul 11, 2020 8:13 am
Mod note: split from older topic - viewtopic.php?f=80&t=34538 - due to change in Linux distro being asked about
On Centos 8.2 w/ NV136 nouveau drivers and
installed:
05:39:25:Enabled folding slot 01: READY gpu:0:GP106 [GeForce GTX 1060 6GB] 4372
[91m05:39:25:ERROR:No compute devices matched GPU #0 {[0m
[91m05:39:25:ERROR: "vendor": 4318,[0m
[91m05:39:25:ERROR: "device": 7171,[0m
[91m05:39:25:ERROR: "type": 2,[0m
[91m05:39:25:ERROR: "species": 7,[0m
[91m05:39:25:ERROR: "description": "GP106 [GeForce GTX 1060 6GB] 4372"[0m
[91m05:39:25:ERROR:}. You may need to update your graphics drivers.[0m
Although ocl-icd is installed it is apparently not sufficient for fahclient.
ajm
Posts: 750 Joined: Sat Mar 21, 2020 5:22 am
Location: Lucerne, Switzerland
Post
by ajm » Sat Jul 11, 2020 8:23 am
As I remember (I don't use Linux anymore), FAH requires the drivers from Nvidia, for example:
Code: Select all
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install dkms build-essential
sudo apt-get update
sudo apt list nvidia-driver
sudo apt install nvidia-driver-NEWEST_VERSION_LISTED
and ocl-icd-opencl-
dev
Code: Select all
sudo apt install ocl-icd-opencl-dev
A reboot is required after the -dev installation.
ng0177
Posts: 15 Joined: Sun Apr 19, 2020 10:57 am
Post
by ng0177 » Sat Jul 11, 2020 8:28 am
Mod note: next time start a new topic if the subject changes like this from Ubuntu to Centos
Yes, thanks but I changed the title of this thread. The question is now about Centos 8.2
ajm
Posts: 750 Joined: Sat Mar 21, 2020 5:22 am
Location: Lucerne, Switzerland
Post
by ajm » Sat Jul 11, 2020 10:04 am
So? Centos is a Linux distro. I don't know for 8.2, as it is really quite new, but I don't think that it should make a difference.
ng0177
Posts: 15 Joined: Sun Apr 19, 2020 10:57 am
Post
by ng0177 » Sat Jul 11, 2020 10:22 am
Right. Then, the required package ist ocl-icd-opencl-dev and not just ocl-icd . And -opencl is not (yet) available on Centos 8.2, therefore we need to wait.