Sets the number of threads that will be used in the next parallel region. Must be a postive integer.
SUBROUTINE OMP_SET_NUM_THREADS(scalar_integer_expression)
#include <omp.h> void omp_set_num_threads(int num_threads)