Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the number of threads in a thread team.
num_threads
(num)
where,
num
The number of threads
The num_threads
clause has the same functionality as the omp_set_num_threads function.
num_threads
applies to the following directives:
For more information, see 2.3 parallel Construct.
See parallel for an example of using num_threads
clause.