Ken Raffenetti

Results 134 comments of Ken Raffenetti

Tests look good. Warning test is unrelated and fixed in another PR, I believe. The lone tcp failure is a `th_taskmaster` timeout on Solaris, which happens from time to time.

Pushed a minor whitespace fixup. This is ready for review.

Sorry, forgot to squash my fixup before merging 🤦.

It's tricky when matching is done below the MPI library, since the receiver doesn't know what unexpected messages might be in the queue. With software matching, we could add a...

Maybe we can do the equivalent to an MPI_ANY_TAG/MPI_ANY_SOURCE probe when freeing the communicator and keep it around if something is found in the queue? Debug builds would warn the...