02 2022 档案

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 阅读(244) 评论(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 阅读(105) 评论(0) 推荐(0)

导航