From: Wolfgang Bangerth Date: Tue, 11 Jan 2022 07:23:26 +0000 (-0700) Subject: Do not reuse an MPI_Status object. X-Git-Tag: v9.4.0-rc1~628^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0a923c6cba3c283b2c8452359f65cf91801221;p=dealii.git Do not reuse an MPI_Status object. --- diff --git a/include/deal.II/base/mpi_consensus_algorithms.templates.h b/include/deal.II/base/mpi_consensus_algorithms.templates.h index b35bf3869b..d43b0df9e8 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.templates.h +++ b/include/deal.II/base/mpi_consensus_algorithms.templates.h @@ -253,7 +253,7 @@ namespace Utilities other_rank, tag_request, this->comm, - &status); + MPI_STATUS_IGNORE); AssertThrowMPI(ierr); // Allocate memory for an answer message to the current request,