]> https://gitweb.dealii.org/ - dealii.git/commitdiff
use correct MPI type 14236/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 21 Sep 2022 18:51:46 +0000 (14:51 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 21 Sep 2022 18:51:46 +0000 (14:51 -0400)
source/base/data_out_base.cc

index 6108f647682b1f59ae42dd829adfde5f386d97d6..62530545c9312e1ca6154aaed659e9a32b91c320 100644 (file)
@@ -8271,7 +8271,7 @@ DataOutInterface<dim, spacedim>::create_xdmf_entry(
         {
           // send to rank 0
           const std::vector<char> buffer = Utilities::pack(entry, false);
-          ierr = MPI_Send(buffer.data(), buffer.size(), MPI_CHAR, 0, tag, comm);
+          ierr = MPI_Send(buffer.data(), buffer.size(), MPI_BYTE, 0, tag, comm);
           AssertThrowMPI(ierr);
 
           return {};

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.