Skip to content

Commit 4c9c936

Browse files
authored
Merge pull request #7879 from jsquyres/pr/common-ofi-fix-debug
common_ofi: fix preprocessor macro typo
2 parents 2c36d37 + f64c30e commit 4c9c936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* reserved.
55
* Copyright (c) 2020 Triad National Security, LLC. All rights
66
* reserved.
7+
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved
78
* $COPYRIGHT$
89
*
910
* Additional copyrights may follow
@@ -389,7 +390,7 @@ opal_mca_common_ofi_select_provider(struct fi_info *provider_list, int local_ind
389390
}
390391
#endif
391392

392-
#if OPAL_DEBUG_ENABLE
393+
#if OPAL_ENABLE_DEBUG
393394
opal_output_verbose(1, opal_common_ofi.output,
394395
"local rank: %d device: %s cpusets match: %s\n",
395396
local_index, provider->domain_attr->name,

0 commit comments

Comments
 (0)