To access the source code, clone the repository from GitHub:
git clone https://github.com/Papaglory/MatrixMul-CPU
cd MatrixMul-CPU-
With the C compiler 'gcc' and 'make' installed, run the following command.
./manfile
-
Run the executable file:
./program
To compile with a different test file, edit line 8 in the 'manfile' to specify the desired test file. Note that the 'manfile' is built upon the 'makefile' due to issues compiling the 'makefile' directly with test files.
For an in-depth look at this project, please refer to mariusnaasen.com/projects/matrixmul-cpu.
Marius H. Naasen, originally created December 2024.
