From: Wolfgang Bangerth Date: Tue, 13 Jan 2015 04:04:06 +0000 (-0600) Subject: Fix a test that started failing when multithreading was recently switched on inadvert... X-Git-Tag: v8.3.0-rc1~550^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39dd3bd03d8121e187a493c6432c6a8bc4ea83ca;p=dealii.git Fix a test that started failing when multithreading was recently switched on inadvertantly. --- 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 {