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

Traceback MKL ERROR (Environmental variable?)

L__D__Marks
New Contributor II
761 Views

Is there a MKL environmental variable that will make all errors fatal? I would like to use this to find the location of an error in a large code. (Currently the code completes correctly, the error does not matter.)

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
761 Views

There are no such variables. You need to check and analyze the return code for each of the separate routines. 

0 Kudos
Reply