Matrix-Multiplication-Parallel-Distributed-Computing In this Project, We have to design Algorithum to preform Matrix Multiplication using MPI (Parallel Distributed Computing). How to Run the Code: 1. mpic++ Qx.cpp 2. mpiexec -n (No.of Processes) a.out