Used to determine if nested parallelism is enabled or not.
LOGICAL FUNCTION OMP_GET_NESTED
#include <omp.h>
int omp_get_nested (void)
For Fortran, this function returns .TRUE. if nested parallelism is enabled, and .FALSE. otherwise.
For C/C++, non-zero will be returned if nested parallelism is enabled, and zero otherwise.