opencollab / arpack-ng

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Other
285 stars 123 forks source link

Update README.md MKL options #435

Closed VinceNeede closed 1 year ago

VinceNeede commented 1 year ago

cmake option for mkl BLA_VENDOR=INTEL works for obsolete verdions, replaced with INTEL10_64lp and INTEL10_64ilp for lp64 and ilp64 respectively, as reported here: https://cmake.org/cmake/help/latest/module/FindBLAS.html

fghoussen commented 1 year ago

Thanks!