Difference between revisions of "MKL"
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
|||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Library]][[Category:Math]] | + | [[Category:Software]][[Category:Library]][[Category:Math]][[Category:Programming]][[Category:Development]][[Category:Intel]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|mkl}} | |{{#vardefine:app|mkl}} |
Revision as of 14:55, 6 June 2022
Description
This module enables the use of the Intel Math Kernel Libraries (MKL)
Intel Math Kernel Library (Intel MKL) is a computing math library of highly optimized, extensively threaded math routines for applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK1, sparse solvers, fast Fourier transforms, vector math, and more.
Offering performance optimizations for current and next-generation Intel processors, it includes improved integration with Microsoft Visual Studio*, Eclipse*, and XCode*. The Intel> MKL computing math library allows for full integration of the Intel Compatibility OpenMP* runtime library for greater Windows*/Linux* cross-platform compatibility.
The specific syntax required for linking against MKL depends on the desired threading and ILP settings. For more information, consult" the Intel Link advisor at: http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/
Required Modules
Serial
- mkl
System Variables
- HPC_MKL_DIR - installation directory
- HPC_MKL_LIB - library directory
- HPC_MKL_INC - includes directory