Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to install Intel MKL

📅 2019-May-15 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ intel, mkl ⬩ 📚 Archive

Intel Math Kernel Library (MKL) provides implementations for common math routines like BLAS that are optimized for Intel CPUs. It is available free for personal and community use.

$ sudo ./install.sh

The installer takes you through a console install wizard. By default, it will install to /opt/intel. By default, it will install MKL libraries for C/C++ and Fortran. I typically request not to install the Fortran libraries which reduces the install size by half.

Tried with: Ubuntu 18.04


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email