From: Ralf Hartmann Date: Tue, 20 Sep 2005 11:27:59 +0000 (+0000) Subject: get*mpi_process* functions are available also for sequential codes. X-Git-Tag: v8.0.0~13120 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f65af35d10ea8e31c1924cbb2151855dbe0862;p=dealii.git get*mpi_process* functions are available also for sequential codes. git-svn-id: https://svn.dealii.org/trunk@11483 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 919ea53afa..a3402f4c6f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -55,9 +55,9 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK 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. + Utilities::System namespace. In case + of a codes not running in parallel, they simply return 1 and 0, + respectively.
(RH 2005/09/20)