From 8e25733760bccdad434450831f248069191104a5 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 7 Jul 2017 10:09:30 -0700 Subject: [PATCH] Remove --enable-heterogeneous until fix is ready Signed-off-by: Ralph Castain --- config/opal_configure_options.m4 | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/config/opal_configure_options.m4 b/config/opal_configure_options.m4 index c7f6e7b428..26fe653396 100644 --- a/config/opal_configure_options.m4 +++ b/config/opal_configure_options.m4 @@ -286,22 +286,7 @@ fi AC_DEFINE_UNQUOTED(OPAL_ENABLE_DLOPEN_SUPPORT, $OPAL_ENABLE_DLOPEN_SUPPORT, [Whether we want to enable dlopen support]) -# -# Heterogeneous support -# - -AC_MSG_CHECKING([if want heterogeneous support]) -AC_ARG_ENABLE([heterogeneous], - [AC_HELP_STRING([--enable-heterogeneous], - [Enable features required for heterogeneous - platform support (default: disabled)])]) -if test "$enable_heterogeneous" = "yes" ; then - AC_MSG_RESULT([yes]) - opal_want_heterogeneous=1 -else - AC_MSG_RESULT([no]) - opal_want_heterogeneous=0 -fi +opal_want_heterogeneous=0 AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT], [$opal_want_heterogeneous], [Enable features required for heterogeneous support])