]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openmp-environment-variables/ompcancellation.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / ompcancellation.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_cancellation:
9
10 OMP_CANCELLATION -- Set whether cancellation is activated
11 *********************************************************
12
13 Description:
14 If set to ``TRUE``, the cancellation is activated. If set to ``FALSE`` or
15 if unset, cancellation is disabled and the ``cancel`` construct is ignored.
16
17 See also:
18 :ref:`omp_get_cancellation`
19
20 Reference:
21 :openmp:`4.5`, Section 4.11