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

Entry Point Not Found for mkl_serv_print_verbose_info

reyes__randolph
Beginner
519 Views

Hello,

 

I got this pop up error when I run my application:  The procedure Entry Point  mkl_serv_print_verbose_info could not be located in the dynamic link library.

I did add in my path the MKl folder where lib resides

Is there a specific Windows .NET Framework or Visual C++ Redistributable that I need to install?

 

Appreciate any help!

Randolph

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
519 Views

There is no specific Windows .NET Framework Redistributable that you need to install. I do believe the problem with your systems paths. Please check these paths once again. 

You may also try to rebuild your application statically and see if the problem will go away. Please refer to the mkl linkder adviser to check how to link the application properly. 

 

0 Kudos
Reply