wrf.omp_get_num_procs

wrf.omp_get_num_procs()

Return the number of processors on the device.

The omp_get_num_procs routine returns the number of processors that are available to the device at the time the routine is called. This value may change between the time that it is determined by the omp_get_num_procs routine and the time that it is read in the calling context due to system actions outside the control of the OpenMP implementation.

Returns:The number of processors.
Return type:int