Skip to content
Snippets Groups Projects
Commit f1a7da29 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Testing detection of BLAS on MPI machines

parent 335088e0
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CUDA_STANDARD 11)
if (OPENBLAS_ROOT)
set(BLAS_DIR "{OPENBLAS_ROOT}")
set(LAPACK_DIR "{OPENBLAS_ROOT}")
set(BLAS_DIR ${OPENBLAS_ROOT}/lib)
set(LAPACK_DIR ${OPENBLAS_ROOT}/lib)
endif()
set(ENV{PATH} "$ENV{PATH}:${HDF5_ROOT}/bin")
......@@ -58,6 +58,8 @@ find_package(LAPACK)
find_package(Eigen3)
find_package(SuiteSparse)
message("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ${BLAS_LIBRARIES}")
if(PROFILE_WITH_SCOREP)
set(CMAKE_CXX_COMPILER_LAUNCHER "scorep")
set(CMAKE_CC_COMPILER_LAUNCHER "scorep")
......
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