• Stars
    star
    1
  • Language
    C
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The objective of this study is to analyze and compare the performance of four standard matrix multiplication algorithms (row by column) with different optimization techniques (MM1c, MM1f, MM1fu, MM2f) implemented with two parallel programming models (OpenMPI and OpenMP). on multiple compute nodes with multicore processors.