An official website of the United States government

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.


Home

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: