CS 732 -- Project 7 -- Spring 2003
Shared Memory Matrix Multiplication
Write a parallel program Implement Matrix Multiplication in using pthreads.
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.