Skip to content

Commit 3470a05

Browse files
OFI: Fix misleading component selection debug output.
* Make explicit that a provider's NIC is displayed. * Normalize naming convention in debug output. Signed-off-by: Samuel K. Gutierrez <samuel@lanl.gov>
1 parent 948e3e9 commit 3470a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
77
* reserved.
88
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
9-
* Copyright (c) 2020 Triad National Security, LLC. All rights
9+
* Copyright (c) 2020-2021 Triad National Security, LLC. All rights
1010
* reserved.
1111
* $COPYRIGHT$
1212
*
@@ -340,7 +340,7 @@ select_ofi_provider(struct fi_info *providers,
340340
}
341341

342342
opal_output_verbose(1, opal_common_ofi.output,
343-
"%s:%d: mtl:ofi:prov: %s\n",
343+
"%s:%d: mtl:ofi:provider: %s\n",
344344
__FILE__, __LINE__,
345345
(prov ? prov->fabric_attr->prov_name : "none"));
346346

@@ -365,7 +365,7 @@ select_ofi_provider(struct fi_info *providers,
365365
if (NULL != prov) {
366366
prov = opal_mca_common_ofi_select_provider(prov, &ompi_process_info);
367367
opal_output_verbose(1, ompi_mtl_base_framework.framework_output,
368-
"%s:%d: mtl:ofi:provider: %s\n",
368+
"%s:%d: mtl:ofi:provider:nic: %s\n",
369369
__FILE__, __LINE__,
370370
(prov ? prov->domain_attr->name : "none"));
371371
}

0 commit comments

Comments
 (0)