From: heister Date: Wed, 13 Mar 2013 16:08:35 +0000 (+0000) Subject: add to documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e8860ac2f325841ec2d702df1924fac071c581;p=dealii-svn.git add to documentation git-svn-id: https://svn.dealii.org/trunk@28885 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/multithread_info.h b/deal.II/include/deal.II/base/multithread_info.h index e0d74cae3a..df4b59829a 100644 --- a/deal.II/include/deal.II/base/multithread_info.h +++ b/deal.II/include/deal.II/base/multithread_info.h @@ -33,6 +33,10 @@ DEAL_II_NAMESPACE_OPEN * threads used for task-based parallel methods is selected automatically * by the Threading Building * Blocks library. See @ref threads for more information on this. + * To set n_default_threads add the following at the start of your main(): + * + * multithread_info.n_default_threads=1; + * * * @ingroup threads * @author Thomas Richter, Wolfgang Bangerth, 2000