OMP_SCHEDULE

The OMP_SCHEDULE environment variable specifies the schedule type used for loops that are explicitly assigned to runtime schedule type with the OpenMP schedule clause.

For example:
OMP_SCHEDULE=“guided, 4”
Valid options for schedule type are:
  • auto
  • dynamic[, n]
  • guided[, n]
  • static[, n]

If specifying a chunk size with n, the value of n must be a positive integer.

The default schedule type is auto.



Voice your opinion on getting help information Ask IBM compiler experts a technical question in the IBM XL compilers forum Reach out to us