NVIDIA HPC SDK Deployment
- Use PuTTY to log in to the server as the root user.
- Install the NVIDIA HPC SDK.
wget https://developer.download.nvidia.com/hpc-sdk/21.9/nvhpc-21-9-21.9-1.aarch64.rpm \ https://developer.download.nvidia.com/hpc-sdk/21.9/nvhpc-2021-21.9-1.aarch64.rpm yum install ./nvhpc-21-9-21.9-1.aarch64.rpm ./nvhpc-2021-21.9-1.aarch64.rpm
- Load environment variables.
yum install -y environment-modules module use /opt/nvidia/hpc_sdk/modulefiles/ module load nvhpc/21.9
- Check whether the installation is successful.
nvc -v
If the version information is displayed, the installation is successful.
Parent topic: Software Stack Deployment