Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6981 Discussions

Can I replace xerbla with my own error handler?

rbarron
New Contributor I
247 Views

Can I replace xerbla with my own error handler?

0 Kudos
2 Replies
TimP
Honored Contributor III
247 Views
Presumably, the MKL xerbla is the same as the one from netlib, and you should be able to substitute your own modification, as you would with the public version.
0 Kudos
rbarron
New Contributor I
247 Views
Thank you, that works. The version of XERBLA in "mkl_c.lib" calls other MKL functions, like mkl_set_serial and MKL_SET_PARALLEL, but that code seems to be no more than the wrapper that MKL puts around every BLAS function. I thought there might be more to it.
0 Kudos
Reply