From a04534f08bc11117bed8dd294c5959aa287f2f15 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Jan 2015 07:29:59 -0600 Subject: [PATCH] Fix up a change from a previous patch: use only a single thread in this test. --- tests/mpi/mesh_worker_03.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpi/mesh_worker_03.cc b/tests/mpi/mesh_worker_03.cc index ed41741006..e094f47b15 100644 --- a/tests/mpi/mesh_worker_03.cc +++ b/tests/mpi/mesh_worker_03.cc @@ -197,7 +197,7 @@ test() int main (int argc, char **argv) { - Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, numbers::invalid_unsigned_int); + Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; test<2>(); -- 2.39.5