ompi_check_lustre.m4: abort if Lustre requested and not found
Follow the OMPI bias: if a human requests feature X and configure can't deliver feature X, abort and let the human figure it out. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
eb89712b3e
Коммит
c11975947b
@ -87,6 +87,6 @@ OPAL_LOG_COMMAND(
|
|||||||
AS_IF([test "$ompi_check_lustre_happy" = "yes"],
|
AS_IF([test "$ompi_check_lustre_happy" = "yes"],
|
||||||
[$2],
|
[$2],
|
||||||
[AS_IF([test ! -z "$with_lustre" && test "$with_lustre" != "no"],
|
[AS_IF([test ! -z "$with_lustre" && test "$with_lustre" != "no"],
|
||||||
[echo LUSTRE support not found])
|
[AC_MSG_ERROR([Lustre support requested but not found. Aborting])])
|
||||||
$3])
|
$3])
|
||||||
])
|
])
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user