Remove thread_id and n_threads global variables

This commit is contained in:
Paul Romano 2019-03-19 10:11:39 -05:00
parent d980b4a5ea
commit 49bf4523c3
13 changed files with 37 additions and 81 deletions

View file

@ -730,15 +730,6 @@ sections.
*Default*: 10 K
---------------------
``<threads>`` Element
---------------------
The ``<threads>`` element indicates the number of OpenMP threads to be used for
a simulation. It has no attributes and accepts a positive integer value.
*Default*: None (Determined by environment variable :envvar:`OMP_NUM_THREADS`)
.. _trace:
-------------------