From fcf7371188dcada9ec1d6a2f7aa63d01880110aa Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 20 Sep 2005 11:02:21 +0000 Subject: [PATCH] get_n_mpi_processes and get_this_mpi_process functions. git-svn-id: https://svn.dealii.org/trunk@11481 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b366332cc6..919ea53afa 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -51,6 +51,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + New: There are now new get_n_mpi_processes and get_this_mpi_process functions in the + Utilities::System namespace. Note, + that these functions are only available when the library is + compiled and linked with the PETSc library. +
    + (RH 2005/09/20) +

-- 2.39.5