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

Linking mkl problem

hermitian
Beginner
579 Views
Hi,

I have problem. I have gotten a program from my senior and the linking option is indicated as below.

-L/opt/intel/mkl/10.2.1.017/lib/32 -lguide -lpthread -lmkl_lapack -lmkl

When i try to run the program, using ifort i got the error

ld: cannot find -lmkl

my intel mkl version is as shown above 10.2.1.017... i search through the folder and i cannot find the library mkl there are only mkl_core.....

can someone help me on this?

thanks

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
579 Views
Quoting - hermitian
Hi,

I have problem. I have gotten a program from my senior and the linking option is indicated as below.

-L/opt/intel/mkl/10.2.1.017/lib/32 -lguide -lpthread -lmkl_lapack -lmkl

When i try to run the program, using ifort i got the error

ld: cannot find -lmkl

my intel mkl version is as shown above 10.2.1.017... i search through the folder and i cannot find the library mkl there are only mkl_core.....

can someone help me on this?

thanks


hermitian, the similar probem was discussed here:"http://origin-software.intel.com/en-us/forums/showthread.php?t=68214"
--Gennady
0 Kudos
hermitian
Beginner
579 Views

hermitian, the similar probem was discussed here:"http://origin-software.intel.com/en-us/forums/showthread.php?t=68214"
--Gennady
hi... sorry for the multiple thread. i have solved my problem using the thread above............ thanks for your reply... :)
0 Kudos
Reply