libgomp: OMP_SCHEDULE

1 
1 3.12 'OMP_SCHEDULE' - How threads are scheduled
1 ===============================================
1 
1 _Description_:
1      Allows to specify 'schedule type' and 'chunk size'.  The value of
1      the variable shall have the form: 'type[,chunk]' where 'type' is
1      one of 'static', 'dynamic', 'guided' or 'auto' The optional 'chunk'
1      size shall be a positive integer.  If undefined, dynamic scheduling
1      and a chunk size of 1 is used.
1 
1 _See also_:
1      ⇒omp_set_schedule
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Sections
1      2.7.1.1 and 4.1
1