CSCI 420

Homework  Assignment #2

Due 10/7/2005

 

 

 

From Operating System Concepts, pp 149, Project – Matrix Multiplication in C using threads. I’m modifying the problem stated in the book by adding a second phase where you need to implement a thread pool mechanism instead of the one thread per element (MxN) solution described in the book. I suggest you solve the book problem first and then add the thread pool mechanism. Note that this program can be written on any of the machines in the Linux lab.