Skip to content

Commit

Permalink
Remove OpenMP search for Ascent. (Exawind#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jun 23, 2022
1 parent e640d42 commit 7607eed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ endif()
if(AMR_WIND_ENABLE_ASCENT)
set(CMAKE_PREFIX_PATH ${ASCENT_DIR} ${CMAKE_PREFIX_PATH})
find_package(Ascent REQUIRED)
find_package(OpenMP REQUIRED)
if(AMR_WIND_ENABLE_MPI)
target_link_libraries(${amr_wind_lib_name} PUBLIC ascent::ascent_mpi)
else()
Expand Down
1 change: 0 additions & 1 deletion amr-wind/utilities/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#endif
#ifdef AMR_WIND_USE_ASCENT
#include "ascent_config.h"
#include <omp.h>
#endif

namespace amrex {
Expand Down

0 comments on commit 7607eed

Please sign in to comment.