Intel® Math Kernel Library 2019 Developer Reference - Fortran
Sets up the mode that ignores environment settings specific to Intel MKL.
current_mode = mkl_set_env_mode( mode )
Name |
Type |
Description |
|---|---|---|
mode |
INTEGER*4 |
Specifies what mode to set. For details, see Description. Possible values:
|
In the default environment mode, Intel MKL can control its behavior using environment variables for threading, memory management, Conditional Numerical Reproducibility, automatic offload, and so on. The mkl_set_env_mode function sets up the environment mode that ignores all settings specified by Intel MKL environment variables except MIC_LD_LIBRARY_PATH and MKLROOT.
Name |
Type |
Description |
|---|---|---|
current_mode |
INTEGER*4 |
Environment mode that was used before the function call:
|