База ответов ИНТУИТ

Introduction to performance optimization using Intel SW tools

<<- Назад к вопросам

OpenMP uses the following model of parallel execution:

(Отметьте один правильный вариант ответа.)

Варианты ответа
fork-join model: all threads are created at the first parallel region and then used(Верный ответ)
queue model: each parallel task is queued; different executors are taking tasks from this queue concurrently
refork model: each time parallel loop starts new threads are created
Похожие вопросы
In out-of-order execution instructions scheduled according
What directive marks sequential execution block?
OpenMP is:
What is OpenMP?
What identifier is not reserved for OpenMP:
When using OpenMP variables behave as follows:
What parallel library does Intel compiler use?
What could be performed to save the last state of the variable into master thread after the parallel block?