]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make incompatibility more clear
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 8 Jun 2019 19:31:11 +0000 (21:31 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 8 Jun 2019 19:31:11 +0000 (21:31 +0200)
doc/news/changes/incompatibilities/20190603MartinKronbichler

index 9e6a7def5bdeea09a2a9845854ac39184be6d77d..1f85cdbaf699b86ace63f5214671ec6800566045 100644 (file)
@@ -1,9 +1,11 @@
 Changed: The functions DoFHandler::n_locally_owned_dofs_per_processor(),
 DoFHandler::locally_owned_dofs_per_processor() and
-DoFHandler::locally_owned_mg_dofs_per_processor() previously return a
+DoFHandler::locally_owned_mg_dofs_per_processor() previously returned a
 reference to an internally stored array of index sets on all processors. As
 this cannot scale to large processor counts, these functions have been marked
-deprecated and only populate the internal vectors on the first demand. Use the
+deprecated and only populate the internal vectors on the first demand. This
+means that the first call must be a collective call on all MPI ranks to ensure
+that the underlying MPI_Allgather function completes. Use the
 new functions DoFHandler::compute_n_locally_owned_dofs_per_processor(),
 DoFHandler::compute_locally_owned_dofs_per_processor() and
 DoFHandler::compute_locally_owned_mg_dofs_per_processor() instead or, even

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.