Basic HTML version of Foils prepared August 7 98

Foil 24 Even More Examples of ALIGN

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


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

in Table To:


© 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