summaryrefslogtreecommitdiffstats
path: root/Modules/FindLAPACK.cmake
diff options
context:
space:
mode:
authorevatux <evatux@gmail.com>2020-06-23 16:16:14 (GMT)
committerevatux <evatux@gmail.com>2020-06-23 16:16:14 (GMT)
commit56e645a4c3f644a0ed32c472363781c5f01d81d8 (patch)
tree9471e1fa56c6abfcf605bfdf0119368e953214e3 /Modules/FindLAPACK.cmake
parent4f90fef85f6391e63dfae26bd6f290c59ea48e95 (diff)
downloadCMake-56e645a4c3f644a0ed32c472363781c5f01d81d8.zip
CMake-56e645a4c3f644a0ed32c472363781c5f01d81d8.tar.gz
CMake-56e645a4c3f644a0ed32c472363781c5f01d81d8.tar.bz2
Find{BLAS,LAPACK}: Add missing thread library for Intel MKL on Win32
The patch also updates the documentation to explicitly state that Intel10_32 stands for threaded case (linked with Intel OpenMP). Later, one may need to add Intel10_32_seq to support linking with the sequential version of Intel MKL. Fixes: #20857
Diffstat (limited to 'Modules/FindLAPACK.cmake')
-rw-r--r--Modules/FindLAPACK.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index a18cec4..01ce074 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -28,7 +28,7 @@ The following variables may be set to influence this module's behavior:
* ``OpenBLAS``
* ``FLAME``
- * ``Intel10_32`` (intel mkl v10 32 bit)
+ * ``Intel10_32`` (intel mkl v10 32 bit, threaded code)
* ``Intel10_64lp`` (intel mkl v10+ 64 bit, threaded code, lp64 model)
* ``Intel10_64lp_seq`` (intel mkl v10+ 64 bit, sequential code, lp64 model)
* ``Intel10_64ilp`` (intel mkl v10+ 64 bit, threaded code, ilp64 model)