From: Timo Heister Date: Fri, 14 Oct 2016 15:39:36 +0000 (-0400) Subject: step-40: output ranks and what linear algebra we use X-Git-Tag: v8.5.0-rc1~571^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3243%2Fhead;p=dealii.git step-40: output ranks and what linear algebra we use --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index a2e7dd88a3..3d16de92a1 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -647,6 +647,16 @@ namespace Step40 template void LaplaceProblem::run () { + pcout << "Running with " +#ifdef USE_PETSC_LA + << "PETSc" +#else + << "Trilinos" +#endif + << " on " + << Utilities::MPI::n_mpi_processes(mpi_communicator) + << " MPI rank(s)..." << std::endl; + const unsigned int n_cycles = 8; for (unsigned int cycle=0; cycle