Skip to content

Commit

Permalink
test if OpenMP is really required at all
Browse files Browse the repository at this point in the history
  • Loading branch information
siggmo committed Oct 4, 2024
1 parent 06fed09 commit 5670265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ find_package(HDF5 REQUIRED COMPONENTS CXX)

find_package(Eigen3 REQUIRED)

find_package(OpenMP REQUIRED)
# find_package(OpenMP REQUIRED)

find_package(MPI REQUIRED)

Expand Down

0 comments on commit 5670265

Please sign in to comment.