omp_set_schedule
void omp_set_schedule(omp_sched_t *kind, int modifier)
-
Affects the schedule that is applied when runtime is used as schedule kind, by setting the
value of the run-sched-var.
kind is one of static, dynamic, guided, auto. or an implementation-defined schedule.
OpenMP API Index