HOME
| OPENMP API Specification: Version 5.1 November 2020

3.3.7  omp_get_partition_place_nums

Summary The omp_get_partition_place_nums routine returns the list of place numbers corresponding to the places in the place-partition-var ICV of the innermost implicit task.

Format

SVG-Viewer needed.

 

 
void omp_get_partition_place_nums(int *place_nums);  

SVG-Viewer needed.

SVG-Viewer needed.

 

 
subroutine omp_get_partition_place_nums(place_nums) 
integer place_nums(*)  

SVG-Viewer needed.

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

Effect The omp_get_partition_place_nums routine returns the list of place numbers that correspond to the places in the place-partition-var ICV of the innermost implicit task. The array must be sufficiently large to contain omp_get_partition_num_places() integers; otherwise, the behavior is unspecified.

Cross References