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