diff --git a/opal/mca/hwloc/external/external.h b/opal/mca/hwloc/external/external.h index 13490cde70a..7893a41ad57 100644 --- a/opal/mca/hwloc/external/external.h +++ b/opal/mca/hwloc/external/external.h @@ -57,7 +57,7 @@ BEGIN_C_DECLS # if defined(HAVE_INFINIBAND_VERBS_H) # include MCA_hwloc_external_openfabrics_header # else -# error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support +# error Tried to include hwloc verbs helper file, but is missing # endif #endif diff --git a/opal/mca/hwloc/hwloc2/hwloc2.h b/opal/mca/hwloc/hwloc2/hwloc2.h index e27e85b6d8e..8a245761e3e 100644 --- a/opal/mca/hwloc/hwloc2/hwloc2.h +++ b/opal/mca/hwloc/hwloc2/hwloc2.h @@ -7,6 +7,7 @@ * Copyright (c) 2017 Research Organization for Information Science * and Technology (RIST). All rights reserved. * + * Copyright (c) 2020 Inria. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -42,7 +43,7 @@ BEGIN_C_DECLS # if defined(HAVE_INFINIBAND_VERBS_H) # include "hwloc/include/hwloc/openfabrics-verbs.h" # else -# error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support +# error Tried to include hwloc verbs helper file, but is missing # endif #endif