Next: GOMP_CPU_AFFINITY, Previous: OMP_NUM_THREADS, Up: Environment Variables
schedule type
and chunk size
.
The value of the variable shall have the form: type[,chunk]
where
type
is one of static
, dynamic
or guided
.
The optional chunk size
shall be a positive integer. If undefined,
dynamic scheduling and a chunk size of 1 is used.