- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to link the mkl lapack library from the command line using the following option
-L/opt/intel/Compiler/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t
however when I do this, I get the following error
library not found for -lmkl_lapack
Do you have an suggestion ?
I was able to do this in version 10.0.016, so I was surprize it didn't work
-L/opt/intel/Compiler/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t
however when I do this, I get the following error
library not found for -lmkl_lapack
Do you have an suggestion ?
I was able to do this in version 10.0.016, so I was surprize it didn't work
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Marvin Doyley
I am trying to link the mkl lapack library from the command line using the following option
-L/opt/intel/Complier/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t
however when I do this, I get the following error
library not found for -lmkl_lapack
Do you have an suggestion ?
I was able to do this in version 10.0.016, so I was surprize it didn't work
-L/opt/intel/Complier/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t
however when I do this, I get the following error
library not found for -lmkl_lapack
Do you have an suggestion ?
I was able to do this in version 10.0.016, so I was surprize it didn't work
Greetings,
This forum is for getting started type issues related to installations and licensing.
I will transfer this to the MKL forum.
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MKL 10.0 had some backwards compatibility scripts to help avoid changes in link lines from previous versions. Apparently, you were fortunate enough that it worked for you. On the header page for this (MKL) forum, there is a link advisor tool which should help you find a suitable specification among the current libraries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
MKL 10.0 had some backwards compatibility scripts to help avoid changes in link lines from previous versions. Apparently, you were fortunate enough that it worked for you. On the header page for this (MKL) forum, there is a link advisor tool which should help you find a suitable specification among the current libraries.
Hi Tim,
I finally got my code to compile, but I know have an issue at run time. It would appear that lib_mkl_intel_ilp64.dylib expects a flat namespace. Do you have any idea how to resolve this issue
thanks
M

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