From: Ralf Hartmann Date: Tue, 20 Sep 2005 11:02:21 +0000 (+0000) Subject: get_n_mpi_processes and get_this_mpi_process functions. X-Git-Tag: v8.0.0~13122 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf7371188dcada9ec1d6a2f7aa63d01880110aa;p=dealii.git get_n_mpi_processes and get_this_mpi_process functions. git-svn-id: https://svn.dealii.org/trunk@11481 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) +