]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix MPI torus test 4378/head
authorJonathan Robey <class4kayaker@gmail.com>
Wed, 7 Jun 2017 18:11:51 +0000 (11:11 -0700)
committerJonathan Robey <class4kayaker@gmail.com>
Wed, 7 Jun 2017 18:11:51 +0000 (11:11 -0700)
tests/mpi/torus.cc

index b0c72b50e5630c55ff8e36c9d37447aeebfd622c..a8995bf92d10d7fa1dabd9f2b529691313105688 100644 (file)
@@ -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);
     }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.