Xinnan Mao

Hello!

oneMKL & HPC Toolkit

操作步骤

  1. 下载Intel® oneAPI Math Kernel Library安装包。找到Intel oneAPI Math Kernel Library for Linux,复制链接地址,运行
    $ wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18483/l_onemkl_p_2022.0.2.136_offline.sh
    
  2. 下载Intel® oneAPI HPC Toolkit安装包(Linux -> Online & Offline (recommended) -> Offline)。在Command Line Download找到
    $ wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18479/l_HPCKit_p_2022.1.2.117_offline.sh
    

    运行该命令。

  3. 安装oneMKL,即运行
    $ bash l_onemkl_p_2022.0.2.136_offline.sh
    
  4. 安装HPC Toolkit,即运行
    $ bash l_HPCKit_p_2022.1.2.117_offline.sh
    
  5. ~/.bashrc中添加命令
    . ~/intel/oneapi/setvars.sh
    

参考链接

[Back]