Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

How to use the intel mkl blas

haijunwu
Beginner
462 Views
Hi,
In my old project, I just download the blas library and use it directly. Now I change my project to use the mkl blas. Since all my project subroutines are written in fortran 77 format, I want to use themkl_blas.fi for FORTRAN 77 interface instead of my downloaed blas library. Beacuse I am a starter, I can not set the configuration rightly to use the mkl blas library, error of unresolved subroutine always occurs. So anyone can give me the configuration of using mkl blas fortran 77 interface in details, I appreciate.
0 Kudos
2 Replies
TimP
Honored Contributor III
462 Views
Did you follow the advice of the link adviser posted on the head page of this forum? It's not easy to help if you don't give specifics of what you tried and what was the result.
0 Kudos
Chao_Y_Intel
Moderator
462 Views

This is a script file that can suggest which files the application needs to link with Intel MKL:
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/

Thanks,
Chao
0 Kudos
Reply