I've found this guide to use for my troubleshooting ordeal. https://bashbaug.github.io/opencl/2019/07/06/OpenCL-On-Linux.html
I find libOpenCL.so.1 installed in various locations:
usr/lib32
usr/lib64
snap/folding-at-home-fcole90/46/usr/lib/x86_64-linux-gnu
As you've probably guessed by now, I'm trying to get the F@H snap package to run on my GPU. It folds just fine on my CPU, by the way.
Not only don't I have a /etc/OpenCL/vendors folder, but the file manager can't find any files with a *.icd extension.
This is just an old machine used for tinkering. It has an antique GTX-570 in it, running the Nvidia 390.132 binary. What do I need to install to have functioning OpenCL support in Solus?
Once I understand how to configure this snap package, I hope to install it on another machine, equipped with a RX Vega GPU, running the open source amdgpu driver. So, if anyone knows if I instead need the AMD binary, or some other combination of packages, I'd be obliged for that information. I've never used OpenCL in Linux before, so I am literally groping in the dark.
Thanks!