Skip to content
Snippets Groups Projects
Commit e8ac237a authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Link scalapack. Implemented routines to compute sizes of local matrices...

parent 239b5fb8
No related branches found
No related tags found
2 merge requests!5MPI version of tadah,!3MPI version of Tadah
Pipeline #37243 failed
......@@ -236,11 +236,13 @@ if(TADAH_BUILD_MPI)
target_link_libraries(tadah PUBLIC MPI::MPI_CXX)
add_compile_definitions(TADAH_BUILD_MPI)
endif()
find_package(SCALAPACK REQUIRED)
target_link_libraries(tadah PUBLIC scalapack)
endif()
message(STATUS "${TADAH}: Build MPI version of ${TADAH} is ${TADAH_BUILD_MPI}")
#########################################################################
#########################################################################
#########################################################################
message(STATUS "${TADAH}: Build with Hyperparameter optimiser is ${TADAH_ENABLE_HPO}")
#########################################################################
......
This diff is collapsed.
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