Next: Visualisation of Simple Alignment
Up: Alignment and 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: Alignment and Distribution
Previous: Example and Visualisation
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.