microsoft / Microsoft-MPI

Microsoft MPI
MIT License
244 stars 74 forks source link

MPI_Recv fails with Out of Memory #38

Open bharatr opened 4 years ago

bharatr commented 4 years ago

Is there a resolution for the crash due to the memory build-up issue as quoted on this page?

https://stackoverflow.com/questions/40794858/why-does-mpi-recv-fail-when-there-is-an-accumulation-of-mpi-send-calls

For completed blocking send/recv, is it possible to recycle/free their buffer memories?