Next:
OMP_DISPLAY_ENV
, Up:
Environment Variables
3.1
OMP_CANCELLATION
– Set whether cancellation is activated
Description
:
If set to
TRUE
, the cancellation is activated. If set to
FALSE
or if unset, cancellation is disabled and the
cancel
construct is ignored.
See also
:
omp_get_cancellation
Reference
:
OpenMP specification v4.0
, Section 4.11