When it starts, no Folding initiates. In the Folding settings page, it detects 8 CPUs, but doesn't do anything with them, and the GPU entries are empty.
The Log below seems to suggest it can see the GPUs, CUDA and OpenCL, so I'm a little stumped
Code: Select all
********************** Log Started 2024-02-13T18:07:53Z ***********************
18:07:53:I1:*********************** Folding@home Client ***********************
18:07:53:I1: Version: 8.3.4
18:07:53:I1: Author: Joseph Coffland
18:07:53:I1: Org: foldingathome.org
18:07:53:I1: Copyright: 2023-2024, foldingathome.org
18:07:53:I1: Homepage: https://foldingathome.org/
18:07:53:I1: License: GPL-3.0-or-later
18:07:53:I1: URL: https://beta.foldingathome.org/
18:07:53:I1: Date: Feb 7 2024
18:07:53:I1: Time: 10:49:14
18:07:53:I1: Revision: 432ec23c0cad21b0d889fe6cfabfb694fa6440e3
18:07:53:I1: Branch: master
18:07:53:I1: Compiler: GNU 8.3.0
18:07:53:I1: Options: -faligned-new -std=c++17 -fsigned-char -ffunction-sections
18:07:53:I1: -fdata-sections -O3 -funroll-loops -fno-pie
18:07:53:I1: Platform: linux 4.19.0-26-cloud-amd64
18:07:53:I1: Bits: 64
18:07:53:I1: Mode: Release
18:07:53:I1: Args: --config=/etc/fah-client/config.xml
18:07:53:I1: --log=/var/log/fah-client/log.txt
18:07:53:I1: --log-rotate-dir=/var/log/fah-client/
18:07:53:I1: Config: /etc/fah-client/config.xml
18:07:53:I1:****************************** CBang ******************************
18:07:53:I1: Version: 1.7.2
18:07:53:I1: Author: Joseph Coffland
18:07:53:I1: Org: Cauldron Development LLC
18:07:53:I1: Copyright: Cauldron Development LLC, 2003-2024
18:07:53:I1: Homepage: https://cauldrondevelopment.com/
18:07:53:I1: License: LGPL-2.1-or-later
18:07:53:I1: Date: Feb 7 2024
18:07:53:I1: Time: 10:48:51
18:07:53:I1: Revision: f07e7b0ea470bfa8c73d253164056ce63d3d3bca
18:07:53:I1: Branch: master
18:07:53:I1: Compiler: GNU 8.3.0
18:07:53:I1: Options: -faligned-new -std=c++17 -fsigned-char -ffunction-sections
18:07:53:I1: -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
18:07:53:I1: Platform: linux 4.19.0-26-cloud-amd64
18:07:53:I1: Bits: 64
18:07:53:I1: Mode: Release
18:07:53:I1:***************************** System ******************************
18:07:53:I1: CPU: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
18:07:53:I1: CPU ID: GenuineIntel Family 6 Model 60 Stepping 3
18:07:53:I1: CPUs: 8
18:07:53:I1: Memory: 7.69GiB
18:07:53:I1:Free Memory: 4.64GiB
18:07:53:I1: OS Version: 5.15
18:07:53:I1:Has Battery: false
18:07:53:I1: On Battery: false
18:07:53:I1: Hostname: Tester
18:07:53:I1: UTC Offset: 0
18:07:53:I1: PID: 5922
18:07:53:I1: CWD: /var/lib/fah-client
18:07:53:I1: Exec: /usr/bin/fah-client
18:07:53:I1:*******************************************************************
18:07:53:I2:
18:07:53:I1:Opening Database
18:07:53:I1:F@H ID = JlfY57OvY9Z3CHog6y6eBm7Kok3dnJJ_FwnX9heeRwE
18:07:53:I3:Loading default group
18:07:53:I3:Loading default resource group
18:07:53:I1:Listening for HTTP on 127.0.0.1:7396
18:07:53:I3:Loaded 0 wus.
18:07:53:I3:gpus = {
18:07:53:I3: "gpu:01:00:00": {
18:07:53:I3: "vendor": 4318,
18:07:53:I3: "type": "nvidia",
18:07:53:I3: "description": "NVIDIA GeForce RTX 3070",
18:07:53:I3: "uuid": "44503597-8502-2cf9-b481-a8a2ebd4dc72",
18:07:53:I3: "opencl": {"platform": 0, "device": 0, "compute": "3.0", "driver": "535.154"},
18:07:53:I3: "cuda": {"platform": 0, "device": 0, "compute": "8.6", "driver": "12.2"},
18:07:53:I3: "device": 9352,
18:07:53:I3: "supported": true
18:07:53:I3: },
18:07:53:I3: "gpu:02:00:00": {
18:07:53:I3: "vendor": 4318,
18:07:53:I3: "type": "nvidia",
18:07:53:I3: "description": "NVIDIA GeForce RTX 3070",
18:07:53:I3: "uuid": "7fffab24-2950-ee62-4967-e413ffdbc3bd",
18:07:53:I3: "opencl": {"platform": 0, "device": 1, "compute": "3.0", "driver": "535.154"},
18:07:53:I3: "cuda": {"platform": 0, "device": 1, "compute": "8.6", "driver": "12.2"},
18:07:53:I3: "device": 9352,
18:07:53:I3: "supported": true
18:07:53:I3: }
18:07:53:I3:}