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

Introduction to performance optimization using Intel SW tools

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

What directive suggest the compiler to not parallelize following loop?

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

Варианты ответа
#pragma serial
#pragma prefer serial(Верный ответ)
#pragma no concurrentize
#pragma prefer concurrent
Похожие вопросы
What directive will force compiler to parallelize following loop?
What directive will force compiler to parallelize following loop if it is safe?
What pragma is used to parallelize loop:
What is loop parallelizing function in Intel compiler?
What is passed as an argument to loop parallelizing function in Intel compiler?
What is used to suggest function for inline?
What directive is used to create synchronization point?
What directive marks sequential execution block?
What directive is used to mark a piece of code to be executed by master thread only?
What directive is used to avoid incorrect concurrent usage of the lval variable?