From 260d40e9ffd4a9f45015cda85178e5b23071641a Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 1 Dec 2020 14:05:21 +0100 Subject: [PATCH] MatrixFree: accept sm communicators neq MPI_COMM_SELF --- include/deal.II/matrix_free/matrix_free.templates.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5