Basic HTML version of Foils prepared August 7 98

Foil 23 More Examples of ALIGN

From DoD HPF Training -- 4. HPF Data Mapping Facilities DoD Training and Others -- 1995-98. by Chuck Koelbel -- Rice University


REAL U(6,6), V(6,6), W(6,6)
REAL X(6), Y(6), Z(3)
!HPF$ALIGN V(I,J) WITH U(I,J)
!HPF$ALIGN W(I,J) WITH U(J,I)
!HPF$ALIGN X(K) WITH W(K,1)
!HPF$ALIGN Y(K) WITH W(*,K)
!HPF$ALIGN Z(K) WITH X(2*K-1)
!HPF$ DISTRIBUTE U(*,BLOCK)



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 9 1998