Next: Visualisation of Simple Alignment
Up: Data Distribution
Previous: Example and Visualisation
Given,
REAL, DIMENSION(10,10) :: A, B
!HPF$ ALIGN A(:,:) WITH B(:,:)
This says:
i, j, elements
A(i,j) and B(i,j) are local.
The following align statement is equivalent but does not imply shape
conformance:
!HPF$ ALIGN A(i,j) WITH B(i,j)
For more information, click here
Now try this question
Next: Visualisation of Simple Alignment
Up: Data Distribution
Previous: Example and Visualisation
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996Not for commercial use.