From 7987a7f56e491bb606d151a80e8d5c6cf2ab1d1f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 26 Jun 2020 07:23:27 -0700 Subject: [PATCH] common_ofi: fix preprocessor macro typo Signed-off-by: Jeff Squyres (cherry picked from commit f64c30e93c719b0c910e81f716b68d5889de8ce5) --- opal/mca/common/ofi/common_ofi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opal/mca/common/ofi/common_ofi.c b/opal/mca/common/ofi/common_ofi.c index 9d6cc8ade2..08e9f77c25 100644 --- a/opal/mca/common/ofi/common_ofi.c +++ b/opal/mca/common/ofi/common_ofi.c @@ -4,6 +4,7 @@ * reserved. * Copyright (c) 2020 Triad National Security, LLC. All rights * reserved. + * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved * $COPYRIGHT$ * * Additional copyrights may follow @@ -389,7 +390,7 @@ opal_mca_common_ofi_select_provider(struct fi_info *provider_list, int local_ind } #endif -#if OPAL_DEBUG_ENABLE +#if OPAL_ENABLE_DEBUG opal_output_verbose(1, opal_common_ofi.output, "local rank: %d device: %s cpusets match: %s\n", local_index, provider->domain_attr->name,