Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
mkl_verbose
Enables or disables Intel® oneAPI Math Kernel Library (oneMKL) Verbose mode.
Syntax
status = mkl_verbose(enable)
Fortran Include Files/Modules
- Include file: mkl.fi
 - Module (compiled): mkl_service.mod
 - Module (source): mkl_service.f90
 
Input Parameters
Name  |  
      Type  |  
      Description  |  
     
|---|---|---|
enable  |  
      INTEGER*4  |  
      Desired state of the Intel® oneAPI Math Kernel Library (oneMKL) Verbose mode. Indicates whether printing Intel® oneAPI Math Kernel Library (oneMKL) function call information should be turned on or off. Possible values: 
  |  
     
Description
This function enables or disables the Intel® oneAPI Math Kernel Library (oneMKL) Verbose mode, in which computational functions print call description information. For details of the Verbose mode, see theIntel® oneAPI Math Kernel Library (oneMKL) 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.
Return Values
Name  |  
      Type  |  
      Description  |  
     
|---|---|---|
status  |  
      INTEGER*4  |  
       
       
  |