HI, Could someone tell me the differences between compiler option -no-vec and -no-simd?
Do I have to use both options to disable auto-vectorization from the Intel Compiler for some specific files?
If I just use one option, such as -no-vec, in terms of Intel Fortran compiler manual, the default option is still to enable SIMD vectorization. I am confused about these 2 options and why are there 2 compiler options for auto-vectorization?
Thanks and I look forward to your response.