- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In our application, we are trying to link in the Intel MKL library. However, the calls are being made from fortran. I get the following symbol undefined:
dcabs1_
Almost all the blas routines define functions/subroutines with the underscore appended to it. This is the only symbol I get as undefined. The only work around I had was to download this blas routine, compile it locally and link it in. The details are as follows:
1. MKL version 7.0.1 (EM64T platform)
2. The link stream had the following (-lmkl_lapack -lmkl_em64t -lmkl -lguide)
Did anyone else experience this?
Thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suppose MKL is expecting to find that function in the support libraries which come with 64-bit ifort. It looks like that is missing from the ifort libraries in my installation and yours. I would suggest you file an issue on premier.intel.com which shows the link failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need notuse -lmkl on your link line. The use of -lmkl_lapack and -lmkl_em64t should resolve all references.
-Todd

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