My MPI program does not execute properly. MPI_Gather & MPI_Scatter

前端 未结 0 357
鱼传尺愫
鱼传尺愫 2021-01-30 19:25
//Variables for MPI.
    int rc, numtasks, rank;
    int root = 0;
    int tag = 1;
  
    //For the struct.
    MPI_Datatype particletype, oldtype[1]; 
    int blockcou         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题