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

Introduction to performance optimization using Intel SW tools

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

For parallelization it is required to:

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

Варианты ответа
parallel code have to be combined to blocks started with pragma #pragma omp parallel(Верный ответ)
use compiler command line option -Qomp. Compiler will choose regions to parallelize
code could be enclosed by #pragma omp parallel start
code for parallelization have to be moved to separate function, marked with intrinsic __omp_parallel
Похожие вопросы
What are necessary conditions for auto-parallelization?
What is an automatic parallelization propose?
Vectorization is parallelization technique when
What kind of optimization is the auto-parallelization?
How parallelization in Intel compiler is implemented?
How auto-parallelization is connected with other optimizations in Intel compiler?
What is required for dynamic profiling
What is required for most of the loop optimizations
Which of the following is required to keep the equation equivalence
What of the following is required to execute vector operation?