num_threads
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
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.
Show: