From 7ed898c2047513f6c939259f9599bad3bcf09d0e Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Thu, 4 May 2023 22:35:44 -0500 Subject: [PATCH] expose WITH_MPI macro to the compiler --- M2/include/M2/config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/M2/include/M2/config.h.cmake b/M2/include/M2/config.h.cmake index 9e40bb4dc33..fe6154d0bd2 100644 --- a/M2/include/M2/config.h.cmake +++ b/M2/include/M2/config.h.cmake @@ -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