Difference between revisions of "MKL"
(Created page with "Category:SoftwareCategory:LibraryCategory:Math {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|mkl}} |{{#vardefine:url|https://software.intel.com/en-us/mkl}} <!...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 41: | Line 41: | ||
--> | --> | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - includes directory |
<!--Configuration--> | <!--Configuration--> |
Revision as of 21:22, 6 December 2019
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