Search found 5 matches

by AndreasH
Sat Apr 25, 2020 9:33 am
Forum: Problems with NVidia drivers
Topic: GTX 1060, "No compute devices matched", Arch Linux
Replies: 12
Views: 3600

Re: GTX 1060, "No compute devices matched", Arch Linux

@Qwertystop: The key error is here: 23:50:18:WU02:FS01:0x22:ERROR:exception: There is no registered Platform called "OpenCL" This means that the OpenCL drivers could not be loaded, so the core can't use your GPU. We'll add some instrumentation to the next core release to print and bring b...
by AndreasH
Thu Apr 23, 2020 8:17 pm
Forum: Problems with NVidia drivers
Topic: Linux: There is no registered Platform called "OpenCL"
Replies: 8
Views: 3099

Re: Linux: There is no registered Platform called "OpenCL"

Joe_H wrote:Could you post up your findings on GitHub site for the F@h software - https://github.com/FoldingAtHome/fah-issues/issues? That could be useful for the developer and some others who have volunteered to work on the client software.
Done.

See https://github.com/FoldingAtHome/fah-issues/issues/1418
by AndreasH
Thu Apr 23, 2020 1:31 pm
Forum: Problems with NVidia drivers
Topic: Linux: There is no registered Platform called "OpenCL"
Replies: 8
Views: 3099

Re: Linux: There is no registered Platform called "OpenCL"

Hi again! I analyzed the problem further and to me it looks like a bug in the "run-as" implementation of the Linux FAHClient program. Let me explain... As I said before, on OpenSUSE LEAP 15.1 access to the /dev/nvidiactl device file is restricted to the user "root" and group &quo...
by AndreasH
Wed Apr 22, 2020 10:11 pm
Forum: Problems with NVidia drivers
Topic: Linux: There is no registered Platform called "OpenCL"
Replies: 8
Views: 3099

Re: Linux: There is no registered Platform called "OpenCL"

Hi! There is no such group "render" in OpenSUSE LEAP 15.1 But you made me think again! I did a quick strace on the fahclient process, catched a failing GPU run and look what I found in the trace: The core is executed: set_robust_list(0x7efbf7fc6e60, 24) = 0 openat(AT_FDCWD, "/dev/null...
by AndreasH
Wed Apr 22, 2020 7:03 pm
Forum: Problems with NVidia drivers
Topic: Linux: There is no registered Platform called "OpenCL"
Replies: 8
Views: 3099

Linux: There is no registered Platform called "OpenCL"

Hi! I currently have about 130 CPU cores folding, most of them in my servers. I have one AMD GPU running fine, but for some days now I try to get fahclient to run on my workstations NVIDIA GPU without success so far. All my computers run Linux. On my workstation I have OpenSUSE LEAP 15.1 with curren...