OMP_SET_MAX_ACTIVE_LEVELS

Purpose:

This routine limits the number of nested active parallel regions.

Format:

Fortran

SUBROUTINE OMP_SET_MAX_ACTIVE_LEVELS (MAX_LEVELS)
INTEGER MAX_LEVELS

C/C++

#include <omp.h>
void omp_set_max_active_levels (int max_levels) 

Notes & Restrictions: