Next: omp_get_num_teams
– Number of teams, Previous: omp_get_num_devices
– Number of target devices, Up: OpenMP Runtime Library Routines [Contents][Index]
omp_get_num_procs
– Number of processors onlineReturns the number of processors online on that device.
Prototype: | int omp_get_num_procs(void); |
Interface: | integer function omp_get_num_procs() |
OpenMP specification v4.5, Section 3.2.5.