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

Introduction to performance optimization using Intel SW tools

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

What could be performed to save the last state of the variable into master thread after the parallel block?

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

Варианты ответа
add this variable to private set
this kind of behavior is not allowed by the technology
add this variable to lastshared set
add this variable to lastprivate set(Верный ответ)
Похожие вопросы
What directive is used to mark a piece of code to be executed by master thread only?
How does instruction planning performed?
What is variable scope?
Basic block is
What directive is used to avoid incorrect concurrent usage of the lval variable?
To know what variables could be used inside the block, it is necessary to estimate:
What directive marks sequential execution block?
Type of cache, where any memory block could be loaded into any part of the cache
What option used to determine multi-thread iteration distribution?
OpenMP uses the following model of parallel execution: