•Matrix
multiplication -- the most studied parallel algorithm
–Many
solutions; van de Geijn,Watts SUMMA best
•Uses
broadcast communication of rows/columns
•Restructures
the problem to “use data completely”
•Efficiently
uses temporary space
•Most
natural and convenient (and efficient) ZPL program
•Other
algs show ‘problem space promotion’ technique
•