Skip to content

Commit

Permalink
expose WITH_MPI macro to the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed May 5, 2023
1 parent 60c5015 commit 7ed898c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions M2/include/M2/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@
/* Whether we are building with tbb version >= 2021 */
#cmakedefine WITH_TBB

/* Whether we are building with an MPI library */
#cmakedefine WITH_MPI

/* whether we are linking with the libxml2 library */
#cmakedefine WITH_XML

Expand Down

0 comments on commit 7ed898c

Please sign in to comment.