]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use mpi_communicator instead of MPI_COMM_WORLD.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 18 May 2020 23:19:05 +0000 (17:19 -0600)
committerMatthias Maier <tamiko@43-1.org>
Tue, 19 May 2020 01:21:30 +0000 (20:21 -0500)
examples/step-70/step-70.cc

index d3e35dc9eca0a5fbf319b5f0ceeb88e148c46c6c..9ea88cc6e02f03156a8c95c6b962a0057e9e63ba 100644 (file)
@@ -910,7 +910,7 @@ namespace Step70
 
     // and gather the information from all participating processes
     global_fluid_bounding_boxes =
-      Utilities::MPI::all_gather(MPI_COMM_WORLD, local_boxes);
+      Utilities::MPI::all_gather(mpi_communicator, local_boxes);
 
 
     // Finally generate the particles from the support points of the

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.