hwloc: clarify the error message when infiniband/verbs.h is missing but hwloc's verbs support is requested
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
Этот коммит содержится в:
родитель
b5df92a201
Коммит
a0ea5abec8
2
opal/mca/hwloc/external/external.h
поставляемый
2
opal/mca/hwloc/external/external.h
поставляемый
@ -56,7 +56,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 <infiniband/verbs.h> is missing
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
@ -42,7 +42,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 <infiniband/verbs.h> is missing
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user