Math Kernel Library Developer Guide

Using Shared Libraries

All needed shared libraries must be visible on all nodes at run time. To achieve this, set the LD_LIBRARY_PATH environment variable accordingly.

If Intel® oneAPI Math Kernel Library is installed only on one node, link statically when building your Intel® oneAPI Math Kernel Library applications rather than use shared libraries.

The Intel® compilers or GNU compilers can be used to compile a program that uses Intel® oneAPI Math Kernel Library. However, make sure that the MPI implementation and compiler match up correctly.