Replaces the error handling routine. Use with the Single Dynamic Library on Windows* OS.
FORTRAN:
old_xerbla_ptr = mkl_set_xerbla( new_xerbla_ptr )
C:
old_xerbla_ptr = mkl_set_xerbla( new_xerbla_ptr );
Name |
Type |
Description |
---|---|---|
new_xerbla_ptr |
XerblaEntry |
Pointer to the error handling routine to be used. |
If you are linking with the Single Dynamic Library (SDL) mkl_rt.lib on Windows* OS, the mkl_set_xerbla function replaces the error handling routine that is called by Intel MKL functions with the routine specified by the parameter.
See Intel MKL User's Guide for details of SDL.
The function returns the pointer to the replaced error handling routine.