From 39fc06b60c895be950d4fe03326d696d9afe19b0 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 9 Jun 2021 16:40:32 -0400 Subject: [PATCH] Fix a test --- tests/particles/generators_10.cc | 2 +- .../generators_10.with_p4est=true.mpirun=3.output | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/particles/generators_10.cc b/tests/particles/generators_10.cc index d16fd908e3..552e1d5ef6 100644 --- a/tests/particles/generators_10.cc +++ b/tests/particles/generators_10.cc @@ -94,7 +94,7 @@ main(int argc, char *argv[]) { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); - initlog(); + MPILogInitAll(); { deallog.push("2d/2d"); diff --git a/tests/particles/generators_10.with_p4est=true.mpirun=3.output b/tests/particles/generators_10.with_p4est=true.mpirun=3.output index fdac561e5d..83c0292ecc 100644 --- a/tests/particles/generators_10.with_p4est=true.mpirun=3.output +++ b/tests/particles/generators_10.with_p4est=true.mpirun=3.output @@ -1,11 +1,12 @@ + + + + +DEAL:2d/2d::Locally owned active cells: 0 +DEAL:2d/2d::Global particles: 2 DEAL:2d/2d::OK -DEAL:2d/3d::OK -DEAL:3d/3d::OK -DEAL:2d/2d::OK -DEAL:2d/3d::OK -DEAL:3d/3d::OK -EAL:2d/3d::Locally owned active cells: 0 +DEAL:2d/3d::Locally owned active cells: 0 DEAL:2d/3d::Global particles: 2 DEAL:2d/3d::OK DEAL:3d/3d::Locally owned active cells: 0 -- 2.39.5