I\'m having trouble in writing a program for multiplying matrices in MPI. b matrix is constant for all nodes.
b[i][j]= i*j;
this is