我要评分
获取效率
正确性
完整性
易理解

NVIDIA HPC SDK Deployment

  1. Use PuTTY to log in to the server as the root user.
  2. 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
  3. Load environment variables.
    yum install -y environment-modules 
    module use /opt/nvidia/hpc_sdk/modulefiles/ 
    module load nvhpc/21.9
  4. Check whether the installation is successful.
    nvc -v

    If the version information is displayed, the installation is successful.