From 39dd3bd03d8121e187a493c6432c6a8bc4ea83ca Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Jan 2015 22:04:06 -0600 Subject: [PATCH] Fix a test that started failing when multithreading was recently switched on inadvertantly. --- tests/trilinos/precondition.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/trilinos/precondition.cc b/tests/trilinos/precondition.cc index f1d5a86c6d..6f12d3c06b 100644 --- a/tests/trilinos/precondition.cc +++ b/tests/trilinos/precondition.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013, 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -384,7 +384,7 @@ int main (int argc, char **argv) deallog.depth_console(0); deallog.threshold_double(1.e-5); - Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, numbers::invalid_unsigned_int); + Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); try { -- 2.39.5