Computer Science 400
Parallel Processing

Siena College
Fall 2008


Lab 7: Jacobi Iteration with MPI
Due: 5:00 PM, Friday, October 31, 2008


Convert your OpenMP program that solves Laplace's equation using Jacobi iteration to a distributed memory program using message passing with the MPI library for communication.

Most of the requirements for the program are the same as those of the OpenMP version.

Your submission should include your Makefile, your source code, and a brief README file that expains how to run your program, describes how and why you chose to parallelize your program, and describes and analyzes your timing results. Please do not include object files or your executable.

Grading guidelines: Your grade for the programs will be

determined by correctness, design, documentation, and style, as well as the required items in the detailed comments and README file.