CS 732 -- Project 6 -- Spring 2002
Shared Memory Matrix Multiplication
Write a parallel program Implement Matrix Multiplication in System V Shared Memory.
The problem should open a data file proj6.dat which has as one number per line.
Once these have been read in, you are to compute C=A*B
Email report, code, and results to Instructor.
Note: The report should discuss speedup, efficiency, and problems encountered.