Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Windows*

ID 766692
Date 3/22/2024
Public
Document Table of Contents

Static 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

Interface Layer

     

mkl_intel_c.lib

Interface library for static linking.

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

   

mkl_blas95.lib

Fortran 95 interface library for BLAS. Supports the Intel® Fortran compiler.

Fortran 95 interfaces for BLAS and LAPACK

Yes

mkl_lapack95.lib

Fortran 95 interface library for LAPACK. Supports the Intel® Fortran compiler.

Fortran 95 interfaces for BLAS and LAPACK

Yes

Threading Layer

     

mkl_intel_thread.lib

OpenMP threading library for the Intel compilers.

All oneMKL function domains are presented in this library.

   

mkl_tbb_thread.lib

Intel® Threading Building Blocks (Intel® TBB) threading library for the Intel compilers.

All oneMKL function domains are presented in this library.

Intel TBB threading support

Yes

mkl_sequential.lib

Sequential library.

All oneMKL function domains are presented in this library.

   

Computational Layer

     

mkl_core.lib

All non–architecture-specific implementation and library dispatcher for architecture-specific kernels.

Read more about how to work with mkl_enable_instructions and mkl_cbwr_set in the developer reference.

mkl_core is required for any link configurations.

   
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.