MPI returns incorrect results for one of processes

前端 未结 0 579
迷失自我
迷失自我 2020-12-14 06:23

I\'m learning MPI now and wrote simple C program that uses MPI_Scatter and MPI_Reduce as follows:

int main(int argc, char **argv)
{
        int mpirank, mpisi         


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