2022年2月27日

MPI_矩阵乘法_集体通信_SUMMA算法

摘要: #include <mpi.h>#include <time.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/time.h>#include <math.h>#include <string.h> voi 阅读全文

posted @ 2022-02-27 22:03 Yan12345678 阅读(142) 评论(0) 推荐(0) 编辑

MPI_矩阵乘法_各进程随机产生数据_SUMMA算法

摘要: #include <mpi.h>#include <time.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/time.h>#include <math.h> void RandomMatrix(int 阅读全文

posted @ 2022-02-27 20:12 Yan12345678 阅读(65) 评论(0) 推荐(0) 编辑

导航