Both Distributed and Hierarchial memory need DATA LOCALITY in memory references
|
Hierarchal memory ----> "Time" |
Distributed memory ----> "Space" |
All overheads proportional to 1/[space-time volume] 1/d |
with space and time decomposition (cf. BLAS-3 for Matrices) |
High Performance Fortran expresses data locality ==> will improve performance of sequential machines |