Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Intel Math Kernel Library (MKL) https://software.intel.com/en-us/mkl

Intel Math Kernel Library (Intel MKL) is a library of optimized math routines for science, engineering, and financial applications. Core math functions include BLAS, LAPACK, ScaLAPACK, sparse solvers, fast Fourier transforms, and vector math. The routines in MKL are hand-optimized specifically for Intel processors.

Code Block
languagebash
bash
source /usr/local/intel/mkl/bin/mklvars.sh intel64

...