Skip to content

Commit 083e660

Browse files
committed
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 <[email protected]> (cherry picked from commit c119759) Signed-off-by: Jeff Squyres <[email protected]>
1 parent c84b169 commit 083e660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ompi_check_lustre.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ OPAL_LOG_COMMAND(
8787
AS_IF([test "$ompi_check_lustre_happy" = "yes"],
8888
[$2],
8989
[AS_IF([test ! -z "$with_lustre" && test "$with_lustre" != "no"],
90-
[echo LUSTRE support not found])
91-
$3])
90+
[AC_MSG_ERROR([Lustre support requested but not found. Aborting])])
91+
$3])
9292
])

0 commit comments

Comments
 (0)