Skip to content

Commit 062d7f9

Browse files
committed
Also mention about binding not supported on unsupported platforms
1 parent edf811d commit 062d7f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/hwloc.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ EOF])
261261
AC_MSG_WARN([***********************************************************])
262262
AC_MSG_WARN([*** hwloc does not support this system.])
263263
AC_MSG_WARN([*** hwloc will *attempt* to build (but it may not work).])
264-
AC_MSG_WARN([*** hwloc run-time results may be reduced to showing just one processor.])
264+
AC_MSG_WARN([*** hwloc run-time results may be reduced to showing just one processor,])
265+
AC_MSG_WARN([*** and binding will not be support.])
265266
AC_MSG_WARN([*** You have been warned.])
266267
AC_MSG_WARN([*** Pausing to give you time to read this message...])
267268
AC_MSG_WARN([***********************************************************])

0 commit comments

Comments
 (0)