Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
be7b30f6
Commit
be7b30f6
authored
Jan 29, 2019
by
Michael Hirsch, Ph.D
Committed by
Brad King
Jan 30, 2019
Browse files
Find{BLAS,LAPACK}: Add note and example for using Intel MKL
parent
b3234072
Changes
2
Hide whitespace changes
Inline
Side-by-side
Modules/FindBLAS.cmake
View file @
be7b30f6
...
...
@@ -72,6 +72,17 @@ This module defines the following variables:
to use BLAS95 interface
``BLAS95_FOUND``
library implementing the BLAS95 interface is found
.. note::
C or CXX must be enabled to use Intel MKL
For example, to use Intel MKL libraries and/or Intel compiler:
.. code-block:: cmake
set(BLA_VENDOR Intel10_64lp)
find_package(BLAS)
#]=======================================================================]
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/CheckFunctionExists.cmake
)
...
...
Modules/FindLAPACK.cmake
View file @
be7b30f6
...
...
@@ -59,6 +59,17 @@ This module defines the following variables:
to use LAPACK95
``LAPACK95_FOUND``
library implementing the LAPACK95 interface is found
.. note::
C or CXX must be enabled to use Intel MKL
For example, to use Intel MKL libraries and/or Intel compiler:
.. code-block:: cmake
set(BLA_VENDOR Intel10_64lp)
find_package(LAPACK)
#]=======================================================================]
set
(
_lapack_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES
${
CMAKE_FIND_LIBRARY_SUFFIXES
}
)
...
...
Brad King
@brad.king
mentioned in commit
74cba6a3
·
Jan 31, 2019
mentioned in commit
74cba6a3
mentioned in commit 74cba6a3fde29649a924bc54269ed3449743eb5f
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment