Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Can I replace xerbla with my own error handler?

rbarron
New Contributor I
454 Views

Can I replace xerbla with my own error handler?

0 Kudos
2 Replies
TimP
Honored Contributor III
454 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
454 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