For whatever reason, one of the commands in the installed systemd service (ExecStartPre=/usr/bin/mkdir -p %h/.local/share/fahclient
) wasn't working, so I had to create that directory manually in order to get the service to work. Might be worth adding to the PKGBUILD.
Search Criteria
Package Details: foldingathome 8.4.9-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: | 179 |
Popularity: | 0.31 |
First Submitted: | 2007-06-28 14:55 (UTC) |
Last Updated: | 2024-12-09 00:07 (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-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, 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-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-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, opencl-nvidia-535xxAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, opencl-nvidia-390xxAUR, opencl-nvidia-teslaAUR, intel-compute-runtime-binAUR, opencl-nvidia-betaAUR, intel-compute-runtime-legacy-binAUR, intel-compute-runtime-legacyAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-340xxAUR, opencl-nvidia-550xxAUR, opencl-amdAUR, 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 .. 14 15 16 17 18 19 20 21 22 23 Next › Last »
eliasjackson commented on 2020-03-19 02:55 (UTC)
direc85 commented on 2020-03-19 02:34 (UTC)
I had hard time getting my NVidia GTX 1060 to work with OpenCL and/or Cuda. I kept getting OpenCL init error 999 and Cuda init error 1001. I think the final straw was adding user "fah" to group "video" and restarting the service...
jpkotta commented on 2020-03-19 01:50 (UTC)
There's a foldingathome in Community now: https://www.archlinux.org/packages/community/x86_64/foldingathome/. It uses basically the same systemd unit file that this package does, which is what enables running as a non-root user. I recommend you install that instead of this package. However, you're expected to hand edit the config.xml instead of using a script. That file is only quasi-human-writable, so I might just convert the fah-config script to its own package.
restore commented on 2020-03-18 03:17 (UTC)
+1 what @xuanruiqi said
gourdcaptain commented on 2020-03-18 00:25 (UTC) (edited on 2020-03-18 00:25 (UTC) by gourdcaptain)
Anyone know why it would be failing to detect my AMD Radeon RX 5600 XT card for OpenCL? It shows in FAHControl a "Not detected: clGetDeviceIDs() returned -1". I have the opencl-amd package installed and the card shows up in clinfo (and vapoursynth plugins have been able to use it.)
GI_Jack commented on 2020-03-16 22:26 (UTC)
Upvote for COVID-19 research. Everyone upvote and lets get on the science win train. Tell everyone.
Daniel071 commented on 2020-03-15 07:30 (UTC)
+1 what @xuanruiqi said
strobelite commented on 2020-03-14 19:20 (UTC)
+1 what @xuanruiqi said
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.