AMD has already announced the compatible drivers with the third generation of the world’s most advanced processor system, to have the latest high-performance computing system featuring 2nd Gen AMD EPYC processors. With the 2nd Gen AMD EPYC processors, customers can maximize performance and cost efficiencies in heterogeneous computing, virtualized and hyper-converged infrastructure workloads, providing teams with the flexibility and capability to the maximum extent.
After the successful installation of dependencies, the NVIDIA driver can be installed by using the below steps.
For installing CUDA Driver, the installation archive file first needs to be downloaded. This can be done from the official NVIDIA downloads page.
Go to the CUDA Driver following download page and choose the target platform and click on Download Now
.
https://developer.nvidia.com/cuda-toolkit
OR
https://developer.nvidia.com/cuda-downloads
Please choose the suitable target platform by following the prompts and selecting the appropriate options. Once complete, you will be able to access the download link for the CUDA Toolkit installer.
In this scenario, we use these values with OS Centos 7. For any other OS that is required, the below corresponding option for the fields can be selected accordingly:
Operating System: Linux
Architecture: x86_64
Distribution: Centos
Version: 7
Installer type: runfile (local)
Download the base Installer by entering the commands shown in the screenshot. Now, wait till the download is finished.
# wget https://developer.download.nvidia.com/compute/cuda/11.2.0/local_installers/cuda_11.2.0_460.27.04_linux.run**
Once the downloading is finished, it is to execute the shell script to begin the installation process.
# sudo sh cuda_11.2.0_460.27.04_linux.run
or
# sudo sh cuda_*_linux.run
Accept and start the installation process.
There will be a list of options, in order to install driver component only, please make sure to uncheck all the options that come below the Driver option, and check only the Driver Option, further select on Install and press enter key- the installation process will be starting – progress will be visible through the terminal progress- This will take a while to complete.
NOTE: CentOS or fedora may experience errors in this particular portion of the installation. This is because the installer requires a reboot of the entire system to remove the default drivers. Please make sure to reboot the machine and then run this portion.
Once the installation is completed, a summary of the installation will be displayed as below:
The installation can be verified by the following command. Please run the command below once the installation is finished.
# nvidia-smi
On running the above command, the output is similar to the below sample: