- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The other day was the first time I use a lapack routines (from the mkl library) on a macbook pro with mac osx 10.8 . I linked the library for 64 bits, but I got this warning form the compiler:
ld: warning: ignoring file /opt/intel/mkl/lib/libmkl_lapack95.a, file was built for archive which is not the architecture being linked (x86_64)
My question is: Is there a 64bits version of the Lapack routines?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whether or not prebuilt Lapack-95 libraries are included with MKL depends on the version of MKL and/or Intel compiler(s) you have installed.
Please state the versions that you have, and show the command used to attempt linking the program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would also recommend you check out the Link Line Advisor first to make sure you haven't forgotten anything, and then show us the command you used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry guys: I have realised that I was linking with $(MKLROOT)/lib/libmkl_lapack95 rather than $(MKLROOT)/lib/libmkl_lapack95_lp64. Sometimes I get confused because I mix up the makefiles from linux and mac os x machines.
Thank you for the link. I have also seen that They recommend to use the compiler option -mkl=parallel , and I thought that parallel version of mkl was set by default.
Thank you the time!

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