HOME
| OPENMP API Specification: Version 5.1 November 2020

3.2.14  omp_get_supported_active_levels

Summary The omp_get_supported_active_levels routine returns the number of active levels of parallelism supported by the implementation.

Format

SVG-Viewer needed.

 

 
int omp_get_supported_active_levels(void);  

SVG-Viewer needed.

SVG-Viewer needed.

 

 
integer function omp_get_supported_active_levels()  

SVG-Viewer needed.

Binding The binding task set for an omp_get_supported_active_levels region is the generating task.

Effect The omp_get_supported_active_levels routine returns the number of active levels of parallelism supported by the implementation. The max-active-levels-var ICV may not have a value that is greater than this number. The value returned by the omp_get_supported_active_levels routine is implementation defined, but it must be greater than 0.

Cross References