Closed
Description
Cisco MTT shows that MPI_WIN_CREATE
is failing since the OSC pt2pt component was removed (i.e., MPI_WIN_CREATE
fails because there is no OSC component available). Here's an example of a simple test failing because MPI_WIN_CREATE
failed.
After discussion on the 16 June 2020 weekly Open MPI webex, @hjelmn said that he could add a few functions to make OSC RDMA work in all cases (not just in cases where a single BTL can reach all members in the communicator group).
Marking this as a blocker for v5.0 because it's preventing MPI_WIN_CREATE from working in at least some environments, and because -- per the discussion between @hjelmn and @bwbarrett -- the fix to OSC RDMA doesn't seem too difficult.