HOME
| OPENMP API Specification: Version 5.1 November 2020

3.4.6  omp_get_teams_thread_limit

Summary The omp_get_teams_thread_limit routine returns the maximum number of OpenMP threads available to participate in each contention group created by a teams construct.

Format

SVG-Viewer needed.

 

 
int omp_get_teams_thread_limit(void);  

SVG-Viewer needed.

SVG-Viewer needed.

 

 
integer function omp_get_teams_thread_limit()  

SVG-Viewer needed.

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

Effect The omp_get_teams_thread_limit routine returns the value of the teams-thread-limit-var ICV.

Cross References