From f5004c496e09af658626a0ecbc2ab2ce299f26c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 Sep 2011 23:42:16 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@24374 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/utilities.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/include/deal.II/base/utilities.h b/deal.II/include/deal.II/base/utilities.h index bababba4d8..c1273dbafd 100644 --- a/deal.II/include/deal.II/base/utilities.h +++ b/deal.II/include/deal.II/base/utilities.h @@ -344,6 +344,13 @@ namespace Utilities * result indicates whether the * current job is running under * MPI. + * + * @note The function does not + * take into account whether an + * MPI job actually runs on more + * than one processor or is, in + * fact, a single-node job that + * happens to run under MPI. */ bool job_supports_mpi (); -- 2.39.5