Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 836a9a41 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

using intel mkl sequential by default if intel compilers

parent 7b99eaf9
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,11 @@ endif()
#option(CHAMELEON_GEN_PREC "Generate source files precisions" ON)
#------------------------------------------------------------------------------
# If Intel compiler force using Intel MKL Sequential if BLA_VENDOR not set
if (CMAKE_C_COMPILER_ID MATCHES "Intel" AND (NOT BLA_VENDOR OR BLA_VENDOR STREQUAL "All"))
set (BLA_VENDOR "Intel10_64lp_seq")
endif()
###############################################################################
# Build dependency HQR library #
################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment