Skip to content

Commit 809fcff

Browse files
author
rhc54
committed
Merge pull request open-mpi#1036 from jsquyres/pr/v1.10/usnic-extension-fix
usnic: use version 1 of the API, not the current version
2 parents 1271bc7 + 25d0d6f commit 809fcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/btl/usnic/btl_usnic_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ static mca_btl_base_module_t** usnic_component_init(int* num_btl_modules,
845845
}
846846

847847
ret =
848-
module->usnic_fabric_ops->getinfo(FI_EXT_USNIC_INFO_VERSION,
848+
module->usnic_fabric_ops->getinfo(1,
849849
fabric,
850850
&module->usnic_info);
851851
if (ret != 0) {

0 commit comments

Comments
 (0)