Add description of <threads> element in user's guide.

This commit is contained in:
Paul Romano 2013-09-10 22:34:22 -04:00
parent d44dfd20d9
commit 71bfed38fb

View file

@ -381,6 +381,14 @@ survival biasing, otherwise known as implicit capture or absorption.
.. _trace:
``<threads>`` Element
---------------------
The ``<threads>`` element indicates the number of OpenMP threads to be used for
a simulation. It has no attributes and accept a positive integer value.
*Default*: None (Determined by environment variable :envvar:`OMP_NUM_THREADS`)
``<trace>`` Element
-------------------