How to convert MPI_Reduce into MPI_Send and MPI_Recv?

后端 未结 0 674
失恋的感觉
失恋的感觉 2021-02-04 01:00

I am working on a parallel processing program that uses MPI_Send() and MPI_Recv() instead of using MPI_Reduce(). I understand that MPI_Send() will need to send a value from each

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