MKL
The Intel Math Kernel Library contains highly optimized and extensively threaded routines for engineering and scientific applications.
It includes linear algebra routines (BLAS, LAPACK, ScaLAPACK, and sparse solvers), FFTs, a vector math library, vector random number generators, and LINPACK benchmark routines.
Usage
Create a batch job which includes a compilation command like:
ifort source.f -L${MKL_PATH} -lmkl -lother_libraries
See also:
- MKL manuals available on the Intel web site.
- Other mathematical and statistical software installed on PSC systems.