next up previous contents
Next: Visualisation of Simple Alignment Up: Alignment and Distribution Previous: Example and Visualisation

 

Simple 2D Alignment Example

Given,

    REAL, DIMENSION(10,10) :: A, B
!HPF$ ALIGN A(:,:) WITH B(:,:)

This says: tex2html_wrap_inline28767 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 gif

Now try this question gif


next up previous contents
Next: Visualisation of Simple Alignment Up: Alignment and Distribution Previous: Example and Visualisation

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.