Visible to Intel only — GUID: GUID-75E3931D-B066-4CC6-9309-357E0860D497
Visible to Intel only — GUID: GUID-75E3931D-B066-4CC6-9309-357E0860D497
mkl_set_env_mode
Sets up the mode that ignores environment settings specific to Intel® oneAPI Math Kernel Library (oneMKL).
Syntax
current_mode = mkl_set_env_mode( mode )
Fortran Include Files/Modules
- Include file: mkl.fi
- Module (compiled): mkl_service.mod
- Module (source): mkl_service.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
mode |
INTEGER*4 |
Specifies what mode to set. For details, see Description. Possible values:
|
Description
In the default environment mode, Intel® oneAPI Math Kernel Library (oneMKL) can control its behavior using environment variables for threading, memory management, Conditional Numerical Reproducibility, automatic offload, and so on. Themkl_set_env_mode function sets up the environment mode that ignores all settings specified by Intel® oneAPI Math Kernel Library (oneMKL) environment variables exceptMIC_LD_LIBRARY_PATH and MKLROOT.
Return Values
Name |
Type |
Description |
---|---|---|
current_mode |
INTEGER*4 |
Environment mode that was used before the function call:
|