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

Introduction to performance optimization using Intel SW tools

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

When using OpenMP variables behave as follows:

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

Варианты ответа
inside a block all variables for different threads use separate memory address and could not interact
all variables inside parallel blocks use the same addresses, so user could control concurrent workflow
variables could be marked to have different or same memory cell(Верный ответ)
Похожие вопросы
As a default all variables except local function variables and loop iterators are add to
How global variables usage affects?
May four different variables became components of the same vector after the vectorization?
To know what variables could be used inside the block, it is necessary to estimate:
What is OpenMP?
OpenMP is:
What identifier is not reserved for OpenMP:
OpenMP uses the following model of parallel execution: