Next: omp_get_num_teams, Previous: omp_get_num_devices, Up: 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.