Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

loop was vectorized

wen
Beginner
637 Views

How to prevent iFort from displaying the message of

remark: LOOP WAS AUTO-PARALLELIZED

and

remark: LOOP WAS VECTORIZED?

Wen

0 Kudos
2 Replies
Intel_C_Intel
Employee
637 Views

/Qpar-report0 : disables parallelization diagnostics
/Qvec-report0: disables vectorization diagnostics

For linux, omit the 'Q'.

0 Kudos
wen
Beginner
637 Views
Thank you, Aart.
Wen

0 Kudos
Reply