From: Peter Munch Date: Wed, 3 Mar 2021 17:10:14 +0000 (+0100) Subject: Enable Utilities::MPI::compute_point_to_point_communication_pattern for self communic... X-Git-Tag: v9.3.0-rc1~381^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adeed0135dcb32a431378d4d0e2572d195ea8dc;p=dealii.git Enable Utilities::MPI::compute_point_to_point_communication_pattern for self communication --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 800fb89ad2..febffcd3a7 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -368,9 +368,6 @@ namespace Utilities { (void)destination; AssertIndexRange(destination, n_procs); - Assert(destination != myid, - ExcMessage( - "There is no point in communicating with ourselves.")); } # if DEAL_II_MPI_VERSION_GTE(3, 0)