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

MKL FATAL ERROR: cannot load libmkl_p4m.so or libmkl_def.so

sspine
Beginner
527 Views
My program on linux crash with the following message:
MKL FATAL ERROR: Cannont load neither libmkl_p4m.so nor libmkl_def.so
pure virtual method called
Aborted

I'm using MKL 10.1.1, with the following linking settings:
-lmkl_lapack -lmkl_intel -lmkl_intel_thread -lmkl_core -lguide -lpthread

I also using the following script to add path to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
527 Views
0 Kudos
Reply