From: hartmann Date: Tue, 20 Sep 2005 11:27:59 +0000 (+0000) Subject: get*mpi_process* functions are available also for sequential codes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c34562236cb36d7cba04dd23f89aa335d8b1f23;p=dealii-svn.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)