Skip to content

Commit bde34af

Browse files
committed
hwloc/external: improve the error message
Make it clear that the v2.x series does not and will not support hwloc >= v2.0, and that the user can choose to use Open MPI >= v3.1 if they need hwloc >= v2.0. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 51c21ff commit bde34af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/hwloc/external/configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
189189
]])],
190190
[AC_MSG_RESULT([yes])],
191191
[AC_MSG_RESULT([no])
192-
AC_MSG_ERROR([OMPI does not currently support hwloc v2 API
192+
AC_MSG_ERROR([The Open MPI v2.1.x series does not support hwloc >= v2.0.
193+
Open MPI v3.1.0 and later support hwloc >= v2.0.
193194
Cannot continue])])
194195
AS_IF([test "$opal_hwloc_dir" != ""],
195196
[CFLAGS=$opal_hwloc_external_CFLAGS_save])

0 commit comments

Comments
 (0)