From fd5684881ec2550b81f46b7319df74534a454892 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 3 Mar 2014 14:17:58 +0000 Subject: [PATCH] improve documentation git-svn-id: https://svn.dealii.org/trunk@32601 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/mpi.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/include/deal.II/base/mpi.h b/deal.II/include/deal.II/base/mpi.h index cb88fcc2ec..4aa290c0b2 100644 --- a/deal.II/include/deal.II/base/mpi.h +++ b/deal.II/include/deal.II/base/mpi.h @@ -350,6 +350,10 @@ namespace Utilities * parameter. If set to numbers::invalid_unsigned_int, the number * of threads is determined by TBB. When in doubt, set this value * to 1. + * + * This will call MultithreadInfo::set_thread_limit() with @p + * max_num_threads, so the environment variable DEAL_II_NUM_THREADS will + * be respected. */ MPI_InitFinalize (int &argc, char ** &argv, -- 2.39.5