Process 3 is active. 09 May 2025 9:20:01.891 PM MATMAT FORTRAN90 version An MPI example program to compute a matrix product C = A * B. The number of processes is 4 Number of rows of matrix A = 10 Number of columns of matrix A = 20 Process 1 is active. Process 2 is active. Number of rows of matrix B = 20 Number of columns of matrix B = 25 Process 0 is active. MATMAT - Master process: Initial 5 x 5 block of exact product matrix C: 1.01831 0.00000 0.00000 0.00000 0.00000 -0.915742E-02 1.05494 -0.238419E-06 0.00000 0.00000 0.00000 -0.366299E-01 1.10989 -0.476837E-06 0.00000 0.00000 0.00000 -0.824180E-01 1.18315 0.00000 0.00000 0.00000 0.476837E-06 -0.146520 1.27473 MATMAT - Master process: Initial 5 x 5 block of computed product matrix C: 1.01831 0.00000 0.00000 0.00000 0.00000 -0.915748E-02 1.05495 -0.238419E-06 0.238419E-06 0.00000 0.00000 -0.366300E-01 1.10989 -0.238419E-06 0.00000 0.00000 0.00000 -0.824177E-01 1.18315 0.00000 0.00000 0.00000 0.238419E-06 -0.146520 1.27473 MATMAT: Normal end of execution. 09 May 2025 9:20:01.935 PM