File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ BEGIN_C_DECLS
56
56
# if defined(HAVE_INFINIBAND_VERBS_H )
57
57
# include MCA_hwloc_external_openfabrics_header
58
58
# 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
60
60
# endif
61
61
#endif
62
62
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ BEGIN_C_DECLS
42
42
# if defined(HAVE_INFINIBAND_VERBS_H )
43
43
# include "hwloc/include/hwloc/openfabrics-verbs.h"
44
44
# 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
46
46
# endif
47
47
#endif
48
48
You can’t perform that action at this time.
0 commit comments