Developer Guide for Intel® oneAPI Math Kernel Library for Linux*
Checking Your Installation
After installing the Intel® oneAPI Math Kernel Library (oneMKL), verify that the library is properly installed and configured:
Intel® oneMKL installs in the <parent directory> directory.
Check that the subdirectory of <parent directory> referred to as <mkl directory> was created.
Check that the bin subdirectory for Intel® oneMKL redistributable DLLs was created in the <parent directory> . (See redist.txt in the Intel® oneMKL documentation directory for a list of files that can be redistributed.)
If you want to keep multiple versions of Intel® oneMKL installed on your system, update your build scripts to point to the correct installed on your system, update your build scripts to point to the correct Intel® oneMKL version.
Check that the vars.sh file appears in the <mkl directory>\env directory.
Use these files to assign Intel® oneMKL-specific values to several environment variables, as explained in Setting Environment Variables.
To understand how the Intel® oneMKL directories are structured, see Structure of the Intel® Math Kernel Library .
To make sure that Intel® oneMKL runs on your system, launch an Intel® oneMKL example, as explained in Using Code Examples .