LECTURE 2

Communication and computation in some parallel algorithms

This lecture will consider the issues of communication and computation in parallel algorithms for both numerical and non-numerical problems. Numerical problems will be illustrated by Gaussian elimination for the solution of linear systems, the method of Hestenes for the SVD, and Jacobi's method for the computation of eigenvalues of a symmetric matrix. Non-numerical problems will be illustrated by merging and sorting. The importance of communication in hardware will also be mentioned.

Related lectures

Much of the material is covered in my lectures

Bibliography

Compressed postscript file of the transparencies used in the lecture

Go to next lecture

Return to list of special lectures on algorithms