CUDA: Not detected. Linux Debian Stable

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

craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

Thank you for the reply, Bruce, but yes, I did look further up in the log file. From my first post on this topic I showed the entire System block of the output (which has not changed no matter what I do):

16:27:49:******************************* System ********************************
16:27:49: CPU: AMD Athlon(tm) X4 860K Quad Core Processor
16:27:49: CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
16:27:49: CPUs: 4
16:27:49: Memory: 31.38GiB
16:27:49:Free Memory: 30.70GiB
16:27:49: Threads: POSIX_THREADS
16:27:49: OS Version: 5.8
16:27:49:Has Battery: false
16:27:49: On Battery: false
16:27:49: UTC Offset: -4
16:27:49: PID: 1057
16:27:49: CWD: /var/lib/fahclient
16:27:49: OS: Linux 5.8.0-50-generic x86_64
16:27:49: OS Arch: AMD64
16:27:49: GPUs: 2
16:27:49: GPU 0: NVIDIA:8 GP102 [GeForce GTX 1080 Ti] 11380
16:27:49: GPU 1: NVIDIA:7 TU116 [GeForce GTX 1660 Ti]
16:27:49: CUDA: 7.5
16:27:49:CUDA Driver: 11030
16:27:49:***********************************************************************

Note the lack of any CUDA or OpenCL device info lines like you have after the listing of your GPU and what might, comparing mine to yours, be some debug output in my System block. And I do agree that FAH determines the hardware configuration just once at the start, which is why I'm befuddled that it successfully folds with OpenCL if there is nothing in the System block of output indicating that it was found. Specifically:

12:57:59:WU00:FS00:0x22:Version 0.0.13
12:57:59:WU00:FS00:0x22: Checkpoint write interval: 15000 steps (2%) [50 total]
12:57:59:WU00:FS00:0x22: JSON viewer frame write interval: 7500 steps (1%) [100 total]
12:57:59:WU00:FS00:0x22: XTC frame write interval: 250000 steps (33%) [3 total]
12:57:59:WU00:FS00:0x22: Global context and integrator variables write interval: disabled
12:57:59:WU00:FS00:0x22:No -opencl-device specified; using deprecated -gpu argument as an alias for -opencl-device.
12:57:59:WU00:FS00:0x22:Please consider upgrading your client version.
12:57:59:WU00:FS00:0x22:There are 3 platforms available.
12:57:59:WU00:FS00:0x22:Platform 0: Reference
12:57:59:WU00:FS00:0x22:Platform 1: CPU
12:57:59:WU00:FS00:0x22:Platform 2: OpenCL
12:57:59:WU00:FS00:0x22: opencl-device 0 specified
12:57:59:WU02:FS01:0x22:There are 3 platforms available.
12:57:59:WU02:FS01:0x22:Platform 0: Reference
12:57:59:WU02:FS01:0x22:Platform 1: CPU
12:57:59:WU02:FS01:0x22:Platform 2: OpenCL
12:57:59:WU02:FS01:0x22: opencl-device 1 specified
12:58:17:WU02:FS01:0x22:Attempting to create OpenCL context:
12:58:17:WU02:FS01:0x22: Configuring platform OpenCL
12:58:21:WU00:FS00:0x22:Attempting to create OpenCL context:
12:58:21:WU00:FS00:0x22: Configuring platform OpenCL
12:58:37:WU02:FS01:0x22: Using OpenCL on platformId 0 and gpu 1
12:58:39:WU02:FS01:0x22:Completed 510000 out of 750000 steps (68%)
12:58:43:WU00:FS00:0x22: Using OpenCL on platformId 0 and gpu 0

(The first "OpenCL" in what I just pasted above is the first time OpenCL appears anywhere in the log file.)

You asked if OpenCL was available when FAH started up. To ensure that it is, I put a 60 second delay at the start of /etc/init.d/FAHClient to hold FAH off until the rest of the system is fully initialized. (This is a fresh install, so other than FAH there are only the small number of default services that start up, so 60 seconds would give them plenty of time.) Doing this made no difference. I'm letting the current jobs finish and then will try starting FAH manually but with the added cuda-device and opencl-device parameters to see if that changes anything.
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: CUDA: Not detected. Linux Debian Stable

Post by Joe_H »

You still have not posted the complete first section of the log. Bruce has given you an example, post that section without removing stuff. The client configuration is in the next section, posting the first 100-200 lines usually catches everything pertinent.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: CUDA: Not detected. Linux Debian Stable

Post by bruce »

The extra lines:
6:27:49: CUDA: 7.5
16:27:49:CUDA Driver: 11030
suggest that you're installed the CUDA toolkit. FAH expects the nVIdia drivers but NOT a toolkit which is probably incompatible with the one carried inside of FAHCore_22.
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

My last install I made sure the toolkit wasn't in any of the steps. To confirm that it isn't on the system, here is the nvcc --version output...

$ nvcc --version
Command 'nvcc' not found, but can be installed with:
sudo apt install nvidia-cuda-toolkit
$

...and doing a dpkg -l | grep toolkit shows 12 packages, none of which have anything to do with CUDA. :-(

As per Joe_H's request, here is everything in the current log from the start of the program to where it is crusing along crunching. Note that this was immediately after a fresh install of the OS, thus you'll see the download of the client code as well. (The squawk about dumping slot 0 is due to it automatically starting with CPU-only folding and me switching that to using the two GPUs.)

Code: Select all

*********************** Log Started 2021-04-29T03:27:19Z ***********************
03:27:19:************************* Folding@home Client *************************
03:27:19:    Website: http://folding.stanford.edu/
03:27:19:  Copyright: (c) 2009-2014 Stanford University
03:27:19:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
03:27:19:       Args: --child --lifeline 986 /etc/fahclient/config.xml --run-as fahclient
03:27:19:             --pid-file=/var/run/fahclient.pid --daemon
03:27:19:     Config: /etc/fahclient/config.xml
03:27:19:******************************** Build ********************************
03:27:19:    Version: 7.4.4
03:27:19:       Date: Mar 4 2014
03:27:19:       Time: 12:02:38
03:27:19:    SVN Rev: 4130
03:27:19:     Branch: fah/trunk/client
03:27:19:   Compiler: GNU 4.4.7
03:27:19:    Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math
03:27:19:             -fno-unsafe-math-optimizations -msse2
03:27:19:   Platform: linux2 3.2.0-1-amd64
03:27:19:       Bits: 64
03:27:19:       Mode: Release
03:27:19:******************************* System ********************************
03:27:19:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
03:27:19:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
03:27:19:       CPUs: 4
03:27:19:     Memory: 31.37GiB
03:27:19:Free Memory: 30.76GiB
03:27:19:    Threads: POSIX_THREADS
03:27:19: OS Version: 5.11
03:27:19:Has Battery: false
03:27:19: On Battery: false
03:27:19: UTC Offset: -4
03:27:19:        PID: 988
03:27:19:        CWD: /var/lib/fahclient
03:27:19:         OS: Linux 5.11.0-16-generic x86_64
03:27:19:    OS Arch: AMD64
03:27:19:       GPUs: 0
03:27:19:       CUDA: 7.5
03:27:19:CUDA Driver: 11020
03:27:19:***********************************************************************
03:27:19:<config>
03:27:19:  <!-- Client Control -->
03:27:19:  <fold-anon v='true'/>
03:27:19:
03:27:19:  <!-- HTTP Server -->
03:27:19:  <allow v='127.0.0.1 192.168.1.3'/>
03:27:19:
03:27:19:  <!-- Network -->
03:27:19:  <proxy v=':8080'/>
03:27:19:
03:27:19:  <!-- Remote Command Server -->
03:27:19:  <password v='*************'/>
03:27:19:
03:27:19:  <!-- Slot Control -->
03:27:19:  <pause-on-battery v='false'/>
03:27:19:  <power v='full'/>
03:27:19:
03:27:19:  <!-- User Information -->
03:27:19:  <passkey v='********************************'/>
03:27:19:  <team v='224497'/>
03:27:19:  <user v='craig110'/>
03:27:19:
03:27:19:  <!-- Folding Slots -->
03:27:19:  <slot id='0' type='GPU'/>
03:27:19:  <slot id='1' type='GPU'/>
03:27:19:</config>
03:27:19:Switching to user fahclient
03:27:19:Connecting to assign-GPU.stanford.edu:80
03:27:19:Updated GPUs.txt
03:27:19:Read GPUs.txt
03:27:19:Trying to access database...
03:27:20:Successfully acquired database lock
03:27:20:Enabled folding slot 00: READY gpu:0:GP102 [GeForce GTX 1080 Ti] 11380
03:27:20:Enabled folding slot 01: READY gpu:1:TU116 [GeForce GTX 1660 Ti]
03:27:20:WARNING:WU00:No longer matches Slot 0's configuration and there are no other matching slots, dumping
03:27:20:WU00:FS00:Sending unit results: id:00 state:SEND error:DUMPED project:17231 run:10475 clone:4 gen:12 core:0xa7 unit:0x000000040000000c0000434f000028eb
03:27:20:WU00:FS00:Connecting to 206.223.170.146:8080
03:27:20:WU01:FS00:Connecting to 65.254.110.245:80
03:27:20:WU02:FS01:Connecting to 65.254.110.245:80
03:27:21:WU00:FS00:Server responded WORK_ACK (400)
03:27:21:WU00:FS00:Cleaning up
03:27:21:WU01:FS00:Assigned to work server 128.174.73.74
03:27:21:WU01:FS00:Requesting new work unit for slot 00: READY gpu:0:GP102 [GeForce GTX 1080 Ti] 11380 from 128.174.73.74
03:27:21:WU01:FS00:Connecting to 128.174.73.74:8080
03:27:21:WU02:FS01:Assigned to work server 128.174.73.74
03:27:21:WU02:FS01:Requesting new work unit for slot 01: READY gpu:1:TU116 [GeForce GTX 1660 Ti] from 128.174.73.74
03:27:21:WU02:FS01:Connecting to 128.174.73.74:8080
03:27:34:WU02:FS01:Downloading 10.72MiB
03:27:35:WU02:FS01:Download complete
03:27:35:WU02:FS01:Received Unit: id:02 state:DOWNLOAD error:NO_ERROR project:17731 run:55 clone:6 gen:31 core:0x22 unit:0x000000060000001f0000454300000037
03:27:35:WU02:FS01:Downloading core from http://cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah
03:27:35:WU02:FS01:Connecting to cores.foldingathome.org:80
03:27:35:WU02:FS01:FahCore 22: Downloading 79.02MiB
03:27:36:WU01:FS00:Downloading 10.81MiB
03:27:37:WU01:FS00:Download complete
03:27:37:WU01:FS00:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:17727 run:34 clone:2 gen:85 core:0x22 unit:0x00000002000000550000453f00000022
03:27:41:WU02:FS01:FahCore 22: 69.37%
03:27:43:WU02:FS01:FahCore 22: Download complete
03:27:43:WU02:FS01:Valid core signature
03:27:43:WU02:FS01:Unpacked 5.21MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/FahCore_22
03:27:43:WU02:FS01:Unpacked 65.05KiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMMPME.so
03:27:43:WU02:FS01:Unpacked 2.72MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMMOpenCL.so
03:27:43:WU02:FS01:Unpacked 32.98KiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMMCudaCompiler.so
03:27:43:WU02:FS01:Unpacked 2.54MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMMCUDA.so
03:27:43:WU02:FS01:Unpacked 84.05MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libcufft.so.9.2
03:27:43:WU02:FS01:Unpacked 570.08KiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMMCPU.so
03:27:43:WU02:FS01:Unpacked 3.21MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libnvrtc-builtins.so
03:27:43:WU02:FS01:Unpacked 3.22MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libOpenMM.so
03:27:43:WU02:FS01:Unpacked 30.73KiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libfftw3f_threads.so.3
03:27:43:WU02:FS01:Unpacked 1.57MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libfftw3f.so.3
03:27:43:WU02:FS01:Unpacked 19.32MiB to cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/libnvrtc.so.9.2
03:27:43:WU02:FS01:Starting
03:27:43:WU02:FS01:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/FahCore_22 -dir 02 -suffix 01 -version 704 -lifeline 988 -checkpoint 15 -gpu 1 -gpu-vendor nvidia
03:27:43:WU02:FS01:Started FahCore on PID 1652
03:27:44:WU02:FS01:Core PID:1673
03:27:44:WU02:FS01:FahCore 0x22 started
03:27:44:WU01:FS00:Starting
03:27:44:WU01:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/FahCore_22 -dir 01 -suffix 01 -version 704 -lifeline 988 -checkpoint 15 -gpu 0 -gpu-vendor nvidia
03:27:44:WU01:FS00:Started FahCore on PID 1683
03:27:44:WU01:FS00:Core PID:1687
03:27:44:WU01:FS00:FahCore 0x22 started
03:27:44:WU02:FS01:0x22:*********************** Log Started 2021-04-29T03:27:44Z ***********************
03:27:44:WU02:FS01:0x22:*************************** Core22 Folding@home Core ***************************
03:27:44:WU02:FS01:0x22:       Core: Core22
03:27:44:WU02:FS01:0x22:       Type: 0x22
03:27:44:WU02:FS01:0x22:    Version: 0.0.13
03:27:44:WU02:FS01:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
03:27:44:WU02:FS01:0x22:  Copyright: 2020 foldingathome.org
03:27:44:WU02:FS01:0x22:   Homepage: https://foldingathome.org/
03:27:44:WU02:FS01:0x22:       Date: Sep 19 2020
03:27:44:WU02:FS01:0x22:       Time: 01:10:35
03:27:44:WU02:FS01:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
03:27:44:WU02:FS01:0x22:     Branch: core22-0.0.13
03:27:44:WU02:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU02:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU02:FS01:0x22:             -funroll-loops -DOPENMM_GIT_HASH="\"189320d0\""
03:27:44:WU02:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU02:FS01:0x22:       Bits: 64
03:27:44:WU02:FS01:0x22:       Mode: Release
03:27:44:WU02:FS01:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
03:27:44:WU02:FS01:0x22:             <peastman@stanford.edu>
03:27:44:WU02:FS01:0x22:       Args: -dir 02 -suffix 01 -version 704 -lifeline 1652 -checkpoint 15 -gpu
03:27:44:WU02:FS01:0x22:             1 -gpu-vendor nvidia
03:27:44:WU02:FS01:0x22:************************************ libFAH ************************************
03:27:44:WU02:FS01:0x22:       Date: Sep 15 2020
03:27:44:WU02:FS01:0x22:       Time: 05:14:43
03:27:44:WU02:FS01:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
03:27:44:WU02:FS01:0x22:     Branch: HEAD
03:27:44:WU02:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU02:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU02:FS01:0x22:             -funroll-loops
03:27:44:WU02:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU02:FS01:0x22:       Bits: 64
03:27:44:WU02:FS01:0x22:       Mode: Release
03:27:44:WU02:FS01:0x22:************************************ CBang *************************************
03:27:44:WU02:FS01:0x22:       Date: Sep 15 2020
03:27:44:WU02:FS01:0x22:       Time: 05:11:04
03:27:44:WU02:FS01:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
03:27:44:WU02:FS01:0x22:     Branch: HEAD
03:27:44:WU02:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU02:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU02:FS01:0x22:             -funroll-loops -fPIC
03:27:44:WU02:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU02:FS01:0x22:       Bits: 64
03:27:44:WU02:FS01:0x22:       Mode: Release
03:27:44:WU02:FS01:0x22:************************************ System ************************************
03:27:44:WU02:FS01:0x22:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
03:27:44:WU02:FS01:0x22:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
03:27:44:WU02:FS01:0x22:       CPUs: 4
03:27:44:WU02:FS01:0x22:     Memory: 31.37GiB
03:27:44:WU02:FS01:0x22:Free Memory: 29.96GiB
03:27:44:WU02:FS01:0x22:    Threads: POSIX_THREADS
03:27:44:WU02:FS01:0x22: OS Version: 5.11
03:27:44:WU02:FS01:0x22:Has Battery: false
03:27:44:WU02:FS01:0x22: On Battery: false
03:27:44:WU02:FS01:0x22: UTC Offset: -4
03:27:44:WU02:FS01:0x22:        PID: 1673
03:27:44:WU02:FS01:0x22:        CWD: /var/lib/fahclient/work
03:27:44:WU02:FS01:0x22:************************************ OpenMM ************************************
03:27:44:WU02:FS01:0x22:   Revision: 189320d0
03:27:44:WU02:FS01:0x22:********************************************************************************
03:27:44:WU02:FS01:0x22:Project: 17731 (Run 55, Clone 6, Gen 31)
03:27:44:WU02:FS01:0x22:Unit: 0x00000000000000000000000000000000
03:27:44:WU02:FS01:0x22:Reading tar file core.xml
03:27:44:WU02:FS01:0x22:Reading tar file integrator.xml
03:27:44:WU02:FS01:0x22:Reading tar file state.xml
03:27:44:WU02:FS01:0x22:Reading tar file system.xml
03:27:44:WU01:FS00:0x22:*********************** Log Started 2021-04-29T03:27:44Z ***********************
03:27:44:WU01:FS00:0x22:*************************** Core22 Folding@home Core ***************************
03:27:44:WU01:FS00:0x22:       Core: Core22
03:27:44:WU01:FS00:0x22:       Type: 0x22
03:27:44:WU01:FS00:0x22:    Version: 0.0.13
03:27:44:WU01:FS00:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
03:27:44:WU01:FS00:0x22:  Copyright: 2020 foldingathome.org
03:27:44:WU01:FS00:0x22:   Homepage: https://foldingathome.org/
03:27:44:WU01:FS00:0x22:       Date: Sep 19 2020
03:27:44:WU01:FS00:0x22:       Time: 01:10:35
03:27:44:WU01:FS00:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
03:27:44:WU01:FS00:0x22:     Branch: core22-0.0.13
03:27:44:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU01:FS00:0x22:             -funroll-loops -DOPENMM_GIT_HASH="\"189320d0\""
03:27:44:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU01:FS00:0x22:       Bits: 64
03:27:44:WU01:FS00:0x22:       Mode: Release
03:27:44:WU01:FS00:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
03:27:44:WU01:FS00:0x22:             <peastman@stanford.edu>
03:27:44:WU01:FS00:0x22:       Args: -dir 01 -suffix 01 -version 704 -lifeline 1683 -checkpoint 15 -gpu
03:27:44:WU01:FS00:0x22:             0 -gpu-vendor nvidia
03:27:44:WU01:FS00:0x22:************************************ libFAH ************************************
03:27:44:WU01:FS00:0x22:       Date: Sep 15 2020
03:27:44:WU01:FS00:0x22:       Time: 05:14:43
03:27:44:WU01:FS00:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
03:27:44:WU01:FS00:0x22:     Branch: HEAD
03:27:44:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU01:FS00:0x22:             -funroll-loops
03:27:44:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU01:FS00:0x22:       Bits: 64
03:27:44:WU01:FS00:0x22:       Mode: Release
03:27:44:WU01:FS00:0x22:************************************ CBang *************************************
03:27:44:WU01:FS00:0x22:       Date: Sep 15 2020
03:27:44:WU01:FS00:0x22:       Time: 05:11:04
03:27:44:WU01:FS00:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
03:27:44:WU01:FS00:0x22:     Branch: HEAD
03:27:44:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
03:27:44:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
03:27:44:WU01:FS00:0x22:             -funroll-loops -fPIC
03:27:44:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
03:27:44:WU01:FS00:0x22:       Bits: 64
03:27:44:WU01:FS00:0x22:       Mode: Release
03:27:44:WU01:FS00:0x22:************************************ System ************************************
03:27:44:WU01:FS00:0x22:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
03:27:44:WU01:FS00:0x22:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
03:27:44:WU01:FS00:0x22:       CPUs: 4
03:27:44:WU01:FS00:0x22:     Memory: 31.37GiB
03:27:44:WU01:FS00:0x22:Free Memory: 29.93GiB
03:27:44:WU01:FS00:0x22:    Threads: POSIX_THREADS
03:27:44:WU01:FS00:0x22: OS Version: 5.11
03:27:44:WU01:FS00:0x22:Has Battery: false
03:27:44:WU01:FS00:0x22: On Battery: false
03:27:44:WU01:FS00:0x22: UTC Offset: -4
03:27:44:WU01:FS00:0x22:        PID: 1687
03:27:44:WU01:FS00:0x22:        CWD: /var/lib/fahclient/work
03:27:44:WU01:FS00:0x22:************************************ OpenMM ************************************
03:27:44:WU01:FS00:0x22:   Revision: 189320d0
03:27:44:WU01:FS00:0x22:********************************************************************************
03:27:44:WU01:FS00:0x22:Project: 17727 (Run 34, Clone 2, Gen 85)
03:27:44:WU01:FS00:0x22:Unit: 0x00000000000000000000000000000000
03:27:44:WU01:FS00:0x22:Reading tar file core.xml
03:27:44:WU01:FS00:0x22:Reading tar file integrator.xml
03:27:44:WU01:FS00:0x22:Reading tar file state.xml
03:27:44:WU01:FS00:0x22:Reading tar file system.xml
03:27:45:WU02:FS01:0x22:Digital signatures verified
03:27:45:WU02:FS01:0x22:Folding@home GPU Core22 Folding@home Core
03:27:45:WU02:FS01:0x22:Version 0.0.13
03:27:46:WU01:FS00:0x22:Digital signatures verified
03:27:46:WU01:FS00:0x22:Folding@home GPU Core22 Folding@home Core
03:27:46:WU01:FS00:0x22:Version 0.0.13
03:27:47:WU02:FS01:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
03:27:47:WU02:FS01:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
03:27:47:WU02:FS01:0x22:  XTC frame write interval: 25000 steps (2.5%) [40 total]
03:27:47:WU02:FS01:0x22:  Global context and integrator variables write interval: disabled
03:27:47:WU02:FS01:0x22:No -opencl-device specified; using deprecated -gpu argument as an alias for -opencl-device.
03:27:47:WU02:FS01:0x22:Please consider upgrading your client version.
03:27:47:WU02:FS01:0x22:There are 3 platforms available.
03:27:47:WU02:FS01:0x22:Platform 0: Reference
03:27:47:WU02:FS01:0x22:Platform 1: CPU
03:27:47:WU02:FS01:0x22:Platform 2: OpenCL
03:27:47:WU02:FS01:0x22:  opencl-device 1 specified
03:27:47:WU01:FS00:0x22:  Checkpoint write interval: 50000 steps (5%) [20 total]
03:27:47:WU01:FS00:0x22:  JSON viewer frame write interval: 10000 steps (1%) [100 total]
03:27:47:WU01:FS00:0x22:  XTC frame write interval: 25000 steps (2.5%) [40 total]
03:27:47:WU01:FS00:0x22:  Global context and integrator variables write interval: disabled
03:27:47:WU01:FS00:0x22:No -opencl-device specified; using deprecated -gpu argument as an alias for -opencl-device.
03:27:47:WU01:FS00:0x22:Please consider upgrading your client version.
03:27:47:WU01:FS00:0x22:There are 3 platforms available.
03:27:47:WU01:FS00:0x22:Platform 0: Reference
03:27:47:WU01:FS00:0x22:Platform 1: CPU
03:27:47:WU01:FS00:0x22:Platform 2: OpenCL
03:27:47:WU01:FS00:0x22:  opencl-device 0 specified
03:27:56:WU02:FS01:0x22:Attempting to create OpenCL context:
03:27:56:WU02:FS01:0x22:  Configuring platform OpenCL
03:27:56:WU01:FS00:0x22:Attempting to create OpenCL context:
03:27:56:WU01:FS00:0x22:  Configuring platform OpenCL
03:28:24:WU02:FS01:0x22:  Using OpenCL on platformId 0 and gpu 1
03:28:24:WU01:FS00:0x22:  Using OpenCL on platformId 0 and gpu 0
03:28:24:WU01:FS00:0x22:Completed 0 out of 1000000 steps (0%)
03:28:24:WU02:FS01:0x22:Completed 0 out of 1000000 steps (0%)
03:28:29:WU02:FS01:0x22:Checkpoint completed at step 0
03:28:29:WU01:FS00:0x22:Checkpoint completed at step 0
03:29:04:WU02:FS01:0x22:Completed 10000 out of 1000000 steps (1%)
03:29:25:WU01:FS00:0x22:Completed 10000 out of 1000000 steps (1%)
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

I just noticed the "GPUs: 0" in the system block. To see if that was from FAH's understanding of the hardware from the previous run (remember, fresh install of everything), I just rebooted the system and, sure enough, the system block is back to normal. Here is the full log from the restart:

Code: Select all

*********************** Log Started 2021-04-29T14:10:12Z ***********************
14:10:12:************************* Folding@home Client *************************
14:10:12:    Website: http://folding.stanford.edu/
14:10:12:  Copyright: (c) 2009-2014 Stanford University
14:10:12:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:10:12:       Args: --child --lifeline 919 /etc/fahclient/config.xml --run-as fahclient
14:10:12:             --pid-file=/var/run/fahclient.pid --daemon
14:10:12:     Config: /etc/fahclient/config.xml
14:10:12:******************************** Build ********************************
14:10:12:    Version: 7.4.4
14:10:12:       Date: Mar 4 2014
14:10:12:       Time: 12:02:38
14:10:12:    SVN Rev: 4130
14:10:12:     Branch: fah/trunk/client
14:10:12:   Compiler: GNU 4.4.7
14:10:12:    Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math
14:10:12:             -fno-unsafe-math-optimizations -msse2
14:10:12:   Platform: linux2 3.2.0-1-amd64
14:10:12:       Bits: 64
14:10:12:       Mode: Release
14:10:12:******************************* System ********************************
14:10:12:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
14:10:12:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
14:10:12:       CPUs: 4
14:10:12:     Memory: 31.37GiB
14:10:12:Free Memory: 30.75GiB
14:10:12:    Threads: POSIX_THREADS
14:10:12: OS Version: 5.11
14:10:12:Has Battery: false
14:10:12: On Battery: false
14:10:12: UTC Offset: -4
14:10:12:        PID: 921
14:10:12:        CWD: /var/lib/fahclient
14:10:12:         OS: Linux 5.11.0-16-generic x86_64
14:10:12:    OS Arch: AMD64
14:10:12:       GPUs: 2
14:10:12:      GPU 0: NVIDIA:8 GP102 [GeForce GTX 1080 Ti] 11380
14:10:12:      GPU 1: NVIDIA:7 TU116 [GeForce GTX 1660 Ti]
14:10:12:       CUDA: 7.5
14:10:12:CUDA Driver: 11020
14:10:12:***********************************************************************
14:10:12:<config>
14:10:12:  <!-- Client Control -->
14:10:12:  <fold-anon v='true'/>
14:10:12:
14:10:12:  <!-- HTTP Server -->
14:10:12:  <allow v='127.0.0.1 192.168.1.3'/>
14:10:12:
14:10:12:  <!-- Network -->
14:10:12:  <proxy v=':8080'/>
14:10:12:
14:10:12:  <!-- Remote Command Server -->
14:10:12:  <password v='*************'/>
14:10:12:
14:10:12:  <!-- Slot Control -->
14:10:12:  <pause-on-battery v='false'/>
14:10:12:  <power v='full'/>
14:10:12:
14:10:12:  <!-- User Information -->
14:10:12:  <passkey v='********************************'/>
14:10:12:  <team v='224497'/>
14:10:12:  <user v='craig110'/>
14:10:12:
14:10:12:  <!-- Folding Slots -->
14:10:12:  <slot id='0' type='GPU'/>
14:10:12:  <slot id='1' type='GPU'/>
14:10:12:</config>
14:10:12:Switching to user fahclient
14:10:12:Trying to access database...
14:10:13:Successfully acquired database lock
14:10:13:Enabled folding slot 00: READY gpu:0:GP102 [GeForce GTX 1080 Ti] 11380
14:10:13:Enabled folding slot 01: READY gpu:1:TU116 [GeForce GTX 1660 Ti]
14:10:13:WU01:FS00:Starting
14:10:13:WU01:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/FahCore_22 -dir 01 -suffix 01 -version 704 -lifeline 921 -checkpoint 15 -gpu 0 -gpu-vendor nvidia
14:10:13:WU01:FS00:Started FahCore on PID 960
14:10:13:WU01:FS00:Core PID:983
14:10:13:WU01:FS00:FahCore 0x22 started
14:10:14:WU00:FS01:Starting
14:10:14:WU00:FS01:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/lin/64bit/22-0.0.13/Core_22.fah/FahCore_22 -dir 00 -suffix 01 -version 704 -lifeline 921 -checkpoint 15 -gpu 1 -gpu-vendor nvidia
14:10:14:WU00:FS01:Started FahCore on PID 996
14:10:14:WU00:FS01:Core PID:1000
14:10:14:WU00:FS01:FahCore 0x22 started
14:10:15:WU00:FS01:0x22:*********************** Log Started 2021-04-29T14:10:15Z ***********************
14:10:15:WU00:FS01:0x22:*************************** Core22 Folding@home Core ***************************
14:10:15:WU00:FS01:0x22:       Core: Core22
14:10:15:WU00:FS01:0x22:       Type: 0x22
14:10:15:WU00:FS01:0x22:    Version: 0.0.13
14:10:15:WU00:FS01:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:10:15:WU00:FS01:0x22:  Copyright: 2020 foldingathome.org
14:10:15:WU00:FS01:0x22:   Homepage: https://foldingathome.org/
14:10:15:WU00:FS01:0x22:       Date: Sep 19 2020
14:10:15:WU00:FS01:0x22:       Time: 01:10:35
14:10:15:WU00:FS01:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
14:10:15:WU00:FS01:0x22:     Branch: core22-0.0.13
14:10:15:WU00:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU00:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU00:FS01:0x22:             -funroll-loops -DOPENMM_GIT_HASH="\"189320d0\""
14:10:15:WU00:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU00:FS01:0x22:       Bits: 64
14:10:15:WU00:FS01:0x22:       Mode: Release
14:10:15:WU00:FS01:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
14:10:15:WU00:FS01:0x22:             <peastman@stanford.edu>
14:10:15:WU00:FS01:0x22:       Args: -dir 00 -suffix 01 -version 704 -lifeline 996 -checkpoint 15 -gpu 1
14:10:15:WU00:FS01:0x22:             -gpu-vendor nvidia
14:10:15:WU00:FS01:0x22:************************************ libFAH ************************************
14:10:15:WU00:FS01:0x22:       Date: Sep 15 2020
14:10:15:WU00:FS01:0x22:       Time: 05:14:43
14:10:15:WU00:FS01:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
14:10:15:WU00:FS01:0x22:     Branch: HEAD
14:10:15:WU00:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU00:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU00:FS01:0x22:             -funroll-loops
14:10:15:WU00:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU00:FS01:0x22:       Bits: 64
14:10:15:WU00:FS01:0x22:       Mode: Release
14:10:15:WU00:FS01:0x22:************************************ CBang *************************************
14:10:15:WU00:FS01:0x22:       Date: Sep 15 2020
14:10:15:WU00:FS01:0x22:       Time: 05:11:04
14:10:15:WU00:FS01:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
14:10:15:WU00:FS01:0x22:     Branch: HEAD
14:10:15:WU00:FS01:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU00:FS01:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU00:FS01:0x22:             -funroll-loops -fPIC
14:10:15:WU00:FS01:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU00:FS01:0x22:       Bits: 64
14:10:15:WU00:FS01:0x22:       Mode: Release
14:10:15:WU00:FS01:0x22:************************************ System ************************************
14:10:15:WU00:FS01:0x22:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
14:10:15:WU00:FS01:0x22:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
14:10:15:WU00:FS01:0x22:       CPUs: 4
14:10:15:WU00:FS01:0x22:     Memory: 31.37GiB
14:10:15:WU00:FS01:0x22:Free Memory: 30.66GiB
14:10:15:WU00:FS01:0x22:    Threads: POSIX_THREADS
14:10:15:WU00:FS01:0x22: OS Version: 5.11
14:10:15:WU00:FS01:0x22:Has Battery: false
14:10:15:WU00:FS01:0x22: On Battery: false
14:10:15:WU00:FS01:0x22: UTC Offset: -4
14:10:15:WU00:FS01:0x22:        PID: 1000
14:10:15:WU00:FS01:0x22:        CWD: /var/lib/fahclient/work
14:10:15:WU00:FS01:0x22:************************************ OpenMM ************************************
14:10:15:WU00:FS01:0x22:   Revision: 189320d0
14:10:15:WU00:FS01:0x22:********************************************************************************
14:10:15:WU00:FS01:0x22:Project: 17800 (Run 63, Clone 93, Gen 467)
14:10:15:WU00:FS01:0x22:Unit: 0x00000000000000000000000000000000
14:10:15:WU00:FS01:0x22:Digital signatures verified
14:10:15:WU00:FS01:0x22:Folding@home GPU Core22 Folding@home Core
14:10:15:WU00:FS01:0x22:Version 0.0.13
14:10:15:WU01:FS00:0x22:*********************** Log Started 2021-04-29T14:10:15Z ***********************
14:10:15:WU01:FS00:0x22:*************************** Core22 Folding@home Core ***************************
14:10:15:WU01:FS00:0x22:       Core: Core22
14:10:15:WU01:FS00:0x22:       Type: 0x22
14:10:15:WU01:FS00:0x22:    Version: 0.0.13
14:10:15:WU01:FS00:0x22:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:10:15:WU01:FS00:0x22:  Copyright: 2020 foldingathome.org
14:10:15:WU01:FS00:0x22:   Homepage: https://foldingathome.org/
14:10:15:WU01:FS00:0x22:       Date: Sep 19 2020
14:10:15:WU01:FS00:0x22:       Time: 01:10:35
14:10:15:WU01:FS00:0x22:   Revision: 571cf95de6de2c592c7c3ed48fcfb2e33e9ea7d3
14:10:15:WU01:FS00:0x22:     Branch: core22-0.0.13
14:10:15:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU01:FS00:0x22:             -funroll-loops -DOPENMM_GIT_HASH="\"189320d0\""
14:10:15:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU01:FS00:0x22:       Bits: 64
14:10:15:WU01:FS00:0x22:       Mode: Release
14:10:15:WU01:FS00:0x22:Maintainers: John Chodera <john.chodera@choderalab.org> and Peter Eastman
14:10:15:WU01:FS00:0x22:             <peastman@stanford.edu>
14:10:15:WU01:FS00:0x22:       Args: -dir 01 -suffix 01 -version 704 -lifeline 960 -checkpoint 15 -gpu 0
14:10:15:WU01:FS00:0x22:             -gpu-vendor nvidia
14:10:15:WU01:FS00:0x22:************************************ libFAH ************************************
14:10:15:WU01:FS00:0x22:       Date: Sep 15 2020
14:10:15:WU01:FS00:0x22:       Time: 05:14:43
14:10:15:WU01:FS00:0x22:   Revision: 44301ed97b996b63fe736bb8073f22209cb2b603
14:10:15:WU01:FS00:0x22:     Branch: HEAD
14:10:15:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU01:FS00:0x22:             -funroll-loops
14:10:15:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU01:FS00:0x22:       Bits: 64
14:10:15:WU01:FS00:0x22:       Mode: Release
14:10:15:WU01:FS00:0x22:************************************ CBang *************************************
14:10:15:WU01:FS00:0x22:       Date: Sep 15 2020
14:10:15:WU01:FS00:0x22:       Time: 05:11:04
14:10:15:WU01:FS00:0x22:   Revision: 33fcfc2b3ed2195a423606a264718e31e6b3903f
14:10:15:WU01:FS00:0x22:     Branch: HEAD
14:10:15:WU01:FS00:0x22:   Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
14:10:15:WU01:FS00:0x22:    Options: -std=c++11 -fsigned-char -ffunction-sections -fdata-sections -O3
14:10:15:WU01:FS00:0x22:             -funroll-loops -fPIC
14:10:15:WU01:FS00:0x22:   Platform: linux2 4.19.76-linuxkit
14:10:15:WU01:FS00:0x22:       Bits: 64
14:10:15:WU01:FS00:0x22:       Mode: Release
14:10:15:WU01:FS00:0x22:************************************ System ************************************
14:10:15:WU01:FS00:0x22:        CPU: AMD Athlon(tm) X4 860K Quad Core Processor
14:10:15:WU01:FS00:0x22:     CPU ID: AuthenticAMD Family 21 Model 48 Stepping 1
14:10:15:WU01:FS00:0x22:       CPUs: 4
14:10:15:WU01:FS00:0x22:     Memory: 31.37GiB
14:10:15:WU01:FS00:0x22:Free Memory: 30.66GiB
14:10:15:WU01:FS00:0x22:    Threads: POSIX_THREADS
14:10:15:WU01:FS00:0x22: OS Version: 5.11
14:10:15:WU01:FS00:0x22:Has Battery: false
14:10:15:WU01:FS00:0x22: On Battery: false
14:10:15:WU01:FS00:0x22: UTC Offset: -4
14:10:15:WU01:FS00:0x22:        PID: 983
14:10:15:WU01:FS00:0x22:        CWD: /var/lib/fahclient/work
14:10:15:WU01:FS00:0x22:************************************ OpenMM ************************************
14:10:15:WU01:FS00:0x22:   Revision: 189320d0
14:10:15:WU01:FS00:0x22:********************************************************************************
14:10:15:WU01:FS00:0x22:Project: 16604 (Run 51, Clone 2, Gen 62)
14:10:15:WU01:FS00:0x22:Unit: 0x000000538f59f36f60508653957ca399
14:10:15:WU01:FS00:0x22:Digital signatures verified
14:10:15:WU01:FS00:0x22:Folding@home GPU Core22 Folding@home Core
14:10:15:WU01:FS00:0x22:Version 0.0.13
14:10:18:WU00:FS01:0x22:  Checkpoint write interval: 250000 steps (5%) [20 total]
14:10:18:WU00:FS01:0x22:  JSON viewer frame write interval: 50000 steps (1%) [100 total]
14:10:18:WU00:FS01:0x22:  XTC frame write interval: 25000 steps (0.5%) [200 total]
14:10:18:WU00:FS01:0x22:  Global context and integrator variables write interval: disabled
14:10:18:WU00:FS01:0x22:No -opencl-device specified; using deprecated -gpu argument as an alias for -opencl-device.
14:10:18:WU00:FS01:0x22:Please consider upgrading your client version.
14:10:18:WU01:FS00:0x22:  Checkpoint write interval: 50000 steps (2%) [50 total]
14:10:18:WU01:FS00:0x22:  JSON viewer frame write interval: 25000 steps (1%) [100 total]
14:10:18:WU01:FS00:0x22:  XTC frame write interval: 10000 steps (0.4%) [250 total]
14:10:18:WU01:FS00:0x22:  Global context and integrator variables write interval: disabled
14:10:18:WU01:FS00:0x22:No -opencl-device specified; using deprecated -gpu argument as an alias for -opencl-device.
14:10:18:WU01:FS00:0x22:Please consider upgrading your client version.
14:10:18:WU01:FS00:0x22:There are 3 platforms available.
14:10:18:WU01:FS00:0x22:Platform 0: Reference
14:10:18:WU01:FS00:0x22:Platform 1: CPU
14:10:18:WU01:FS00:0x22:Platform 2: OpenCL
14:10:18:WU01:FS00:0x22:  opencl-device 0 specified
14:10:18:WU00:FS01:0x22:There are 3 platforms available.
14:10:18:WU00:FS01:0x22:Platform 0: Reference
14:10:18:WU00:FS01:0x22:Platform 1: CPU
14:10:18:WU00:FS01:0x22:Platform 2: OpenCL
14:10:18:WU00:FS01:0x22:  opencl-device 1 specified
14:10:20:WU00:FS01:0x22:Attempting to create OpenCL context:
14:10:20:WU00:FS01:0x22:  Configuring platform OpenCL
14:10:35:WU00:FS01:0x22:  Using OpenCL on platformId 0 and gpu 1
14:10:35:WU00:FS01:0x22:Completed 2750000 out of 5000000 steps (55%)
14:10:43:WU01:FS00:0x22:Attempting to create OpenCL context:
14:10:43:WU01:FS00:0x22:  Configuring platform OpenCL
14:11:01:WU01:FS00:0x22:  Using OpenCL on platformId 0 and gpu 0
14:11:01:WU01:FS00:0x22:Completed 2300000 out of 2500000 steps (92%)
14:11:14:WU00:FS01:0x22:Completed 2800000 out of 5000000 steps (56%)
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

I doubt this will shed any useful light on the no-CUDA problem, but just in case (and being a software developer I know how often those "this probably doesn't matter" ends up being a key point ;-) ), but watching the Linux box via running FAHControl on my Windows box has the descriptions and the progress of my two cards reversed. I noticed this once while I was suspending the jobs and FAHControl showed that my 1660 Ti was done but the 1080 Ti was still working. However, psensor showed that the 1080 Ti's fan was at 0% and was idle while the 1660 Ti's fan was still running in the 60% range and was happily crunching numbers. This was, thankfully, an easy thing for me to check on since the 1660 Ti is on a riser card and is outside the case so whether its fan is running is easy to see. It was still running. Since the 1080 Ti is much faster than the 1660 Ti, I've noticed this happening consistently anytime I'm suspending the jobs and FAHControl says that the 1660 Ti is done and the 1080 Ti is still running. PPD between these two cards is also reversed, so it is as if FAHControl reversed the "[GeForce GTX...]" strings for the slots but got everything else right.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: CUDA: Not detected. Linux Debian Stable

Post by bruce »

I think you need the display driver libcuda.so—the CUDA driver on Linux system. Without that driver, CUDA will not operate. I got it when I installed a package with the proprietary driver.

There's some kind of connection between the display driver version and the CUDA version which might be violated if you have a toolkit.
https://docs.nvidia.com/deploy/cuda-com ... index.html
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

Thanks, Bruce, but I've confirmed that the system (now running Mint to see if it behaves any differently) has libcuda.so and nvidia-smi shows CUDA Version 11.2. Is there anything that has to be in PATH or LD_LIBRARY_PATH when the toolkit is not present?

clinfo's NULL platform behavior block shows "No platform" for the result of clCraeteContextFromType(NULL, CL_DEVICE_TYPE_GPU) if this helps. (Harkening back to my wish that FAH had more CUDA-related debug output, I don't know if this is how FAH identifies CUDA devices or not.)

Thanks, and keep the suggestions coming.
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: CUDA: Not detected. Linux Debian Stable

Post by Joe_H »

Yoiu are also running a version of the client that is two major versions behind the current one. The current version is 7.6.21, your log shows version 7.4.4. Version 7.5.1 was the previous major release, that is about 4 years old.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: CUDA: Not detected. Linux Debian Stable

Post by bruce »

We recommend that everyone install OpenCL. For NVidia GPUs, CUDA is the preferred platform, but OpenCL is a backup platform if there are problems with CUDA.
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

Yoiu are also running a version of the client that is two major versions behind the current one. The current version is 7.6.21, your log shows version 7.4.4. Version 7.5.1 was the previous major release, that is about 4 years old.
Thank you, Joe_H - that was it. FAH is running via CUDA now.

I am downright stunned (as an understatement). I followed the installation directions *on the FAQ Linux installation page* and so have been wasting my time (and beating my head against a brick wall) with software that is ancient?!?!? Oh, F@H powers-that-be (or at least website maintainers), I'm just shaking my head with sad disappointment. Please, is it so hard to update the FAQ *installation* instructions to point to the current software version? Please please please please please, help us help you.

Unbelievable.

(From a top-2500 contributor.)
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: CUDA: Not detected. Linux Debian Stable

Post by Joe_H »

The installation instructions and some of the other FAQs used to be maintained by a volunteer who passed away a few years ago. This coincided with the move of F@h from Stanford. Just the basic work to get the website up and fix some broken links has been done for most of the time since. Only in the last 6-9 months has someone been picked to work on the F@h main site, so there is a backlog of updating to be done.

Not sure when the installation instructions will be updated, hopefully not too far in the future.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: CUDA: Not detected. Linux Debian Stable

Post by bruce »

I don't know who can rightfully be called FAH's Website maintainer. Somebody has made some changes recently ... some good, some not so good. (Some links are now broken.) The Linux install page has not been updated in a number of years.
craig110
Posts: 15
Joined: Tue Feb 16, 2021 2:20 am

Re: CUDA: Not detected. Linux Debian Stable

Post by craig110 »

Well, not having a website maintainer for a while certainly explains the problem and thanks for letting me know that the website is, albeit slowly, being brought up to date. If I may suggest, far easier than fixing the FAQ installation page to automagically point to the current version, how about asking the maintainer to just, for now, add a blurb above the FAQ's Linux directions to boldly say "Warning, these instructions are very outdated. For now, please see the 'Start Folding' section to install the latest version of the software."

Craig
Post Reply