Skip to content
Snippets Groups Projects
Commit 33c0a5d5 authored by David's avatar David
Browse files

Do not require an MPI compiler

The AX_PROG_CXX_MPI requires that certain functions are in the MPI
library, but multimpi does define them with different names, to avoid
naming conflicts.
parent 8387d57f
Branches
No related tags found
No related merge requests found
Pipeline #99850 failed
...@@ -48,12 +48,12 @@ ...@@ -48,12 +48,12 @@
/* SUNDIALS support */ /* SUNDIALS support */
#undef BOUT_HAS_SUNDIALS #undef BOUT_HAS_SUNDIALS
/* Type of the metric fields */
#undef BOUT_METRIC_TYPE
/* Use libuuid for UUID generation */ /* Use libuuid for UUID generation */
#undef BOUT_HAS_UUID_SYSTEM_GENERATOR #undef BOUT_HAS_UUID_SYSTEM_GENERATOR
/* Type of the metric fields */
#undef BOUT_METRIC_TYPE
/* OpenMP schedule */ /* OpenMP schedule */
#undef BOUT_OPENMP_SCHEDULE #undef BOUT_OPENMP_SCHEDULE
... ...
......
This diff is collapsed.
...@@ -139,9 +139,9 @@ AC_LANG(C++) ...@@ -139,9 +139,9 @@ AC_LANG(C++)
: ${CXXFLAGS="-g"} : ${CXXFLAGS="-g"}
# Search for MPI compiler; fail if not found # Search for MPI compiler; fail if not found
AX_PROG_CXX_MPI([], [], [ dnl AX_PROG_CXX_MPI([], [], [
AC_MSG_ERROR([*** An MPI compiler is required. You might need to set MPICXX correctly.]) dnl AC_MSG_ERROR([*** An MPI compiler is required. You might need to set MPICXX correctly.])
]) dnl ])
# Utility programs # Utility programs
AC_PROG_MKDIR_P AC_PROG_MKDIR_P
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment