]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix tests without MPI 2561/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 28 Apr 2016 07:07:57 +0000 (09:07 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 28 Apr 2016 07:07:57 +0000 (09:07 +0200)
tests/lac/vector_reinit_01.cc
tests/lac/vector_reinit_02.cc
tests/lac/vector_reinit_03.cc

index cd4e48a522e81cb8a7b0e15ddb4ce0b1a2cbf5db..c34325ddbf9b11fc6f51ab6f2fcfd80c85a8461e 100644 (file)
@@ -101,7 +101,7 @@ int main (int argc, char **argv)
 {
   Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads());
 
-  mpi_initlog();
+  initlog();
 
   do_test<parallel::distributed::Vector<double> >();
 }
index 9977c268799ed468a58b97b476668abcf7f088ec..fcb8aabaea88b2fe2386a478448febf88ed9c87b 100644 (file)
@@ -101,7 +101,7 @@ int main (int argc, char **argv)
 {
   Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads());
 
-  mpi_initlog();
+  initlog();
 
   do_test<TrilinosWrappers::Vector>();
   do_test<TrilinosWrappers::MPI::Vector>();
index 8112357e436a1f67e532710cda1b19c128064c7e..aa4bf8efe3c602fce172a847e4067113c17ed3a7 100644 (file)
@@ -102,7 +102,7 @@ int main (int argc, char **argv)
 {
   Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1);
 
-  mpi_initlog();
+  initlog();
 
   do_test<PETScWrappers::MPI::Vector>();
 }

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.