Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 270 Bytes

omp_get_max_active_levels.md

File metadata and controls

18 lines (13 loc) · 270 Bytes

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)