An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.


Home

OMP_GET_SCHEDULE

Purpose:

This routine returns the schedule that is applied when the loop directive specifies a runtime schedule.

Format:

Fortran

SUBROUTINE OMP_GET_SCHEDULE(KIND, MODIFIER)
INTEGER (KIND=OMP_SCHED_KIND) KIND
INTEGER MODIFIER

C/C++

#include <omp.h>
void omp_get_schedule(omp_sched_t * kind, int * modifier )