Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MKL functions

newguy
Beginner
1,070 Views
This message has been moved to the Intel Math Kernel Library forum which launched on Dec. 18, 2003.
0 Kudos
3 Replies
cp_jain
Beginner
1,070 Views
I did "nm" on all mkl libs and found that defn is present only in libmkl_lapack64.so.
Please try linking this lib with your application.

CP
0 Kudos
TimP
Honored Contributor III
1,070 Views
I expect the original poster was running 32-bit linux, and so switching to ia64 mkl wouldn't help. He didn't show whether the mkl library directory was on his library search path. Normally, mkl expects basic knowledge about such things, as it doesn't set itself up automatically.
0 Kudos
newguy
Beginner
1,070 Views
Thanks I got it. I did have the proper directories in the search path. I removed all the libraies i had linked to before and just put in "-lmkl_lapack" & "-lmkl_ia32".
0 Kudos
Reply