Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ターゲット ノードで MPI_RECV が実行されるまで、MPI_SEND が停止することはわかっています。MPI_Bcast はどうですか? 他のすべてのノードが受信するまで待つ必要がありますか?
MPI_Bcast は集合操作であるため、コミュニケーター内のすべてのランクで呼び出す必要があります。正常に戻ると、データ転送が完了したことが保証されます。