From: Marc Fehling Date: Wed, 9 Mar 2022 22:17:43 +0000 (-0700) Subject: Enable `sc_init` again. X-Git-Tag: v9.4.0-rc1~384^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13526%2Fhead;p=dealii.git Enable `sc_init` again. --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 481102eeb6..1f8247e188 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -970,8 +970,7 @@ namespace Utilities #ifdef DEAL_II_WITH_P4EST // Initialize p4est and libsc components -# if DEAL_II_P4EST_VERSION_GTE(2, 0, 0, 0) -# else +# if DEAL_II_P4EST_VERSION_GTE(2, 5, 0, 0) // This feature is broken in version 2.0.0 for calls to // MPI_Comm_create_group (see cburstedde/p4est#30). // Disabling it leads to more verbose p4est error messages