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

Introduction to performance optimization using Intel SW tools

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

What directive is used to mark a piece of code to be executed by master thread only?

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

Варианты ответа
OWNER
SUPER
CREATOR
ONLYONE
MASTER(Верный ответ)
SOLO
Похожие вопросы
What could be performed to save the last state of the variable into master thread after the parallel block?
What directive is used to create synchronization point?
What directive suggest the compiler to not parallelize following loop?
What directive marks sequential execution block?
What directive will force compiler to parallelize following loop?
What directive will force compiler to parallelize following loop if it is safe?
What directive is used to avoid incorrect concurrent usage of the lval variable?
nowait directive is used for:
What is critical code?
"Dead code" may be caused by