Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
mkl_verbose
Enables or disables Intel® oneAPI Math Kernel Library (oneMKL) Verbose mode.
Syntax
status = mkl_verbose ( enable )
Include Files
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® oneMKL Verbose mode. Indicates whether printing Intel® oneMKL function call information should be turned on or off. Possible values:
|
Description
This function enables or disables the Intel® oneMKL Verbose mode, in which computational functions print call description information. For details of the Verbose mode, see the Intel® oneMKL Developer Guide Linux or Windows , available in the Intel® Software Documentation Library.
Return Values
Name |
Type |
Description |
|---|---|---|
status |
INTEGER*4 |
|