We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb28bca commit 54e8749Copy full SHA for 54e8749
opal/mca/common/ofi/common_ofi.c
@@ -670,8 +670,8 @@ struct fi_info *opal_mca_common_ofi_select_provider(struct fi_info *provider_lis
670
671
#if OPAL_OFI_PCI_DATA_AVAILABLE
672
if (NULL != provider->nic
673
- && NULL != current_provider->nic->bus_attr
674
- && current_provider->nic->bus_attr->bus_type == FI_BUS_PCI) {
+ && NULL != provider->nic->bus_attr
+ && provider->nic->bus_attr->bus_type == FI_BUS_PCI) {
675
pci = provider->nic->bus_attr->attr.pci;
676
cpusets_match = compare_cpusets(opal_hwloc_topology, pci);
677
}
0 commit comments