Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Entry Point Not Found

Ramshaw__Brad
Beginner
296 Views

Strange error here. I have an executable that runs fine in the IDE, runs fine as a standalone executable (fixed all the PATH issues), but when I try to run it from Mathematica, which nominally just runs it the same way as when I run it from the console, it fails. 

I get "Entry point not found - The procedure entry point mkl_serv_is_sse4_2_enabled could not be located in the dynamic link library "<my executable path>\AMRO.exe""

Any ideas? This looks like some sort of flag? It's maybe looking at the wrong version of the mkl DLLs? Ideas?

0 Kudos
1 Reply
Viet_H_Intel
Moderator
296 Views

Seems like your MKL libraries weren't in your path.

Thanks,

Viet 

 

0 Kudos
Reply