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.

Installed on pople and salk.

Usage

Create a batch job which includes a compilation command like:

ifort source.f -L${MKL_PATH} -lmkl -lother_libraries

See also: