We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0794823 + 42d3c66 commit dd25d3eCopy full SHA for dd25d3e
config/opal_check_cma.m4
@@ -22,6 +22,10 @@ AC_DEFUN([OPAL_CHECK_CMA],[
22
[AC_HELP_STRING([--with-cma],
23
[Build Cross Memory Attach support (default: autodetect)])])
24
25
+ if test "x$with_cma" = "xno" ; then
26
+ opal_check_cma_happy=0
27
+ fi
28
+
29
# We only need to do the back-end test once
30
if test -z "$opal_check_cma_happy" ; then
31
OPAL_CHECK_CMA_BACKEND
0 commit comments