HOME
| OPENMP API Specification: Version 5.1 November 2020

3.3.6  omp_get_partition_num_places

Summary The omp_get_partition_num_places routine returns the number of places in the place partition of the innermost implicit task.

Format

SVG-Viewer needed.

 

 
int omp_get_partition_num_places(void);  

SVG-Viewer needed.

SVG-Viewer needed.

 

 
integer function omp_get_partition_num_places()  

SVG-Viewer needed.

Binding The binding task set for an omp_get_partition_num_places region is the encountering implicit task.

Effect The omp_get_partition_num_places routine returns the number of places in the place-partition-var ICV.

Cross References