Skip to content

Commit a0ea5ab

Browse files
committed
hwloc: clarify the error message when infiniband/verbs.h is missing but hwloc's verbs support is requested
Signed-off-by: Brice Goglin <[email protected]>
1 parent b5df92a commit a0ea5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opal/mca/hwloc/external/external.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ BEGIN_C_DECLS
5656
# if defined(HAVE_INFINIBAND_VERBS_H)
5757
# include MCA_hwloc_external_openfabrics_header
5858
# else
59-
# error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support
59+
# error Tried to include hwloc verbs helper file, but <infiniband/verbs.h> is missing
6060
# endif
6161
#endif
6262

opal/mca/hwloc/hwloc2/hwloc2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BEGIN_C_DECLS
4242
# if defined(HAVE_INFINIBAND_VERBS_H)
4343
# include "hwloc/include/hwloc/openfabrics-verbs.h"
4444
# else
45-
# error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support
45+
# error Tried to include hwloc verbs helper file, but <infiniband/verbs.h> is missing
4646
# endif
4747
#endif
4848

0 commit comments

Comments
 (0)