Why Use INDEPENDENT?
Yet another way to do (some) array assignments
!HPF$ INDEPENDENT
DO i = 1, n
a(i) = b(i)
END DO
Equivalent to
a(1:n) = b(1:n)
Previous slide
Next slide
Back to first slide
View graphic version