MPI并行计算与矩阵(2)
1The body of code #include"mpi.h" #include"stdio.h" #include const int rows = 3; //the rows of matrix const int cols = 2; //the cols of matrix int main(int argc, char **argv) {