High Performance Computing 1
Example code data flow
•
Do i=1,n
•
A(i) = B(i)*n
•
Enddo