OMP_GET_NESTED

Purpose:

Used to determine if nested parallelism is enabled or not.

Format:

Fortran

LOGICAL FUNCTION OMP_GET_NESTED

C/C++

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

Notes & Restrictions: