From 455fa214d2f79d1e029ed1916ccd6b0be3f73252 Mon Sep 17 00:00:00 2001 From: Dan Ibanez Date: Fri, 12 Mar 2021 12:32:29 -0700 Subject: [PATCH] HAVE_MPI_INFO_F2C was missing from CMake config.h --- config.h.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.cmake.in b/config.h.cmake.in index 16acff835a..b96a57f48b 100644 --- a/config.h.cmake.in +++ b/config.h.cmake.in @@ -310,6 +310,9 @@ are set when opening a binary file on Windows. */ /* Define to 1 if you have the `MPI_Comm_f2c' function. */ #cmakedefine HAVE_MPI_COMM_F2C 1 +/* Define to 1 if you have the `MPI_Info_f2c' function. */ +#cmakedefine HAVE_MPI_INFO_F2C 1 + /* Define to 1 if you have the `mremap' function. */ #cmakedefine HAVE_MREMAP 1