From: Timo Heister Date: Thu, 6 Jun 2013 19:09:27 +0000 (+0000) Subject: also allow multithreading for step 33 X-Git-Tag: v8.0.0~304 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ee16f3ff3a8737e326487b51a17e326d5db051;p=dealii.git also allow multithreading for step 33 git-svn-id: https://svn.dealii.org/trunk@29782 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 16967816da..c9450df829 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -2481,7 +2481,7 @@ int main (int argc, char *argv[]) std::exit(1); } - Utilities::System::MPI_InitFinalize mpi_initialization (argc, argv); + Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, dealii::numbers::invalid_unsigned_int); ConservationLaw<2> cons (argv[1]); cons.run ();