File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 286
286
AC_DEFINE_UNQUOTED(OPAL_ENABLE_DLOPEN_SUPPORT, $OPAL_ENABLE_DLOPEN_SUPPORT ,
287
287
[Whether we want to enable dlopen support])
288
288
289
- opal_want_heterogeneous=0
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
290
305
AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT],
291
306
[$opal_want_heterogeneous ],
292
307
[Enable features required for heterogeneous support])
You can’t perform that action at this time.
0 commit comments