Next: , Previous: , Up: Environment Variables   [Contents][Index]


3.6 OMP_MAX_TASK_PRIORITY – Set the maximum priority

number that can be set for a task.

Description:

Specifies the initial value for the maximum priority value that can be set for a task. The value of this variable shall be a non-negative integer, and zero is allowed. If undefined, the default priority is 0.

See also:

omp_get_max_task_priority

Reference:

OpenMP specification v4.5, Section 4.14