]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/doc/openmp-environment-variables/ompdynamic.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / ompdynamic.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. index:: Environment Variable
7
8.. _omp_dynamic:
9
10OMP_DYNAMIC -- Dynamic adjustment of threads
11********************************************
12
13Description:
14 Enable or disable the dynamic adjustment of the number of threads
15 within a team. The value of this environment variable shall be
16 ``TRUE`` or ``FALSE``. If undefined, dynamic adjustment is
17 disabled by default.
18
19See also:
20 :ref:`omp_set_dynamic`
21
22Reference:
3ed1b4ce 23 :openmp:`4.5`, Section 4.3