3.1.5 omp_get_num_procs Function
The omp_get_num_procs function returns the number of processors that are available to the program at the time the function is called. The format is as follows:
#include <omp.h>
int omp_get_num_procs(void);
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
The omp_get_num_procs function returns the number of processors that are available to the program at the time the function is called. The format is as follows:
#include <omp.h>
int omp_get_num_procs(void);