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
2026-02-13
Added section on parallelization and fixed references.
HEAD
master
Connor Moore
2026-02-11
Merge branch 'master' of https://git.hhmoore.ca/mcsc-6030g/p1-matrix-product
lvanveen
2026-02-10
Fixed regression in Makefile
Connor Moore
2026-02-10
Implemented feedback. Redid plots and gnuplot file.
Connor Moore
2026-02-06
Feedback on the draft of A1.
lvanveen
2026-02-05
Finished initial report. Added tables.
Connor Moore
2026-02-04
Added compiler comparison to report. Restructured plots. Added
Connor Moore
automation for concatenating results into one big csv.
2026-02-04
Un-regressed makefile test sizes
Connor Moore
2026-02-04
Added more to the LaTeX document and references library.
Connor Moore
2026-02-04
Initial push for LaTeX report
Connor Moore
2026-02-04
Added more comments in Makefile
Connor Moore
2026-02-04
Cleaned up makefile to be modular.
Connor Moore
2026-02-02
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