Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.