Skip to content

Commit 8275eec

Browse files
committed
OSHMEM/CONFIGURE: verbs component - restore the previous build behavior
In case where support was requested but not found, stop the build. Signed-off-by: Alina Sklarevich <[email protected]> (cherry picked from commit c7f5d13)
1 parent b2dd39f commit 8275eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oshmem/mca/sshmem/verbs/configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ AC_DEFUN([MCA_oshmem_sshmem_verbs_CONFIG],[
110110
AC_DEFINE_UNQUOTED(MPAGE_HAVE_IBV_EXP_REG_MR_CREATE_FLAGS, $exp_reg_mr_happy, [create_flags field is part of ibv_exp_reg_mr_in])
111111

112112
AS_IF([test "$enable_verbs_sshmem" = "yes" && test "$oshmem_verbs_sm_build_verbs" = "0"],
113-
[AC_MSG_WARN([VERBS shared memory support requested but not found])])
113+
[AC_MSG_WARN([VERBS shared memory support requested but not found])
114+
AC_MSG_ERROR([Cannot continue])])
114115

115116
AS_IF([test "$oshmem_verbs_sm_build_verbs" = "1"], [$1], [$2])
116117

0 commit comments

Comments
 (0)