Skip to content
Snippets Groups Projects
Commit 125b0a0c authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

compile on lm.cism.ucl.ac.be

parent c302c2ba
No related branches found
No related tags found
No related merge requests found
...@@ -225,6 +225,11 @@ if(ENABLE_BLAS_LAPACK) ...@@ -225,6 +225,11 @@ if(ENABLE_BLAS_LAPACK)
endif(HAVE_64BIT_SIZE_T) endif(HAVE_64BIT_SIZE_T)
set(MKL_LIBS_REQUIRED mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core guide pthread) set(MKL_LIBS_REQUIRED mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core guide pthread)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED "" ${MKL_PATH}) find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED "" ${MKL_PATH})
if(NOT LAPACK_LIBRARIES)
#match lapack 9.0 on 64bit
set(MKL_LIBS_REQUIRED mkl_lapack mkl_em64t guide)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED "" ${MKL_PATH})
endif(NOT LAPACK_LIBRARIES)
if(LAPACK_LIBRARIES) if(LAPACK_LIBRARIES)
set_config_option(HAVE_BLAS "Blas(IntelMKL)") set_config_option(HAVE_BLAS "Blas(IntelMKL)")
set_config_option(HAVE_LAPACK "Lapack(IntelMKL)") set_config_option(HAVE_LAPACK "Lapack(IntelMKL)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment