Basic HTML version of Foils prepared 17 November 98

Foil 57 Finite Difference Example for T3E Cache Use II

From Master Foilset for HPC Achitecture Overview CPS615 Introduction to Computational Science -- Fall Semester 1998. by Geoffrey C. Fox

Interesting Article from SC97 proceedings on T3E performance
1 AA(I,J) = -B
2 DD(I,J) = B+B+A*REL
3 PXX = X(I+1,J)-2.*X(I,J)+X(I-1,J)
4 QXX = Y(I+1,J)-2.*Y(I,J)+Y(I-1,J)
5 PYY = X(I,J+1)-2.*X(I,J)+X(I,J-1)
6 QYY = Y(I,J+1)-2.*Y(I,J)+Y(I,J-1)
7 PXY = X(I+1,J+1)-X(I+1,J-1)-X(I-1,J+1)+X(I-1,J-1)
8 QXY = Y(I+1,J+1)-Y(I+1,J-1)-Y(I-1,J+1)+Y(I-1,J-1)
9 RX(I,J) = A*PXX+B*PYY-C*PXY
10 RY(I,J) = A*QXX+BCa*QYY-C*QXY
11 END DO
12 END DO
13 Continued from Previous Page

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 Apr 11 1999