We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83746fb + 8e25733 commit c632784Copy full SHA for c632784
config/opal_configure_options.m4
@@ -286,22 +286,7 @@ fi
286
AC_DEFINE_UNQUOTED(OPAL_ENABLE_DLOPEN_SUPPORT, $OPAL_ENABLE_DLOPEN_SUPPORT,
287
[Whether we want to enable dlopen support])
288
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
+opal_want_heterogeneous=0
305
AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT],
306
[$opal_want_heterogeneous],
307
[Enable features required for heterogeneous support])
0 commit comments