Assignment included as A2.pdf Sample code to be altered included as sample_code.c Sample code should be altered to match the specifications for this assignment. Write a C/MPI program that implements the block matrix version of Fox’s matrix multiplication algorithm (see Lecture Notes 5). Your program should be able to multiply two n x n matrices on a p x p Cartesian grid, where p
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |