How to use arpack-ng with Intel MKL. (#369)

This commit is contained in:
Franck HOUSSEN
2022-07-30 10:47:43 +02:00
committed by GitHub
parent d280435c25
commit 13bc40022c
+5
View File
@@ -176,4 +176,9 @@ Custom installation examples:
$ LIBSUFFIX="64" INTERFACE64="1" ITF64SUFFIX="ILP64" ./configure; make all install
$ cmake -DLIBSUFFIX="64" -DINTERFACE64=ON -DITF64SUFFIX="ILP64" ..; make all install
How to use arpack-ng with Intel MKL:
* Let autotools/cmake find MKL for you based on pkg-config files (setting `PKG_CONFIG_PATH`) or cmake options (`BLA_VENDOR=Intel`).
* Refers to the Intel Link Advisor: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html.
Good luck and enjoy.