Next: , Previous: OMP_NUM_THREADS, Up: Environment Variables


3.4 OMP_SCHEDULE – How threads are scheduled

Description:
Allows to specify 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.
Reference:
OpenMP specifications v2.5, sections 2.5.1 and 4.1