omp_get_thread_limit
– Maximum number of threads ¶Return the maximum number of threads of the program.
Prototype: | int omp_get_thread_limit(void); |
Interface: | integer function omp_get_thread_limit() |
omp_get_max_threads
– Maximum number of threads of parallel region, OMP_THREAD_LIMIT
– Set the maximum number of threads
OpenMP specification v4.5, Section 3.2.14.