oneMKL & HPC Toolkit
操作步骤
- 下载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
- 下载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
运行该命令。
- 安装oneMKL,即运行
$ bash l_onemkl_p_2022.0.2.136_offline.sh
- 安装HPC Toolkit,即运行
$ bash l_HPCKit_p_2022.1.2.117_offline.sh
- 在
~/.bashrc
中添加命令. ~/intel/oneapi/setvars.sh