]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not reuse an MPI_Status object. 13215/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 11 Jan 2022 07:23:26 +0000 (00:23 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 11 Jan 2022 07:23:53 +0000 (00:23 -0700)
include/deal.II/base/mpi_consensus_algorithms.templates.h

index b35bf3869bac8b1aab9c94fb636513684b9f9529..d43b0df9e85d0919e0fd80dac1d216a41ee7f0d0 100644 (file)
@@ -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,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.