Lecture 9 - MPI Examples


Agenda

Announcements

Sample Applications

The first part of the notes on MPI Applications are available in Lecture 8.

Here is an improved Mandelbrot calculator: mand-mpi-better.tgz Also available in /home/faculty/terescoj/shared/cs338/lect09.

Matrix-Matrix Multiplication

Matrix-matrix multiplication using message passing is not as straightforward as matrix-matrix multiplication using shared memory and threads. Why?