Try the following example with your compiler:
DO I = 1,100
DO J = 1,100
DO K = 1,100
A(I,J,K) = B(I,J,K) + C(I,J,K)
ENDDO
And then
Does your compiler perform this optimization automatically?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here