From 96df6abe221efcdb92548eb2df897f1031d23a2a Mon Sep 17 00:00:00 2001 From: Nicolas Barnafi Date: Fri, 9 Sep 2022 18:42:28 +0200 Subject: [PATCH] Small test fix for automatic version detection --- tests/petsc/bddc.cc | 6 ------ ...output => bddc.with_petsc=true.geq.3.10.mpirun=2.output} | 0 2 files changed, 6 deletions(-) rename tests/petsc/{bddc.with_petsc=true.mpirun=2.output => bddc.with_petsc=true.geq.3.10.mpirun=2.output} (100%) diff --git a/tests/petsc/bddc.cc b/tests/petsc/bddc.cc index cb32bf2ab0..b3fbaafa0f 100644 --- a/tests/petsc/bddc.cc +++ b/tests/petsc/bddc.cc @@ -63,7 +63,6 @@ main(int argc, char *argv[]) initlog(); deallog << std::setprecision(10); -#if DEAL_II_PETSC_VERSION_GTE(3, 10, 0) parallel::distributed::Triangulation<2> triangulation(MPI_COMM_WORLD); FE_Q<2> fe(1); DoFHandler<2> dof_handler(triangulation); @@ -186,10 +185,5 @@ main(int argc, char *argv[]) 2); deallog << "CG/BDDC:OK" << std::endl; -#else - deallog << "MATIS:OK" << std::endl; - deallog << "DEAL::Solver stopped within 1 - 2 iterations" << std::endl; - deallog << "CG/BDDC:OK" << std::endl; -#endif return 0; } diff --git a/tests/petsc/bddc.with_petsc=true.mpirun=2.output b/tests/petsc/bddc.with_petsc=true.geq.3.10.mpirun=2.output similarity index 100% rename from tests/petsc/bddc.with_petsc=true.mpirun=2.output rename to tests/petsc/bddc.with_petsc=true.geq.3.10.mpirun=2.output -- 2.39.5