Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the number of threads in a thread team.
num_threads(num)
Remarks
where,
- num
The number of threads
Remarks
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.
Example
See parallel for an example of using num_threads clause.