Next: , Previous: omp_in_parallel, Up: Runtime Library Routines


2.15 omp_in_final – Whether in final or included task region

Description:
This function returns true if currently running in a final or included task region, false otherwise. Here, true and false represent their language-specific counterparts.
C/C++:

Prototype: int omp_in_final(void);

Fortran:

Interface: logical function omp_in_final()

Reference:
OpenMP specifications v3.1, section 3.2.20.