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

No mkl_intel_c.lib for EM64T?

walalala
Beginner
664 Views
Hello,

I am using PARDISO solver to solve some large equation system and it requires linkage to mkl_intel_c.lib

Unfortunately I didnot find mkl_intel_c.lib under EM64T/ folder

Please help.

Thanks
0 Kudos
2 Replies
mecej4
Honored Contributor III
664 Views
There is no one-to-one correspondence between libraries in the 32-bit and 64-bit worlds. Use the MKL link line advisor:

http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/

or use the -mkl flag when invoking the compiler.
0 Kudos
walalala
Beginner
664 Views
Thanks a lot, it works!! :)
0 Kudos
Reply