Skip to content

Commit

Permalink
Added OpenMP to costaConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kabic authored Mar 1, 2022
1 parent 95c20d2 commit 57fb7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/costaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,8 @@ if(NOT TARGET costa::costa)
set(MKL_ROOT "@MKL_ROOT@")
set(MPI_CXX_COMPILER "@MPI_CXX_COMPILER@")

find_package(MPI)
find_package(MPI REQUIRED)
find_package(OpenMP REQUIRED)

set(COSTA_SCALAPACK "@COSTA_SCALAPACK@")

Expand Down

0 comments on commit 57fb7f5

Please sign in to comment.