Intel® Advisor Help
System function call(s) in the loop body are preventing the compiler from vectorizing the loop.
Typically system function or subroutine calls cannot be vectorized; even a print statement is sufficient to prevent vectorization. To fix: Avoid using system function calls in loops.