Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Windows*

ID 766692
Date 3/22/2024
Public

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

Visible to Intel only — GUID: GUID-3442B560-FDF5-4B15-9DE3-043F955627ED

Document Table of Contents

Dynamic Libraries in the lib32 Directory

Some of the libraries in this directory are optional. However, some optional libraries are installed by default, while the rest are not. To get those libraries that are not installed by default, explicitly select the specified optional component during installation.

File

Contents

Optional Component

Name

Installed by Default

mkl_rt.lib

Single Dynamic Library for C/Fortran functionality.

Instead of multiple libraries, the user can link to one mkl_rt library and select interface and threading via function or environment variable.

   

Interface Layer

     

mkl_intel_c_dll.lib

Interface library for dynamic linking.

All Intel® oneAPI Math Kernel Library (oneMKL) function domains are presented in this library.

   

Threading Layer

     

mkl_intel_thread_dll.lib

OpenMP threading library for dynamic linking with the Intel compilers.

All oneMKL function domains support Intel OpenMP threading.

   
NOTE:

In case any functionality from a specific library is needed, this library should be added to the link line. For example, if you want to use oneMKL with the Intel compiler + TBB threading, the link line should contain:

  1. mkl_intel_c_dll for the interface layer
  2. mkl_tbb_thread_dll for TBB threading
  3. mkl_core_dll for all other oneMKL functionality

Details about what should be linked in different cases can be found in the oneMKL Link Line Advisor.

Product and Performance Information

Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex.

Notice revision #20201201