From: Jonathan Robey Date: Wed, 7 Jun 2017 18:11:51 +0000 (-0700) Subject: Fix MPI torus test X-Git-Tag: v9.0.0-rc1~1519^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4378%2Fhead;p=dealii.git Fix MPI torus test --- diff --git a/tests/mpi/torus.cc b/tests/mpi/torus.cc index b0c72b50e5..a8995bf92d 100644 --- a/tests/mpi/torus.cc +++ b/tests/mpi/torus.cc @@ -72,7 +72,8 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { - initlog(); + static std::ofstream logfile("output"); + deallog.attach(logfile); deallog.threshold_double(1.e-10); }