]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove use of MPI_COMM_WORLD in serial Trilinos vector. 6024/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 10 Mar 2018 06:22:05 +0000 (07:22 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 10 Mar 2018 06:22:05 +0000 (07:22 +0100)
include/deal.II/lac/constraint_matrix.templates.h

index 4c732d2e2fabd30bec6f7671d2565c2d9e17eb18..4428968c05d8185cc71eb6d02305a90e134069a9 100644 (file)
@@ -769,7 +769,7 @@ namespace internal
       Assert (mpi_comm != nullptr, ExcInternalError());
       output.reinit (needed_elements, mpi_comm->GetMpiComm());
 #else
-      output.reinit (needed_elements, MPI_COMM_WORLD);
+      output.reinit (needed_elements, MPI_COMM_SELF);
 #endif
       output = vec;
     }

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.