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_IN_FINAL

Purpose:

This routine returns true if the routine is executed in a final task region; otherwise, it returns false.

Format:

Fortran

LOGICAL FUNCTION OMP_IN_FINAL()

C/C++

#include <omp.h>
int omp_in_final(void)