ifort 禁止循环完全展开的选项是什么?
/opt/intel/oneapi/compiler/2021.1.1/linux/bin/intel64/ifort -m64 -qopt-report=4 -qopt-report-phase=loop,vec -qopt-report-file=aa -xCORE-AVX512 -O2 -no-prec-div -g vi_small_step.f90 -o vi_small_step.icc.256 -fno-unroll-loops -unroll=0 -fp-model fast -unroll=1 -no-unroll-aggressive按照使用手册《19-1-cpp-compiler-devguide.pdf》,已经添加了 -unroll=1 -no-unroll-aggressive -fno-unroll-loops 等选项,仍旧会完全展开(代码是NICAM)
zhongyunde@x86-high-performance:NICAM$ grep completely aa
remark #15427: loop was completely unrolled
remark #15427: loop was completely unrolled