From: Timo Heister Date: Mon, 3 Mar 2014 14:17:58 +0000 (+0000) Subject: improve documentation X-Git-Tag: v8.2.0-rc1~730 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7818e0b5a7ea57b80b4c1eedd9cd34ebcd6317f6;p=dealii.git improve documentation git-svn-id: https://svn.dealii.org/trunk@32601 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,