Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

It seems that a lot of GPU problems revolve around specific versions of drivers. Though NVidia has their own support structure, you can often learn from information reported by others who fold.

Moderators: Site Moderators, FAHC Science Team

Post Reply
jajao555
Posts: 4
Joined: Sun Feb 05, 2023 5:00 pm

Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by jajao555 »

I have a Linux Mint 19.3 VM that I have 3 nVidia GPUs passed through on 470.161.03 driver. I had FAH working with the GPUs on it for about two years then I had it off for about a year. This morning I got the 7.6.21 client installed and have the CPU folding successfully but can't get the GPUs to work now.

The FAH client sees the GPUs it looks like but I've tried leaving it at default -1 and tried 0, 1, 2 but the GPU just stays disabled.

I've validated the GPUs.txt shows the GPUs I have installed.

I've made sure ocl-icd-opencl-dev is installed.

I saw a post saying changing <gpu v='false'/> to true fixed it but every time I change it in Expert tab or config file it gets changed back to false.


Code: Select all

andy@linux-mint-vm:~$ cat /var/lib/fahclient/
configs/  cores/    GPUs.txt  logs/     log.txt   work/
andy@linux-mint-vm:~$ cat /var/lib/fahclient/log.txt
*********************** Log Started 2023-02-05T15:45:19Z ***********************
15:45:19:******************************* libFAH ********************************
15:45:19:           Date: Oct 20 2020
15:45:19:           Time: 20:36:39
15:45:19:       Revision: 5ca109d295a6245e2a2f590b3d0085ad5e567aeb
15:45:19:         Branch: master
15:45:19:       Compiler: GNU 8.3.0
15:45:19:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:45:19:                 -fdata-sections -O3 -funroll-loops -fno-pie
15:45:19:       Platform: linux2 5.8.0-1-amd64
15:45:19:           Bits: 64
15:45:19:           Mode: Release
15:45:19:****************************** FAHClient ******************************
15:45:19:        Version: 7.6.21
15:45:19:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:45:19:      Copyright: 2020 foldingathome.org
15:45:19:       Homepage: https://foldingathome.org/
15:45:19:           Date: Oct 20 2020
15:45:19:           Time: 20:39:00
15:45:19:       Revision: 6efbf0e138e22d3963e6a291f78dcb9c6422a278
15:45:19:         Branch: master
15:45:19:       Compiler: GNU 8.3.0
15:45:19:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:45:19:                 -fdata-sections -O3 -funroll-loops -fno-pie
15:45:19:       Platform: linux2 5.8.0-1-amd64
15:45:19:           Bits: 64
15:45:19:           Mode: Release
15:45:19:           Args: --child /etc/fahclient/config.xml --run-as fahclient
15:45:19:                 --pid-file=/var/run/fahclient.pid --daemon
15:45:19:         Config: /etc/fahclient/config.xml
15:45:19:******************************** CBang ********************************
15:45:19:           Date: Oct 20 2020
15:45:19:           Time: 18:37:59
15:45:19:       Revision: 7e4ce85225d7eaeb775e87c31740181ca603de60
15:45:19:         Branch: master
15:45:19:       Compiler: GNU 8.3.0
15:45:19:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:45:19:                 -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
15:45:19:       Platform: linux2 5.8.0-1-amd64
15:45:19:           Bits: 64
15:45:19:           Mode: Release
15:45:19:******************************* System ********************************
15:45:19:            CPU: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
15:45:19:         CPU ID: GenuineIntel Family 6 Model 62 Stepping 4
15:45:19:           CPUs: 10
15:45:19:         Memory: 8.05GiB
15:45:19:    Free Memory: 7.33GiB
15:45:19:        Threads: POSIX_THREADS
15:45:19:     OS Version: 5.4
15:45:19:    Has Battery: false
15:45:19:     On Battery: false
15:45:19:     UTC Offset: -5
15:45:19:            PID: 1334
15:45:19:            CWD: /var/lib/fahclient
15:45:19:             OS: Linux 5.4.0-137-generic x86_64
15:45:19:        OS Arch: AMD64
15:45:19:           GPUs: 3
15:45:19:          GPU 0: Bus:1 Slot:0 Func:0 NVIDIA:5 GP107 [GeForce GTX 1050 Ti] 2138
15:45:19:          GPU 1: Bus:2 Slot:0 Func:0 NVIDIA:5 GP106 [P106-090]
15:45:19:          GPU 2: Bus:3 Slot:0 Func:0 NVIDIA:5 GP106 [P106-090]
15:45:19:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:11.4
15:45:19:  CUDA Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:6.1 Driver:11.4
15:45:19:  CUDA Device 2: Platform:0 Device:2 Bus:3 Slot:0 Compute:6.1 Driver:11.4
15:45:19:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:3.0 Driver:470.161
15:45:19:OpenCL Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:3.0 Driver:470.161
15:45:19:OpenCL Device 2: Platform:0 Device:2 Bus:3 Slot:0 Compute:3.0 Driver:470.161
15:45:19:***********************************************************************
15:45:19:<config>
15:45:19:  <!-- Client Control -->
15:45:19:  <fold-anon v='true'/>
15:45:19:
15:45:19:  <!-- Folding Slot Configuration -->
15:45:19:  <gpu v='false'/>
15:45:19:
15:45:19:  <!-- Network -->
15:45:19:  <proxy v=':8080'/>
15:45:19:
15:45:19:  <!-- Slot Control -->
15:45:19:  <power v='light'/>
15:45:19:
15:45:19:  <!-- User Information -->
15:45:19:  <passkey v='*****'/>
15:45:19:  <team v='xxx'/>
15:45:19:  <user v='xxx'/>
15:45:19:
15:45:19:  <!-- Folding Slots -->
15:45:19:  <slot id='0' type='CPU'/>
15:45:19:  <slot id='4' type='GPU'>
15:45:19:    <pci-bus v='1'/>
15:45:19:    <pci-slot v='0'/>
15:45:19:  </slot>
15:45:19:</config>
15:45:19:Trying to access database...
15:45:19:Successfully acquired database lock
15:45:19:FS00:Initialized folding slot 00: cpu:5
15:45:19:FS04:Initialized folding slot 04: gpu:1:0 GP107 [GeForce GTX 1050 Ti]  2138
15:45:19:WU00:FS00:Starting
15:45:19:WU00:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit-avx-256/a8-0.0.12/Core_a8.fah/FahCore_a8 -dir 00 -suffix 01 -version 706 -lifeline 1334 -checkpoint 15 -np 5
15:45:19:WU00:FS00:Started FahCore on PID 1346
15:45:19:WU00:FS00:Core PID:1350
15:45:19:WU00:FS00:FahCore 0xa8 started
15:45:19:WU00:FS00:0xa8:*********************** Log Started 2023-02-05T15:45:19Z ***********************
15:45:19:WU00:FS00:0xa8:************************** Gromacs Folding@home Core ***************************
15:45:19:WU00:FS00:0xa8:       Core: Gromacs
15:45:19:WU00:FS00:0xa8:       Type: 0xa8
15:45:19:WU00:FS00:0xa8:    Version: 0.0.12
15:45:19:WU00:FS00:0xa8:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
15:45:19:WU00:FS00:0xa8:  Copyright: 2020 foldingathome.org
15:45:19:WU00:FS00:0xa8:   Homepage: https://foldingathome.org/
15:45:19:WU00:FS00:0xa8:       Date: Jan 16 2021
15:45:19:WU00:FS00:0xa8:       Time: 19:23:19
15:45:19:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
15:45:19:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
15:45:19:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie
15:45:19:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
15:45:19:WU00:FS00:0xa8:       Bits: 64
15:45:19:WU00:FS00:0xa8:       Mode: Release
15:45:19:WU00:FS00:0xa8:       SIMD: avx_256
15:45:19:WU00:FS00:0xa8:     OpenMP: ON
15:45:19:WU00:FS00:0xa8:       CUDA: OFF
15:45:19:WU00:FS00:0xa8:       Args: -dir 00 -suffix 01 -version 706 -lifeline 1346 -checkpoint 15 -np 5
15:45:19:WU00:FS00:0xa8:************************************ libFAH ************************************
15:45:19:WU00:FS00:0xa8:       Date: Jan 16 2021
15:45:19:WU00:FS00:0xa8:       Time: 19:21:38
15:45:19:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
15:45:19:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
15:45:19:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie
15:45:19:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
15:45:19:WU00:FS00:0xa8:       Bits: 64
15:45:19:WU00:FS00:0xa8:       Mode: Release
15:45:19:WU00:FS00:0xa8:************************************ CBang *************************************
15:45:19:WU00:FS00:0xa8:       Date: Jan 16 2021
15:45:19:WU00:FS00:0xa8:       Time: 19:21:24
15:45:19:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
15:45:19:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
15:45:19:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
15:45:19:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
15:45:19:WU00:FS00:0xa8:       Bits: 64
15:45:19:WU00:FS00:0xa8:       Mode: Release
15:45:19:WU00:FS00:0xa8:************************************ System ************************************
15:45:19:WU00:FS00:0xa8:        CPU: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
15:45:19:WU00:FS00:0xa8:     CPU ID: GenuineIntel Family 6 Model 62 Stepping 4
15:45:19:WU00:FS00:0xa8:       CPUs: 10
15:45:19:WU00:FS00:0xa8:     Memory: 8.05GiB
15:45:19:WU00:FS00:0xa8:Free Memory: 7.26GiB
15:45:19:WU00:FS00:0xa8:    Threads: POSIX_THREADS
15:45:19:WU00:FS00:0xa8: OS Version: 5.4
15:45:19:WU00:FS00:0xa8:Has Battery: false
15:45:19:WU00:FS00:0xa8: On Battery: false
15:45:19:WU00:FS00:0xa8: UTC Offset: -5
15:45:19:WU00:FS00:0xa8:        PID: 1350
15:45:19:WU00:FS00:0xa8:        CWD: /var/lib/fahclient/work
15:45:19:WU00:FS00:0xa8:********************************************************************************
15:45:19:WU00:FS00:0xa8:Project: 16969 (Run 5, Clone 259, Gen 257)
15:45:19:WU00:FS00:0xa8:Unit: 0x00000000000000000000000000000000
15:45:19:WU00:FS00:0xa8:Digital signatures verified
15:45:19:WU00:FS00:0xa8:Calling: mdrun -c frame257.gro -s frame257.tpr -x frame257.xtc -cpi state.cpt -cpt 15 -nt 5 -ntmpi 1
15:45:19:WU00:FS00:0xa8:Steps: first=642500000 total=645000000
15:45:20:WU00:FS00:0xa8:Completed 117852 out of 2500000 steps (4%)
15:46:40:Removing old file 'configs/config-20230205-151619.xml'
15:46:40:Saving configuration to /etc/fahclient/config.xml
15:46:40:<config>
15:46:40:  <!-- Client Control -->
15:46:40:  <fold-anon v='true'/>
15:46:40:
15:46:40:  <!-- Folding Slot Configuration -->
15:46:40:  <gpu v='false'/>
15:46:40:
15:46:40:  <!-- Network -->
15:46:40:  <proxy v=':8080'/>
15:46:40:
15:46:40:  <!-- Slot Control -->
15:46:40:  <power v='light'/>
15:46:40:
15:46:40:  <!-- User Information -->
15:46:40:  <passkey v='*****'/>
15:46:40:  <team v='229500'/>
15:46:40:  <user v='Jajao555'/>
15:46:40:
15:46:40:  <!-- Folding Slots -->
15:46:40:  <slot id='0' type='CPU'/>
15:46:40:</config>
15:47:05:WARNING:FS01:No CUDA or OpenCL 1.2+ support detected for GPU slot 01: gpu:-1:-1.  Disabling.
15:47:05:Adding folding slot 01: gpu:-1:-1
15:47:05:Removing old file 'configs/config-20230205-151638.xml'
15:47:05:Saving configuration to /etc/fahclient/config.xml

Code: Select all

andy@linux-mint-vm:~$ nvidia-smi
Sun Feb  5 12:31:10 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.161.03   Driver Version: 470.161.03   CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
| 30%   28C    P8    N/A /  75W |      8MiB /  4040MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA P106-090     Off  | 00000000:02:00.0 Off |                  N/A |
| 41%   24C    P8     6W /  75W |      6MiB /  3021MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   2  NVIDIA P106-090     Off  | 00000000:03:00.0 Off |                  N/A |
|  0%   27C    P8     5W /  75W |      6MiB /  3021MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1084      G   /usr/lib/xorg/Xorg                  4MiB |
|    1   N/A  N/A      1084      G   /usr/lib/xorg/Xorg                  4MiB |
|    2   N/A  N/A      1084      G   /usr/lib/xorg/Xorg                  4MiB |
+-----------------------------------------------------------------------------+
I used this guide to get the new client working on Ubuntu
viewtopic.php?t=36830
toTOW
Site Moderator
Posts: 6293
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by toTOW »

What user is the client running under ?

Any particular reason to use such old drivers ?
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
jajao555
Posts: 4
Joined: Sun Feb 05, 2023 5:00 pm

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by jajao555 »

No specific reason just hadn't tried to update drivers. I can see if that makes a difference.

FAHclient is running under root from what I see in top.

Image
jajao555
Posts: 4
Joined: Sun Feb 05, 2023 5:00 pm

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by jajao555 »

So I got drivers updated to 525 and also updated Linux Mint to 20. It looks line FAH is using my GTX 1050 Ti now but not the other two P106-090 cards.

Anything else I need to add to the config to enable those?

Code: Select all

andy@linux-mint-vm:~$ nvidia-smi
Wed Feb  8 11:31:44 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.78.01    Driver Version: 525.78.01    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
| 49%   83C    P0    N/A /  75W |    348MiB /  4096MiB |    100%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA P106-090     Off  | 00000000:02:00.0 Off |                  N/A |
| 41%   25C    P8     6W /  75W |      6MiB /  3072MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   2  NVIDIA P106-090     Off  | 00000000:03:00.0 Off |                  N/A |
|  0%   40C    P8     5W /  75W |      6MiB /  3072MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1070      G   /usr/lib/xorg/Xorg                  4MiB |
|    0   N/A  N/A      1296      C   ...20/Core_22.fah/FahCore_22      340MiB |
|    1   N/A  N/A      1070      G   /usr/lib/xorg/Xorg                  4MiB |
|    2   N/A  N/A      1070      G   /usr/lib/xorg/Xorg                  4MiB |
+-----------------------------------------------------------------------------+

Code: Select all

andy@linux-mint-vm:~$ cat /var/lib/fahclient/log.txt
*********************** Log Started 2023-02-08T16:25:26Z ***********************
16:25:26:******************************* libFAH ********************************
16:25:26:           Date: Oct 20 2020
16:25:26:           Time: 20:36:39
16:25:26:       Revision: 5ca109d295a6245e2a2f590b3d0085ad5e567aeb
16:25:26:         Branch: master
16:25:26:       Compiler: GNU 8.3.0
16:25:26:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:                 -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:       Platform: linux2 5.8.0-1-amd64
16:25:26:           Bits: 64
16:25:26:           Mode: Release
16:25:26:****************************** FAHClient ******************************
16:25:26:        Version: 7.6.21
16:25:26:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
16:25:26:      Copyright: 2020 foldingathome.org
16:25:26:       Homepage: https://foldingathome.org/
16:25:26:           Date: Oct 20 2020
16:25:26:           Time: 20:39:00
16:25:26:       Revision: 6efbf0e138e22d3963e6a291f78dcb9c6422a278
16:25:26:         Branch: master
16:25:26:       Compiler: GNU 8.3.0
16:25:26:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:                 -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:       Platform: linux2 5.8.0-1-amd64
16:25:26:           Bits: 64
16:25:26:           Mode: Release
16:25:26:           Args: --child /etc/fahclient/config.xml --run-as fahclient
16:25:26:                 --pid-file=/var/run/fahclient.pid --daemon
16:25:26:         Config: /etc/fahclient/config.xml
16:25:26:******************************** CBang ********************************
16:25:26:           Date: Oct 20 2020
16:25:26:           Time: 18:37:59
16:25:26:       Revision: 7e4ce85225d7eaeb775e87c31740181ca603de60
16:25:26:         Branch: master
16:25:26:       Compiler: GNU 8.3.0
16:25:26:        Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:                 -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
16:25:26:       Platform: linux2 5.8.0-1-amd64
16:25:26:           Bits: 64
16:25:26:           Mode: Release
16:25:26:******************************* System ********************************
16:25:26:            CPU: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
16:25:26:         CPU ID: GenuineIntel Family 6 Model 62 Stepping 4
16:25:26:           CPUs: 10
16:25:26:         Memory: 8.05GiB
16:25:26:    Free Memory: 7.25GiB
16:25:26:        Threads: POSIX_THREADS
16:25:26:     OS Version: 5.4
16:25:26:    Has Battery: false
16:25:26:     On Battery: false
16:25:26:     UTC Offset: -5
16:25:26:            PID: 1281
16:25:26:            CWD: /var/lib/fahclient
16:25:26:             OS: Linux 5.4.0-137-generic x86_64
16:25:26:        OS Arch: AMD64
16:25:26:           GPUs: 3
16:25:26:          GPU 0: Bus:1 Slot:0 Func:0 NVIDIA:5 GP107 [GeForce GTX 1050 Ti] 2138
16:25:26:          GPU 1: Bus:2 Slot:0 Func:0 NVIDIA:5 GP106 [P106-090]
16:25:26:          GPU 2: Bus:3 Slot:0 Func:0 NVIDIA:5 GP106 [P106-090]
16:25:26:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:12.0
16:25:26:  CUDA Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:6.1 Driver:12.0
16:25:26:  CUDA Device 2: Platform:0 Device:2 Bus:3 Slot:0 Compute:6.1 Driver:12.0
16:25:26:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:3.0 Driver:525.78
16:25:26:OpenCL Device 1: Platform:0 Device:1 Bus:2 Slot:0 Compute:3.0 Driver:525.78
16:25:26:OpenCL Device 2: Platform:0 Device:2 Bus:3 Slot:0 Compute:3.0 Driver:525.78
16:25:26:***********************************************************************
16:25:26:<config>
16:25:26:  <!-- Client Control -->
16:25:26:  <fold-anon v='true'/>
16:25:26:
16:25:26:  <!-- Folding Slot Configuration -->
16:25:26:  <gpu v='false'/>
16:25:26:
16:25:26:  <!-- Network -->
16:25:26:  <proxy v=':8080'/>
16:25:26:
16:25:26:  <!-- User Information -->
16:25:26:  <passkey v='*****'/>
16:25:26:  <team v='xxx'/>
16:25:26:  <user v='xxx'/>
16:25:26:
16:25:26:  <!-- Folding Slots -->
16:25:26:  <slot id='0' type='CPU'/>
16:25:26:  <slot id='1' type='GPU'>
16:25:26:    <pci-bus v='1'/>
16:25:26:    <pci-slot v='0'/>
16:25:26:  </slot>
16:25:26:</config>
16:25:26:Trying to access database...
16:25:26:Successfully acquired database lock
16:25:26:FS00:Initialized folding slot 00: cpu:8
16:25:26:FS01:Initialized folding slot 01: gpu:1:0 GP107 [GeForce GTX 1050 Ti]  2138
16:25:26:WU01:FS01:Starting
16:25:26:WU01:FS01:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit/22-0.0.20/Core_22.fah/FahCore_22 -dir 01 -suffix 01 -version 706 -lifeline 1281 -checkpoint 15 -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu-vendor nvidia -gpu 0 -gpu-usage 100
16:25:26:WU01:FS01:Started FahCore on PID 1292
16:25:26:WU01:FS01:Core PID:1296
16:25:26:WU01:FS01:FahCore 0x22 started
16:25:26:WU00:FS00:Starting
16:25:26:WARNING:WU00:FS00:AS lowered CPUs from 8 to 5
16:25:26:WU00:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit-avx-256/a8-0.0.12/Core_a8.fah/FahCore_a8 -dir 00 -suffix 01 -version 706 -lifeline 1281 -checkpoint 15 -np 5
16:25:26:WU00:FS00:Started FahCore on PID 1299
16:25:26:WU00:FS00:Core PID:1303
16:25:26:WU00:FS00:FahCore 0xa8 started
16:25:26:WU01:FS01:0x22:*********************** Log Started 2023-02-08T16:25:26Z ***********************
16:25:26:WU01:FS01:0x22:*************************** Core22 Folding@home Core ***************************
16:25:26:WU01:FS01:0x22:       Core: Core22
16:25:26:WU01:FS01:0x22:       Type: 0x22
16:25:26:WU01:FS01:0x22:    Version: 0.0.20
16:25:26:WU01:FS01:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
16:25:26:WU01:FS01:0x22:  Copyright: 2020 foldingathome.org
16:25:26:WU01:FS01:0x22:   Homepage: https://foldingathome.org/
16:25:26:WU01:FS01:0x22:       Date: Jan 20 2022
16:25:26:WU01:FS01:0x22:       Time: 00:57:52
16:25:26:WU01:FS01:0x22:   Revision: 3f211b8a4346514edbff34e3cb1c0e0ec951373c
16:25:26:WU01:FS01:0x22:     Branch: HEAD
16:25:26:WU01:FS01:0x22:   Compiler: GNU 9.4.0
16:25:26:WU01:FS01:0x22:    Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:WU01:FS01:0x22:             -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:WU01:FS01:0x22:             -DOPENMM_VERSION="\"7.7.0\""
16:25:26:WU01:FS01:0x22:   Platform: linux 5.11.0-1025-azure
16:25:26:WU01:FS01:0x22:       Bits: 64
16:25:26:WU01:FS01:0x22:       Mode: Release
16:25:26:WU01:FS01:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
16:25:26:WU01:FS01:0x22:             <peastman@stanford.edu>
16:25:26:WU01:FS01:0x22:       Args: -dir 01 -suffix 01 -version 706 -lifeline 1292 -checkpoint 15
16:25:26:WU01:FS01:0x22:             -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu-vendor
16:25:26:WU01:FS01:0x22:             nvidia -gpu 0 -gpu-usage 100
16:25:26:WU01:FS01:0x22:************************************ libFAH ************************************
16:25:26:WU01:FS01:0x22:       Date: Jan 20 2022
16:25:26:WU01:FS01:0x22:       Time: 00:57:22
16:25:26:WU01:FS01:0x22:   Revision: 9f4ad694e75c2350d4bb6b8b5b769ba27e483a2f
16:25:26:WU01:FS01:0x22:     Branch: HEAD
16:25:26:WU01:FS01:0x22:   Compiler: GNU 9.4.0
16:25:26:WU01:FS01:0x22:    Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:WU01:FS01:0x22:             -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:WU01:FS01:0x22:   Platform: linux 5.11.0-1025-azure
16:25:26:WU01:FS01:0x22:       Bits: 64
16:25:26:WU01:FS01:0x22:       Mode: Release
16:25:26:WU01:FS01:0x22:************************************ CBang *************************************
16:25:26:WU01:FS01:0x22:       Date: Jan 20 2022
16:25:26:WU01:FS01:0x22:       Time: 00:57:00
16:25:26:WU01:FS01:0x22:   Revision: ab023d155b446906d55b0f6c9a1eedeea04f7a1a
16:25:26:WU01:FS01:0x22:     Branch: HEAD
16:25:26:WU01:FS01:0x22:   Compiler: GNU 9.4.0
16:25:26:WU01:FS01:0x22:    Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
16:25:26:WU01:FS01:0x22:             -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
16:25:26:WU01:FS01:0x22:   Platform: linux 5.11.0-1025-azure
16:25:26:WU01:FS01:0x22:       Bits: 64
16:25:26:WU01:FS01:0x22:       Mode: Release
16:25:26:WU01:FS01:0x22:************************************ System ************************************
16:25:26:WU01:FS01:0x22:        CPU: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
16:25:26:WU01:FS01:0x22:     CPU ID: GenuineIntel Family 6 Model 62 Stepping 4
16:25:26:WU01:FS01:0x22:       CPUs: 10
16:25:26:WU01:FS01:0x22:     Memory: 8.05GiB
16:25:26:WU01:FS01:0x22:Free Memory: 7.18GiB
16:25:26:WU01:FS01:0x22:    Threads: POSIX_THREADS
16:25:26:WU01:FS01:0x22: OS Version: 5.4
16:25:26:WU01:FS01:0x22:Has Battery: false
16:25:26:WU01:FS01:0x22: On Battery: false
16:25:26:WU01:FS01:0x22: UTC Offset: -5
16:25:26:WU01:FS01:0x22:        PID: 1296
16:25:26:WU01:FS01:0x22:        CWD: /var/lib/fahclient/work
16:25:26:WU01:FS01:0x22:************************************ OpenMM ************************************
16:25:26:WU01:FS01:0x22:    Version: 7.7.0
16:25:26:WU01:FS01:0x22:********************************************************************************
16:25:26:WU01:FS01:0x22:Project: 18213 (Run 16160, Clone 1, Gen 8)
16:25:26:WU01:FS01:0x22:Digital signatures verified
16:25:26:WU01:FS01:0x22:Folding@home GPU Core22 Folding@home Core
16:25:26:WU01:FS01:0x22:Version 0.0.20
16:25:26:WU01:FS01:0x22:  Checkpoint write interval: 25000 steps (2%) [50 total]
16:25:26:WU01:FS01:0x22:  JSON viewer frame write interval: 12500 steps (1%) [100 total]
16:25:26:WU01:FS01:0x22:  XTC frame write interval: 20000 steps (1.6%) [62 total]
16:25:26:WU01:FS01:0x22:  Global context and integrator variables write interval: disabled
16:25:26:WU01:FS01:0x22:There are 4 platforms available.
16:25:26:WU01:FS01:0x22:Platform 0: Reference
16:25:26:WU01:FS01:0x22:Platform 1: CPU
16:25:26:WU01:FS01:0x22:Platform 2: OpenCL
16:25:26:WU01:FS01:0x22:  opencl-device 0 specified
16:25:26:WU01:FS01:0x22:Platform 3: CUDA
16:25:26:WU01:FS01:0x22:  cuda-device 0 specified
16:25:26:WU00:FS00:0xa8:*********************** Log Started 2023-02-08T16:25:26Z ***********************
16:25:26:WU00:FS00:0xa8:************************** Gromacs Folding@home Core ***************************
16:25:26:WU00:FS00:0xa8:       Core: Gromacs
16:25:26:WU00:FS00:0xa8:       Type: 0xa8
16:25:26:WU00:FS00:0xa8:    Version: 0.0.12
16:25:26:WU00:FS00:0xa8:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
16:25:26:WU00:FS00:0xa8:  Copyright: 2020 foldingathome.org
16:25:26:WU00:FS00:0xa8:   Homepage: https://foldingathome.org/
16:25:26:WU00:FS00:0xa8:       Date: Jan 16 2021
16:25:26:WU00:FS00:0xa8:       Time: 19:23:19
16:25:26:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
16:25:26:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
16:25:26:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
16:25:26:WU00:FS00:0xa8:       Bits: 64
16:25:26:WU00:FS00:0xa8:       Mode: Release
16:25:26:WU00:FS00:0xa8:       SIMD: avx_256
16:25:26:WU00:FS00:0xa8:     OpenMP: ON
16:25:26:WU00:FS00:0xa8:       CUDA: OFF
16:25:26:WU00:FS00:0xa8:       Args: -dir 00 -suffix 01 -version 706 -lifeline 1299 -checkpoint 15 -np 5
16:25:26:WU00:FS00:0xa8:************************************ libFAH ************************************
16:25:26:WU00:FS00:0xa8:       Date: Jan 16 2021
16:25:26:WU00:FS00:0xa8:       Time: 19:21:38
16:25:26:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
16:25:26:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
16:25:26:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie
16:25:26:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
16:25:26:WU00:FS00:0xa8:       Bits: 64
16:25:26:WU00:FS00:0xa8:       Mode: Release
16:25:26:WU00:FS00:0xa8:************************************ CBang *************************************
16:25:26:WU00:FS00:0xa8:       Date: Jan 16 2021
16:25:26:WU00:FS00:0xa8:       Time: 19:21:24
16:25:26:WU00:FS00:0xa8:   Compiler: GNU 8.3.0
16:25:26:WU00:FS00:0xa8:    Options: -faligned-new -std=c++14 -fsigned-char -ffunction-sections
16:25:26:WU00:FS00:0xa8:             -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
16:25:26:WU00:FS00:0xa8:   Platform: linux2 4.15.0-128-generic
16:25:26:WU00:FS00:0xa8:       Bits: 64
16:25:26:WU00:FS00:0xa8:       Mode: Release
16:25:26:WU00:FS00:0xa8:************************************ System ************************************
16:25:26:WU00:FS00:0xa8:        CPU: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
16:25:26:WU00:FS00:0xa8:     CPU ID: GenuineIntel Family 6 Model 62 Stepping 4
16:25:26:WU00:FS00:0xa8:       CPUs: 10
16:25:26:WU00:FS00:0xa8:     Memory: 8.05GiB
16:25:26:WU00:FS00:0xa8:Free Memory: 7.14GiB
16:25:26:WU00:FS00:0xa8:    Threads: POSIX_THREADS
16:25:26:WU00:FS00:0xa8: OS Version: 5.4
16:25:26:WU00:FS00:0xa8:Has Battery: false
16:25:26:WU00:FS00:0xa8: On Battery: false
16:25:26:WU00:FS00:0xa8: UTC Offset: -5
16:25:26:WU00:FS00:0xa8:        PID: 1303
16:25:26:WU00:FS00:0xa8:        CWD: /var/lib/fahclient/work
16:25:26:WU00:FS00:0xa8:********************************************************************************
16:25:26:WU00:FS00:0xa8:Project: 18460 (Run 62, Clone 14, Gen 0)
16:25:26:WU00:FS00:0xa8:Unit: 0x00000000000000000000000000000000
16:25:26:WU00:FS00:0xa8:Digital signatures verified
16:25:26:WU00:FS00:0xa8:Calling: mdrun -c frame0.gro -s frame0.tpr -x frame0.xtc -cpi state.cpt -cpt 15 -nt 5 -ntmpi 1
16:25:26:WU00:FS00:0xa8:Steps: first=0 total=10000000
16:25:29:WU00:FS00:0xa8:Completed 1160209 out of 10000000 steps (11%)
16:25:38:WU01:FS01:0x22:Attempting to create CUDA context:
16:25:38:WU01:FS01:0x22:  Configuring platform CUDA
16:25:52:WU01:FS01:0x22:  Using CUDA and gpu 0
16:25:52:WU01:FS01:0x22:Completed 0 out of 1250000 steps (0%)
16:25:53:WU01:FS01:0x22:Checkpoint completed at step 0
JimboPalmer
Posts: 2573
Joined: Mon Feb 16, 2009 4:12 am
Location: Greenwood MS USA

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by JimboPalmer »

Welcome to Folding@Home!

https://www.techpowerup.com/gpu-specs/p106-100.c2980

This appears to be a niche mining GPU, and may not be in F@H's database. If so please post the device ID for the card.

You can find it in Linux using lspci

https://opensource.com/article/21/9/lsp ... x-hardware#
Tsar of all the Rushers
I tried to remain childlike, all I achieved was childish.
A friend to those who want no friends
jajao555
Posts: 4
Joined: Sun Feb 05, 2023 5:00 pm

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by jajao555 »

Thanks here's the lspci output for all 3. These all were working before on the old client.

Code: Select all

andy@linux-mint-vm:~$ sudo lspci -nn -k -d 10de:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1)
        Subsystem: eVga.com. Corp. GP107 [GeForce GTX 1050 Ti] [3842:6253]
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
02:00.0 3D controller [0302]: NVIDIA Corporation GP106 [P106-090] [10de:1c09] (rev a1)
        Subsystem: ZOTAC International (MCO) Ltd. GP106 [P106-090] [19da:6438]
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
03:00.0 3D controller [0302]: NVIDIA Corporation GP106 [P106-090] [10de:1c09] (rev a1)
        Subsystem: ZOTAC International (MCO) Ltd. GP106 [P106-090] [19da:6438]
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
andy@linux-mint-vm:~$
So it shows up in the GPUs.txt when I grep for the 1c09 id.

Code: Select all

andy@linux-mint-vm:~$ cat /var/lib/fahclient/GPUs.txt | grep 1c09
0x10de:0x1c09:2:5:GP106 [P106-090]
toTOW
Site Moderator
Posts: 6293
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Linux Mint with nVidia GPUs Error - No CUDA or OpenCL 1.2+ support detected for GPU

Post by toTOW »

They're in the list of supported GPUs, but you have to create slots for them if you want the client to use them ...
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
Post Reply