]> https://gitweb.dealii.org/ - dealii.git/commitdiff
revert part of 30600 (accident)
authorTimo Heister <timo.heister@gmail.com>
Wed, 4 Sep 2013 19:37:01 +0000 (19:37 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 4 Sep 2013 19:37:01 +0000 (19:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@30601 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_handler_policy.cc

index c3beb577e787378a782035ef5c23a889b69669c1..496a9e16f41430c6394432d2d8912854d72525d6 100644 (file)
@@ -1888,15 +1888,15 @@ namespace internal
 
 
 #ifdef DEBUG
-          {MPI_Barrier(tr->get_communicator());
+          {
             //check all msgs got sent and received
             unsigned int sum_send=0;
             unsigned int sum_recv=0;
             unsigned int sent=needs_to_get_cells.size();
             unsigned int recv=senders.size();
 
-            MPI_Reduce(&sent, &sum_send, 1, MPI_UNSIGNED, MPI_SUM, 56345, tr->get_communicator());
-            MPI_Reduce(&recv, &sum_recv, 1, MPI_UNSIGNED, MPI_SUM, 56346, tr->get_communicator());
+            MPI_Reduce(&sent, &sum_send, 1, MPI_UNSIGNED, MPI_SUM, 0, tr->get_communicator());
+            MPI_Reduce(&recv, &sum_recv, 1, MPI_UNSIGNED, MPI_SUM, 0, tr->get_communicator());
             Assert(sum_send==sum_recv, ExcInternalError());
           }
 #endif

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.