The latest versions of Intel® C++ and Fortran Compilers introduce new options that will be useful for Intel® Math Kernel Library (Intel® MKL) users.
These options provide to reference in compile time and link with Intel MKL without having to know all the nuances of how the performance libraries can be combined.
Windows*: /Qmkl[:<lib>]
Linux* and mac OS X*: –mkl[=<lib>]
Where argument <lib>
|
Indicates the part of the library that the compiler should link to. Possible values are:
|
By default this option /Qmkl is OFF.
The example of using on Windows OS
icl /Qmkl /Fetest.exe mkl.cpp
For more details see Compiler User and Reference Guide.
Notes:
The option is available staring from the following versions of Intel® C++ and Fortran Compilers version 11.1
- Windows Version 11.1.038,
- Linux version 11.1.046
- mac OS X version 11.1.05