i've spent many hours going through the forum trying all the solutions for this problem and i am still stuck.
client automatically disables all GPUs due to CUDA and OpenCL not detected.
1. in Ubuntu i've updated and upgraded all libraries, apps, and drivers
2. installed all components of ocl-icd. but i do not know if i need to configure anything after this
This is what i get when i run clinfo:
here's my logNULL platform behavior
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
clCreateContext(NULL, ...) [default] No platform
clCreateContext(NULL, ...) [other] Success [NV]
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) Invalid device type for platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform
Code: Select all
*********************** Log Started 2020-12-31T11:24:45Z ***********************
11:24:45:****************************** FAHClient ******************************
11:24:45: Version: 7.6.21
11:24:45: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
11:24:45: Copyright: 2020 foldingathome.org
11:24:45: Homepage: https://foldingathome.org/
11:24:45: Date: Oct 20 2020
11:24:45: Time: 20:39:00
11:24:45: Revision: 6efbf0e138e22d3963e6a291f78dcb9c6422a278
11:24:45: Branch: master
11:24:45: Compiler: GNU 8.3.0
11:24:45: Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
11:24:45: -fdata-sections -O3 -funroll-loops -fno-pie
11:24:45: Platform: linux2 5.8.0-1-amd64
11:24:45: Bits: 64
11:24:45: Mode: Release
11:24:45: Args: -v --chdir /var/snap/folding-at-home-fcole90/common
11:24:45:******************************** CBang ********************************
11:24:45: Date: Oct 20 2020
11:24:45: Time: 18:37:59
11:24:45: Revision: 7e4ce85225d7eaeb775e87c31740181ca603de60
11:24:45: Branch: master
11:24:45: Compiler: GNU 8.3.0
11:24:45: Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
11:24:45: -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
11:24:45: Platform: linux2 5.8.0-1-amd64
11:24:45: Bits: 64
11:24:45: Mode: Release
11:24:45:******************************* System ********************************
11:24:45: CPU: Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
11:24:45: CPU ID: GenuineIntel Family 6 Model 158 Stepping 9
11:24:45: CPUs: 4
11:24:45: Memory: 7.70GiB
11:24:45:Free Memory: 5.21GiB
11:24:45: Threads: POSIX_THREADS
11:24:45: OS Version: 5.4
11:24:45:Has Battery: false
11:24:45: On Battery: false
11:24:45: UTC Offset: -6
11:24:45: PID: 4896
11:24:45: CWD: /var/snap/folding-at-home-fcole90/74
11:24:45: OS: Linux 5.4.0-58-generic x86_64
11:24:45: OS Arch: AMD64
11:24:45: GPUs: 9
11:24:45: GPU 0: Bus:0 Slot:2 Func:0 INTEL:1 KBL GT2 [HD Graphics 630]
11:24:45: GPU 1: Bus:1 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 2: Bus:2 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 3: Bus:3 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 4: Bus:5 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 5: Bus:6 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 6: Bus:7 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 7: Bus:8 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: GPU 8: Bus:9 Slot:0 Func:0 NVIDIA:4 GM107GL [Quadro K620]
11:24:45: CUDA: Not detected: cuInit() returned 999
11:24:45: OpenCL: Not detected: clGetPlatformIDs() returned -1001
11:24:45:***********************************************************************
11:24:45:<config>
11:24:45: <!-- Client Control -->
11:24:45: <client-threads v='6'/>
11:24:45: <cycle-rate v='4'/>
11:24:45: <cycles v='-1'/>
11:24:45: <disable-sleep-when-active v='true'/>
11:24:45: <exit-when-done v='false'/>
11:24:45: <fold-anon v='false'/>
11:24:45: <idle-seconds v='300'/>
11:24:45: <open-web-control v='false'/>
11:24:45: <update-gpus-txt v='true'/>
11:24:45:
11:24:45: <!-- Folding Slots -->
11:24:45:</config>
11:24:45:Trying to access database...
11:24:45:Successfully acquired database lock
11:24:45:FS00:Initialized folding slot 00: cpu:1
#[93m11:24:45:WARNING:FS01:Disabling beta GPU slot 01: gpu:0:2 KBL GT2 [HD Graphics 630]. Beta GPUs can be tested for no points by setting ``gpu-beta=true`` in the configuration.#[0m
#[93m11:24:45:WARNING:FS02:No CUDA or OpenCL 1.2+ support detected for GPU slot 02: gpu:1:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS03:No CUDA or OpenCL 1.2+ support detected for GPU slot 03: gpu:2:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS04:No CUDA or OpenCL 1.2+ support detected for GPU slot 04: gpu:3:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS05:No CUDA or OpenCL 1.2+ support detected for GPU slot 05: gpu:5:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS06:No CUDA or OpenCL 1.2+ support detected for GPU slot 06: gpu:6:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS07:No CUDA or OpenCL 1.2+ support detected for GPU slot 07: gpu:7:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS08:No CUDA or OpenCL 1.2+ support detected for GPU slot 08: gpu:8:0 GM107GL [Quadro K620]. Disabling.#[0m
#[93m11:24:45:WARNING:FS09:No CUDA or OpenCL 1.2+ support detected for GPU slot 09: gpu:9:0 GM107GL [Quadro K620]. Disabling.#[0m
11:25:15:Saving configuration to config.xml
11:25:15:<config>
11:25:15: <!-- Folding Slots -->
11:25:15: <slot id='0' type='CPU'/>
11:25:15: <slot id='1' type='GPU'>
11:25:15: <pci-bus v='0'/>
11:25:15: <pci-slot v='2'/>
11:25:15: </slot>
11:25:15: <slot id='2' type='GPU'>
11:25:15: <pci-bus v='1'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='3' type='GPU'>
11:25:15: <pci-bus v='2'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='4' type='GPU'>
11:25:15: <pci-bus v='3'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='5' type='GPU'>
11:25:15: <pci-bus v='5'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='6' type='GPU'>
11:25:15: <pci-bus v='6'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='7' type='GPU'>
11:25:15: <pci-bus v='7'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='8' type='GPU'>
11:25:15: <pci-bus v='8'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15: <slot id='9' type='GPU'>
11:25:15: <pci-bus v='9'/>
11:25:15: <pci-slot v='0'/>
11:25:15: </slot>
11:25:15:</config>
11:25:16:Set client configured
11:25:16:WU00:FS00:Connecting to assign1.foldingathome.org:80
11:25:24:WU00:FS00:Connecting to assign1.foldingathome.org:80
11:25:24:WU00:FS00:Assigned to work server 129.32.209.203
11:25:24:WU00:FS00:Requesting new work unit for slot 00: cpu:1 from 129.32.209.203
11:25:24:WU00:FS00:Connecting to 129.32.209.203:8080
11:25:24:WU00:FS00:Downloading 752.00KiB
11:25:41:WU00:FS00:Download 100.00%
11:25:41:WU00:FS00:Download complete
11:25:41:WU00:FS00:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:16934 run:72 clone:30 gen:52 core:0xa8 unit:0x0000001e000000340000422600000048
11:25:41:WU00:FS00:Downloading core from http://cores.foldingathome.org/lin/64bit-avx2-256/a8-0.0.9/Core_a8.fah
11:25:41:WU00:FS00:Connecting to cores.foldingathome.org:80
11:25:41:WU00:FS00:FahCore a8: Downloading 7.54MiB
11:25:45:WU00:FS00:FahCore a8: Download complete
11:25:46:Saving configuration to config.xml
11:25:46:<config>
11:25:46: <!-- Folding Slots -->
11:25:46: <slot id='0' type='CPU'/>
11:25:46: <slot id='1' type='GPU'>
11:25:46: <pci-bus v='0'/>
11:25:46: <pci-slot v='2'/>
11:25:46: </slot>
11:25:46: <slot id='2' type='GPU'>
11:25:46: <pci-bus v='1'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='3' type='GPU'>
11:25:46: <pci-bus v='2'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='4' type='GPU'>
11:25:46: <pci-bus v='3'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='5' type='GPU'>
11:25:46: <pci-bus v='5'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='6' type='GPU'>
11:25:46: <pci-bus v='6'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='7' type='GPU'>
11:25:46: <pci-bus v='7'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='8' type='GPU'>
11:25:46: <pci-bus v='8'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46: <slot id='9' type='GPU'>
11:25:46: <pci-bus v='9'/>
11:25:46: <pci-slot v='0'/>
11:25:46: </slot>
11:25:46:</config>
11:25:46:WU00:FS00:Valid core signature
11:25:46:WU00:FS00:Unpacked 17.03MiB to cores/cores.foldingathome.org/lin/64bit-avx2-256/a8-0.0.9/Core_a8.fah/FahCore_a8
11:25:46:WU00:FS00:Starting
11:25:46:WU00:FS00:Running FahCore: /snap/folding-at-home-fcole90/74/usr/bin/FAHCoreWrapper /var/snap/folding-at-home-fcole90/common/cores/cores.foldingathome.org/lin/64bit-avx2-256/a8-0.0.9/Core_a8.fah/FahCore_a8 -dir 00 -suffix 01 -version 706 -lifeline 4896 -checkpoint 15 -np 1
11:25:46:WU00:FS00:Started FahCore on PID 5434
11:25:46:WU00:FS00:Core PID:5438
11:25:46:WU00:FS00:FahCore 0xa8 started
11:25:46:WU00:FS00:0xa8:********************************************************************************
11:25:46:WU00:FS00:0xa8:Project: 16934 (Run 72, Clone 30, Gen 52)
11:25:46:WU00:FS00:0xa8:Unit: 0x00000000000000000000000000000000
11:25:46:WU00:FS00:0xa8:Reading tar file core.xml
11:25:46:WU00:FS00:0xa8:Reading tar file frame52.tpr
11:25:46:WU00:FS00:0xa8:Digital signatures verified
11:25:46:WU00:FS00:0xa8:Calling: mdrun -c frame52.gro -s frame52.tpr -x frame52.xtc -cpt 15 -nt 1 -ntmpi 1
11:25:46:WU00:FS00:0xa8:Steps: first=26000000 total=26500000
11:25:47:WU00:FS00:0xa8:Completed 1 out of 500000 steps (0%)
11:28:13:WU00:FS00:0xa8:Completed 5000 out of 500000 steps (1%)
11:30:40:WU00:FS00:0xa8:Completed 10000 out of 500000 steps (2%)
11:33:07:WU00:FS00:0xa8:Completed 15000 out of 500000 steps (3%)
11:35:33:WU00:FS00:0xa8:Completed 20000 out of 500000 steps (4%)
11:38:00:WU00:FS00:0xa8:Completed 25000 out of 500000 steps (5%)
11:40:26:WU00:FS00:0xa8:Completed 30000 out of 500000 steps (6%)
11:42:53:WU00:FS00:0xa8:Completed 35000 out of 500000 steps (7%)
11:45:17:WU00:FS00:0xa8:Completed 40000 out of 500000 steps (8%)
11:47:44:WU00:FS00:0xa8:Completed 45000 out of 500000 steps (9%)
11:50:12:WU00:FS00:0xa8:Completed 50000 out of 500000 steps (10%)