有魅力宝贝

文章
5
资源
0
加入时间
2年10月21天

mpi实现矩阵相乘

主要是用了mpi中的MPI_Scatter()和MPI_Gather()函数#include<stdio.h>#include<string.h>#include<mpi.h>#include <malloc.h>int main(void){int comm_sz;int my_rank;int size=1000;int *a,*b,*result,*local_a,*local