Math Kernel Library Developer Guide

Scripts to Set Environment Variables

When the installation of Intel® oneAPI Math Kernel Library for Linux* is complete, set environment variables using oneAPI setvars.sh. The script will source the INCLUDE, MKLROOT, LD_LIBRARY_PATH, LIBRARY_PATH, CPATH, NLSPATH, and PKG_CONFIG_PATH.

The scripts accept the oneMKL-specific parameters, explained in the following table:

Setting Specified

Required
(Yes/No)

Possible Values

Comment

Architecture

Yes,
when applicable

intel64

 

Use of Intel® oneAPI Math Kernel Library Fortran modules precompiled with the Intel®Fortran compiler

No

mod

Supply this parameter only if you are using this compiler.

Programming interface (LP64 or ILP64)

No

lp64, default

ilp64

 

For example:

Note

Supply the parameter specifying the architecture first, if it is needed. Values of the other two parameters can be listed in any order.

See Also