This repository is not active
MohanHarsha-Kota/2D-Parallel-Matrix-Multiplication
The following program is a parallel matrix multiplication algorithm that employs 2D partitioning of the work between the processing nodes. It uses standard MPI functions to accomplish the task. This program is a part of my college assignment in multiprocessor systems course.
C