- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
There is a small bug in the makefile in directory /opt/intel/mkl/10.0.5.025/interfaces/blas95, which prevents all BLAS routines i[sdcz]amin and i[sdcz]amax from being included in the static archive libmkl_blas95.a, which is annoying for users who want to work with the generic interface iamax to the said routines.
The error is in line 123 of the said makefile:
It is:
$(LIBR) $(obj_path)/$(mkl_blas95_lib) $(obj_path)/[sdcz]*.$(sufobj)
It should be:
$(LIBR) $(obj_path)/$(mkl_blas95_lib) $(obj_path)/[sdczi]*.$(sufobj)
In other words the term [sdcz] has to be modified into [sdczi].
I have already posted an issue at premier.intel.com. BTW, as LAPACK (as far as I know) does not have routines starting with an "i" the LAPACK95 makefile works well.
Kind regards,
Michael
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it is the error in makefile. We will fix it as soon as possible.

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