The OMP_SCHEDULE environment variable specifies the scheduling algorithm used for loops not explicitly assigned a scheduling algorithm with the omp schedule directive.
OMP_SCHEDULE=“guided, 4”
If specifying a chunk size with n, the value of n must be an integer value of 1 or greater.
The default scheduling algorithm is static.