mkl_set_xerbla

Replaces the error handling routine. Use with the Single Dynamic Library interface on Windows* OS.

Syntax

Fortran:

old_xerbla_ptr = mkl_set_xerbla( new_xerbla_ptr )

C:

old_xerbla_ptr = mkl_set_xerbla( new_xerbla_ptr );

Include Files

The FORTRAN 77 interface is specified in the mkl_service.fi include file and the C interface is specified in the mkl_service.h include file.

Input Parameters

Name

Type

Description

new_xerbla_ptr

XerblaEntry

Pointer to the error handling routine to be used.

Description

If you are using the Single Dynamic Library interface (SDL interface) on Windows* OS by linking against mkl_rt.lib, 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 the SDL interface.

Return Values

The function returns the pointer to the replaced error handling routine.

See Also

See Also

Submit feedback on this help topic

Copyright © 1994 - 2010, Intel Corporation. All rights reserved.