dyjbean@gmail_com
New Member
hi,
our workstation installed intel compiler which has mkl library, and there are some similar libraries like lapack and blas but with different names as follows:
libmkl_lapack95_ilp64.a libmkl_lapack95_lp64.a
libmkl_blas95_ilp64.a libmkl_blas95_lp64.a
when i used them instead of liblapack and libblas, there come error:
BandDiagonalMod.F90:210: undefined reference to `dgbsv_'
it seems that mkl library has not any compliant with lapack and blas libraries.
our workstation installed intel compiler which has mkl library, and there are some similar libraries like lapack and blas but with different names as follows:
libmkl_lapack95_ilp64.a libmkl_lapack95_lp64.a
libmkl_blas95_ilp64.a libmkl_blas95_lp64.a
when i used them instead of liblapack and libblas, there come error:
BandDiagonalMod.F90:210: undefined reference to `dgbsv_'
it seems that mkl library has not any compliant with lapack and blas libraries.