OMP_CANCELLATION – Set whether cancellation is activated#
- Description:
If set to
TRUE
, the cancellation is activated. If set toFALSE
or if unset, cancellation is disabled and thecancel
construct is ignored.- See also:
omp_get_cancellation – Whether cancellation support is enabled
- Reference:
OpenMP specification v4.5, Section 4.11