Install_and_Use_Intel_oneAPI_Toolkit
Summary: Installing Intel oneAPI, run fortran code with calling Math Kernel Library on Visual Studio 2019.
Contents:
1. Introduction
Intel has transitioned from providing Intel® Parallel Studio XE
as a free tool to providing Intel® oneAPI Toolkits
as a free tool. To run fortran code with calling Math Kernel Library on Visual Studio 2019, which was described in previous blog, Intel® oneAPI Toolkits
has to be installed.
2. Download and install
Download Intel® oneAPI Base Toolkit, Math Kernel Library
are included in it.
Select the Operating System, Distribution, Installer Type.
Then download without sign up.
Download Intel® oneAPI HPC Toolkit, Intel® Fortran Compilers
are included in it.
Suppose the Visual Studio 2019
has been installed, installing Intel® oneAPI Base Toolkit
firstly, then install Intel® oneAPI HPC Toolkit
.
3. Run Fortran with calling Math Kernel Library
The following procedures are the same, which have been described in this blog.
Comments