Details:
mpirun -np l6 a.out fileA fileB fileCYour program should compute C = A*B, where the matrices are stored in the corresponding files. Assume C is initially all zero. You only have to read fileA and fileB, and you have to write fileC.
tar czf proj2.tgz Makefile blockrow.c cannon.c blockrow_nonblocking.c cannon_nonblocking.c