pa1 assignment
Starter Code for the Matrix Multiplication assignment
Original code provided by Jim Demmel
http://www.cs.berkeley.edu/~knight/cs267/hw1.html
with some modifications by Scott B. Baden at UC San Diego
with some modifications by Bryan Chin at UC San Diego
Build the executables
make
Generate test data and run the performance tests (You might need to modify the permission)
./genDATA.sh
Display the test results
cat data.txt
Remove all files generated from compilation
make clean