Visible to Intel only — GUID: GUID-0C66CB5E-687A-4251-B9B1-C9035445B264
Visible to Intel only — GUID: GUID-0C66CB5E-687A-4251-B9B1-C9035445B264
mkl_verbose
Enables or disables Intel® oneAPI Math Kernel Library Verbose mode.
status = mkl_verbose(enable)
- Include file: mkl.fi
- Module (compiled): mkl_service.mod
- Module (source): mkl_service.f90
Name |
Type |
Description |
---|---|---|
enable |
INTEGER*4 |
Desired state of the Intel® oneAPI Math Kernel Library Verbose mode. Indicates whether printing Intel® oneAPI Math Kernel Library function call information should be turned on or off. Possible values:
|
This function enables or disables the Intel® oneAPI Math Kernel Library Verbose mode, in which computational functions print call description information. For details of the Verbose mode, see theIntel® oneAPI Math Kernel Library Developer Guide, available in the Intel® Software Documentation Library.
The setting for the Verbose mode specified by the mkl_verbose function takes precedence over the setting specified by the MKL_VERBOSE environment variable.
Name |
Type |
Description |
---|---|---|
status |
INTEGER*4 |
|