|
||||||||||||||||
|
Math Kernel Libraries
|
|
|
The Intel Math Kernel Library (MKL) contains many routines that can be linked to both Fortran and C/C++ programs. The Intel MKL enhances performance of the application programs that use it because the library has been optimized for the latest generations of Intel processors. Among the available routines are BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Vector Mathematical Functions, Vector Generators of Statistical Distributions, Discrete Fourier Transform Functions, and Fast Fourier Transforms. They are located in /opt/intel/mkl/9.0/lib. First source the appropriate file:
Typically you will need to link libmkl_ia32.a, libmkl_lapack.a, libguide.a and /usr/lib/libpthread.so. If you are using the sparse solver routines, you will also need to link libmkl_solver.a. See the Intel documentation /opt/intel/mkl/9.0/doc/Getting_Started.htm#Linking_Your_Application_with_Intel_MKL. Online Documentation
|
|
![]() |
||