- Intel MKL and Intel compiler can be installed from Intel oneAPI Toolkits. Intel MKL is available in oneAPI base Toolkit. Intel compiler is available in oneAPI HPC Toolkit.
- For each Toolkit, follow the instructions for
Command Line Download
to install the online installer.- For base Toolkit, run
$ wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422.sh $ sudo bash l_BaseKit_p_2021.4.0.3422.sh
After running the GUI, selectModify
to customize the libraries.Math Kernel Library
andIntegrated Performance Primitives
are required for Agora. The others are optional. - For HPC Toolkit, run
$ wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347.sh $ sudo bash l_HPCKit_p_2021.4.0.3347.sh
After running the GUI, selectModify
to customize the libraries.DPC++/C++ Compiler
andC++ Compiler Classic
are required for Agora. The others are optional.
- For base Toolkit, run