From 5adeed0135dcb32a431378d4d0e2572d195ea8dc Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 3 Mar 2021 18:10:14 +0100 Subject: [PATCH] Enable Utilities::MPI::compute_point_to_point_communication_pattern for self communication --- source/base/mpi.cc | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5