omp_get_max_threads
Purpose
Returns the first value of num_list for the OMP_NUM_THREADS environment variable. This value is the maximum number of threads that can be used to form a new team if a parallel region without a num_threads clause is encountered.
Prototype
int omp_get_max_threads (void);


