Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28996 Discussions

where are -lmkl_lapack -lmkl -lguide -lpthread?

nadia1989
Beginner
598 Views
I have installed the free Intel Fortran Composer XE 2011 for Linux . It is said that the MKL library is included.
My install directionary is /opt/intel/composer_xe_2011_sp1, I found the /opt/intel/composer_xe_2011_sp1/mkl/lib/intel64 directory and only found libmkl_lapack95_ilp64.a and libmkl_lapack95_lp64.a, is one of the two the mkl_lapack library and where are the three other libraries?
0 Kudos
1 Reply
mecej4
Honored Contributor III
598 Views
The two static libraries that you listed are not the ones that correspond to -lmkl_lapack. Rather, they are Fortran-95 interface libraries for those programs that use Lapack-95.

Look for shared libraries (files with suffix .so) in the same places.

Use the MKL Link Line Advisor to find which libraries to link; -lguide is probably not suitable for your setup.
0 Kudos
Reply