You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "btl/ofi: add FI_REMOTE_COMM to required capabilities"
This reverts commit 3a09492.
Related to #12255
The previous change was based on a false assumption that intra-node
communication will always be offload to btl/sm, and therefore we can safely
request FI_REMOTE_COMM capability of the ofi provider.
However, upon further testing we have discovered that this is not true. In
osc/rdma, btl/sm is not selected in ompi_osc_rdma_query_accelerated_btls;
Instead, btl/ofi is selected.
In this case, requesting FI_REMOTE_COMM can cause regression for intra-node
one-sided operations. For instance, the efa provider disables the shared memory
offload functionality and redirects all traffic to the NIC.
Here we first revert the previous change. We should address #12255 before adding
back FI_REMOTE_COMM.
Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
0 commit comments