From 23657f5fefea24439d94bd3a4e50f7fdfba28f1e Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 3 Mar 2021 19:52:58 +0100 Subject: [PATCH] Reduce number of procs from 15 to 10 in test --- include/deal.II/base/mpi_consensus_algorithms.templates.h | 4 ++-- ...=true.with_p4est=true.with_trilinos=true.mpirun=10.output} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/multigrid/{transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=15.output => transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=10.output} (100%) diff --git a/include/deal.II/base/mpi_consensus_algorithms.templates.h b/include/deal.II/base/mpi_consensus_algorithms.templates.h index 725c611ea0..7cf82ab6c6 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.templates.h +++ b/include/deal.II/base/mpi_consensus_algorithms.templates.h @@ -593,11 +593,11 @@ namespace Utilities // implementations. We reduce the threshold for debug mode to be // able to test also the non-blocking implementation. This feature // is tested by: - // tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=15.output + // tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=10.output #ifdef DEAL_II_WITH_MPI # if DEAL_II_MPI_VERSION_GTE(3, 0) # ifdef DEBUG - if (this->n_procs > 14) + if (this->n_procs > 10) # else if (this->n_procs > 99) # endif diff --git a/tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=15.output b/tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=10.output similarity index 100% rename from tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=15.output rename to tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=10.output -- 2.39.5