Barrier before MPI_Bcast()?

后端 未结 0 546
执笔经年
执笔经年 2021-01-13 05:56

I see some open source code use MPI_Barrier before broadcasting the root value:

MPI_Barrier(MPI_COMM_WORLD);
MPI_Bcast(buffer, N, MPI_FLOAT, 0, MPI_COMM_WORLD         


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