Hi there,
I recently installed Ubuntu 22.04 “Jammy Jellyfish” and this is what my shell says when I run nvidia-smi
:
Seems I have the latest version for the drivers (510.60.02) as well as the latest CUDA Version (11.6).
However, here comes the problem. When I run nvcc -V
, I’m prompted with the message:
Command ‘nvcc’ not found, but can be installed with:
sudo apt install nvidia-cuda-toolkit
Now, from my understanding if the output of nvidia-smi
shows a CUDA version it menas that the CUDA Toolkit has been installed, correct me if I’m wrong.
Strangely, I cannot find the cuda-11.6 folder anywhere in my root directory, so even after adding/exporting the path in the ~/ .bashcr the command nvcc -V
doesn’t show anything.
The issue is that I really need the CUDA Toolkit to work properly since I have then to install PyCUDA in order to run a scaffolding tool for genetic analyses which makes use of GPU acceleration.
Another thing is the Nvidia X Server Settings
, I’m currently able to fully access all features from the GUI:
On the webpage of the tool I’m planning to use, they redirect users to this page for installing the latest version of the NVIDIA CUDA toolkit: https://developer.nvidia.com/cuda-downloads, albeit it shows only compatibility with versions up to Ubuntu 20.04.
I would like to know whether it is safe to install this version of the NVIDIA CUDA toolkit even though I’m running Ubuntu 22.04 without having my Nvidia X Server Settings
compromised. In fact, for some weird reasons with the previous version of Ubuntu I had, after installing the NVIDIA CUDA toolkit following this procedure, I had some troubles with my NVIDIA Settings (see image) which prevented me from accessing all features, such as System Information, X Server Display Configuration and XScreen 0.
Please, let me know what should I do and whether it is safe to install the NVIDIA CUDA toolkit form such a link without messing up my current Nvidia X Server Settings
. Thanks in advance.