MPI經常使用函數總結

目錄算法 一、MPI基本函數數組 二、點對點通訊函數緩存 三、集體通訊函數網絡 一、MPI基本函數 #include <stdio.h> #include "mpi.h" int main(int argc, char** argv){ int rank,size; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &r
相關文章
相關標籤/搜索