@DNAblue2112 GPU works fine here, please describe how you can't add it. The minimal provided config should auto discover any GPU.
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.063349 |
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)
- lz4 (lz4-gitAUR)
- openssl (openssl-staticAUR, openssl-gitAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- 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, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-wsl2-gitAUR, intel-compute-runtime-legacy-binAUR, opencl-nvidia-340xxAUR, intel-compute-runtime-gitAUR, intel-compute-runtime-legacyAUR, opencl-nvidia-550xxAUR, opencl-legacy-amdgpu-proAUR, mesa-gitAUR, opencl-nvidia-390xxAUR, opencl-amdAUR, opencl-nvidia-470xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-535xxAUR, opencl-nvidia-betaAUR, intel-compute-runtime-binAUR, opencl-nvidia-teslaAUR, 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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 23 Next › Last »
alucryd commented on 2020-04-17 16:17 (UTC)
alucryd commented on 2020-04-17 16:11 (UTC)
@keithy: remove the fahclient package, I don't know where you got that from.
alucryd commented on 2020-04-17 16:10 (UTC)
Yes the default power setting is coming directly from their sample configuration, which is a sane default. Feel free to crank it up if you want.
Also, how the software itself works is not good, trying to make it sane is not exactly straightforward.
I changed the service again, it will chown the config in /etc/foldingathome so that it is writable to the fah user, now modifications by the software itself will be remembered, and we can still benefit from config backups, and potential changes in defaults from upstream.
Please let me know how it goes.
jpkotta commented on 2020-04-17 15:52 (UTC)
I think the default power setting changed. Set <power value="medium"/>
in config.xml. For me, the CPUSchedulingPolicy in the systemd unit didn't affect it nearly as much as the power setting.
DNAblue2112 commented on 2020-04-17 15:08 (UTC)
Unfortunately installing the most recent versions has totalled everything. I cant add my GPU even after downgrading to the old versions, and file permissions got screwed over so no changes stay applied. So now I can only use FAH on my laptop where I haven't updated yet because updating has made everything fall apart on my desktop.
zegkljan commented on 2020-04-17 14:48 (UTC) (edited on 2020-04-17 15:19 (UTC) by zegkljan)
The new way of handling config.xml
is not good. If I change the configuration using FAHControl, it is updated only in the working directory /var/lib/fah
but not in /etc/foldingathome
.
Also, for some reason the utilized CPU power is now miniscule compared to the prior version and when it was running as root (I'm not sure which one of these is the cause).
EDIT: the cause is the CPUSchedulingPolicy=idle
. If I comment it out, the utilized CPU power is back to where it was before the update.
keithy commented on 2020-04-17 14:33 (UTC)
I get
error: failed to commit transaction (conflicting files) foldingathome: /usr/bin/FAHClient exists in filesystem (owned by fahclient) foldingathome: /usr/bin/FAHCoreWrapper exists in filesystem (owned by fahclient) Errors occurred, no packages were upgraded.
How to fix please??
Thank you
alucryd commented on 2020-04-17 14:32 (UTC)
Bumped to 7.6.8 and added a warning about the new config location.
katt commented on 2020-04-17 13:57 (UTC)
Maybe add a warning that people will have to manually migrate their configs etc? Just got someone yelling at me for breaking their stuff in fahcontrol ;D
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.