From: Wolfgang Bangerth Date: Wed, 30 Apr 2025 15:47:49 +0000 (-0600) Subject: Do not separately check for MPI 3+. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18402%2Fhead;p=dealii.git Do not separately check for MPI 3+. --- diff --git a/include/deal.II/base/mpi_large_count.h b/include/deal.II/base/mpi_large_count.h index f9b0ed1a84..33e30e01b4 100644 --- a/include/deal.II/base/mpi_large_count.h +++ b/include/deal.II/base/mpi_large_count.h @@ -31,15 +31,6 @@ DEAL_II_DISABLE_EXTRA_DIAGNOSTICS # include DEAL_II_ENABLE_EXTRA_DIAGNOSTICS -# ifndef MPI_VERSION -# error "Your MPI implementation does not define MPI_VERSION!" -# endif - -# if MPI_VERSION < 3 -# error "BigMPICompat requires at least MPI 3.0" -# endif - - // required for std::numeric_limits used below. # include