From 16e8860ac2f325841ec2d702df1924fac071c581 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 13 Mar 2013 16:08:35 +0000 Subject: [PATCH] add to documentation git-svn-id: https://svn.dealii.org/trunk@28885 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/multithread_info.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5