Поделиться через


omp_set_num_threads

Sets the number of threads in subsequent parallel regions, unless overridden by a num_threads clause.

void omp_set_num_threads(
   int num_threads
);

Заметки

where,

  • num_threads
    The number of threads in the parallel region.

Заметки

For more information, see 3.1.1 omp_set_num_threads Function.

Пример

See omp_get_num_threads for an example of using omp_set_num_threads.

См. также

Основные понятия

OpenMP Functions