このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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);