omp_get_schedule

omp_sched omp_get_schedule(omp_sched_t *kind, int *modifier)
Returns the value of run-sched-var ICV, which is the schedule applied when runtime schedule is used.

kind is one of static, dynamic, guided, auto. or an implementation-defined schedule.


OpenMP API Index