From dd9b0df112cdbfbb37784b8e723cdffecf2d3950 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 21 Jul 2016 17:43:42 +0200 Subject: [PATCH 1/1] don't document an option that is long gone --- doc/doxygen/options.doc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 45b5624a56..2f5f95f0a9 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -199,17 +199,6 @@ the \b maxmin/precision item (default value: 0.00001). Changing it may speedup the simulation by discarding very small actions, at the price of a reduced numerical precision. -\subsection options_model_nthreads Parallel threads for model updates - -By default, Surf computes the analytical models sequentially to share their -resources and update their actions. It is possible to run them in parallel, -using the \b surf/nthreads item (default value: 1). If you use a -negative or null value, the amount of available cores is automatically -detected and used instead. - -Depending on the workload of the models and their complexity, you may get a -speedup or a slowdown because of the synchronization costs of threads. - \subsection options_model_network Configuring the Network model \subsubsection options_model_network_gamma Maximal TCP window size -- 2.20.1