From 1286466a431c6f1fe597d259f932a766dbbd7910 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 3 Jul 2024 14:50:52 -0400 Subject: [PATCH] tests/examples/step-40 alternative output This adds an alternative output to fix test errors in certain configurations like https://cdash.dealii.org/test/37178695 --- ...run=2.with_p4est=true.with_petsc=true.output2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/examples/step-40.mpirun=2.with_p4est=true.with_petsc=true.output2 diff --git a/tests/examples/step-40.mpirun=2.with_p4est=true.with_petsc=true.output2 b/tests/examples/step-40.mpirun=2.with_p4est=true.with_petsc=true.output2 new file mode 100644 index 0000000000..1ad5fb2a6e --- /dev/null +++ b/tests/examples/step-40.mpirun=2.with_p4est=true.with_petsc=true.output2 @@ -0,0 +1,16 @@ +Running with PETSc on 2 MPI rank(s)... +Cycle 0: + Number of active cells: 1024 + Number of degrees of freedom: 4225 +Solver stopped after 7 iterations + +Cycle 1: + Number of active cells: 1963 + Number of degrees of freedom: 8457 +Solver stopped after 7 iterations + +Cycle 2: + Number of active cells: 3670 + Number of degrees of freedom: 16175 +Solver stopped after 7 iterations + -- 2.39.5