From: Peter Munch Date: Tue, 1 Dec 2020 13:05:21 +0000 (+0100) Subject: MatrixFree: accept sm communicators neq MPI_COMM_SELF X-Git-Tag: v9.3.0-rc1~821^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260d40e9ffd4a9f45015cda85178e5b23071641a;p=dealii.git MatrixFree: accept sm communicators neq MPI_COMM_SELF --- diff --git a/include/deal.II/matrix_free/matrix_free.templates.h b/include/deal.II/matrix_free/matrix_free.templates.h index e2c0e006f3..427c487e3f 100644 --- a/include/deal.II/matrix_free/matrix_free.templates.h +++ b/include/deal.II/matrix_free/matrix_free.templates.h @@ -353,9 +353,6 @@ MatrixFree::internal_reinit( task_info.n_procs = Utilities::MPI::n_mpi_processes(task_info.communicator); - Assert(additional_data.communicator_sm == MPI_COMM_SELF, - ExcNotImplemented()); - task_info.communicator_sm = additional_data.communicator_sm; } else