index
:
p1-matrix-product
master
Square matrix product in Fortran for the first MCSC-6030G HPC project. To run, simply call 'make tests'
Connor Moore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
6 days
Fixed regression in Makefile
Connor Moore
6 days
Implemented feedback. Redid plots and gnuplot file.
Connor Moore
11 days
Finished initial report. Added tables.
Connor Moore
11 days
Added compiler comparison to report. Restructured plots. Added
Connor Moore
automation for concatenating results into one big csv.
12 days
Un-regressed makefile test sizes
Connor Moore
12 days
Added more to the LaTeX document and references library.
Connor Moore
12 days
Initial push for LaTeX report
Connor Moore
12 days
Added more comments in Makefile
Connor Moore
12 days
Cleaned up makefile to be modular.
Connor Moore
14 days
Updated makefile and plotting script
Connor Moore
2026-01-31
Added ANSI colours for error messages. Major update for the makefile, ↵
Connor Moore
including parametrized start/stop/step and looping over optimization flags (O0/O1/O2/O3/Ofast)
2026-01-30
Added support for OpenMP. Cleaned up makefile. Added gnuplot file for `make ↵
Connor Moore
plots`.
2026-01-28
Added command line arguments for farming results. Major update. Added ↵
Connor Moore
makefile support.
2026-01-23
Added second loop variation and preliminary results
Connor Moore
2026-01-19
Initial commit with benchmarking code for square matrix product
Connor Moore