Remove config.h includes related to MPI
- Mar 06, 2024
-
-
Simon Praetorius authored
-
- Mar 05, 2024
-
-
Simon Praetorius authored
and add MPI related flags in add_dune_mpi_flags to the targets.
-
MPI Flags are set by the cmake macro add_dune_mpi_flags
, like HAVE_MPI
for example. It is not necessary to include the config.h
file for this. This MR cleans up all the source files that previously included the config.h
. It also extends the add_dune_mpi_flags
macro by additional utility flags to prevent the inclusion of the mpi c++-bindings.
and add MPI related flags in add_dune_mpi_flags to the targets.