Visible to Intel only — GUID: GUID-F13C6077-7911-4172-A947-3DCC57D11992
Visible to Intel only — GUID: GUID-F13C6077-7911-4172-A947-3DCC57D11992
mkl_set_xerbla
Replaces the error handling routine. Use with the Single Dynamic Library .
Syntax
old_xerbla_ptr = mkl_set_xerbla( new_xerbla_ptr )
Fortran Include Files/Modules
- Include file: mkl.fi
- Module (compiled): mkl_service.mod
- Module (source): mkl_service.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
new_xerbla_ptr |
XerblaEntry |
Pointer to the error handling routine to be used. |
Description
The mkl_set_xerblafunction replaces the error handling routine that is called by Intel® oneAPI Math Kernel Library (oneMKL) functions with the routine specified by the parameter.
See Intel® oneAPI Math Kernel Library (oneMKL) Developer Guide for details about SDL.
Return Values
The function returns the pointer to the replaced error handling routine.