- Next: ../SC94-LA/transfer.tex
- Up: Presentation
- Previous: ../PVM-MPI/mpi-www
Memory Contention:
- The single most important bottleneck on high-performance machines---even
with multiple load and store pipelines.
Objective:
- Keep the ratio of memory references to floating-point operations as
low as possible.
- Key is to retain data in the highest level of the memory hierarchy.
- vector registers
- cache/local memory
Slide 56 of SIAM Tutorial, Jack Dongarra UT/ORNL.
(Updated 01/31/95)