CS 4234 Project 2
Due 11:59 p.m., Wednesday December 10

This project may be done in a team of two or individually. If you work individually, you only need to complete item 1 below. If you work with a partner you must complete all three parts in order to receive full credit.
  1. Implement and evaluate the performance of the two matrix multiplication algorithms described in Chapter 11 of Quinn, i.e., the block-row algorithm and Cannon's algorithm.

  2. Implement and evaluate the performance of a version of the block-row algorithm that uses non-blocking message passing.

  3. Implement and evaluate the performance of a version of Cannon's algorithm that uses non-blocking message passing.

Details:


CS 4234, C. J. Ribbens, 12/2/2003