]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide output from all processors. 5149/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 25 Sep 2017 23:39:04 +0000 (17:39 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 25 Sep 2017 23:39:04 +0000 (17:39 -0600)
tests/mpi/hp_unify_dof_indices_01.cc
tests/mpi/hp_unify_dof_indices_01.mpirun=1.output
tests/mpi/hp_unify_dof_indices_01.mpirun=2.output

index c1b402d650c1cf736bd866e577a4eb31a986d769..e4703588b235fae1f96f1101e3fb66af621c9f69 100644 (file)
@@ -56,8 +56,8 @@ void test()
   Assert (triangulation.n_global_active_cells() == 2,
           ExcInternalError());
   Assert (triangulation.n_active_cells() == 2,
-          ExcInternalError());  
-  
+          ExcInternalError());
+
   hp::FECollection<dim> fe;
   fe.push_back (FE_Q<dim>(2));
   fe.push_back (FE_Q<dim>(2));
@@ -81,31 +81,20 @@ void test()
       for (auto i : dof_indices)
         deallog << i << ' ';
       deallog << std::endl;
-    }    
+    }
 }
 
 
 int main(int argc, char *argv[])
 {
   Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1);
+  MPILogInitAll log;
 
-  unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD);
-  if (myid == 0)
-    {
-      initlog();
-
-      deallog.push("2d");
-      test<2>();
-      deallog.pop();
-
-      deallog.push("3d");
-      test<3>();
-      deallog.pop();
-    }
-  else
-    {
-      test<2>();
-      test<3>();
-    }
+  deallog.push("2d");
+  test<2>();
+  deallog.pop();
 
+  deallog.push("3d");
+  test<3>();
+  deallog.pop();
 }
index 8de3c8fa4ab763263561d5a1831192474c762a34..5a2705a6c2d9fc1b07e666240de2d6e7bdc7806d 100644 (file)
@@ -1,11 +1,11 @@
 
-DEAL:2d::Processor: 0
-DEAL:2d::  Cell: 0.0
-DEAL:2d::    0 1 2 3 4 5 6 7 8 
-DEAL:2d::  Cell: 0.1
-DEAL:2d::    1 9 3 10 5 11 12 13 14 
-DEAL:3d::Processor: 0
-DEAL:3d::  Cell: 0.0
-DEAL:3d::    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
-DEAL:3d::  Cell: 0.1
-DEAL:3d::    1 27 3 28 5 29 7 30 9 31 32 33 13 34 35 36 17 37 19 38 21 39 40 41 42 43 44 
+DEAL:0:2d::Processor: 0
+DEAL:0:2d::  Cell: 0.0
+DEAL:0:2d::    0 1 2 3 4 5 6 7 8 
+DEAL:0:2d::  Cell: 0.1
+DEAL:0:2d::    1 9 3 10 5 11 12 13 14 
+DEAL:0:3d::Processor: 0
+DEAL:0:3d::  Cell: 0.0
+DEAL:0:3d::    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
+DEAL:0:3d::  Cell: 0.1
+DEAL:0:3d::    1 27 3 28 5 29 7 30 9 31 32 33 13 34 35 36 17 37 19 38 21 39 40 41 42 43 44 
index 621d745f8a43ae0043025a6d791384b87d294470..23c890083ea2f590dc415e2d3381c3f309085c6c 100644 (file)
@@ -1,11 +1,23 @@
 
-DEAL:2d::Processor: 0
-DEAL:2d::  Cell: 0.0
-DEAL:2d::    0 1 2 3 4 5 6 7 8 
-DEAL:2d::  Cell: 0.1
-DEAL:2d::    9 10 11 12 13 14 15 16 17 
-DEAL:3d::Processor: 0
-DEAL:3d::  Cell: 0.0
-DEAL:3d::    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
-DEAL:3d::  Cell: 0.1
-DEAL:3d::    27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 
+DEAL:0:2d::Processor: 0
+DEAL:0:2d::  Cell: 0.0
+DEAL:0:2d::    0 1 2 3 4 5 6 7 8 
+DEAL:0:2d::  Cell: 0.1
+DEAL:0:2d::    9 10 11 12 13 14 15 16 17 
+DEAL:0:3d::Processor: 0
+DEAL:0:3d::  Cell: 0.0
+DEAL:0:3d::    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
+DEAL:0:3d::  Cell: 0.1
+DEAL:0:3d::    27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 
+
+DEAL:1:2d::Processor: 1
+DEAL:1:2d::  Cell: 0.0
+DEAL:1:2d::    0 1 2 3 4 5 6 7 8 
+DEAL:1:2d::  Cell: 0.1
+DEAL:1:2d::    9 10 11 12 13 14 15 16 17 
+DEAL:1:3d::Processor: 1
+DEAL:1:3d::  Cell: 0.0
+DEAL:1:3d::    0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 
+DEAL:1:3d::  Cell: 0.1
+DEAL:1:3d::    27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 
+

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.