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.
2 parents a523e9b + 1870b04 commit 973d101Copy full SHA for 973d101
opal/mca/btl/usnic/btl_usnic_hwloc.c
@@ -201,7 +201,7 @@ int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module)
201
"btl:usnic:filter_numa: filtering devices by NUMA distance");
202
203
/* ensure we have the topology */
204
- if (OPAL_SUCCESS !=- opal_hwloc_base_get_topology()) {
+ if (OPAL_SUCCESS != opal_hwloc_base_get_topology()) {
205
opal_output_verbose(5, USNIC_OUT,
206
"btl:usnic:filter_numa: not sorting devices by NUMA distance (topology not available)");
207
return OPAL_SUCCESS;
0 commit comments