Skip to content

Commit b719b1b

Browse files
authored
Merge pull request #12256 from wenduwan/revert_fi_remote_comm
Revert "btl/ofi: add FI_REMOTE_COMM to required capabilities"
2 parents f0261cb + dc5f1b0 commit b719b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/ofi/btl_ofi_component.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#include "btl_ofi_frag.h"
4242
#include "btl_ofi_rdma.h"
4343

44-
#define MCA_BTL_OFI_ONE_SIDED_REQUIRED_CAPS (FI_RMA | FI_ATOMIC | FI_REMOTE_COMM)
45-
#define MCA_BTL_OFI_TWO_SIDED_REQUIRED_CAPS (FI_MSG | FI_REMOTE_COMM)
44+
#define MCA_BTL_OFI_ONE_SIDED_REQUIRED_CAPS (FI_RMA | FI_ATOMIC)
45+
#define MCA_BTL_OFI_TWO_SIDED_REQUIRED_CAPS (FI_MSG)
4646

4747
#define MCA_BTL_OFI_REQUESTED_MR_MODE (FI_MR_ALLOCATED | FI_MR_PROV_KEY | FI_MR_VIRT_ADDR | FI_MR_ENDPOINT)
4848

0 commit comments

Comments
 (0)