]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openmp-environment-variables/ompdynamic.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / ompdynamic.rst
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
10 OMP_DYNAMIC -- Dynamic adjustment of threads
11 ********************************************
12
13 Description:
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
19 See also:
20 :ref:`omp_set_dynamic`
21
22 Reference:
23 :openmp:`4.5`, Section 4.3