Skip to content

Commit 1e4bf9e

Browse files
authored
Merge pull request #9111 from samuelkgutierrez/ofi-fix-debug
OFI MTL: Fix component selection debug output
2 parents 8169290 + cdb2dc0 commit 1e4bf9e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ Nick Papior <nickpapior@gmail.com> <zerothi@users.noreply.github.com>
121121
Matthew G. F. Dosanjh <mdosanj@sandia.gov>
122122

123123
Wei-keng Liao <wkliao@users.noreply.github.com>
124+
125+
Samuel K. Gutierrez <samuel@lanl.gov> <samuelkgutierrez@users.noreply.github.com>
126+
Samuel K. Gutierrez <samuel@lanl.gov> <samuel@lanl.gov>

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 4 additions & 4 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

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

0 commit comments

Comments
 (0)