Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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 />
 
Top