Hi all -
Lisa Glendenning, who's working on a Portals one-sided component,
discovered that the test onesided/test_start1.c in our repository is
incorrect. It assumes that MPI_Win_start is non-blocking, but the
standard says that "MPI_WIN_START is allowed to block until the
corresponding MPI_WIN_POST calls are executed". The pt2pt and rdma
components did not block, so the test error did not show up with those
components.
I've fixed the test in r1223, but thought I'd let everyone know I changed
one of our conformance tests.
Brian