Skip to content

Commit c632784

Browse files
author
Ralph Castain
authored
Merge pull request #3835 from rhc54/topic/hetero
Remove --enable-heterogeneous until fix is ready
2 parents 83746fb + 8e25733 commit c632784

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

config/opal_configure_options.m4

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -286,22 +286,7 @@ fi
286286
AC_DEFINE_UNQUOTED(OPAL_ENABLE_DLOPEN_SUPPORT, $OPAL_ENABLE_DLOPEN_SUPPORT,
287287
[Whether we want to enable dlopen support])
288288

289-
#
290-
# Heterogeneous support
291-
#
292-
293-
AC_MSG_CHECKING([if want heterogeneous support])
294-
AC_ARG_ENABLE([heterogeneous],
295-
[AC_HELP_STRING([--enable-heterogeneous],
296-
[Enable features required for heterogeneous
297-
platform support (default: disabled)])])
298-
if test "$enable_heterogeneous" = "yes" ; then
299-
AC_MSG_RESULT([yes])
300-
opal_want_heterogeneous=1
301-
else
302-
AC_MSG_RESULT([no])
303-
opal_want_heterogeneous=0
304-
fi
289+
opal_want_heterogeneous=0
305290
AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT],
306291
[$opal_want_heterogeneous],
307292
[Enable features required for heterogeneous support])

0 commit comments

Comments
 (0)