OMP_GET_MAX_ACTIVE_LEVELS
Purpose:
This routine returns the maximum number of nested active parallel regions.
Format:
Fortran
INTEGER FUNCTION OMP_GET_MAX_ACTIVE_LEVELS()
C/C++
#include <omp.h>
int omp_get_max_active_levels(void)
An official website of the United States government
Here's how you know
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.
This routine returns the maximum number of nested active parallel regions.
INTEGER FUNCTION OMP_GET_MAX_ACTIVE_LEVELS()
#include <omp.h>
int omp_get_max_active_levels(void)
