Skip to content

Commit a471c74

Browse files
authored
Merge pull request #13331 from bwbarrett/feature/ofi-btl-change-default-config
ofi/btl: CHange default support to 1 & 2 sided ops
2 parents 8f3c171 + fd95d78 commit a471c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/ofi/btl_ofi_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static int mca_btl_ofi_component_register(void)
150150
return OPAL_ERR_OUT_OF_RESOURCE;
151151
}
152152

153-
mca_btl_ofi_component.mode = MCA_BTL_OFI_MODE_ONE_SIDED;
153+
mca_btl_ofi_component.mode = MCA_BTL_OFI_MODE_FULL_SUPPORT;
154154
(void) mca_base_component_var_register(&mca_btl_ofi_component.super.btl_version, "mode", msg,
155155
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, OPAL_INFO_LVL_5,
156156
MCA_BASE_VAR_SCOPE_READONLY,

0 commit comments

Comments
 (0)