]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not separately check for MPI 3+. 18402/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 30 Apr 2025 15:47:49 +0000 (09:47 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 30 Apr 2025 15:54:09 +0000 (09:54 -0600)
include/deal.II/base/mpi_large_count.h

index f9b0ed1a844cbe65fda63be37196df0c66a4d415..33e30e01b4ecf0189cbeb50bac12e3e79bb9f183 100644 (file)
@@ -31,15 +31,6 @@ DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
 #  include <mpi.h>
 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 <limits>
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.