My GTX1050 stopped working between 7.6.9-7 and 7.6.9-8. Adding ExecStart=/usr/bin/clinfo
back to foldingathome-nvidia.service
fixes it.
Search Criteria
Package Details: foldingathome 8.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/foldingathome.git (read-only, click to copy) |
---|---|
Package Base: | foldingathome |
Description: | A distributed computing project for simulating protein dynamics |
Upstream URL: | https://foldingathome.org/ |
Keywords: | fah science |
Licenses: | GPL-3.0-or-later |
Submitter: | dtw |
Maintainer: | PlasticSoup |
Last Packager: | PlasticSoup |
Votes: | 180 |
Popularity: | 0.65 |
First Submitted: | 2007-06-28 14:55 (UTC) |
Last Updated: | 2024-08-21 01:37 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- leveldb (leveldb-gitAUR) (make)
- libyaml (libyaml-gitAUR) (make)
- re2 (re2-gitAUR) (make)
- scons (make)
- snappy (snappy-gitAUR) (make)
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-340xxAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-nvidia-390xxAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, opencl-nvidia-teslaAUR, mesa-wsl2-gitAUR, intel-compute-runtime-binAUR, opencl-nvidia-535xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-550xx-nvidiaAUR, opencl-amdAUR, opencl-nvidia-betaAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – GPU support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 23 Next › Last »
SuperIce97 commented on 2020-04-24 00:50 (UTC)
curtispf commented on 2020-04-23 19:03 (UTC)
I've lost GPU folding on updating to the latest release :(
My logs show the following rather interesting few lines:
18:58:25: GPUs: 0
18:58:25: CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:10.2
18:58:25:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:440.82
Not wholly sure how it's working that one out... anyone have any ideas? I have a Nvidia GeForce GTX 1060. foldingathome-nvidia is enabled, and says "Succeeded" in the logs. The 60 second wait is working, too, as I've watched it happening.
rsa commented on 2020-04-22 16:47 (UTC) (edited on 2020-04-22 16:49 (UTC) by rsa)
May you replace the dependencies opencl- with opencl-driver? It's a generic name that all opencl- packages provide, however you miss several providers from the array, it would be cleaner to use opencl-driver straight away :) see foldingathome-beta
Pezlu commented on 2020-04-22 16:31 (UTC)
In the end, to update I didn't wait for the WUs to finish, since the new versions were basically contained the changes you already suggested and that I already made.
Thus, I can confirm that version 7.6.9-8 works flawlessly for me! :)
keithy commented on 2020-04-22 16:04 (UTC)
@alucryd: 7.6.9-8 still working fine for me :)
alucryd commented on 2020-04-22 15:58 (UTC)
Alright, I added the 60s sleep and removed the clinfo line. Hopefully this make it work for everybody.
Pezlu commented on 2020-04-22 11:57 (UTC)
@alucryd: I removed the clinfo invocation and everything is still working
alucryd commented on 2020-04-22 11:41 (UTC)
@keithy @Pezlu Awesome, thanks for the feedback! 60s is probably fine for most, if not all people. One last thing I'd like you to try if you find the time, is to remove the clinfo invocation from the nvidia service, I did on my desktop, and the delay was enough to get everything working.
Pezlu commented on 2020-04-22 11:22 (UTC) (edited on 2020-04-22 11:23 (UTC) by Pezlu)
@alucryd: I'm still on 7.6.9-6, and after adding ExecStartPre=/usr/bin/sleep 60 to the service file everything works fine! I've not fiddled (yet) with the delay length, however. I can try reducing it later if needed.
PS: I'll update to the latest version after finishing the current WUs... considering my ancient GPU, it will take a while!
Pinned Comments
SovietReimu1228 commented on 2024-08-22 14:48 (UTC)
I'll leave a note for those who are having trouble starting FAH after updating. You should do
pacman -Rs foldingathome
and install again. This will create thefah-client
user.