- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page