This assignment makes use of the files contained in this zip file. This assignment is due Tuesday, April 6. In this assignment you will fix one of the MPI examples from the textbook. The program sketched in Figure 7.8 on pages 224-226 is supposed to demonstrate how one might use non-blocking sends and receives to overlap communication with computation. Unfortunately, the program does not do the non-blocking communication calls correctly. Fix this.
In the zip file is a copy of the program
Turn in a zip file containing your repaired version of This assignment is due Tuesday, April 6. |