From: Wolfgang Bangerth Date: Mon, 12 Jan 2015 13:29:59 +0000 (-0600) Subject: Fix up a change from a previous patch: use only a single thread in this test. X-Git-Tag: v8.3.0-rc1~544^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04534f08bc11117bed8dd294c5959aa287f2f15;p=dealii.git Fix up a change from a previous patch: use only a single thread in this test. --- 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>();