File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ BEGIN_C_DECLS
57
57
# if defined(HAVE_INFINIBAND_VERBS_H )
58
58
# include MCA_hwloc_external_openfabrics_header
59
59
# else
60
- # error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support
60
+ # error Tried to include hwloc verbs helper file, but <infiniband/verbs.h> is missing
61
61
# endif
62
62
#endif
63
63
Original file line number Diff line number Diff line change 7
7
* Copyright (c) 2017 Research Organization for Information Science
8
8
* and Technology (RIST). All rights reserved.
9
9
*
10
+ * Copyright (c) 2020 Inria. All rights reserved.
10
11
* $COPYRIGHT$
11
12
*
12
13
* Additional copyrights may follow
@@ -42,7 +43,7 @@ BEGIN_C_DECLS
42
43
# if defined(HAVE_INFINIBAND_VERBS_H )
43
44
# include "hwloc/include/hwloc/openfabrics-verbs.h"
44
45
# else
45
- # error Tried to include hwloc verbs helper file, but hwloc was compiled with no OpenFabrics support
46
+ # error Tried to include hwloc verbs helper file, but <infiniband/verbs.h> is missing
46
47
# endif
47
48
#endif
48
49
You can’t perform that action at this time.
0 commit comments