In OpenMPI, does MPI_Bsend always copy the message to the user-specified
buffer, or will it avoid the copy in situations where it knows the send can
complete?

I recognize bsend is generally to be avoided, but I have a need to emulate
an in-house message-passing library that guarantees that writes won't block.

Pete

Reply via email to