Skip to content

Commit ad3cadd

Browse files
committed
usnic: use version 1 of the API, not the current version
(cherry picked from commit open-mpi/ompi@d44804f)
1 parent 3cb696d commit ad3cadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/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)