Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

loop was vectorized

wen
Beginner
660 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
660 Views

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

For linux, omit the 'Q'.

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

0 Kudos
Reply