Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 606 Bytes

pa1-starter

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

Usage

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