Skip to content

A collection of projects for CS:530 High-Performance Computing in Fortran

License

Notifications You must be signed in to change notification settings

NonDairyNeutrino/hpc

Repository files navigation

hpc

A collection of projects for CS:530 High-Performance Computing

  • matrix_powers provides serial matrix multiplication in modern Fortran, additionally showing the performance difference between Fortran and Python.
  • matrix_power_pthreads provides multithreaded matrix multiplication in C using pthreads.