This sample first executes a sequence of buffered send operations with exactly that buffer size that is required by the MPI standard. Then it repeats the same sequence using a buffer that it is just one byte too small.

In one case, a large message is sent with a buffer that is way too small, but even that happens to work in practice if the MPI implementation decides to bypass the buffer.

Usage Instructions:
System Requirements: