Next: omp_get_team_size, Previous: omp_get_num_threads, Up: Runtime Library Routines
omp_get_schedule
– Obtain the runtime scheduling methodomp_sched_static
, omp_sched_dynamic
,
opm_sched_guided
or auto
. The second argument, modifier,
is set to the chunk size.
Prototype: | omp_schedule(omp_sched_t * kind, int *modifier);
|
Interface: | subroutine omp_schedule(kind, modifier)
|
integer(kind=omp_sched_kind) kind
| |
integer modifier
|