Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Linux*

ID 766690
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Checking Your Installation

After installing the Intel® oneAPI Math Kernel Library (oneMKL), verify that the library is properly installed and configured:

  1. Intel® oneAPI Math Kernel Library (oneMKL) installs in the <parent directory> directory.

    Check that the subdirectory of <parent directory> referred to as <mkl directory> was created.

  2. If you want to keep multiple versions of Intel® oneAPI Math Kernel Library (oneMKL) installed on your system, update your build scripts to point to the correct Intel® oneAPI Math Kernel Library (oneMKL) version.
  3. Check that the following files appear in the <mkl directory>/env directory:

    *vars.sh

    Use these files to assign Intel® oneAPI Math Kernel Library (oneMKL)-specific values to several environment variables, as explained inSetting Environment Variables.

  4. To understand how the Intel® oneAPI Math Kernel Library (oneMKL) directories are structured, see Structure of the Intel® Math Kernel Library.

  5. To make sure that Intel® oneAPI Math Kernel Library (oneMKL) runs on your system, launch an Intel® oneAPI Math Kernel Library (oneMKL) example, as explained inUsing Code Examples.