Skip to content

Commit

Permalink
Add a CONDUIT_USE_PARMETIS macro to conduit_config.h (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradWhitlock committed Oct 30, 2023
1 parent 7a9533f commit 80178d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/thirdparty/SetupParmetis.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ blt_register_library(NAME parmetis
INCLUDES ${PARMETIS_INCLUDE_DIRS}
LIBRARIES ${PARMETIS_LIBRARIES} )

set(CONDUIT_USE_PARMETIS TRUE)
2 changes: 2 additions & 0 deletions src/libs/conduit/conduit_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

#cmakedefine CONDUIT_USE_OPENMP

#cmakedefine CONDUIT_USE_PARMETIS

#endif


Expand Down

0 comments on commit 80178d9

Please sign in to comment.