Slide 17 of 41
Notes:
- The next example is one that we will follow from single processor performance to MSP performance.
- -It solves Laplace’s equation by means of an over-relaxation method
- -Two versions of the code do exist, one tuned for vector architectures and one for cache based systems. Because the cached base version is designed for data resue, it yields scalar code which does not run well on either the T90 or SV1
- -Due to the large problem size, we would not expect a high cache read hit rate.