1
1

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>
Этот коммит содержится в:
Brice Goglin 2020-02-05 13:38:24 +01:00
родитель b5df92a201
Коммит a0ea5abec8
2 изменённых файлов: 2 добавлений и 2 удалений

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