- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
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
Lien copié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Yes, it is the error in makefile. We will fix it as soon as possible.
- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable