且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以使用MPI_Barrier()在迭代步骤之间同步数据吗

更新时间:2022-02-27 04:41:34

在本文中 http://static.msi.umn.edu/rreports/2008/87.pdf 它说您必须在MPI_Bsend_init()之前调用MPI_Free_request().

In this article http://static.msi.umn.edu/rreports/2008/87.pdf it says that you have to call MPI_Free_request() before MPI_Bsend_init().