]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/doc/openmp-environment-variables/ompcancellation.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / ompcancellation.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_cancellation:
9
10OMP_CANCELLATION -- Set whether cancellation is activated
11*********************************************************
12
13Description:
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
17See also:
18 :ref:`omp_get_cancellation`
19
20Reference:
3ed1b4ce 21 :openmp:`4.5`, Section 4.11