Next: omp_set_schedule, Previous: omp_set_nested, Up: Runtime Library Routines
omp_set_num_threads
– Set upper team size limitnum_threads
clause. The
argument of omp_set_num_threads
shall be a positive integer.
Prototype: | void omp_set_num_threads(int n);
|
Interface: | subroutine omp_set_num_threads(n)
|
integer, intent(in) :: n
|