is the math library mkl from intel compiler applicable to cesm instead of lapack and blas?

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.
 

mai

Member
To help with linking problems such as this, Intel has the following website:
Code:
<span style="font-size: xx-small; font-family: courier new,courier;"><a href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor">https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor</a></span><br /><br />
 
Back
Top