m4trace:/usr/share/aclocal/ltargz.m4:13: -1- AC_DEFUN([LT_FUNC_ARGZ], [ dnl Required for use of '$SED' in Cygwin configuration. AC_REQUIRE([AC_PROG_SED])dnl AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_TYPES([error_t], [], [AC_DEFINE([error_t], [int], [Define to a type to use for 'error_t' if it is not otherwise available.]) AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h does not typedef error_t.])], [#if defined(HAVE_ARGZ_H) # include #endif]) LT_ARGZ_H= AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) dnl if have system argz functions, allow forced use of dnl libltdl-supplied implementation (and default to do so dnl on "known bad" systems). Could use a runtime check, but dnl (a) detecting malloc issues is notoriously unreliable dnl (b) only known system that declares argz functions, dnl provides them, yet they are broken, is cygwin dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) dnl So, it's more straightforward simply to special case dnl this for known bad systems. AS_IF([test -z "$LT_ARGZ_H"], [AC_CACHE_CHECK( [if argz actually works], [lt_cv_sys_argz_works], [[case $host_os in #( *cygwin*) lt_cv_sys_argz_works=no if test no != "$cross_compiling"; then lt_cv_sys_argz_works="guessing no" else lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' save_IFS=$IFS IFS=-. set x `uname -r | $SED -e "$lt_sed_extract_leading_digits"` IFS=$save_IFS lt_os_major=${2-0} lt_os_minor=${3-0} lt_os_micro=${4-0} if test 1 -lt "$lt_os_major" \ || { test 1 -eq "$lt_os_major" \ && { test 5 -lt "$lt_os_minor" \ || { test 5 -eq "$lt_os_minor" \ && test 24 -lt "$lt_os_micro"; }; }; }; then lt_cv_sys_argz_works=yes fi fi ;; #( *) lt_cv_sys_argz_works=yes ;; esac]]) AS_IF([test yes = "$lt_cv_sys_argz_works"], [AC_DEFINE([HAVE_WORKING_ARGZ], 1, [This value is set to 1 to indicate that the system argz facility works])], [LT_ARGZ_H=lt__argz.h AC_LIBOBJ([lt__argz])])]) AC_SUBST([LT_ARGZ_H]) ]) m4trace:/usr/share/aclocal/ltdl.m4:17: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) _$0($*) ]) m4trace:/usr/share/aclocal/ltdl.m4:69: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [m4_warn([obsolete], [The macro 'AC_LIBLTDL_CONVENIENCE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_CONVENIENCE]) m4trace:/usr/share/aclocal/ltdl.m4:125: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl dnl Although the argument is deprecated and no longer documented, dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one dnl here make sure it is the same as any other declaration of libltdl's dnl location! This also ensures lt_ltdl_dir is set when configure.ac is dnl not yet using an explicit LT_CONFIG_LTDL_DIR. m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl _$0() ]) m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [m4_warn([obsolete], [The macro 'AC_LIBLTDL_INSTALLABLE' is obsolete. You should run autoupdate.])dnl _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) _LTDL_INSTALLABLE]) m4trace:/usr/share/aclocal/ltdl.m4:214: -1- AC_DEFUN([_LT_LIBOBJ], [ m4_pattern_allow([^_LT_LIBOBJS$]) _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" ]) m4trace:/usr/share/aclocal/ltdl.m4:227: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) dnl We need to keep our own list of libobjs separate from our parent project, dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while dnl we look for our own LIBOBJs. m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) m4_pushdef([AC_LIBSOURCES]) dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: m4_if(_LTDL_MODE, [], [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) AC_ARG_WITH([included_ltdl], [AS_HELP_STRING([--with-included-ltdl], [use the GNU ltdl sources included here])]) if test yes != "$with_included_ltdl"; then # We are not being forced to use the included libltdl sources, so # decide whether there is a useful installed version we can use. AC_CHECK_HEADER([ltdl.h], [AC_CHECK_DECL([lt_dlinterface_register], [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], [with_included_ltdl=no], [with_included_ltdl=yes])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT #include ])], [with_included_ltdl=yes], [AC_INCLUDES_DEFAULT] ) fi dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE dnl was called yet, then for old times' sake, we assume libltdl is in an dnl eponymous directory: AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) AC_ARG_WITH([ltdl_include], [AS_HELP_STRING([--with-ltdl-include=DIR], [use the ltdl headers installed in DIR])]) if test -n "$with_ltdl_include"; then if test -f "$with_ltdl_include/ltdl.h"; then : else AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) fi else with_ltdl_include=no fi AC_ARG_WITH([ltdl_lib], [AS_HELP_STRING([--with-ltdl-lib=DIR], [use the libltdl.la installed in DIR])]) if test -n "$with_ltdl_lib"; then if test -f "$with_ltdl_lib/libltdl.la"; then : else AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) fi else with_ltdl_lib=no fi case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in ,yes,no,no,) m4_case(m4_default(_LTDL_TYPE, [convenience]), [convenience], [_LTDL_CONVENIENCE], [installable], [_LTDL_INSTALLABLE], [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) ;; ,no,no,no,) # If the included ltdl is not to be used, then use the # preinstalled libltdl we found. AC_DEFINE([HAVE_LTDL], [1], [Define this if a modern libltdl is already installed]) LIBLTDL=-lltdl LTDLDEPS= LTDLINCL= ;; ,no*,no,*) AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) ;; *) with_included_ltdl=no LIBLTDL="-L$with_ltdl_lib -lltdl" LTDLDEPS= LTDLINCL=-I$with_ltdl_include ;; esac INCLTDL=$LTDLINCL # Report our decision... AC_MSG_CHECKING([where to find libltdl headers]) AC_MSG_RESULT([$LTDLINCL]) AC_MSG_CHECKING([where to find libltdl library]) AC_MSG_RESULT([$LIBLTDL]) _LTDL_SETUP dnl restore autoconf definition. m4_popdef([AC_LIBOBJ]) m4_popdef([AC_LIBSOURCES]) AC_CONFIG_COMMANDS_PRE([ _ltdl_libobjs= _ltdl_ltlibobjs= if test -n "$_LT_LIBOBJS"; then # Remove the extension. _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" done fi AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) ]) # Only expand once: m4_define([LTDL_INIT]) ]) m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_LIB_LTDL], [m4_warn([obsolete], [The macro 'AC_LIB_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([AC_WITH_LTDL], [m4_warn([obsolete], [The macro 'AC_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AC_DEFUN([LT_WITH_LTDL], [m4_warn([obsolete], [The macro 'LT_WITH_LTDL' is obsolete. You should run autoupdate.])dnl LTDL_INIT($@)]) m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_SYS_MODULE_EXT])dnl AC_REQUIRE([LT_SYS_MODULE_PATH])dnl AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl AC_REQUIRE([LT_LIB_DLLOAD])dnl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl AC_REQUIRE([LT_FUNC_ARGZ])dnl m4_require([_LT_CHECK_OBJDIR])dnl m4_require([_LT_HEADER_DLFCN])dnl m4_require([_LT_CHECK_DLPREOPEN])dnl m4_require([_LT_DECL_SED])dnl dnl Don't require this, or it will be expanded earlier than the code dnl that sets the variables it relies on: _LT_ENABLE_INSTALL dnl _LTDL_MODE specific code must be called at least once: _LTDL_MODE_DISPATCH # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS # the user used. This is so that ltdl.h can pick up the parent projects # config.h file, The first file in AC_CONFIG_HEADERS must contain the # definitions required by ltdl.c. # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). AC_CONFIG_COMMANDS_PRE([dnl m4_pattern_allow([^LT_CONFIG_H$])dnl m4_ifset([AH_HEADER], [LT_CONFIG_H=AH_HEADER], [m4_ifset([AC_LIST_HEADERS], [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], [])])]) AC_SUBST([LT_CONFIG_H]) AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], [], [], [AC_INCLUDES_DEFAULT]) AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) m4_pattern_allow([LT_LIBEXT])dnl AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) name= eval "lt_libprefix=\"$libname_spec\"" m4_pattern_allow([LT_LIBPREFIX])dnl AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) name=ltdl eval "LTDLOPEN=\"$libname_spec\"" AC_SUBST([LTDLOPEN]) ]) m4trace:/usr/share/aclocal/ltdl.m4:444: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([whether deplibs are loaded by dlopen], [lt_cv_sys_dlopen_deplibs], [# PORTME does your system automatically load deplibs for dlopen? # or its logical equivalent (e.g. shl_load for HP-UX < 11) # For now, we just catch OSes we know something about -- in the # future, we'll try test this programmatically. lt_cv_sys_dlopen_deplibs=unknown case $host_os in aix3*|aix4.1.*|aix4.2.*) # Unknown whether this is true for these versions of AIX, but # we want this 'case' here to explicitly catch those versions. lt_cv_sys_dlopen_deplibs=unknown ;; aix[[4-9]]*) lt_cv_sys_dlopen_deplibs=yes ;; amigaos*) case $host_cpu in powerpc) lt_cv_sys_dlopen_deplibs=no ;; esac ;; bitrig*) lt_cv_sys_dlopen_deplibs=yes ;; darwin*) # Assuming the user has installed a libdl from somewhere, this is true # If you are looking for one http://www.opendarwin.org/projects/dlcompat lt_cv_sys_dlopen_deplibs=yes ;; freebsd* | dragonfly* | midnightbsd*) lt_cv_sys_dlopen_deplibs=yes ;; gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) # GNU and its variants, using gnu ld.so (Glibc) lt_cv_sys_dlopen_deplibs=yes ;; hpux10*|hpux11*) lt_cv_sys_dlopen_deplibs=yes ;; interix*) lt_cv_sys_dlopen_deplibs=yes ;; irix[[12345]]*|irix6.[[01]]*) # Catch all versions of IRIX before 6.2, and indicate that we don't # know how it worked for any of those versions. lt_cv_sys_dlopen_deplibs=unknown ;; irix*) # The case above catches anything before 6.2, and it's known that # at 6.2 and later dlopen does load deplibs. lt_cv_sys_dlopen_deplibs=yes ;; netbsd* | netbsdelf*-gnu) lt_cv_sys_dlopen_deplibs=yes ;; openbsd*) lt_cv_sys_dlopen_deplibs=yes ;; osf[[1234]]*) # dlopen did load deplibs (at least at 4.x), but until the 5.x series, # it did *not* use an RPATH in a shared library to find objects the # library depends on, so we explicitly say 'no'. lt_cv_sys_dlopen_deplibs=no ;; osf5.0|osf5.0a|osf5.1) # dlopen *does* load deplibs and with the right loader patch applied # it even uses RPATH in a shared library to search for shared objects # that the library depends on, but there's no easy way to know if that # patch is installed. Since this is the case, all we can really # say is unknown -- it depends on the patch being installed. If # it is, this changes to 'yes'. Without it, it would be 'no'. lt_cv_sys_dlopen_deplibs=unknown ;; osf*) # the two cases above should catch all versions of osf <= 5.1. Read # the comments above for what we know about them. # At > 5.1, deplibs are loaded *and* any RPATH in a shared library # is used to find them so we can finally say 'yes'. lt_cv_sys_dlopen_deplibs=yes ;; qnx*) lt_cv_sys_dlopen_deplibs=yes ;; solaris*) lt_cv_sys_dlopen_deplibs=yes ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) libltdl_cv_sys_dlopen_deplibs=yes ;; esac ]) if test yes != "$lt_cv_sys_dlopen_deplibs"; then AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], [Define if the OS needs help to load dependent libraries for dlopen().]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_warn([obsolete], [The macro 'AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:553: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what extension is used for runtime loadable modules], [libltdl_cv_shlibext], [ module=yes eval libltdl_cv_shlibext=$shrext_cmds module=no eval libltdl_cv_shrext=$shrext_cmds ]) if test -n "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_MODULE_EXT])dnl AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], [Define to the extension used for runtime loadable modules, say, ".so".]) fi if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then m4_pattern_allow([LT_SHARED_EXT])dnl AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], [Define to the shared library suffix, say, ".dylib".]) fi if test -n "$shared_archive_member_spec"; then m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], [Define to the shared archive member specification, say "(shr.o)".]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [m4_warn([obsolete], [The macro 'AC_LTDL_SHLIBEXT' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([what variable specifies run-time module search path], [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) if test -n "$lt_cv_module_path_var"; then m4_pattern_allow([LT_MODULE_PATH_VAR])dnl AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], [Define to the name of the environment variable that determines the run-time module search path.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [m4_warn([obsolete], [The macro 'AC_LTDL_SHLIBPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:607: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([for the default library search path], [lt_cv_sys_dlsearch_path], [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) if test -n "$lt_cv_sys_dlsearch_path"; then sys_dlsearch_path= for dir in $lt_cv_sys_dlsearch_path; do if test -z "$sys_dlsearch_path"; then sys_dlsearch_path=$dir else sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir fi done m4_pattern_allow([LT_DLSEARCH_PATH])dnl AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], [Define to the system default library search path.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_warn([obsolete], [The macro 'AC_LTDL_SYSSEARCHPATH' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:654: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) LT_DLLOADERS= AC_SUBST([LT_DLLOADERS]) AC_LANG_PUSH([C]) lt_dlload_save_LIBS=$LIBS LIBADD_DLOPEN= AC_SEARCH_LIBS([dlopen], [dl], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) if test "$ac_cv_search_dlopen" != "none required"; then LIBADD_DLOPEN=-ldl fi libltdl_cv_lib_dl_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H # include #endif ]], [[dlopen(0, 0);]])], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], [AC_CHECK_LIB([svld], [dlopen], [AC_DEFINE([HAVE_LIBDL], [1], [Define if you have the libdl library or equivalent.]) LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" then lt_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" AC_CHECK_FUNCS([dlerror]) LIBS=$lt_save_LIBS fi AC_SUBST([LIBADD_DLOPEN]) LIBADD_SHL_LOAD= AC_CHECK_FUNC([shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], [AC_CHECK_LIB([dld], [shl_load], [AC_DEFINE([HAVE_SHL_LOAD], [1], [Define if you have the shl_load function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" LIBADD_SHL_LOAD=-ldld])]) AC_SUBST([LIBADD_SHL_LOAD]) case $host_os in darwin[[1567]].*) # We only want this for pre-Mac OS X 10.4. AC_CHECK_FUNC([_dyld_func_lookup], [AC_DEFINE([HAVE_DYLD], [1], [Define if you have the _dyld_func_lookup function.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) ;; beos*) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" ;; cygwin* | mingw* | pw32*) AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" ;; esac AC_CHECK_LIB([dld], [dld_link], [AC_DEFINE([HAVE_DLD], [1], [Define if you have the GNU dld library.]) LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) AC_SUBST([LIBADD_DLD_LINK]) m4_pattern_allow([^LT_DLPREOPEN$]) LT_DLPREOPEN= if test -n "$LT_DLLOADERS" then for lt_loader in $LT_DLLOADERS; do LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " done AC_DEFINE([HAVE_LIBDLLOADER], [1], [Define if libdlloader will be built on this platform]) fi AC_SUBST([LT_DLPREOPEN]) dnl This isn't used anymore, but set it for backwards compatibility LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" AC_SUBST([LIBADD_DL]) LIBS=$lt_dlload_save_LIBS AC_LANG_POP ]) m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AC_DEFUN([AC_LTDL_DLLIB], [m4_warn([obsolete], [The macro 'AC_LTDL_DLLIB' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:757: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl AC_CACHE_CHECK([for _ prefix in compiled symbols], [lt_cv_sys_symbol_underscore], [lt_cv_sys_symbol_underscore=no cat > conftest.$ac_ext <<_LT_EOF void nm_test_func(){} int main(){nm_test_func;return 0;} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. ac_nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then lt_cv_sys_symbol_underscore=yes else if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then : else echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD fi fi else echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.c >&AS_MESSAGE_LOG_FD fi rm -rf conftest* ]) sys_symbol_underscore=$lt_cv_sys_symbol_underscore AC_SUBST([sys_symbol_underscore]) ]) m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_warn([obsolete], [The macro 'AC_LTDL_SYMBOL_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) m4trace:/usr/share/aclocal/ltdl.m4:801: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext if test yes = "$lt_cv_sys_symbol_underscore"; then if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then AC_CACHE_CHECK([whether we have to add an underscore for dlsym], [libltdl_cv_need_uscore], [libltdl_cv_need_uscore=unknown dlsym_uscore_save_LIBS=$LIBS LIBS="$LIBS $LIBADD_DLOPEN" libname=conftmod # stay within 8.3 filename limits! cat >$libname.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; }] _LT_EOF # ltfn_module_cmds module_cmds # Execute tilde-delimited MODULE_CMDS with environment primed for # $module_cmds or $archive_cmds type content. ltfn_module_cmds () {( # subshell avoids polluting parent global environment module_cmds_save_ifs=$IFS; IFS='~' for cmd in @S|@1; do IFS=$module_cmds_save_ifs libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. major=; versuffix=; verstring=; deplibs= ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= eval $cmd done IFS=$module_cmds_save_ifs )} # Compile a loadable module using libtool macro expansion results. $CC $pic_flag -c $libname.$ac_ext ltfn_module_cmds "${module_cmds:-$archive_cmds}" # Try to fetch fnord with dlsym(). libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 cat >conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifndef RTLD_GLOBAL # ifdef DL_GLOBAL # define RTLD_GLOBAL DL_GLOBAL # else # define RTLD_GLOBAL 0 # endif #endif #ifndef RTLD_NOW # ifdef DL_NOW # define RTLD_NOW DL_NOW # else # define RTLD_NOW 0 # endif #endif int main () { void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); int status = $libltdl_dlunknown; if (handle) { if (dlsym (handle, "fnord")) status = $libltdl_dlnouscore; else { if (dlsym (handle, "_fnord")) status = $libltdl_dluscore; else puts (dlerror ()); } dlclose (handle); } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null libltdl_status=$? case x$libltdl_status in x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; x*) libltdl_cv_need_uscore=unknown ;; esac fi rm -rf conftest* $libname* LIBS=$dlsym_uscore_save_LIBS ]) fi fi if test yes = "$libltdl_cv_need_uscore"; then AC_DEFINE([NEED_USCORE], [1], [Define if dlsym() requires a leading underscore in symbol names.]) fi ]) m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])], [], []) m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_warn([obsolete], [The macro 'AC_LTDL_DLSYM_USCORE' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) m4trace:/usr/share/aclocal-1.16/as.m4:11: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code. AC_REQUIRE([AC_PROG_CC]) test "${CCAS+set}" = set || CCAS=$CC test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl ]) m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ]) m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) m4trace:config/oac/oac_assert.m4:17: -1- AC_DEFUN([OAC_ASSERT_LITERAL], [AS_LITERAL_IF([$1], [], [m4_fatal([argument $2 ($1) must be a literal])])]) m4trace:config/oac/oac_assert.m4:30: -1- AC_DEFUN([OAC_ASSERT_BEFORE], [AC_PROVIDE_IFELSE([$1], [], [m4_fatal([$1 must be evaluated before $2])])]) m4trace:config/oac/oac_assert.m4:41: -1- AC_DEFUN([OAC_ASSERT_PREFIX_DEFINED], [m4_ifdef([_oac_program_prefix], [], [m4_fatal([OAC prefix not defined. Evaluate OAC_PUSH_PREFIX before evaluating $1])])]) m4trace:config/oac/oac_check_package.m4:98: -1- AC_DEFUN([OAC_CHECK_PACKAGE], [ # ****************************** START CHECK PACKAGE FOR $1 ****************************** AC_REQUIRE([_OAC_CHECK_PACKAGE_STATIC_CHECK]) OAC_ASSERT_LITERAL([$1])dnl OAC_ASSERT_LITERAL([$2])dnl OAC_VAR_SCOPE_PUSH([check_package_$2_save_CPPFLAGS check_package_$2_save_LDFLAGS check_package_$2_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) check_package_$2_save_CPPFLAGS="${CPPFLAGS}" check_package_$2_save_LDFLAGS="${LDFLAGS}" check_package_$2_save_LIBS="${LIBS}" $2_CPPFLAGS= $2_LDFLAGS= $2_STATIC_LDFLAGS= $2_LIBS= $2_STATIC_LIBS= AS_UNSET([$2_PC_MODULES]) check_package_happy=1 check_package_have_flags=0 check_package_type= # build a sane environment AS_IF([test "$with_$1" = "no"], [AC_MSG_NOTICE([Package $1 disabled by user]) check_package_happy=0], [test "${with_$1}" = "yes"], [check_package_prefix=], [check_package_prefix="${with_$1}"]) check_package_libdir= AS_IF([test "${with_$1_libdir}" = "no" -o "${with_$1_libdir}" = "yes"], [AC_MSG_ERROR(["yes" or "no" are not valid arguments for --with-$1-libdir])], [test -n "${with_$1_libdir}"], [check_package_libdir="${with_$1_libdir}"]) check_package_incdir= AS_IF([test "${with_$1_incdir}" = "no" -o "${with_$1_incdir}" = "yes"], [AC_MSG_ERROR(["yes" or "no" are not valid arguments for --with-$1-incdir])], [test -n "${with_$1_incdir}"], [check_package_incdir="${with_$1_incdir}"]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_PKGCONFIG([$1], [$2], [check_package_type="pkg-config" check_package_have_flags=1])]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_WRAPPER_COMPILER([$1], [$2], [check_package_type="wrapper compiler" check_package_have_flags=1])]) AS_IF([test ${check_package_happy} -eq 1 -a ${check_package_have_flags} -eq 0], [_OAC_CHECK_PACKAGE_GENERIC([$1], [$2], [$3], [$4], [check_package_type="" check_package_have_flags=1])]) AS_IF([test ${check_package_have_flags} -eq 0], [check_package_happy=0]) AS_IF([test ${check_package_happy} -eq 1 -a "${oac_cv_check_package_static_linker_flag}" = "yes"], [AC_MSG_NOTICE([Copying STATIC_LIBS and STATIC_LDFLAGS to LIBS and LDFLAGS because static linking]) OAC_APPEND([$2_LDFLAGS], [${$2_STATIC_LDFLAGS}]) OAC_APPEND([$2_LIBS], [${$2_STATIC_LIBS}])]) AS_IF([test ${check_package_happy} -eq 1], [_OAC_CHECK_PACKAGE_VERIFY([$1], [$2], [$3], [$5], [check_package_happy=1], [check_package_happy=0])]) $2_DETECT_METHOD="${check_package_type}" AS_IF([test -n "${check_package_type}"], [check_package_type="${check_package_type}: "]) AS_IF([test ${check_package_happy} -eq 1], [AS_IF([test -z "${check_package_prefix}"], [$2_SUMMARY="yes (${check_package_type}default search paths)"], [$2_SUMMARY="yes (${check_package_type}${check_package_prefix})"]) $6], [AS_IF([test "${with_$1}" = "no"], [$2_SUMMARY="no (explicitly disabled)"], [$2_SUMMARY="no (not found)"]) AS_UNSET([$2_CPPFLAGS]) AS_UNSET([$2_LDFLAGS]) AS_UNSET([$2_STATIC_LDFLAGS]) AS_UNSET([$2_LIBS]) AS_UNSET([$2_STATIC_LIBS]) $7]) CPPFLAGS="${check_package_$2_save_CPPFLAGS}" LDFLAGS="${check_package_$2_save_LDFLAGS}" LIBS="${check_package_$2_save_LIBS}" OAC_VAR_SCOPE_POP # ****************************** END CHECK PACKAGE FOR $1 ****************************** ]) m4trace:config/oac/oac_check_package.m4:224: -1- AC_DEFUN([OAC_CHECK_PACKAGE_PARSE_PKGCONFIG], [ AC_REQUIRE([_OAC_CHECK_PACKAGE_PKGCONFIG_INIT]) OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) AC_CACHE_CHECK([if $1 pkg-config module exists], [oac_cv_check_package_$1_pkg_config_exists], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--exists], [check_package_pkgconfig_internal_result], [$2_PC_MODULES=$3 oac_cv_check_package_$1_pkg_config_exists=yes], [oac_cv_check_package_$1_pkg_config_exists=no])]) # if pkg-config --exists works, but getting one of the standard flags fails, we consider # that a hard failure. It should not happen, outside of a weird system configuration # issue where we're probably not going to like the results anyway. AS_IF([test "${oac_cv_check_package_$1_pkg_config_exists}" = "yes"], [AC_CACHE_CHECK([for $1 pkg-config cflags], [oac_cv_check_package_$1_pkg_config_cppflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--cflags], [oac_cv_check_package_$1_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 cppflags from pkg-config])])]) $2_CPPFLAGS="${oac_cv_check_package_$1_pkg_config_cppflags}" AC_CACHE_CHECK([for $1 pkg-config ldflags], [oac_cv_check_package_$1_pkg_config_ldflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--libs-only-L --libs-only-other], [oac_cv_check_package_$1_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 ldflags from pkg-config])])]) $2_LDFLAGS="${oac_cv_check_package_$1_pkg_config_ldflags}" AC_CACHE_CHECK([for $1 pkg-config static ldflags], [oac_cv_check_package_$1_pkg_config_static_ldflags], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_$1_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static ldflags from pkg-config])])]) $2_STATIC_LDFLAGS="${oac_cv_check_package_$1_pkg_config_static_ldflags}" AC_CACHE_CHECK([for $1 pkg-config libs], [oac_cv_check_package_$1_pkg_config_libs], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--libs-only-l], [oac_cv_check_package_$1_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from pkg-config])])]) $2_LIBS="${oac_cv_check_package_$1_pkg_config_libs}" AC_CACHE_CHECK([for $1 pkg-config static libs], [oac_cv_check_package_$1_pkg_config_static_libs], [_OAC_CHECK_PACKAGE_PKGCONFIG_RUN([$3], [--static --libs-only-l], [oac_cv_check_package_$1_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from pkg-config])])]) $2_STATIC_LIBS="${oac_cv_check_package_$1_pkg_config_static_libs}" $4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:302: -1- AC_DEFUN([OAC_CHECK_PACKAGE_INVALIDATE_GENERIC_CACHE], [ OAC_VAR_SCOPE_PUSH([check_package_verify_search_header]) dnl today, all we cache in the generic case is the header and func libs check_package_verify_search_header=`echo "$3" | cut -f1 -d' '` AS_UNSET([ac_cv_header_]AS_TR_SH([${check_package_verify_search_header}])) AS_UNSET([ac_cv_func_$4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:343: -1- AC_DEFUN([OAC_CHECK_PACKAGE_VERIFY_COMMANDS], [m4_append([OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], m4_dquote([$1]), [,])]) m4trace:config/oac/oac_check_package.m4:349: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_STATIC_CHECK], [OAC_LINKER_STATIC_CHECK([oac_cv_check_package_static_linker_flag=yes], [oac_cv_check_package_static_linker_flag=no])]) m4trace:config/oac/oac_check_package.m4:357: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG_INIT], [AC_CHECK_PROG([PKG_CONFIG], [pkg-config], [pkg-config])]) m4trace:config/oac/oac_check_package.m4:364: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG], [ m4_ifdef([$1_pkgconfig_module], [m4_define([pcname], [$1_pkgconfig_module])], [m4_define([pcname], [$1])]) AS_IF([test "${$1_USE_PKG_CONFIG}" != "0"], [# search for the package using pkg-config. If the user provided a # --with-$1 or --with-$1-libdir argument, be explicit about where # we look for the pkg-config file, so we don't find the wrong one. # If they specified --with-$1 only, we look in # prefix/lib64/pkgconfig and if we don't find a file there, assume # prefix/lib is the right answer. AC_CACHE_CHECK([for $1 pkg-config name], [oac_cv_check_package_$1_pcfilename], [oac_cv_check_package_$1_pcfilename="pcname" AS_IF([test -n "${check_package_libdir}"], [oac_cv_check_package_$1_pcfilename="${check_package_libdir}/pkgconfig/pcname.pc"], [test -z "${check_package_prefix}"], [oac_cv_check_package_$1_pcfilename="pcname"], [test -r "${check_package_prefix}/lib/pkgconfig/pcname.pc" -a -r "${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [AS_IF([test ! -L "${check_package_prefix}/lib" && test ! -L "${check_package_prefix}/lib64"], [AC_MSG_ERROR([Found pcname in both ${check_package_prefix}/lib/pkgconfig and ${check_package_prefix}/lib64/pkgconfig. This is confusing. Please add --with-$1-libdir=PATH to configure to help disambiguate.])], [check_package_cv_$1_pcfilename="${check_package_prefix}/lib/pkgconfig/pcname.pc"])], [test -r "${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [oac_cv_check_package_$1_pcfilename="${check_package_prefix}/lib64/pkgconfig/pcname.pc"], [oac_cv_check_package_$1_pcfilename="${check_package_prefix}/lib/pkgconfig/pcname.pc"])]) OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([$1], [$2], [${oac_cv_check_package_$1_pcfilename}], [$3])]) ]) m4trace:config/oac/oac_check_package.m4:401: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_PKGCONFIG_RUN], [ OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) check_package_pkgconfig_run_happy=no AS_IF([test -n "${PKG_CONFIG}"], [OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} $2 $1 2>&1`], [AS_VAR_COPY([$3], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1])]) AS_IF([test "${check_package_pkgconfig_run_happy}" = "yes"], [$4], [$5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:422: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_COMPILER], [ m4_ifdef([$1_wrapper_compiler], [m4_define([wrapper_compiler_name], [$1_wrapper_compiler])], [m4_define([wrapper_compiler_name], [$1cc])]) AS_IF([test "${$1_USE_WRAPPER_COMPILER}" = "1"], [# search for the package using wrapper compilers. If the user # provided a --with-$1 argument, be explicit about where we look # for the compiler, so we don't find the wrong one. AC_CACHE_CHECK([for $1 wrapper compiler], [oac_cv_check_package_$1_wrapper_compiler], [AS_IF([test -z "${check_package_prefix}"], [oac_cv_check_package_$1_wrapper_compiler="wrapper_compiler_name"], [oac_cv_check_package_$1_wrapper_compiler="${check_package_prefix}/bin/wrapper_compiler_name"])]) _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([$1], [$2], [${oac_cv_check_package_$1_wrapper_compiler}], [$3])]) ]) m4trace:config/oac/oac_check_package.m4:443: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_INTERNAL], [ OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) AC_CACHE_CHECK([if $1 wrapper compiler works], [oac_cv_check_package_$1_wrapper_compiler_works], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_$1_wrapper_compiler_works=yes], [oac_cv_check_package_$1_wrapper_compiler_works=no])]) # if wrapper --showme:version works, but getting one of the standard flags fails, we consider # that a hard failure. It should not happen, outside of a weird system configuration # issue where we're probably not going to like the results anyway. AS_IF([test ${oac_cv_check_package_$1_wrapper_compiler_works} = "yes"], [AC_CACHE_CHECK([for $1 wrapper compiler cppflags], [oac_cv_check_package_$1_wrapper_compiler_cppflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 cppflags from wrapper compiler])])]) $2_CPPFLAGS="${oac_cv_check_package_$1_wrapper_compiler_cppflags}" AC_CACHE_CHECK([for $1 wrapper compiler ldflags], [oac_cv_check_package_$1_wrapper_compiler_ldflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 ldflags from wrapper compiler])])]) $2_LDFLAGS="${oac_cv_check_package_$1_wrapper_compiler_ldflags}" AC_CACHE_CHECK([for $1 wrapper compiler static ldflags], [oac_cv_check_package_$1_wrapper_compiler_static_ldflags], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static ldflags from wrapper compiler])])]) $2_STATIC_LDFLAGS="${oac_cv_check_package_$1_wrapper_compiler_static_ldflags}" AC_CACHE_CHECK([for $1 wrapper compiler libs], [oac_cv_check_package_$1_wrapper_compiler_libs], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 libs from wrapper compiler])])]) $2_LIBS="$oac_cv_check_package_$1_wrapper_compiler_libs" AC_CACHE_CHECK([for $1 wrapper compiler static libs], [oac_cv_check_package_$1_wrapper_compiler_static_libs], [_OAC_CHECK_PACKAGE_WRAPPER_RUN([$3], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_$1_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving $1 static libs from wrapper compiler])])]) $2_STATIC_LIBS="${oac_cv_check_package_$1_wrapper_compiler_static_libs}" $4]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:521: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_WRAPPER_RUN], [ OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) OAC_LOG_COMMAND([check_package_wrapper_run_results=`$1 $2 2>&1`], [AS_VAR_COPY([$3], [check_package_wrapper_run_results]) $4], [$5]) OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:540: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_GENERIC], [ OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) check_package_generic_happy=0 AS_IF([test -n "${check_package_prefix}"], [_OAC_CHECK_PACKAGE_GENERIC_PREFIX([$1], [$2], [$3], [$4], [check_package_generic_happy=1])], [AC_MSG_NOTICE([Searching for $1 in default search paths]) $1_CPPFLAGS= $1_LDFLAGS= check_package_generic_happy=1]) AS_IF([test ${check_package_generic_happy} -eq 1], [for check_package_generic_lib in $4 ; do check_package_generic_lib=`echo ${check_package_generic_lib} | sed -e 's/^-l//'` OAC_APPEND([$2_LIBS], ["-l${check_package_generic_lib}"]) OAC_APPEND([$2_STATIC_LIBS], ["-l${check_package_generic_lib}"]) done AC_MSG_CHECKING([for $1 cppflags]) AC_MSG_RESULT([$$2_CPPFLAGS]) AC_MSG_CHECKING([for $1 ldflags]) AC_MSG_RESULT([$$2_LDFLAGS]) AC_MSG_CHECKING([for $1 libs]) AC_MSG_RESULT([$$2_LIBS]) AC_MSG_CHECKING([for $1 static libs]) AC_MSG_RESULT([$$2_STATIC_LIBS]) $5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:577: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_GENERIC_PREFIX], [ OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) check_package_generic_search_header=`echo "$3" | cut -f1 -d' '` check_package_generic_search_lib=`echo "$4" | cut -f1 -d' ' | sed -e 's/^-l//'` check_package_generic_prefix_happy=0 AS_IF([test -n "${check_package_incdir}"], [check_package_generic_incdir="${check_package_incdir}"], [check_package_generic_incdir="${check_package_prefix}/include"]) AC_MSG_CHECKING([for $1 header at ${check_package_generic_incdir}]) AS_IF([test -r ${check_package_generic_incdir}/${check_package_generic_search_header}], [check_package_generic_prefix_happy=1 $2_CPPFLAGS="-I${check_package_generic_incdir}" AC_MSG_RESULT([found])], [AC_MSG_RESULT([not found])]) AS_IF([test ${check_package_generic_prefix_happy} -eq 1], [check_package_generic_prefix_happy=0 AS_IF([test -n "${check_package_libdir}"], [AC_MSG_CHECKING([for $1 library (${check_package_generic_search_lib}) in ${check_package_libdir}]) ls ${check_package_libdir}/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_happy=1 $2_LDFLAGS="-L${check_package_libdir}" AC_MSG_RESULT([found])], [AC_MSG_RESULT([not found])])], [check_package_generic_prefix_lib=0 check_package_generic_prefix_lib64=0 ls ${check_package_prefix}/lib/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_lib=1]) ls ${check_package_prefix}/lib64/lib${check_package_generic_search_lib}.* 1>&/dev/null 2>&1 AS_IF([test $? -eq 0], [check_package_generic_prefix_lib64=1]) AC_MSG_CHECKING([for $1 library (${check_package_generic_search_lib}) in ${check_package_prefix}]) AS_IF([test ${check_package_generic_prefix_lib} -eq 1 -a ${check_package_generic_prefix_lib64} -eq 1], [AS_IF([test ! -L "${check_package_prefix}/lib" && test ! -L "${check_package_prefix}/lib64"], [AC_MSG_ERROR([Found library $check_package_generic_search_lib in both ${check_package_prefix}/lib and ${check_package_prefix}/lib64. This has confused configure. Please add --with-$1-libdir=PATH to configure to help disambiguate.])], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib AC_MSG_RESULT([found -- lib])])], [test ${check_package_generic_prefix_lib} -eq 1], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib AC_MSG_RESULT([found -- lib])], [test $check_package_generic_prefix_lib64 -eq 1], [check_package_generic_prefix_happy=1 $2_LDFLAGS=-L${check_package_prefix}/lib64 AC_MSG_RESULT([found -- lib64])], [AC_MSG_RESULT([not found])])])]) AS_IF([test ${check_package_generic_prefix_happy} -eq 1], [$5]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_check_package.m4:646: -1- AC_DEFUN([_OAC_CHECK_PACKAGE_VERIFY], [ OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) check_package_verify_search_header=`echo "$3" | cut -f1 -d' '` OAC_APPEND([CPPFLAGS], [${$2_CPPFLAGS}]) OAC_APPEND([LDFLAGS], [${$2_LDFLAGS}]) OAC_APPEND([LIBS], [${$2_LIBS}]) check_package_verify_happy=1 AS_IF([test ${check_package_verify_happy} -eq 1], [AC_CHECK_HEADER([${check_package_verify_search_header}], [check_package_verify_happy=1], [check_package_verify_happy=0])]) dnl Note that we use AC_CHEC_FUNC here instead of AC_CHECK_LIB, because we're pretty sure we've dnl found the library already (and have added it to LIBS). Now we're just trying to verify dnl that the library we found contains the bits we need. AS_IF([test ${check_package_verify_happy} -eq 1], [AC_CHECK_FUNC([$4], [check_package_verify_happy=1], [check_package_verify_happy=0])]) m4_ifdef([OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], [m4_foreach([list_item], [OAC_CHECK_PACKAGE_VERIFY_COMMAND_LIST], [AS_IF([test ${check_package_verify_happy} -eq 1], [m4_apply(m4_unquote([list_item]), [[$1], [$2], [$3], [$4], [check_package_verify_happy=1], [check_package_verify_happy=0]])])])]) AS_IF([test ${check_package_verify_happy} -eq 1], [$5], [$6]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_init.m4:12: -1- m4_pattern_forbid([OAC_]) m4trace:config/oac/oac_init.m4:20: -1- AC_DEFUN([OAC_PUSH_PREFIX], [m4_pushdef([_oac_program_prefix], [$1])]) m4trace:config/oac/oac_init.m4:29: -1- AC_DEFUN([OAC_POP_PREFIX], [m4_popdef([_oac_program_prefix])]) m4trace:config/oac/oac_linker.m4:16: -1- AC_DEFUN([OAC_LINKER_STATIC_CHECK], [ OAC_VAR_SCOPE_PUSH([oac_linker_arg]) AC_CACHE_CHECK([if static link flag supplied], [oac_cv_linker_found_static_linker_flag], [oac_cv_linker_found_static_linker_flag="no" for oac_linker_arg in ${CFLAGS} ${LDFLAGS} ; do AS_IF([test "${oac_linker_arg}" = "-static" -o \ "${oac_linker_arg}" = "--static" -o \ "${oac_linker_arg}" = "-Bstatic" -o \ "${oac_linker_arg}" = "-Wl,-static" -o \ "${oac_linker_arg}" = "-Wl,--static" -o \ "${oac_linker_arg}" = "-Wl,-Bstatic"], [oac_cv_linker_found_static_linker_flag="yes"]) done]) AS_IF([test "${oac_cv_linker_found_static_linker_flag}" = "yes"], [$1], [$2]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:30: -1- AC_DEFUN([OAC_UNIQ], [ OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) oac_uniq_name=$1 # Go through each item in the variable and only keep the unique ones oac_uniq_count=0 for oac_uniq_val in ${$1}; do oac_uniq_done=0 oac_uniq_i=1 oac_uniq_found=0 # Loop over every token we've seen so far oac_uniq_done="`expr ${oac_uniq_i} \> ${oac_uniq_count}`" while test ${oac_uniq_found} -eq 0 && test ${oac_uniq_done} -eq 0; do # Have we seen this token already? Prefix the comparison with # "x" so that "-Lfoo" values won't be cause an error. oac_uniq_eval="expr x${oac_uniq_val} = x\${oac_uniq_array_$oac_uniq_i}" oac_uniq_found=`eval ${oac_uniq_eval}` # Check the ending condition oac_uniq_done="`expr ${oac_uniq_i} \>= ${oac_uniq_count}`" # Increment the counter oac_uniq_i="`expr ${oac_uniq_i} + 1`" done # If we didn't find the token, add it to the "array" if test ${oac_uniq_found} -eq 0; then oac_uniq_eval="oac_uniq_array_${oac_uniq}_i=${oac_uniq_val}" eval ${oac_uniq_eval} oac_uniq_count="`expr ${oac_uniq_count} + 1`" else oac_uniq_i="`expr ${oac_uniq_i} - 1`" fi done # Take all the items in the "array" and assemble them back into a # single variable oac_uniq_i=1 oac_uniq_done="`expr ${oac_uniq_i} \> ${oac_uniq_count}`" oac_uniq_newval= while test ${oac_uniq_done} -eq 0; do oac_uniq_eval="oac_uniq_newval=\"${oac_uniq_newval} \${oac_uniq_array_$oac_uniq_i}\"" eval ${oac_uniq_eval} oac_uniq_eval="unset oac_uniq_array_${oac_uniq_i}" eval ${oac_uniq_eval} oac_uniq_done="`expr ${oac_uniq_i} \>= ${oac_uniq_count}`" oac_uniq_i="`expr ${oac_uniq_i} + 1`" done # Done; do the assignment oac_uniq_newval="`echo ${oac_uniq_newval}`" oac_uniq_eval="${oac_uniq_name}=\"${oac_uniq_newval}\"" eval ${oac_uniq_eval} OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:101: -1- AC_DEFUN([OAC_APPEND], [OAC_ASSERT_LITERAL([$1]) AS_IF([test -z "${$1}"], [$1="$2"], [$1="${$1} $2"]) ]) m4trace:config/oac/oac_list.m4:118: -1- AC_DEFUN([OAC_APPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) for oac_list_arg in $2; do oac_list_found=0; for oac_list_val in ${$1}; do AS_IF([test "x${oac_list_val}" = "x${oac_list_arg}"], [oac_list_found=1 break]) done AS_IF([test "${oac_list_found}" = "0"], [OAC_APPEND([$1], [${oac_list_arg}])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:146: -1- AC_DEFUN([OAC_FLAGS_APPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) for oac_list_arg in $2; do oac_list_append=1 AS_CASE([${oac_list_arg}], [-I*|-L*|-l*], [for oac_list_val in ${$1}; do AS_IF([test "x${oal_list_val}" = "x${oac_list_arg}"], [oac_list_append=0]) done]) AS_IF([test ${oac_list_append} -eq 1], [OAC_APPEND([$1], [$oac_list_arg])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:175: -1- AC_DEFUN([OAC_FLAGS_PREPEND_UNIQ], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_prepend oac_list_arg oac_list_val]) for oac_list_arg in $2; do oac_list_prepend=1 AS_CASE([${oac_list_arg}], [-I*|-L*|-l*], [for oac_list_val in ${$1}; do AS_IF([test "x${oal_list_val}" = "x${oac_list_arg}"], [oac_list_prepend=0]) done]) AS_IF([test ${oac_list_prepend} -eq 1], [AS_IF([test -z "${$1}"], [$1="$2"], [$1="$2 ${$1}"])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_list.m4:211: -1- AC_DEFUN([OAC_FLAGS_APPEND_MOVE], [OAC_ASSERT_LITERAL([$1]) OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) for oac_list_arg in $2; do AS_CASE([${oac_list_arg}], [-I*|-L*], [oac_list_append=1 for oac_list_val in ${$1} ; do AS_IF([test "x${oac_list_val}" = "x${oac_list_arg}"], [oac_list_append=0]) done AS_IF([test ${oac_list_append} -eq 1], [OAC_APPEND([$1], [${oac_list_arg}])])], [-l*], [oac_list_tmp_variable= for oac_list_val in ${$1}; do AS_IF([test "x${oac_list_val}" != "x${oac_list_arg}"], [OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}])]) done OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) $1="${oac_list_tmp_variable}"], [OAC_APPEND([$1], [${oac_list_arg}])]) done OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_log.m4:32: -1- AC_DEFUN([OAC_LOG_MSG], [AS_ECHO(["configure:__oline__: $1"]) >&AS_MESSAGE_LOG_FD]) m4trace:config/oac/oac_log.m4:39: -1- AC_DEFUN([OAC_LOG_MSG_NOPREFIX], [AS_ECHO([$1]) >&AS_MESSAGE_LOG_FD]) m4trace:config/oac/oac_log.m4:46: -1- AC_DEFUN([OAC_LOG_FILE], [AS_IF([test -n "$1" && test -f "$1"], [cat $1 >&AS_MESSAGE_LOG_FD])]) m4trace:config/oac/oac_log.m4:55: -1- AC_DEFUN([OAC_LOG_COMMAND], [ OAC_LOG_MSG([$1]) $1 1>&AS_MESSAGE_LOG_FD 2>&1 oac_log_command_status=$? OAC_LOG_MSG([\$? = $oac_log_command_status]) AS_IF([test $oac_log_command_status -eq 0], [$2], [$3]) AS_UNSET([oac_log_command_status])]) m4trace:config/oac/oac_setup_sphinx.m4:33: -1- AC_DEFUN([OAC_SETUP_SPHINX], [ OAC_ASSERT_PREFIX_DEFINED([$0]) OAC_VAR_SCOPE_PUSH([oac_summary_msg oac_sphinx_result oac_install_docs oac_sphinx_target_version oac_sphinx_found_version]) # This option is probably only helpful to developers: have # configure fail if Sphinx is not found (i.e., if you don't have # the ability to use Sphinx to build the HTML docs and man pages). AC_ARG_ENABLE([sphinx], [AS_HELP_STRING([--enable-sphinx], [Force configure to fail if Sphinx is not found (Sphinx is used to build the HTML docs and man pages). This option is likely only useful for developers; end users who are building from distribution tarballs do ***not*** need to have Sphinx installed])]) # Quick check to see if we have already-built docs (e.g., if we're # in a tarball vs. a fresh git clone). AC_MSG_CHECKING([if pre-built docs are available]) AS_IF([test -f "$1"], [oac_install_docs=1 AC_MSG_RESULT([yes])], [oac_install_docs=0 AC_MSG_RESULT([no])]) # To generate HTML docs + man pages, we need Sphinx. If we have # Sphinx, then we're able to both build and install the docs # (potentially overriding oac_install_docs from what it was set # above). AC_PATH_PROG([SPHINX_BUILD], [sphinx-build], []) # If the user requested to disable sphinx, then pretend we didn't # find it. AS_IF([test "$enable_sphinx" = "no"], [SPHINX_BUILD=]) # If we found Sphinx, check to ensure that it's a recent enough # version. AS_IF([test -n "$SPHINX_BUILD"], [[oac_sphinx_target_version=`sed -n -e 's/sphinx[><=]*\([0-9\.]\)/\1/p' $srcdir/docs/requirements.txt`] # Some older versions of Sphinx (e.g., Sphinx v1.1.3 in # RHEL 7): # # - Don't support "--version". # - But do emit the version number as part of the general # CLI help when they don't recognize the --version CLI # option. # # In that case, we only want the first line, and we want to # strip off the leading "v" from the version number. # # In the case where --version *is* recognized, all the # additional processing is harmless and we still end up # with the Sphinx version number. oac_sphinx_found_version=`$SPHINX_BUILD --version 2>&1 | head -n 1 | cut -d\ -f2 | sed -e 's/^v//'` AC_MSG_CHECKING([if Sphinx version is high enough ($oac_sphinx_found_version >= $oac_sphinx_target_version)]) AS_VERSION_COMPARE([$oac_sphinx_found_version], [$oac_sphinx_target_version], [oac_sphinx_result=lesser], [oac_sphinx_result=equal], [oac_sphinx_result=greater]) AS_IF([test "$oac_sphinx_result" = "lesser"], [SPHINX_BUILD= AC_MSG_RESULT([no])], [ # If we're building, we're also installing, regardless of # whether we found pre-build docs or not (above). oac_install_docs=1 AC_MSG_RESULT([yes])]) ]) # If we found Sphinx, check to ensure that we have all the things # required to build Open MPI/PRRTE/OpenPMIx-like documentation # (e.g., any required pip modules). If we can't render a sample # OMPI-like doc, we're not going to automatically install any # missing pip modules; we'll just mark Sphinx as being # unavailable. AS_IF([test -n "$SPHINX_BUILD"], [AC_MSG_CHECKING([for required Sphinx modules]) oac_startdir=`pwd` oac_tmpdir=conftmp.$$ rm -rf $oac_tmpdir mkdir $oac_tmpdir cd $oac_tmpdir cat > conf.py < index.rst # Try to render this trivial RST project as both HTML and # man pages and see if it works. oac_happy=0 OAC_LOG_COMMAND([$SPHINX_BUILD -M html . build-html], [OAC_LOG_COMMAND([$SPHINX_BUILD -M man . build-man], [oac_happy=1])]) AS_IF([test $oac_happy -eq 1], [AC_MSG_RESULT([found])], [SPHINX_BUILD= AC_MSG_RESULT([not found])]) cd $oac_startdir rm -rf $oac_tmpdir ]) AS_IF([test -z "$SPHINX_BUILD"], _oac_program_prefix[_MAKEDIST_DISABLE="$]_oac_program_prefix[_MAKEDIST_DISABLE Sphinx/Documentation" AC_MSG_NOTICE([Could not find a suitable sphinx-build on your system.]) AS_IF([test -n "$3"], [AC_MSG_NOTICE([If you want to build the documentation, ensure that the]) AC_MSG_NOTICE([Python modules in $3]) AC_MSG_NOTICE([are available.]) ]) AC_MSG_NOTICE([You will not be able to build a distribution tarball.]) ]) AS_IF([test $oac_install_docs -eq 0], [AC_MSG_WARN([*** You will not have documentation installed.]) AS_IF([test -n "$2"], [AC_MSG_WARN([*** See the following URL for more information:]) AC_MSG_WARN([*** $2])]) ]) # If --enable-sphinx was specified and we did not find Sphinx, # abort. This is likely only useful to prevent "oops!" moments # from developers. AS_IF([test -z "$SPHINX_BUILD" && test "$enable_sphinx" = "yes"], [AC_MSG_WARN([A suitable Sphinx was not found, but --enable-sphinx was specified]) AC_MSG_ERROR([Cannot continue])]) # Construct a summary message. Due SUMMARY_ADD's implementation, # do *not* include a comma. AS_IF([test -n "$SPHINX_BUILD"], [ # If we found Sphinx, we always both build and install. oac_summary_msg="building and installing"], [AS_IF([test $oac_install_docs -eq 1], [oac_summary_msg="installing packaged docs"], [oac_summary_msg="no documentation available"])]) OAC_SUMMARY_ADD([Miscellaneous], [HTML docs and man pages], [$oac_summary_msg]) AM_CONDITIONAL(_oac_program_prefix[_BUILD_DOCS], [test -n "$SPHINX_BUILD"]) AM_CONDITIONAL(_oac_program_prefix[_INSTALL_DOCS], [test $oac_install_docs -eq 1]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_summary.m4:45: -1- AC_DEFUN([OAC_SUMMARY_ADD], [ OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) # The end quote on the next line is intentional! oac_summary_newline=" " oac_summary_line="$2: $3" oac_summary_key="AS_TR_SH([$1])_AS_TR_SH([$2])" # Use the section name variable as an indicator for whether or not # the section has already been created. AS_IF([AS_VAR_TEST_SET([oac_summary_section_]AS_TR_SH([$1])[_name])], [], [AS_VAR_SET([oac_summary_section_]AS_TR_SH([$1])[_name], ["$1"]) OAC_APPEND([oac_summary_sections], [AS_TR_SH([$1])])]) # Use the summary key as indicator if the section:topic has already # been added to the results for the given section. AS_IF([AS_VAR_TEST_SET([${oac_summary_key}])], [], [AS_VAR_SET([${oac_summary_key}], [1]) dnl this is a bit overcomplicated, but we are basically implementing dnl a poor mans AS_VAR_APPEND with the ability to specify a separator, dnl because we have a newline separator in the string. AS_IF([AS_VAR_TEST_SET([oac_summary_section_]AS_TR_SH([$1])[_value])], [AS_VAR_APPEND([oac_summary_section_]AS_TR_SH([$1])[_value], ["${oac_summary_newline}${oac_summary_line}"])], [AS_VAR_SET([oac_summary_section_]AS_TR_SH([$1])[_value], ["${oac_summary_line}"])])]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_summary.m4:85: -1- AC_DEFUN([OAC_SUMMARY_PRINT], [ OAC_VAR_SCOPE_PUSH([oac_summary_section oac_summary_section_name]) m4_define([oac_summary_print_fd], [m4_if([$1], [stderr], [2], [$1], [stdout], [1], [$1], [], [AS_MESSAGE_FD], [m4_fatal([You must pass stdin, stderr, or nothing to $0])]) ]) for oac_summary_section in ${oac_summary_sections} ; do AS_VAR_COPY([oac_summary_section_name], [oac_summary_section_${oac_summary_section}_name]) AS_VAR_COPY([oac_summary_section_value], [oac_summary_section_${oac_summary_section}_value]) echo "${oac_summary_section_name}" >&oac_summary_print_fd echo "-----------------------" >&oac_summary_print_fd echo "${oac_summary_section_value}" | sort -f >&oac_summary_print_fd echo " " >&oac_summary_print_fd done m4_undefine([oac_summary_print_fd]) OAC_VAR_SCOPE_POP ]) m4trace:config/oac/oac_var_scope.m4:34: -1- AC_DEFUN([OAC_VAR_SCOPE_INIT], [oac_var_scope_push() { oac_var_scope_push_lineno=$[]1 shift # First, check to see if any of these variables are already set. # This is a simple sanity check to ensure we're not already # overwriting pre-existing variables (that have a non-empty # value). It's not a perfect check, but at least it's something. for oac_var_scope_tmp_var in $[]@; do AS_VAR_SET_IF([$oac_var_scope_tmp_var], [AS_VAR_COPY([oac_var_scope_tmp_var_val], [$oac_var_scope_tmp_var]) m4_pattern_allow([OAC_]) AC_MSG_ERROR([Found configure shell variable clash at line $oac_var_scope_push_lineno! [OAC_VAR_SCOPE_PUSH] called on "$oac_var_scope_tmp_var", but it is already defined with value "$oac_var_scope_tmp_var_val" This usually indicates an error in configure. Cannot continue.]) m4_pattern_forbid([OAC_])]) done AS_UNSET([oac_var_scope_push_lineno]) AS_UNSET([oac_var_scope_tmp_var]) AS_UNSET([oac_var_scope_tmp_var_val]) } oac_var_scope_pop() { # Iterate over all the variables and unset them all for oac_var_scope_tmp_var in $[]@; do AS_UNSET([$oac_var_scope_tmp_var]) done AS_UNSET([oac_var_scope_tmp_var]) }]) m4trace:config/oac/oac_var_scope.m4:77: -1- AC_DEFUN([OAC_VAR_SCOPE_PUSH], [ AC_REQUIRE([OAC_VAR_SCOPE_INIT])dnl m4_pushdef([oac_var_scope_stack], [$1])dnl m4_foreach_w([oac_var_scope_var], [$1], [m4_set_add([oac_var_scope_active_set], oac_var_scope_var, [], [m4_fatal([$0 found the variable ]oac_var_scope_var[ active in a previous scope.])])])dnl oac_var_scope_push ${LINENO} $1 ]) m4trace:config/oac/oac_var_scope.m4:92: -1- AC_DEFUN([OAC_VAR_SCOPE_POP], [ AC_REQUIRE([OAC_VAR_SCOPE_INIT])dnl m4_ifdef([oac_var_scope_stack], [], [m4_pattern_allow([OAC_]) m4_fatal([$0 was called without a defined variable stack. This usually means that $0 was called more times than OAC_VAR_SCOPE_PUSH.]) m4_pattern_forbid([OAC_])])dnl m4_foreach_w([oac_var_scope_var], oac_var_scope_stack, [m4_set_remove([oac_var_scope_active_set], oac_var_scope_var)])dnl oac_var_scope_pop oac_var_scope_stack m4_popdef([oac_var_scope_stack])dnl ]) m4trace:config/aclocal_subcfg.m4:22: -1- AC_DEFUN([PAC_CONFIG_SUBDIR_ARGS], [ dnl BWB: hack to make --help=recursive work with these dnl configure options. Lifted from AC_CONFIG_SUBDIRS. m4_append([_AC_LIST_SUBDIRS], [$1], [ ])dnl pac_dir="$1" AC_MSG_NOTICE([===== configuring $1 =====]) pac_abs_srcdir=`(cd $srcdir && pwd)` if test -f $pac_abs_srcdir/$1/setup ; then AC_MSG_NOTICE([sourcing $pac_abs_srcdir/$1/setup]) . $pac_abs_srcdir/$1/setup fi # Adapted for MPICH from the autoconf-2.67 implementation of # AC_CONFIG_SUBDIRS. Search for "MPICH note:" for relevant commentary and # local modifications. # Remove --cache-file, --srcdir, and --disable-option-checking arguments # so they do not pile up. Otherwise relative paths (like --srcdir=.. from # make distcheck) will be incorrect. pac_sub_configure_args="$2" pac_prev= eval "set x $ac_configure_args" shift for pac_arg do if test -n "$pac_prev"; then pac_prev= continue fi case $pac_arg in -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) pac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ | --c=*) ;; --config-cache | -C) ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) pac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) pac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) ;; --disable-option-checking) ;; *) # strip out precious variables from ac_configure_args, # which will include precious variables that are currently # set and were set on the command line or in the # environment at the time configure was invoked. Instead, # we add all precious variables which have been tagged as # set, so that we can more closely control the environment # of sub-configures. is_precious=0 for pac_pvar in $ac_precious_vars ; do # check if configure argument token contains the # precious variable, i.e. "name_of_prec_var=". if ( echo $pac_arg | grep "^$pac_pvar=" >/dev/null 2>&1 ) ; then is_precious=1 break fi done if test $is_precious -eq 0; then case $pac_arg in *\'*) pac_arg=`AS_ECHO(["$pac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;; esac AS_VAR_APPEND([pac_sub_configure_args], [" '$pac_arg'"]) fi ;; esac done # add all precious values with a set token to the configure # args. If the caller hasn't artificially manipulated the # environment, this will simply be any precious variables as # they were originally specified on the top-level configure # line (or in the environment at start of configure). # However, callers may manipulate that environment, preferably # with the OPAL_SUBDIR_ENV macros. for temp_var in $ac_precious_vars; do eval temp_var_set=\$ac_env_${temp_var}_set if test "$temp_var_set" = "set" ; then eval temp_val=\$$temp_var temp_arg="$temp_var=$temp_val" AS_VAR_APPEND([pac_sub_configure_args], [" '$temp_arg'"]) fi done # Always prepend --prefix to ensure using the same prefix # in subdir configurations. # MPICH note: see tt#983 for an example of why this is necessary pac_arg="--prefix=$prefix" case $pac_arg in *\'*) pac_arg=`AS_ECHO(["$pac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;; esac pac_sub_configure_args="'$pac_arg' $pac_sub_configure_args" # Pass --silent if test "$silent" = yes; then pac_sub_configure_args="--silent $pac_sub_configure_args" fi # Always prepend --disable-option-checking to silence warnings, since # different subdirs can have different --enable and --with options. pac_sub_configure_args="--disable-option-checking $pac_sub_configure_args" # remove arguments specified in third argument from the # built-up list of arguments m4_ifnblank([$3], [m4_foreach(opt, [$3], [pac_sub_configure_args=$(echo $pac_sub_configure_args | sed "s,'opt',,") ])]) pac_popdir=`pwd` AS_MKDIR_P(["$pac_dir"]) # MPICH note: we leave this internal macro reference for now. We can clone # the macro locally if this turns out to be non-portable across several autoconf # versions. It sets the following variables: ac_builddir, # ac_top_builddir_sub, ac_top_build_prefix, ac_srcdir, ac_top_srcdir, # ac_abs_top_builddir, ac_abs_builddir, ac_abs_top_srcdir, ac_abs_srcdir _AC_SRCDIRS(["$pac_dir"]) cd "$pac_dir" # Check for guested configure; otherwise get Cygnus style # configure. Look for configure in source tree and then the # build tree, as we sometimes configure from sub-tarballs # expanded in the build tree. if test -f "$ac_srcdir/configure.gnu"; then pac_sub_configure=$ac_srcdir/configure.gnu elif test -f "$ac_srcdir/configure"; then pac_sub_configure=$ac_srcdir/configure elif test -f "configure.gnu"; then pac_sub_configure="configure.gnu" ac_srcdir="." elif test -f "configure"; then pac_sub_configure="configure" ac_srcdir="." else AC_MSG_WARN([no configuration information is in $pac_dir]) pac_sub_configure= fi # The recursion is here. if test -n "$pac_sub_configure"; then # MPICH note: overriding the cache file on purpose to prevent strange # issues resulting from inter-dir caching pac_sub_cache_file="/dev/null" AC_MSG_NOTICE([running $SHELL $pac_sub_configure $pac_sub_configure_args --cache-file=$pac_sub_cache_file --srcdir=$ac_srcdir]) # The eval makes quoting arguments work. # MPICH note: we want to execute the provided actions, not be silent # or error out if the subconfigure succeeded/failed if eval "\$SHELL \"\$pac_sub_configure\" $pac_sub_configure_args \ --cache-file=\"\$pac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" then # restore the current dir for the provided actions cd "$pac_popdir" $4 else # restore the current dir for the provided actions cd "$pac_popdir" $5 fi fi cd "$pac_popdir" AC_MSG_NOTICE([===== done with $1 configure =====]) ]) m4trace:config/auto-extracted-pmix-configure-args.m4:5: -1- AC_DEFUN([OMPI_PMIX_ADD_ARGS], [ # ---------------------------------------- # Warning: Excluded: sysroot # ---------------------------------------- Above from 3rd-party/openpmix//config/libtool.m4:1249 # Warning: Excluded: libtool-lock # ---------------------------------------- Above from 3rd-party/openpmix//config/libtool.m4:1282 # Warning: Excluded: gnu-ld # ---------------------------------------- Above from 3rd-party/openpmix//config/libtool.m4:3248 # Warning: Excluded: shared # ---------------------------------------- Above from 3rd-party/openpmix//config/ltoptions.m4:167 # Warning: Excluded: static # ---------------------------------------- Above from 3rd-party/openpmix//config/ltoptions.m4:221 # Warning: Excluded: fast-install # ---------------------------------------- Above from 3rd-party/openpmix//config/ltoptions.m4:275 # Warning: Excluded: aix-soname # ---------------------------------------- Above from 3rd-party/openpmix//config/ltoptions.m4:335 # Warning: Excluded: pic # ---------------------------------------- Above from 3rd-party/openpmix//config/ltoptions.m4:383 # Warning: Excluded: pkgconfigdir # ---------------------------------------- Above from 3rd-party/openpmix//config/pkg.m4:173 # Warning: Excluded: noarch-pkgconfigdir # ---------------------------------------- Above from 3rd-party/openpmix//config/pkg.m4:193 AC_ARG_WITH([pmix-package-string], [AS_HELP_STRING([--with-pmix-package-string=STRING], [Use a branding string throughout PMIx])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:208 # Warning: Excluded: show-load-errors # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:837 # Warning: Excluded: dlopen # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1031 AC_ARG_ENABLE(devel-check, AS_HELP_STRING([--enable-devel-check], [enable developer-level compiler pickyness when building PMIx (default: disabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1074 AC_ARG_ENABLE(memory-sanitizers, AS_HELP_STRING([--memory-sanitizers], [enable developer-level memory sanitizers when building PMIx (default: disabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1095 # Warning: Excluded: debug # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1116 # Warning: Excluded: debug-symbols # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1134 AC_ARG_WITH(pmix-headers, AS_HELP_STRING([--with-pmix-headers], [Install the PMIx header files (pmix.h and friends) (default: enabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1141 AC_ARG_WITH([tests-examples], [AS_HELP_STRING([--with-tests-examples], [Whether or not to install the tests and example programs.])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1156 # Warning: Excluded: per-user-config-files # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1173 # Warning: Excluded: pretty-print-stacktrace # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1189 # Warning: Excluded: ident-string # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1208 AC_ARG_ENABLE(pmix-timing, AS_HELP_STRING([--enable-pmix-timing], [enable PMIx developer-level timing code (default: disabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1234 AC_ARG_ENABLE(pmix-binaries, AS_HELP_STRING([--enable-pmix-binaries], [enable PMIx tools])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1252 AC_ARG_ENABLE(python-bindings, AS_HELP_STRING([--enable-python-bindings], [enable Python bindings (default: disabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1269 AC_ARG_ENABLE([nonglobal-dlopen], AS_HELP_STRING([--enable-nonglobal-dlopen], [enable non-global dlopen (default: enabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1352 # Warning: Excluded: pty-support # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1366 AC_ARG_ENABLE(dummy-handshake, AS_HELP_STRING([--enable-dummy-handshake], [Enables psec dummy component intended to check the PTL handshake scenario (default: disabled)])) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1386 # Warning: Excluded: ipv6 # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix.m4:1400 AC_ARG_WITH([alps-libdir], [AS_HELP_STRING([--with-alps-libdir=DIR], [Location of alps libraries (alpslli, alpsutil) (default: /usr/lib/alps (/opt/cray/xe-sysroot/default/user on eslogin nodes))])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_alps.m4:45 AC_ARG_WITH([alps], [AS_HELP_STRING([--with-alps(=DIR|yes|no)], [Build with ALPS scheduler component, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries (default: auto)])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_alps.m4:96 AC_ARG_WITH([curl], [AS_HELP_STRING([--with-curl(=DIR)], [Build curl support (default=no), optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_curl.m4:38 AC_ARG_WITH([curl-libdir], [AS_HELP_STRING([--with-curl-libdir=DIR], [Search for Curl libraries in DIR])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_curl.m4:42 AC_ARG_WITH([jansson], [AS_HELP_STRING([--with-jansson(=DIR)], [Build jansson support (default=no), optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_jansson.m4:40 AC_ARG_WITH([jansson-libdir], [AS_HELP_STRING([--with-jansson-libdir=DIR], [Search for Jansson libraries in DIR])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_jansson.m4:44 # Warning: Excluded: lustre # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_lustre.m4:37 AC_ARG_WITH([slurm], [AS_HELP_STRING([--with-slurm], [Build SLURM scheduler component (default: yes)])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_slurm.m4:33 # Warning: Excluded: visibility # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_check_visibility.m4:32 # Warning: Excluded: c11-atomics # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_config_asm.m4:608 # Warning: Excluded: builtin-atomics # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_config_asm.m4:612 # Warning: Excluded: max- # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_functions.m4:313 AC_ARG_WITH([pmix-platform-patches-dir], [AS_HELP_STRING([--with-pmix-platform-patches-dir=DIR], [Location of the platform patches directory. If you use this option, you must also use --with-platform.])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_load_platform.m4:29 AC_ARG_WITH([pmix-platform], [AS_HELP_STRING([--with-pmix-platform=FILE], [Load options for build from FILE. Options on the command line not in FILE are used. Options on the command line and in FILE are replaced by what is in FILE.])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_load_platform.m4:36 # Warning: Excluded: mca-no-build # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_mca.m4:55 # Warning: Excluded: mca-dso # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_mca.m4:59 # Warning: Excluded: mca-static # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_mca.m4:67 AC_ARG_WITH([hwloc], [AS_HELP_STRING([--with-hwloc=DIR], [Search for hwloc headers and libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_hwloc.m4:23 AC_ARG_WITH([hwloc-libdir], [AS_HELP_STRING([--with-hwloc-libdir=DIR], [Search for hwloc libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_hwloc.m4:26 AC_ARG_WITH([hwloc-extra-libs], [AS_HELP_STRING([--with-hwloc-extra-libs=LIBS], [Add LIBS as dependencies of hwloc])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_hwloc.m4:29 AC_ARG_ENABLE([hwloc-lib-checks], [AS_HELP_STRING([--disable-hwloc-lib-checks], [If --disable-hwloc-lib-checks is specified, configure will assume that -lhwloc is available])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_hwloc.m4:32 AC_ARG_WITH([libev], [AS_HELP_STRING([--with-libev=DIR], [Search for libev headers and libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libev.m4:38 AC_ARG_WITH([libev-libdir], [AS_HELP_STRING([--with-libev-libdir=DIR], [Search for libev libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libev.m4:41 AC_ARG_WITH([libev-extra-libs], [AS_HELP_STRING([--with-libev-extra-libs=LIBS], [Add LIBS as dependencies of Libev])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libev.m4:44 AC_ARG_ENABLE([libev-lib-checks], [AS_HELP_STRING([--disable-libev-lib-checks], [If --disable-libev-lib-checks is specified, configure will assume that -lev is available])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libev.m4:47 AC_ARG_WITH([libevent], [AS_HELP_STRING([--with-libevent=DIR], [Search for libevent headers and libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libevent.m4:38 AC_ARG_WITH([libevent-libdir], [AS_HELP_STRING([--with-libevent-libdir=DIR], [Search for libevent libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libevent.m4:41 AC_ARG_WITH([libevent-extra-libs], [AS_HELP_STRING([--with-libevent-extra-libs=LIBS], [Add LIBS as dependencies of Libevent])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libevent.m4:44 AC_ARG_ENABLE([libevent-lib-checks], [AS_HELP_STRING([--disable-libevent-lib-checks], [If --disable-libevent-lib-checks is specified, configure will assume that -levent is available])]) # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_libevent.m4:47 # Warning: Excluded: wrapper-cflags # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:83 # Warning: Excluded: wrapper-cflags-prefix # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:89 # Warning: Excluded: wrapper-ldflags # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:95 # Warning: Excluded: wrapper-libs # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:101 # Warning: Excluded: wrapper-rpath # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:108 # Warning: Excluded: wrapper-runpath # ---------------------------------------- Above from 3rd-party/openpmix//config/pmix_setup_wrappers.m4:115 AC_ARG_ENABLE(werror, AS_HELP_STRING([--enable-werror], [Treat compiler warnings as errors])) # ---------------------------------------- Above from 3rd-party/openpmix//configure.ac:303 AC_ARG_WITH([zlib], [AS_HELP_STRING([--with-zlib=DIR], [Search for zlib headers and libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pcompress/zlib/configure.m4:24 AC_ARG_WITH([zlib-libdir], [AS_HELP_STRING([--with-zlib-libdir=DIR], [Search for zlib libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pcompress/zlib/configure.m4:27 AC_ARG_ENABLE([pmix-dlopen], [AS_HELP_STRING([--disable-pmix-dlopen], [Disable the PMIx "dlopen" PDL component (and probably force the use of the "libltdl" PDL component).]) ]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pdl/pdlopen/configure.m4:53 # Warning: Excluded: libltdl # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pdl/plibltdl/configure.m4:48 # Warning: Excluded: libltdl-libdir # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pdl/plibltdl/configure.m4:51 AC_ARG_WITH([simptest], [AS_HELP_STRING([--with-simptest], [Include simptest fabric support])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pnet/simptest/configure.m4:20 AC_ARG_WITH([slingshot], [AS_HELP_STRING([--with-slingshot], [Include Slingshot fabric support])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pnet/sshot/configure.m4:23 AC_ARG_WITH([cxi], [AS_HELP_STRING([--with-cxi(=DIR)], [Include CXI service library support, optionally adding DIR/include, DIR/include/cxi, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pnet/sshot/configure.m4:27 AC_ARG_WITH([cxi-libdir], [AS_HELP_STRING([--with-cxi-libdir=DIR], [Search for CXI libraries in DIR])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/pnet/sshot/configure.m4:32 AC_ARG_WITH([pbs], [AS_HELP_STRING([--with-pbs], [Build PBS scheduler component (default: yes)])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/prm/pbs/configure.m4:32 AC_ARG_WITH([munge], [AS_HELP_STRING([--with-munge=DIR], [Search for munge headers and libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/psec/munge/configure.m4:23 AC_ARG_WITH([munge-libdir], [AS_HELP_STRING([--with-munge-libdir=DIR], [Search for munge libraries in DIR ])]) # ---------------------------------------- Above from 3rd-party/openpmix//src/mca/psec/munge/configure.m4:26 ]) m4trace:config/auto-extracted-prrte-configure-args.m4:5: -1- AC_DEFUN([OMPI_PRRTE_ADD_ARGS], [ # ---------------------------------------- # Warning: Excluded: sysroot # ---------------------------------------- Above from 3rd-party/prrte//config/libtool.m4:1249 # Warning: Excluded: libtool-lock # ---------------------------------------- Above from 3rd-party/prrte//config/libtool.m4:1282 # Warning: Excluded: gnu-ld # ---------------------------------------- Above from 3rd-party/prrte//config/libtool.m4:3248 # Warning: Excluded: shared # ---------------------------------------- Above from 3rd-party/prrte//config/ltoptions.m4:167 # Warning: Excluded: static # ---------------------------------------- Above from 3rd-party/prrte//config/ltoptions.m4:221 # Warning: Excluded: fast-install # ---------------------------------------- Above from 3rd-party/prrte//config/ltoptions.m4:275 # Warning: Excluded: aix-soname # ---------------------------------------- Above from 3rd-party/prrte//config/ltoptions.m4:335 # Warning: Excluded: pic # ---------------------------------------- Above from 3rd-party/prrte//config/ltoptions.m4:383 # Warning: Excluded: pkgconfigdir # ---------------------------------------- Above from 3rd-party/prrte//config/pkg.m4:173 # Warning: Excluded: noarch-pkgconfigdir # ---------------------------------------- Above from 3rd-party/prrte//config/pkg.m4:193 # Warning: Excluded: alps-libdir # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_alps.m4:41 # Warning: Excluded: alps # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_alps.m4:92 AC_ARG_WITH([lsf], [AS_HELP_STRING([--with-lsf(=DIR)], [Build LSF support])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_lsf.m4:34 AC_ARG_WITH([lsf-libdir], [AS_HELP_STRING([--with-lsf-libdir=DIR], [Search for LSF libraries in DIR])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_lsf.m4:37 AC_ARG_WITH([sge], [AS_HELP_STRING([--with-sge], [Build SGE or Grid Engine support (default: no)])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_sge.m4:36 # Warning: Excluded: slurm # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_slurm.m4:31 AC_ARG_WITH([tm], [AS_HELP_STRING([--with-tm(=DIR)], [Build TM (Torque, PBSPro, and compatible) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_tm.m4:132 AC_ARG_WITH([tm-libdir], [AS_HELP_STRING([--with-tm-libdir=DIR], [Search for Torque libraries in DIR])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_tm.m4:135 # Warning: Excluded: visibility # ---------------------------------------- Above from 3rd-party/prrte//config/prte_check_visibility.m4:31 # Warning: Excluded: c11-atomics # ---------------------------------------- Above from 3rd-party/prrte//config/prte_config_asm.m4:85 # Warning: Excluded: builtin-atomics # ---------------------------------------- Above from 3rd-party/prrte//config/prte_config_asm.m4:87 # Warning: Excluded: prte-prefix-by-default # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:50 # Warning: Excluded: debug # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:68 # Warning: Excluded: debug-symbols # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:87 # Warning: Excluded: devel-check # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:96 # Warning: Excluded: memory-sanitizers # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:117 # Warning: Excluded: devel-headers # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:139 # Warning: Excluded: pretty-print-stacktrace # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:156 # Warning: Excluded: pty-support # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:176 # Warning: Excluded: dlopen # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:195 AC_ARG_ENABLE([show-load-errors-by-default], [AS_HELP_STRING([--enable-show-load-errors-by-default], [Set the default value for the MCA parameter mca_base_component_show_load_errors (but can be overridden at run time by the usual MCA-variable-setting mechansism). This MCA variable controls whether warnings are displayed when an MCA component fails to load at run time due to an error. (default: enabled in --enable-debug builds, meaning that mca_base_component_show_load_errors is enabled by default when configured with --enable-debug])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:227 AC_ARG_WITH(proxy-version-string, AS_HELP_STRING([--with-proxy-version-string], [Return the provided string when prte is used in proxy mode and the version is requested])) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:249 AC_ARG_WITH(proxy-package-name, AS_HELP_STRING([--with-proxy-package-name], [Return the provided string when prte is used in proxy mode and the package name is requested])) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:276 AC_ARG_WITH(proxy-bugreport, AS_HELP_STRING([--with-proxy-bugreport], [Return the provided string when prte is used in proxy mode and the PACKAGE_BUGREPORT is requested])) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:290 # Warning: Excluded: per-user-config-files # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:305 # Warning: Excluded: ipv6 # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:320 # Warning: Excluded: package-string # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:337 # Warning: Excluded: ident-string # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:351 # Warning: Excluded: getpwuid # ---------------------------------------- Above from 3rd-party/prrte//config/prte_configure_options.m4:374 # Warning: Excluded: max- # ---------------------------------------- Above from 3rd-party/prrte//config/prte_functions.m4:308 AC_ARG_WITH([prte-platform-patches-dir], [AS_HELP_STRING([--with-prte-platform-patches-dir=DIR], [Location of the platform patches directory. If you use this option, you must also use --with-platform.])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_load_platform.m4:30 AC_ARG_WITH([prte-platform], [AS_HELP_STRING([--with-prte-platform=FILE], [Load options for build from FILE. Options on the command line not in FILE are used. Options on the command line and in FILE are replaced by what is in FILE.])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_load_platform.m4:37 # Warning: Excluded: mca-no-build # ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:55 # Warning: Excluded: mca-dso # ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:59 # Warning: Excluded: mca-static # ---------------------------------------- Above from 3rd-party/prrte//config/prte_mca.m4:67 # Warning: Excluded: hwloc # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:21 # Warning: Excluded: hwloc-libdir # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:24 # Warning: Excluded: hwloc-extra-libs # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:27 # Warning: Excluded: hwloc-lib-checks # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_hwloc.m4:30 # Warning: Excluded: libev # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:36 # Warning: Excluded: libev-libdir # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:39 # Warning: Excluded: libev-extra-libs # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:42 # Warning: Excluded: libev-lib-checks # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libev.m4:45 # Warning: Excluded: libevent # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:36 # Warning: Excluded: libevent-libdir # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:39 # Warning: Excluded: libevent-extra-libs # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:42 # Warning: Excluded: libevent-lib-checks # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_libevent.m4:45 AC_ARG_WITH([pmix], [AS_HELP_STRING([--with-pmix(=DIR)], [Where to find PMIx support, optionally adding DIR to the search path])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:71 AC_ARG_WITH([pmix-libdir], [AS_HELP_STRING([--with-pmix-libdir=DIR], [Look for libpmix in the given directory DIR, DIR/lib or DIR/lib64])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:74 AC_ARG_WITH([pmix-extra-libs], [AS_HELP_STRING([--with-pmix-extra-libs=LIBS], [Add LIBS as dependencies of pmix])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:77 AC_ARG_ENABLE([pmix-lib-checks], [AS_HELP_STRING([--disable-pmix-lib-checks], [If --disable-pmix-lib-checks is specified, configure will assume that -lpmix is available])]) # ---------------------------------------- Above from 3rd-party/prrte//config/prte_setup_pmix.m4:80 AC_ARG_ENABLE([prte-dlopen], [AS_HELP_STRING([--disable-prte-dlopen], [Disable the "dlopen" PRTE DL component (and probably force the use of the "libltdl" DL component). This option should really only be used by PRTE developers. You are probably actually looking for the "--disable-dlopen" option, which disables all dlopen-like functionality from PRTE.]) ]) # ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/dlopen/configure.m4:51 # Warning: Excluded: libltdl # ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/libltdl/configure.m4:48 # Warning: Excluded: libltdl-libdir # ---------------------------------------- Above from 3rd-party/prrte//src/mca/prtedl/libltdl/configure.m4:51 # Warning: Excluded: pbs # ---------------------------------------- Above from 3rd-party/prrte//src/mca/ras/pbs/configure.m4:34 AC_ARG_ENABLE([ompi-support], [AS_HELP_STRING([--disable-ompi-support], [Disable support for Open MPI (default: no)])]) # ---------------------------------------- Above from 3rd-party/prrte//src/mca/schizo/ompi/configure.m4:34 ]) m4trace:config/c_get_alignment.m4:36: -1- AC_DEFUN([OPAL_C_GET_ALIGNMENT], [ OPAL_VAR_SCOPE_PUSH([opal_align_value]) AC_LANG_PUSH([C]) AC_CHECK_ALIGNOF([$1], [AC_INCLUDES_DEFAULT #include ]) # Put the value determined from AC CHECK_ALIGNOF into an # easy-to-access shell variable. AS_VAR_COPY([opal_align_value], [ac_cv_alignof_]AS_TR_SH([$1])) # This $opal_cv_c_align_* shell variable is used elsewhere in # configure.ac AS_VAR_COPY([opal_cv_c_align_]AS_TR_SH([$1]), [opal_align_value]) # This #define is used in C code. AC_DEFINE_UNQUOTED([$2], [$opal_align_value], [Alignment of $1]) AC_LANG_POP([C]) OPAL_VAR_SCOPE_POP ]) m4trace:config/c_weak_symbols.m4:25: -1- AC_DEFUN([_OPAL_C_WEAK_SYMBOLS], [ # need two files because icc will incorrectly not create the # symbols if they are not used in the object file in which they # are defined. Blah! # To get to compile with icc, have them in a separate header. cat > conftest_weak.h < conftest_weak.c < conftest.c < conftest_weak.h < conftest_weak.c < conftest.c <>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ]) m4trace:config/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) m4trace:config/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ]) m4trace:config/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) m4trace:config/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_CXX' is obsolete. You should run autoupdate.])dnl LT_LANG(C++)]) m4trace:config/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) m4trace:config/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_F77' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran 77)]) m4trace:config/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) m4trace:config/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_FC' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran)]) m4trace:config/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) m4trace:config/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_GCJ' is obsolete. You should run autoupdate.])dnl LT_LANG(Java)]) m4trace:config/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) m4trace:config/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_RC' is obsolete. You should run autoupdate.])dnl LT_LANG(Windows Resource)]) m4trace:config/libtool.m4:1243: -1- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) m4trace:config/libtool.m4:1588: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ]) m4trace:config/libtool.m4:1630: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])], [], []) m4trace:config/libtool.m4:1630: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_COMPILER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) m4trace:config/libtool.m4:1639: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ]) m4trace:config/libtool.m4:1674: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])], [], []) m4trace:config/libtool.m4:1674: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_LINKER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) m4trace:config/libtool.m4:1681: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ]) m4trace:config/libtool.m4:1820: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])], [], []) m4trace:config/libtool.m4:1820: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) m4trace:config/libtool.m4:1931: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ]) m4trace:config/libtool.m4:2056: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])], [], []) m4trace:config/libtool.m4:2056: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_DLOPEN_SELF' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) m4trace:config/libtool.m4:3186: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ]) m4trace:config/libtool.m4:3248: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])], [], []) m4trace:config/libtool.m4:3248: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [m4_warn([obsolete], [The macro 'AC_PATH_TOOL_PREFIX' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) m4trace:config/libtool.m4:3271: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 | $SED '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ]) m4trace:config/libtool.m4:3785: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) m4trace:config/libtool.m4:3785: -1- AC_DEFUN([AM_PROG_NM], [m4_warn([obsolete], [The macro 'AM_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:config/libtool.m4:3786: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) m4trace:config/libtool.m4:3786: -1- AC_DEFUN([AC_PROG_NM], [m4_warn([obsolete], [The macro 'AC_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) m4trace:config/libtool.m4:3857: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ]) m4trace:config/libtool.m4:3871: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ]) m4trace:config/libtool.m4:3890: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])], [], []) m4trace:config/libtool.m4:3890: -1- AC_DEFUN([AC_CHECK_LIBM], [m4_warn([obsolete], [The macro 'AC_CHECK_LIBM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) m4trace:config/libtool.m4:8172: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) m4trace:config/libtool.m4:8181: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])], [], []) m4trace:config/libtool.m4:8181: -1- AC_DEFUN([LT_AC_PROG_GCJ], [m4_warn([obsolete], [The macro 'LT_AC_PROG_GCJ' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) m4trace:config/libtool.m4:8188: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) m4trace:config/libtool.m4:8195: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) m4trace:config/libtool.m4:8200: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])], [], []) m4trace:config/libtool.m4:8200: -1- AC_DEFUN([LT_AC_PROG_RC], [m4_warn([obsolete], [The macro 'LT_AC_PROG_RC' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) m4trace:config/libtool.m4:8328: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])], [], []) m4trace:config/libtool.m4:8328: -1- AC_DEFUN([LT_AC_PROG_SED], [m4_warn([obsolete], [The macro 'LT_AC_PROG_SED' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:config/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) m4trace:config/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_DLOPEN' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_WIN32_DLL' is obsolete. You should run autoupdate.])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) m4trace:config/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) m4trace:config/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) m4trace:config/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [m4_warn([obsolete], [The macro 'AM_ENABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_ENABLE_SHARED($@)]) m4trace:config/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) m4trace:config/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [m4_warn([obsolete], [The macro 'AM_DISABLE_SHARED' is obsolete. You should run autoupdate.])dnl AC_DISABLE_SHARED($@)]) m4trace:config/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) m4trace:config/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) m4trace:config/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) m4trace:config/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [m4_warn([obsolete], [The macro 'AM_ENABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_ENABLE_STATIC($@)]) m4trace:config/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) m4trace:config/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [m4_warn([obsolete], [The macro 'AM_DISABLE_STATIC' is obsolete. You should run autoupdate.])dnl AC_DISABLE_STATIC($@)]) m4trace:config/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro 'AC_ENABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro 'AC_DISABLE_FAST_INSTALL' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:config/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [m4_warn([obsolete], [The macro 'AC_LIBTOOL_PICMODE' is obsolete. You should run autoupdate.])dnl _LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) m4trace:config/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) m4trace:config/ltversion.m4:19: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' macro_revision='2.4.7' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) m4trace:config/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4trace:config/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) m4trace:config/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) m4trace:config/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) m4trace:config/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) m4trace:config/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) m4trace:config/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) m4trace:config/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) m4trace:config/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) m4trace:config/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) m4trace:config/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) m4trace:config/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) m4trace:config/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) m4trace:config/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) m4trace:config/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) m4trace:config/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) m4trace:config/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) m4trace:config/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) m4trace:config/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) m4trace:config/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) m4trace:config/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) m4trace:config/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) m4trace:config/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) m4trace:config/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) m4trace:config/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) m4trace:config/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) m4trace:config/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) m4trace:config/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) m4trace:config/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) m4trace:config/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) m4trace:config/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) m4trace:config/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) m4trace:config/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) m4trace:config/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) m4trace:config/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) m4trace:config/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) m4trace:config/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) m4trace:config/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) m4trace:config/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) m4trace:config/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) m4trace:config/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) m4trace:config/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) m4trace:config/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) m4trace:config/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) m4trace:config/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) m4trace:config/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) m4trace:config/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) m4trace:config/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) m4trace:config/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) m4trace:config/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) m4trace:config/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) m4trace:config/ompi_check_gpfs.m4:26: -1- AC_DEFUN([OMPI_CHECK_GPFS], [ OPAL_VAR_SCOPE_PUSH([ompi_check_gpfs_happy]) # Get some configuration information AC_ARG_WITH([gpfs], [AS_HELP_STRING([--with-gpfs(=DIR)], [Build Gpfs support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) # Add correct -I and -L flags OAC_CHECK_PACKAGE([gpfs], [$1], [gpfs.h], [gpfs], [gpfs_lib_init], [ompi_check_gpfs_happy="yes"], [ompi_check_gpfs_happy="no"]) OPAL_SUMMARY_ADD([OMPIO File Systems], [IBM Spectrum Scale/GPFS], [], [${$1_SUMMARY}]) AS_IF([test "$ompi_check_gpfs_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_gpfs" && test "$with_gpfs" != "no"], [AC_MSG_ERROR([GPFS support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_check_ime.m4:18: -1- AC_DEFUN([OMPI_CHECK_IME], [ OPAL_VAR_SCOPE_PUSH([ompi_check_ime_happy]) # Get some configuration information AC_ARG_WITH([ime], [AS_HELP_STRING([--with-ime(=DIR)], [Build IME support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) OAC_CHECK_PACKAGE([ime], [$1], [ime_native.h], [im_client], [ime_client_native2_init], [ompi_check_ime_happy="yes"], [ompi_check_ime_happy="no"]) AS_IF([test "$ompi_check_ime_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_ime" && test "$with_ime" != "no"], [AC_MSG_ERROR([IME support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_check_libhcoll.m4:19: -1- AC_DEFUN([OMPI_CHECK_HCOLL], [ OPAL_VAR_SCOPE_PUSH([ompi_check_hcoll_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_ARG_WITH([hcoll], [AS_HELP_STRING([--with-hcoll(=DIR)], [Build hcoll (Mellanox Hierarchical Collectives) support, optionally adding DIR/include and DIR/lib or DIR/lib64 to the search path for headers and libraries])]) OAC_CHECK_PACKAGE([hcoll], [$1], [hcoll/api/hcoll_api.h], [hcoll], [hcoll_get_version], [ompi_check_hcoll_happy="yes"], [ompi_check_hcoll_happy="no"]) AS_IF([test "$ompi_check_hcoll_happy" = "yes"], [CPPFLAGS_save=$CPPFLAGS LDFLAGS_save=$LDFLAGS LIBS_save=$LIBS CPPFLAGS="${$1_CPPFLAGS} ${CPPFLAGS}" LDFLAGS="${$1_LDFLAGS} ${LDFLAGS}" LIBS="${$1_LIBS} ${LIBS}" AC_CHECK_FUNCS(hcoll_context_free, [], []) CPPFLAGS=$CPPFLAGS_save LDFLAGS=$LDFLAGS_save LIBS=$LIBS_save]) AS_IF([test "$ompi_check_hcoll_happy" = "yes" && test "$enable_progress_threads" = "yes"], [AC_MSG_WARN([hcoll driver does not currently support progress threads. Disabling HCOLL.]) ompi_check_hcoll_happy="no"]) AS_IF([test "$ompi_check_hcoll_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_hcoll" && test "$with_hcoll" != "no"], [AC_MSG_ERROR([HCOLL support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_check_lustre.m4:31: -1- AC_DEFUN([OMPI_CHECK_LUSTRE], [ OPAL_VAR_SCOPE_PUSH([ompi_check_lustre_happy]) # Get some configuration information AC_ARG_WITH([lustre], [AS_HELP_STRING([--with-lustre(=DIR)], [Build Lustre support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) OAC_CHECK_PACKAGE([lustre], [$1], [lustre/lustreapi.h], [lustreapi], [llapi_file_create], [ompi_check_lustre_happy="yes"], [ompi_check_lustre_happy="no"]) AS_IF([test "$ompi_check_lustre_happy" = "yes"], [AC_CACHE_CHECK([for required lustre data structures], [ompi_check_lustre_cv_ost_data_v1], [ompi_check_lustre_cv_ost_data_v1=yes cat > conftest.c <])]) CPPFLAGS="${opal_psm2_CPPFLAGS_save}" OPAL_SUMMARY_ADD([Transports], [Intel Omnipath (PSM2)], [], [${$1_SUMMARY}]) AS_IF([test "$ompi_check_psm2_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_psm2" && test "$with_psm2" != "no"], [AC_MSG_ERROR([PSM2 support requested but not found. Aborting])]) $3]) ]) m4trace:config/ompi_check_pvfs2.m4:29: -1- AC_DEFUN([OMPI_CHECK_PVFS2], [ OPAL_VAR_SCOPE_PUSH([ompi_check_pvfs2_happy]) # Get some configuration information AC_ARG_WITH([pvfs2], [AS_HELP_STRING([--with-pvfs2(=DIR)], [Build Pvfs2 support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) OAC_CHECK_PACKAGE([pvfs2], [$1], [pvfs2.h], [pvfs2], [PVFS_util_resolve], [ompi_check_pvfs2_happy="yes"], [ompi_check_pvfs2_happy="no"]) AS_IF([test "$ompi_check_pvfs2_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_pvfs2" && test "$with_pvfs2" != "no"], [AC_MSG_ERROR([PVFS2 support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_check_ucc.m4:19: -1- AC_DEFUN([OMPI_CHECK_UCC], [ OPAL_VAR_SCOPE_PUSH([ompi_check_ucc_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_ARG_WITH([ucc], [AS_HELP_STRING([--with-ucc(=DIR)], [Build UCC (Unified Collective Communication)])]) OAC_CHECK_PACKAGE([ucc], [$1], [ucc/api/ucc.h], [ucc], [ucc_init_version], [ompi_check_ucc_happy="yes"], [ompi_check_ucc_happy="no"]) AS_IF([test "$ompi_check_ucc_happy" = "yes"], [CPPFLAGS_save=$CPPFLAGS LDFLAGS_save=$LDFLAGS LIBS_save=$LIBS CPPFLAGS="${$1_CPPFLAGS} ${CPPFLAGS}" LDFLAGS="${$1_LDFLAGS} ${LDFLAGS}" LIBS="${$1_LIBS} ${LIBS}" AC_CHECK_FUNCS(ucc_comm_free, [], []) AC_MSG_CHECKING([if UCC supports float128 and float32(64,128)_complex datatypes]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ucc_datatype_t dt = UCC_DT_FLOAT32_COMPLEX;]])], [flag=1 AC_MSG_RESULT([yes])], [flag=0 AC_MSG_RESULT([no])]) AC_DEFINE_UNQUOTED(UCC_HAVE_COMPLEX_AND_FLOAT128_DT, $flag, [Check if float128 and float32(64,128)_complex dt are available in ucc.]) CPPFLAGS=$CPPFLAGS_save LDFLAGS=$LDFLAGS_save LIBS=$LIBS_save]) AS_IF([test "$ompi_check_ucc_happy" = "yes" && test "$enable_progress_threads" = "yes"], [AC_MSG_WARN([ucc driver does not currently support progress threads. Disabling UCC.]) ompi_check_ucc_happy="no"]) AS_IF([test "$ompi_check_ucc_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_ucc" && test "$with_ucc" != "no"], [AC_MSG_ERROR([UCC support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_check_ucx.m4:23: -1- AC_DEFUN([OMPI_CHECK_UCX], [ OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4_ifblank([$1], [m4_fatal([First argument to OMPI_CHECK_UCX cannot be blank])]) AC_ARG_WITH([ucx], [AS_HELP_STRING([--with-ucx(=DIR)], [Build with Unified Communication X library support])]) AC_ARG_WITH([ucx-libdir], [AS_HELP_STRING([--with-ucx-libdir=DIR], [Search for Unified Communication X libraries in DIR])]) OAC_CHECK_PACKAGE([ucx], [$1], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) ompi_check_ucx_CPPFLAGS_save=${CPPFLAGS} ompi_check_ucx_LDLAGS_save=${LDFLAGS} ompi_check_ucx_LIBS_save=${LIBS} OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${$1_CPPFLAGS}]) OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], [${$1_LDFLAGS}]) OPAL_FLAGS_APPEND_MOVE([LIBS], [${$1_LIBS}]) AS_IF([test "$ompi_check_ucx_happy" = yes], [AC_CACHE_CHECK([for UCX version header], [ompi_check_ucx_cv_have_version_header], [AC_REQUIRE_CPP AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]],[[]])], [ompi_check_ucx_cv_have_version_header="yes"], [ompi_check_ucx_cv_have_version_header="no"])]) AS_IF([test "${ompi_check_ucx_cv_have_version_header}" != "yes"], [ompi_check_ucx_happy=no])]) AS_IF([test "$ompi_check_ucx_happy" = yes], [# Turn off UCX version v1.8 due to issue #8321 AC_CACHE_CHECK([UCX version 1.8.x], [ompi_check_ucx_cv_have_version_1_8], [AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[ #include ]], [[ #if (UCP_API_MAJOR == 1) && (UCP_API_MINOR == 8) #error "Invalid version" #endif ]])], [ompi_check_ucx_cv_have_version_1_8=no], [ompi_check_ucx_cv_have_version_1_8=yes])]) AS_IF([test "${ompi_check_ucx_cv_have_version_1_8}" = "yes"], [AC_MSG_WARN([UCX support skipped because version 1.8.x was found, which has a known catastrophic issue.]) ompi_check_ucx_happy=no])]) AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[ #include ]], [[ #if (UCP_API_MAJOR < 1) || ((UCP_API_MAJOR == 1) && (UCP_API_MINOR < 9)) #error "Version too low" #endif ]])], [], [AC_MSG_WARN([UCX version is too old, please upgrade to 1.9 or higher.])]) AS_IF([test "$ompi_check_ucx_happy" = yes], [AC_CHECK_DECLS([ucp_tag_send_nbr], [AC_DEFINE([HAVE_UCP_TAG_SEND_NBR],[1], [have ucp_tag_send_nbr()])], [], [#include ]) AC_CHECK_DECLS([ucp_ep_flush_nb, ucp_worker_flush_nb, ucp_request_check_status, ucp_put_nb, ucp_get_nb, ucp_put_nbx, ucp_get_nbx, ucp_atomic_op_nbx, ucp_ep_flush_nbx], [], [], [#include ]) AC_CHECK_DECLS([ucm_test_events, ucm_test_external_events], [], [], [#include ]) AC_CHECK_DECLS([UCP_ATOMIC_POST_OP_AND, UCP_ATOMIC_POST_OP_OR, UCP_ATOMIC_POST_OP_XOR, UCP_ATOMIC_FETCH_OP_FAND, UCP_ATOMIC_FETCH_OP_FOR, UCP_ATOMIC_FETCH_OP_FXOR, UCP_PARAM_FIELD_ESTIMATED_NUM_PPN, UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK, UCP_OP_ATTR_FLAG_MULTI_SEND, UCP_MEM_MAP_SYMMETRIC_RKEY, UCS_MEMORY_TYPE_RDMA], [], [], [#include ]) AC_CHECK_DECLS([UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS], [AC_DEFINE([HAVE_UCP_WORKER_ADDRESS_FLAGS], [1], [have worker address attribute])], [], [#include ]) AC_CHECK_DECLS([UCP_ATTR_FIELD_MEMORY_TYPES], [AC_DEFINE([HAVE_UCP_ATTR_MEMORY_TYPES], [1], [have memory types attribute])], [], [#include ]) AC_CHECK_DECLS([UCP_EP_ATTR_FIELD_TRANSPORTS], [], [], [#include ]) AC_CHECK_DECLS([ucp_tag_send_nbx, ucp_tag_send_sync_nbx, ucp_tag_recv_nbx, ucp_rkey_compare], [], [], [#include ]) AC_CHECK_TYPES([ucp_request_param_t], [], [], [[#include ]]) ]) CPPFLAGS=${ompi_check_ucx_CPPFLAGS_save} LDFLAGS=${ompi_check_ucx_LDLAGS_save} LIBS=${ompi_check_ucx_LIBS_save} OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) AS_IF([test "$ompi_check_ucx_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_ucx" && test "$with_ucx" != "no"], [AC_MSG_ERROR([UCX support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_config_files.m4:18: -1- AC_DEFUN([OMPI_CONFIG_FILES], [ AC_CONFIG_FILES([ ompi/Makefile ompi/etc/Makefile ompi/include/Makefile ompi/include/mpif.h ompi/include/mpif-config.h ompi/datatype/Makefile ompi/debuggers/Makefile ompi/mpi/c/Makefile ompi/mpi/fortran/base/Makefile ompi/mpi/fortran/mpif-h/Makefile ompi/mpi/fortran/mpif-h/profile/Makefile ompi/mpi/fortran/use-mpi/Makefile ompi/mpi/fortran/use-mpi/mpi-types.F90 ompi/mpi/fortran/use-mpi-tkr/Makefile ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-removed-interfaces.h ompi/mpi/fortran/use-mpi-f08/Makefile ompi/mpi/fortran/use-mpi-f08/base/Makefile ompi/mpi/fortran/use-mpi-f08/profile/Makefile ompi/mpi/fortran/use-mpi-f08/bindings/Makefile ompi/mpi/fortran/use-mpi-f08/mod/Makefile ompi/mpi/fortran/use-mpi-f08/mod/mpi-f08-interfaces.h ompi/mpi/fortran/mpiext-use-mpi/Makefile ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile ompi/mpi/tool/Makefile ompi/tools/ompi_info/Makefile ompi/tools/wrappers/Makefile ompi/tools/wrappers/mpicc-wrapper-data.txt ompi/tools/wrappers/mpic++-wrapper-data.txt ompi/tools/wrappers/mpifort-wrapper-data.txt ompi/tools/wrappers/ompi.pc ompi/tools/wrappers/ompi-c.pc ompi/tools/wrappers/ompi-cxx.pc ompi/tools/wrappers/ompi-fort.pc ompi/tools/wrappers/mpijavac.pl ompi/tools/mpisync/Makefile ompi/tools/mpirun/Makefile ]) ]) m4trace:config/ompi_configure_options.m4:30: -1- AC_DEFUN([OMPI_CONFIGURE_OPTIONS], [ opal_show_subtitle "MPI layer configuration options" # # Disable MPI layer? # AC_ARG_ENABLE([mpi], [AS_HELP_STRING([--disable-mpi], [Disable building the MPI layer (default:enabled)])]) # # Do we want to enable MPI interface warnings (e.g. deprecated # functionality and others)? # # This was disabled by default in v1.5, but will be enabled by default # in 1.7 and beyond. # AC_MSG_CHECKING([if want compile-time warnings inside of mpi.h]) AC_ARG_ENABLE([mpi-interface-warning], [AS_HELP_STRING([--enable-mpi-interface-warning], [enable compile-time warnings when deprecated MPI functions are used (default: enabled)])]) if test "$enable_mpi_interface_warning" != "no"; then AC_MSG_RESULT([yes]) OMPI_WANT_MPI_INTERFACE_WARNING=1 else AC_MSG_RESULT([no]) OMPI_WANT_MPI_INTERFACE_WARNING=0 fi AC_DEFINE_UNQUOTED([OMPI_WANT_MPI_INTERFACE_WARNING], [$OMPI_WANT_MPI_INTERFACE_WARNING], [Enable warnings when using deprecated MPI functions]) # # Sparse Groups # AC_MSG_CHECKING([if want sparse process groups]) AC_ARG_ENABLE([sparse-groups], [AS_HELP_STRING([--enable-sparse-groups], [enable sparse process groups (default: not enabled)])]) if test "$enable_sparse_groups" = "yes"; then AC_MSG_RESULT([yes]) GROUP_SPARSE=1 else AC_MSG_RESULT([no]) GROUP_SPARSE=0 fi AC_DEFINE_UNQUOTED([OMPI_GROUP_SPARSE],$GROUP_SPARSE, [Whether we want sparse process groups]) # # Do we want to enable peruse interface? # AC_MSG_CHECKING([if want peruse support]) AC_ARG_ENABLE([peruse], [AS_HELP_STRING([--enable-peruse], [enable PERUSE interface (default: disabled)])]) if test "$enable_peruse" = "yes"; then AC_MSG_RESULT([yes]) WANT_PERUSE=1 else AC_MSG_RESULT([no]) WANT_PERUSE=0 fi AC_DEFINE_UNQUOTED([OMPI_WANT_PERUSE], [$WANT_PERUSE], [if the peruse interface should be enabled]) AM_CONDITIONAL(WANT_PERUSE, test "$WANT_PERUSE" = "1") # # Fortran MPI bindings # AC_MSG_CHECKING([if want Fortran MPI bindings]) AC_ARG_ENABLE([mpi-fortran], [AS_HELP_STRING([--enable-mpi-fortran], [specify which Fortran MPI bindings to build: yes, none (or no), best-effort, mpifh (build only mpif.h support), usempi (build mpif.h and the mpi module), or usempif08 (or all, build mpifh, the mpi module, and the mpi_f08 module) (default: "yes" if Fortran compiler found)])]) # These are the 4 monotonically-rising values indicating levels of # Fortran bindings support. OMPI_FORTRAN_NO_BINDINGS=0 OMPI_FORTRAN_MPIFH_BINDINGS=1 OMPI_FORTRAN_USEMPI_BINDINGS=2 OMPI_FORTRAN_USEMPIF08_BINDINGS=3 # Set this variable to minimum the level of Fortran bindings support # that is *required* (i.e., if we can't achieve this level, then # configure should abort). OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS # Set this variable to the highest level of Fortran bindings support # that should be attempted. This value will never be <= # $OMPI_MIN_REQUIRED_FORTRAN_BINDINGS. OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS case "x$enable_mpi_fortran" in x|xbest-effort) AC_MSG_RESULT([ (try)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPIF08_BINDINGS ;; xyes) AC_MSG_RESULT([yes (default)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_MPIFH_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPIF08_BINDINGS ;; xall|xusempif08) AC_MSG_RESULT([all (usempif08)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPIF08_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPIF08_BINDINGS ;; xno|xnone) AC_MSG_RESULT([no (none)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS ;; xmpifh) AC_MSG_RESULT([yes (mpif.h)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_MPIFH_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_MPIFH_BINDINGS ;; xusempi) AC_MSG_RESULT([yes (mpif.h, mpi module)]) OMPI_MIN_REQUIRED_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS ;; *) AC_MSG_RESULT([unknown: $binding]) AC_MSG_WARN([--enable-mpi-fortran supports only one of the following values: yes, all, none, best-effort, mpifh, usempi, or usempif08]) AC_MSG_ERROR([Cannot continue]) ;; esac AC_MSG_CHECKING([where to install Fortran MPI modules]) AC_ARG_WITH([mpi-moduledir], [AS_HELP_STRING([--with-mpi-moduledir], [specify where to install Fortran MPI modules (default: $libdir)])], [OMPI_FORTRAN_MODULEDIR=$withval], [OMPI_FORTRAN_MODULEDIR=$libdir]) AC_SUBST(OMPI_FORTRAN_MODULEDIR) AC_MSG_RESULT([$OMPI_FORTRAN_MODULEDIR]) # Remove these when we finally kill them once and for all AC_ARG_ENABLE([mpi1-compatibility], [AS_HELP_STRING([--enable-mpi1-compatibility], [Enable support for MPI-1.x functions removed from the current MPI standard (MPI-3.x). This option will go away in a future release of Open MPI (default: disabled)])]) if test "x$enable_mpi1_compatibility" = "xyes" ; then ompi_mpi1_support=1 else ompi_mpi1_support=0 fi AC_DEFINE_UNQUOTED([OMPI_ENABLE_MPI1_COMPAT], [$ompi_mpi1_support], [whether we want MPI-1.x support]) AC_SUBST([OMPI_ENABLE_MPI1_COMPAT], [$ompi_mpi1_support]) AM_CONDITIONAL([OMPI_ENABLE_MPI1_COMPAT],[test $ompi_mpi1_support = 1]) AC_ARG_ENABLE([grequest-extensions], [AS_HELP_STRING([--enable-grequest-extensions], [Enable support for Grequest extensions (default: disabled)])]) if test "x$enable_grequest_extensions" = "xyes" ; then ompi_grequest_extensions=1 else ompi_grequest_extensions=0 fi AC_DEFINE_UNQUOTED([OMPI_ENABLE_GREQUEST_EXTENSIONS], [$ompi_grequest_extensions], [whether we support Grequest extensions]) AC_SUBST([OMPI_ENABLE_GREQUEST_EXTENSIONS], [$ompi_grequest_extensions]) AM_CONDITIONAL([OMPI_ENABLE_GREQUEST_EXTENSIONS],[test $ompi_grequest_extensions = 1]) # # Do we want to disable MPI parameter checking at run-time? # AC_MSG_CHECKING([if want run-time MPI parameter checking]) AC_ARG_WITH([mpi-param-check], [AS_HELP_STRING([--with-mpi-param-check(=VALUE)], [behavior of MPI function parameter checking. Valid values are: always, never, runtime. If --with-mpi-param-check is specified with no VALUE argument, it is equivalent to a VALUE of "always"; --without-mpi-param-check is equivalent to "never" (default: runtime).])]) mpi_param_check=ompi_mpi_param_check if test "$with_mpi_param_check" = "no" || \ test "$with_mpi_param_check" = "never"; then mpi_param_check=0 ompi_param_check=0 AC_MSG_RESULT([never]) elif test "$with_mpi_param_check" = "yes" || \ test "$with_mpi_param_check" = "always"; then mpi_param_check=1 ompi_param_check=1 AC_MSG_RESULT([always]) elif test "$with_mpi_param_check" = "runtime" || \ test -z "$with_mpi_params_check"; then ompi_param_check=1 AC_MSG_RESULT([runtime]) else AC_MSG_RESULT([unknown]) AC_MSG_WARN([*** Unrecognized --with-mpi-param-check value]) AC_MSG_WARN([*** See "configure --help" output]) AC_MSG_WARN([*** Defaulting to "runtime"]) fi AC_DEFINE_UNQUOTED(MPI_PARAM_CHECK, $mpi_param_check, [Whether we want to check MPI parameters always, never, or decide at run-time]) AC_DEFINE_UNQUOTED(OMPI_PARAM_CHECK, $ompi_param_check, [Whether we want to check MPI parameters never or possible (an integer constant)]) AC_MSG_CHECKING([if want OMPIO support]) AC_ARG_ENABLE([io-ompio], [AS_HELP_STRING([--disable-io-ompio], [Disable the ompio MPI-IO component])]) if test "$enable_io_ompio" = "no" ; then AC_MSG_RESULT([no]) ompi_want_ompio=0 else AC_MSG_RESULT([yes]) ompi_want_ompio=1 fi AM_CONDITIONAL(OMPI_OMPIO_SUPPORT, test "$ompi_want_ompio" = "1") ]) m4trace:config/ompi_deleted_options.m4:12: -1- AC_DEFUN([OMPI_CHECK_DELETED_OPTIONS], [ OPAL_VAR_SCOPE_PUSH([with_pmi_given with_pmi_libdir_given ompi_cxx_warn ompi_cxx_error]) # --with-pmi options were removed in v5.0 AC_ARG_WITH([pmi], [AS_HELP_STRING([--with-pmi(=DIR)], [*DELETED* Build PMI support, optionally adding DIR to the search path (default: no)])], [with_pmi_given=yes]) AC_ARG_WITH([pmi-libdir], [AS_HELP_STRING([--with-pmi-libdir=DIR], [*DELETED* Look for libpmi or libpmi2 in the given directory DIR, DIR/lib or DIR/lib64])], [with_pmi_libdir_given=yes]) AS_IF([test "$with_pmi" = "no"], [with_pmi_given=no]) AS_IF([test "$with_pmi_libdir" = "no"], [with_pmi_libdir_given=no]) if test "$with_pmi_given" = "yes" || test "$with_pmi_libdir_given" = "yes"; then AC_MSG_WARN([Open MPI no longer supports PMI-1 or PMI-2 libraries.]) AC_MSG_WARN([PMIx is now required. Either the internal version or an]) AC_MSG_WARN([external version of PMIx may be used, so long as the]) AC_MSG_WARN([external version is compatible with the PMIx v2.2]) AC_MSG_WARN([Standard or higher. Note that cross-version support]) AC_MSG_WARN([within the OpenPMIx library can be used by this OMPI]) AC_MSG_WARN([to interact with environments based on other PMIx]) AC_MSG_WARN([versions.]) AC_MSG_ERROR([Build cannot continue.]) fi # Note that we always *warn* if someone used a CLI option for a # feature that has been deleted. If, however, they are disabling # the deleted feature (e.g., --disable-mpi-cxx), then emitting a # warning is good enough -- allow configure to continue. If, # however, the user asked to enable a deleted feature, then # configure needs to error out. ompi_cxx_warn=0 ompi_cxx_error=0 AC_ARG_ENABLE([mpi-cxx], [AS_HELP_STRING([--enable-mpi-cxx], [*DELETED* Build the MPI C++ bindings])], [ompi_cxx_warn=1 AS_IF([test "$enable_mpi_cxx" != "no"], [ompi_cxx_error=1]) ]) AC_ARG_ENABLE([mpi-cxx-seek], [AS_HELP_STRING([--enable-mpi-cxx-seek], [*DELETED* Build support for MPI::SEEK])], [ompi_cxx_warn=1 AS_IF([test "$enable_mpi_cxx_seek" != "no"], [ompi_cxx_error=1]) ]) AC_ARG_ENABLE([cxx-exceptions], [AS_HELP_STRING([--enable-cxx-exceptions], [*DELETED* Build support for C++ exceptions in the MPI C++ bindings])], [ompi_cxx_warn=1 AS_IF([test "$enable_cxx_exceptions" != "no"], [ompi_cxx_error=1]) ]) AS_IF([test $ompi_cxx_warn -eq 1], [AC_MSG_WARN([An MPI C++ bindings-related command line option]) AC_MSG_WARN([was given to "configure".]) AC_MSG_WARN([ ]) AC_MSG_WARN([This command line option will be removed in a future]) AC_MSG_WARN([version of Open MPI; you should discontinue using it.]) AC_MSG_WARN([You have been warned!]) AC_MSG_WARN([ ]) AC_MSG_WARN([The MPI C++ bindings were deprecated in the MPI-2.2]) AC_MSG_WARN([standard in 2009, and removed from the MPI-3.0]) AC_MSG_WARN([standard in 2012. The MPI C++ bindings were then]) AC_MSG_WARN([removed from Open MPI v5.0.0 in 2022.]) AC_MSG_WARN([ ]) AC_MSG_WARN([If you need support for the MPI C++ bindings, you]) AC_MSG_WARN([will need to use an older version of Open MPI.]) ]) AS_IF([test $ompi_cxx_error -eq 1], [AC_MSG_ERROR([Build cannot continue.])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_endpoint_tag.m4:13: -1- AC_DEFUN([OMPI_REQUIRE_ENDPOINT_TAG_INIT], [ ompi_endpoint_tag_counter=0 ]) m4trace:config/ompi_endpoint_tag.m4:23: -1- AC_DEFUN([OMPI_REQUIRE_ENDPOINT_TAG], [ AC_REQUIRE([OMPI_REQUIRE_ENDPOINT_TAG_INIT]) AC_MSG_CHECKING([for index in endpoint array for tag $1]) AS_IF([test -z "$OMPI_PROC_ENDPOINT_TAG_$1"], [OMPI_PROC_ENDPOINT_TAG_$1=$ompi_endpoint_tag_counter AC_DEFINE_UNQUOTED([OMPI_PROC_ENDPOINT_TAG_$1], [$OMPI_PROC_ENDPOINT_TAG_$1], [Index into endpoint array for $1]) ompi_endpoint_tag_counter=`expr $ompi_endpoint_tag_counter + 1`]) AC_MSG_RESULT([$OMPI_PROC_ENDPOINT_TAG_$1]) ]) m4trace:config/ompi_endpoint_tag.m4:35: -1- AC_DEFUN([OMPI_REQUIRE_ENDPOINT_TAG_FINI], [ dnl AC_ARG_ENABLE([dynamic-endpoint-information], dnl [AS_HELP_STRING([--disable-dynamic-endpoint-information], dnl [Disable support for dynamic endpoint information storage. This saves a considerable amount of memory for large processes, but makes loading outside components which require endpoint storage impossible.])]) dnl AS_IF([test "$enable_endpoint_information" != "no"], dnl [OMPI_REQUIRE_ENDPOINT_TAG(DYNAMIC)]) AC_MSG_CHECKING([for size of endpoint array]) AS_IF([test -z "$ompi_endpoint_tag_counter" || test "$ompi_endpoint_tag_counter" = "0"], [AC_MSG_ERROR([Endpoint index count is 0. This means no MPI communication would be possible. Aborting.])]) AC_MSG_RESULT([$ompi_endpoint_tag_counter]) AC_DEFINE_UNQUOTED([OMPI_PROC_ENDPOINT_TAG_MAX], [$ompi_endpoint_tag_counter], [Maximum number of endpoint entries to be attached to an ompi_proc_t]) ]) m4trace:config/ompi_ext.m4:33: -1- AC_DEFUN([OMPI_EXT], [ dnl for OPAL_CONFIGURE_USER env variable AC_REQUIRE([OPAL_CONFIGURE_SETUP]) m4_ifdef([ompi_mpiext_list], [], [m4_fatal([Could not find MPI Extensions list. Aborting.])]) # Note that we do not build DSO's here -- we *only* build convenience # libraries that get slurped into higher-level libraries # # [default -- no option given] = No extensions built # --enable-mpi-ext=[,]*EXTENSION[,]* # AC_ARG_ENABLE([mpi-ext], [AS_HELP_STRING([--enable-mpi-ext[=LIST]], [Comma-separated list of extensions that should be built. Possible values: ]m4_quote(ompi_mpiext_list)[. Example: "--enable-mpi-ext=foo,bar" will enable building the MPI extensions "foo" and "bar". If LIST is empty or the special value "all", then all available MPI extensions will be built (default: all).])]) # print some nice messages about what we're about to do... AC_MSG_CHECKING([for available MPI Extensions]) AC_MSG_RESULT([ompi_mpiext_list]) AC_MSG_CHECKING([which MPI extension should be enabled]) if test "$enable_mpi_ext" = "" || \ test "$enable_mpi_ext" = "yes" || \ test "$enable_mpi_ext" = "all"; then enable_mpi_ext=all msg="All Available Extensions" str="`echo ENABLE_EXT_ALL=1`" eval $str else ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mpi_ext; do type="`echo $item | cut -s -f1 -d-`" if test -z $type ; then type=$item fi str="`echo ENABLE_${type}=1 | sed s/-/_/g`" eval $str msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg EXT_CONFIGURE ]) m4trace:config/ompi_ext.m4:92: -1- AC_DEFUN([EXT_CONFIGURE], [ outdir=ompi/include # first create the output include directory mkdir -p $outdir ############### # C Bindings ############### # remove any previously generated #include files mpi_ext_h=$outdir/mpi-ext.h rm -f $mpi_ext_h # Create the final mpi-ext.h file. cat > $mpi_ext_h < $mpif_ext_h < $mpiusempi_ext_h < $mpiusempif08_ext_h <> $mpi_ext_h <> $mpif_ext_h <> $mpiusempi_ext_h <> $mpiusempif08_ext_h < $outfile < /dev/null 2>&1 if test "$?" != "0"; then mv $outfile $outfile_real else rm -f $outfile fi fi rm -f $outfile.struct $outfile.extern # We have all the results we need. Now put them in various # variables/defines so that others can see the results. OMPI_EXT_MAKE_DIR_LIST(OMPI_MPIEXT_ALL_SUBDIRS, $OMPI_MPIEXT_ALL) OMPI_EXT_MAKE_LISTS(OMPI_MPIEXT_C, $OMPI_MPIEXT_C, $OMPI_MPIEXT_ARCHIVE, c, c) OMPI_EXT_MAKE_LISTS(OMPI_MPIEXT_MPIFH, $OMPI_MPIEXT_MPIFH, $OMPI_MPIEXT_ARCHIVE, mpif-h, mpifh) OMPI_EXT_MAKE_LISTS(OMPI_MPIEXT_USEMPI, $OMPI_MPIEXT_USEMPI, $OMPI_MPIEXT_ARCHIVE, use-mpi, usempi) OMPI_EXT_MAKE_LISTS(OMPI_MPIEXT_USEMPIF08, $OMPI_MPIEXT_USEMPIF08, $OMPI_MPIEXT_ARCHIVE, use-mpi-f08, usempif08) comps=`echo $OMPI_MPIEXT_C | sed -e 's/^[ \t]*//;s/[ \t]*$//;s/ /, /g'` AC_DEFINE_UNQUOTED([OMPI_MPIEXT_COMPONENTS], ["$comps"], [MPI Extensions included in libmpi]) ]) m4trace:config/ompi_ext.m4:379: -1- AC_DEFUN([EXT_CONFIGURE_M4_CONFIG_COMPONENT], [ opal_show_subsubsubtitle "MPI Extension $1" EXT_COMPONENT_BUILD_CHECK($1, [should_build=1], [should_build=0]) # try to configure the component m4_ifdef([OMPI_MPIEXT_$1_CONFIG], [], [m4_fatal([Could not find OMPI_MPIEXT_]$1[_CONFIG macro for ]$1[ component])]) OMPI_MPIEXT_$1_CONFIG([should_build=${should_build}], [should_build=0]) AS_IF([test $should_build -eq 1], [EXT_PROCESS_COMPONENT([$1], [$2], [$3], [$4], [$5], [$6], [$7])], [EXT_PROCESS_DEAD_COMPONENT([$1], [$2])]) m4_ifdef([OMPI_MPIEXT_$1_POST_CONFIG], [OMPI_MPIEXT_$1_POST_CONFIG($should_build)]) ]) m4trace:config/ompi_ext.m4:467: -1- AC_DEFUN([EXT_PROCESS_COMPONENT], [ component=$1 # Output pretty results AC_MSG_CHECKING([if MPI Extension $component can compile]) AC_MSG_RESULT([yes]) tmp[=]m4_translit([$1],[a-z],[A-Z]) component_define="OMPI_HAVE_MPI_EXT_${tmp}" ############### # C Bindings ############### test_header="${srcdir}/ompi/mpiext/${component}/c/mpiext_${component}_c.h" AC_MSG_CHECKING([if MPI Extension $component has C bindings]) AS_IF([test ! -e "$test_header" && test ! -e "$test_header.in"], [ # There *must* be C bindings AC_MSG_RESULT([no]) AC_MSG_WARN([C bindings for MPI extensions are required]) AC_MSG_ERROR([Cannot continue])]) AC_MSG_RESULT([yes (required)]) # Save the list of headers and convenience libraries that this # component will output $2="$$2 $component" $3="$$3 $component" # JMS Where is this needed? EXT_C_HEADERS="$EXT_C_HEADERS mpiext/c/mpiext_${component}_c.h" component_header="mpiext_${component}_c.h" cat >> $mpi_ext_h < 26 characters. But just in case, put a check here # to make sure: error out if the MPI extension name is > 26 # characters (because otherwise it'll just be a really weird / # hard to diagnose compile error when a user tries to compile # a Fortran MPI application that includes `mpif-ext.h`). len=`echo $component | wc -c` result=`expr $len \> 26` AS_IF([test $result -eq 1], [AC_MSG_WARN([MPI extension name too long: $component]) AC_MSG_WARN([For esoteric reasons, MPI Extensions with mpif.h bindings must have a name that is <= 26 characters]) AC_MSG_ERROR([Cannot continue])]) component_header="mpiext_${component}_mpifh.h" mpifh_component_header_path="ompi/mpiext/$component/mpif-h/${component_header}" if test -e "${srcdir}/${mpifh_component_header_path}" ; then mpifh_component_header_path="${srcdir}/${mpifh_component_header_path}" fi cat >> $mpif_ext_h <> $mpif_ext_h <> $mpiusempi_ext_h <> $mpiusempi_ext_h <> $mpiusempi_ext_h <> $mpiusempi_ext_h <> $mpiusempif08_ext_h <> $mpiusempif08_ext_h <> $mpiusempif08_ext_h <> $mpiusempif08_ext_h <> $outfile.extern echo " &ompi_mpiext_${component}, " >> $outfile.struct]) m4_ifdef([OMPI_MPIEXT_]$1[_HAVE_OBJECT], [have_object=OMPI_MPIEXT_$1_HAVE_OBJECT], [have_object=1]) if test $have_object -ne 0; then $7="$$7 $component" fi # now add the flags that were set in the environment variables # framework_component_FOO (for example, the flags set by # m4_configure components) m4_foreach(flags, [LDFLAGS, LIBS], [AS_IF([test "$mpiext_$1_WRAPPER_EXTRA_]flags[" = ""], [OPAL_FLAGS_APPEND_UNIQ([ompi_mca_wrapper_extra_]m4_tolower(flags), [$mpiext_$1_]flags)], [OPAL_FLAGS_APPEND_UNIQ([ompi_mca_wrapper_extra_]m4_tolower(flags), [$mpiext_$1_WRAPPER_EXTRA_]flags)]) ]) AS_IF([test "$mpiext_$1_WRAPPER_EXTRA_CPPFLAGS" != ""], [OPAL_FLAGS_APPEND_UNIQ([ompi_mca_wrapper_extra_cppflags], [$mpiext_$1_WRAPPER_EXTRA_CPPFLAGS])]) ]) m4trace:config/ompi_ext.m4:748: -1- AC_DEFUN([EXT_PROCESS_DEAD_COMPONENT], [ AC_MSG_CHECKING([if MPI Extension $1 can compile]) # Need to add this component to the "all" list so that it is # included in DIST SUBDIRS $2="$$2 $1" AC_MSG_RESULT([no]) ]) m4trace:config/ompi_ext.m4:772: -1- AC_DEFUN([EXT_COMPONENT_BUILD_CHECK], [ AC_REQUIRE([AC_PROG_GREP]) component=$1 component_path="$srcdir/ompi/mpiext/$component" want_component=0 # build if: # - the component type is direct and we are that component # - there is no ompi_ignore file # - there is an ompi_ignore, but there is an empty ompi_unignore # - there is an ompi_ignore, but username is in ompi_unignore if test -d $component_path ; then # decide if we want the component to be built or not. This # is spread out because some of the logic is a little complex # and test's syntax isn't exactly the greatest. We want to # build the component by default. want_component=1 if test -f $component_path/.ompi_ignore ; then # If there is an ompi_ignore file, don't build # the component. Note that this decision can be # overridden by the unignore logic below. want_component=0 fi if test -f $component_path/.ompi_unignore ; then # if there is an empty ompi_unignore, that is # equivalent to having your userid in the unignore file. # If userid is in the file, unignore the ignore file. if test ! -s $component_path/.ompi_unignore ; then want_component=1 elif test ! -z "`$GREP $OPAL_CONFIGURE_USER $component_path/.ompi_unignore`" ; then want_component=1 fi fi fi # if we asked for everything, then allow it to build if able str="ENABLED_COMPONENT_CHECK=\$ENABLE_EXT_ALL" eval $str if test ! "$ENABLED_COMPONENT_CHECK" = "1" ; then # if we were explicitly disabled, don't build :) str="ENABLED_COMPONENT_CHECK=\$ENABLE_${component}" eval $str if test ! "$ENABLED_COMPONENT_CHECK" = "1" ; then want_component=0 fi fi AS_IF([test $want_component -eq 1], [$2], [$3]) ]) m4trace:config/ompi_ext.m4:828: -1- AC_DEFUN([OMPI_EXT_MAKE_DIR_LIST], [ $1= for item in $2 ; do $1="$$1 mpiext/$item" done AC_SUBST($1) ]) m4trace:config/ompi_ext.m4:844: -1- AC_DEFUN([OMPI_EXT_MAKE_LISTS], [ # Make the directory list tmp= for item in $2 ; do tmp="$tmp mpiext/$item/$4" done $1_DIRS=$tmp AC_SUBST($1_DIRS) # Make the list of libraries tmp= for item in $2 ; do for item2 in $3 ; do if test $item = $item2; then tmp="$tmp "'$(top_builddir)'"/ompi/mpiext/$item/$4/libmpiext_${item}_$5.la" break fi done done $1_LIBS=$tmp AC_SUBST($1_LIBS) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:28: -1- AC_DEFUN([OMPI_FIND_MPI_AINT_COUNT_OFFSET], [ _OMPI_FIND_MPI_AINT_TYPE _OMPI_FIND_MPI_COUNT_TYPE _OMPI_FIND_MPI_OFFSET_TYPE if test "$ompi_fortran_happy" = "1" && \ test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS"; then _OMPI_FIND_MPI_INTEGER_KIND _OMPI_FIND_MPI_ADDRESS_KIND _OMPI_FIND_MPI_COUNT_KIND _OMPI_FIND_MPI_OFFSET_KIND fi ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:44: -1- AC_DEFUN([_OMPI_FIND_MPI_AINT_TYPE], [ # MPI_Aint type is ptrdiff_t; just use that. AC_MSG_CHECKING([for type of MPI_Aint]) MPI_AINT_TYPE=ptrdiff_t # Get the size of this type; we'll need it to figure out Fortran's # MPI_ADDRESS_KIND, later MPI_AINT_SIZE=$ac_cv_sizeof_ptrdiff_t AC_DEFINE_UNQUOTED(OMPI_MPI_AINT_TYPE, [$MPI_AINT_TYPE], [Type of MPI_Aint]) AC_MSG_RESULT([$MPI_AINT_TYPE (size: $MPI_AINT_SIZE)]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:60: -1- AC_DEFUN([_OMPI_FIND_MPI_COUNT_TYPE], [ # Find the type of MPI_Count. Per MPI-3.0 2.5.8, it needs to be # as least as large as an int, MPI_Aint, and MPI_Offset (we'll # define MPI_Offset later to be the same as an MPI_Count). # Note, however, that per # https://svn.open-mpi.org/trac/ompi/ticket/4205, MPI_Count cannot # be larger than a size_t (e.g., if you're compiling in 32 bit # more on a 64 bit platform, long long will be 8 bytes, but size_t # will only be 4 bytes). The entire BTL, PML, and convertor # infrastructure rely on sizeof(MPI_Count) being <= # sizeof(size_t). So artificially limit the size of MPI_Count, if # necessary. # Also note: do not search for int64_t or int32_t, because using # these types mean that we would need to include in # mpi.h, which we probably shouldn't do. # Finally, note that MPI_Count has an impact on the extent of a # datatype, extent defined by the MPI standard as an MPI_Aint. # This MPI_Aint is also the largest different between two memory # pointers -- the well-known ptrdiff_t. There *are* systems where # the address space is 32 bit but the filesystem space is 64 bit # (e.g., BlueGene), and therefore MPI_Aint is 32 bit and # MPI_Offset (and therefore MPI_Count) is 64 bit. Open MPI # doesn't currently support this configuration -- re-tooling in # the convertor/PML/BML/BTL will be necessary before that can work # properly. # Keep in mind, however, that while ptrdiff_t and size_t represent # similar concepts (length or displacement in memory), one is # slightly larger than the other (one is unsigned and the other # signed) and there is no requirement for them to be of the same # width. On systems with non-monolithic memory space, the scheme # we use below may not work. On systems with non-monolithic # memory space, the scheme we use below may not work. ...but such # systems are pretty rare today. MPI_COUNT_TYPE=unknown AC_MSG_CHECKING([for type of MPI_Count]) if test $ac_cv_sizeof_long_long -le $ac_cv_sizeof_size_t && \ test $ac_cv_sizeof_long_long -ge $MPI_AINT_SIZE; then MPI_COUNT_TYPE="long long" MPI_COUNT_DATATYPE=MPI_LONG_LONG MPI_COUNT_SIZE=$ac_cv_sizeof_long_long elif test $ac_cv_sizeof_long -le $ac_cv_sizeof_size_t && \ test $ac_cv_sizeof_long -ge $MPI_AINT_SIZE; then MPI_COUNT_TYPE=long MPI_COUNT_DATATYPE=MPI_LONG MPI_COUNT_SIZE=$ac_cv_sizeof_long elif test $ac_cv_sizeof_int -le $ac_cv_sizeof_size_t && \ test $ac_cv_sizeof_int -ge $MPI_AINT_SIZE; then MPI_COUNT_TYPE=int MPI_COUNT_DATATYPE=MPI_INT MPI_COUNT_SIZE=$ac_cv_sizeof_int fi if test "$MPI_COUNT_TYPE" = "unknown"; then AC_MSG_RESULT([not found]) AC_MSG_WARN([*** Unable to find a good type for MPI_Count]) AC_MSG_ERROR([Cannot continue]) fi if test $MPI_COUNT_SIZE -eq 8 ; then MPI_COUNT_MAX="0x7fffffffffffffffll" elif test $MPI_COUNT_SIZE -eq 4 ; then MPI_COUNT_MAX="0x7fffffffl" elif test $MPI_COUNT_SIZE -eq 2 ; then MPI_COUNT_MAX="0x7fff" else AC_MSG_RESULT([$MPI_COUNT_TYPE (size: $MPI_COUNT_SIZE)]) AC_MSG_WARN([*** Configure cannot handle this size -- contact Open MPI developers]) AC_MSG_ERROR([Cannot continue]) fi AC_DEFINE_UNQUOTED(OMPI_MPI_COUNT_SIZE, $MPI_COUNT_SIZE, [Size of the MPI_Count datatype]) AC_DEFINE_UNQUOTED(OMPI_MPI_COUNT_TYPE, $MPI_COUNT_TYPE, [Type of the MPI_Count datatype]) AC_DEFINE_UNQUOTED(MPI_COUNT_MAX, $MPI_COUNT_MAX, [Maximum value for an MPI_Count]) AC_MSG_RESULT([$MPI_COUNT_TYPE (size: $MPI_COUNT_SIZE)]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:147: -1- AC_DEFUN([_OMPI_FIND_MPI_OFFSET_TYPE], [ # Just make MPI_Offset be the same as MPI_Count AC_MSG_CHECKING([for type of MPI_Offset]) MPI_OFFSET_TYPE=$MPI_COUNT_TYPE AC_DEFINE_UNQUOTED(OMPI_MPI_OFFSET_TYPE, $MPI_OFFSET_TYPE, [Type of MPI_Offset]) MPI_OFFSET_SIZE=$MPI_COUNT_SIZE AC_DEFINE_UNQUOTED(OMPI_MPI_OFFSET_SIZE, $MPI_OFFSET_SIZE, [Size of the MPI_Offset]) AC_MSG_RESULT([$MPI_COUNT_TYPE (size: $MPI_OFFSET_SIZE)]) AC_MSG_CHECKING([for an MPI datatype for MPI_Offset]) MPI_OFFSET_DATATYPE=$MPI_COUNT_DATATYPE AC_DEFINE_UNQUOTED(OMPI_OFFSET_DATATYPE, $MPI_OFFSET_DATATYPE, [MPI datatype corresponding to MPI_Offset]) AC_MSG_RESULT([$MPI_OFFSET_DATATYPE]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:168: -1- AC_DEFUN([_OMPI_FIND_MPI_INTEGER_KIND], [ # Get the kind value for Fortran MPI_INTEGER_KIND (corresponding # to whatever is the same size as a F77 INTEGER -- for the # most-likely-will-never-occur case where F77 INTEGER is smaller # than an F90 INTEGER; see MPI-2 4.12.6.5. As with OMPI # FORTRAN_CHECK, use the official BIND(C) KIND names (see comment # in fortran_check.m4). AC_MSG_CHECKING([for MPI_INTEGER_KIND]) if test $OMPI_SIZEOF_FORTRAN_INTEGER -eq 2; then OMPI_MPI_INTEGER_KIND=$OMPI_FORTRAN_C_INT16_T_KIND elif test $OMPI_SIZEOF_FORTRAN_INTEGER -eq 4; then OMPI_MPI_INTEGER_KIND=$OMPI_FORTRAN_C_INT32_T_KIND elif test $OMPI_SIZEOF_FORTRAN_INTEGER -eq 8; then OMPI_MPI_INTEGER_KIND=$OMPI_FORTRAN_C_INT64_T_KIND elif test $OMPI_SIZEOF_FORTRAN_INTEGER -eq 16; then AC_MSG_ERROR([Cannot support Fortran MPI_INTEGER_KIND!]) fi AC_SUBST(OMPI_MPI_INTEGER_KIND) AC_MSG_RESULT([$OMPI_MPI_INTEGER_KIND]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:191: -1- AC_DEFUN([_OMPI_FIND_MPI_ADDRESS_KIND], [ # Get the kind value for Fortran MPI_ADDRESS_KIND (corresponding # to whatever is big enough to hold MPI_Aint). AC_MSG_CHECKING([for MPI_ADDRESS_KIND]) if test $MPI_AINT_SIZE -eq 2 ; then OMPI_MPI_ADDRESS_KIND=$OMPI_FORTRAN_C_INT16_T_KIND elif test $MPI_AINT_SIZE -eq 4 ; then OMPI_MPI_ADDRESS_KIND=$OMPI_FORTRAN_C_INT32_T_KIND elif test $MPI_AINT_SIZE -eq 8 ; then OMPI_MPI_ADDRESS_KIND=$OMPI_FORTRAN_C_INT64_T_KIND elif test $MPI_AINT_SIZE -eq 16 ; then AC_MSG_ERROR([Cannot support Fortran MPI_ADDRESS_KIND!]) fi AC_SUBST(OMPI_MPI_ADDRESS_KIND) AC_MSG_RESULT([$OMPI_MPI_ADDRESS_KIND]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:210: -1- AC_DEFUN([_OMPI_FIND_MPI_COUNT_KIND], [ # Get the kind value for Fortran MPI_COUNT_KIND (corresponding to # whatever is big enough to hold an MPI_Count) AC_MSG_CHECKING([for MPI_COUNT_KIND]) if test $MPI_COUNT_SIZE -eq 2 ; then OMPI_MPI_COUNT_KIND=$OMPI_FORTRAN_C_INT16_T_KIND elif test $MPI_COUNT_SIZE -eq 4 ; then OMPI_MPI_COUNT_KIND=$OMPI_FORTRAN_C_INT32_T_KIND elif test $MPI_COUNT_SIZE -eq 8 ; then OMPI_MPI_COUNT_KIND=$OMPI_FORTRAN_C_INT64_T_KIND elif test $MPI_COUNT_SIZE -eq 16 ; then AC_MSG_ERROR([Cannot support Fortran MPI_COUNT_KIND!]) fi AC_SUBST(OMPI_MPI_COUNT_KIND) AC_MSG_RESULT([$OMPI_MPI_COUNT_KIND]) ]) m4trace:config/ompi_find_mpi_aint_count_offset.m4:229: -1- AC_DEFUN([_OMPI_FIND_MPI_OFFSET_KIND], [ # Get the kind value for Fortran MPI_OFFSET_KIND (corresponding to # whatever is big enough to hold an MPI_Offset) AC_MSG_CHECKING([for MPI_OFFSET_KIND]) if test $MPI_OFFSET_SIZE -eq 2 ; then OMPI_MPI_OFFSET_KIND=$OMPI_FORTRAN_C_INT16_T_KIND elif test $MPI_OFFSET_SIZE -eq 4 ; then OMPI_MPI_OFFSET_KIND=$OMPI_FORTRAN_C_INT32_T_KIND elif test $MPI_OFFSET_SIZE -eq 8 ; then OMPI_MPI_OFFSET_KIND=$OMPI_FORTRAN_C_INT64_T_KIND elif test $MPI_OFFSET_SIZE -eq 16 ; then AC_MSG_ERROR([Cannot support Fortran MPI_OFFSET_KIND!]) fi AC_SUBST(OMPI_MPI_OFFSET_KIND) AC_MSG_RESULT([$OMPI_MPI_OFFSET_KIND]) ]) m4trace:config/ompi_fortran_check.m4:36: -1- AC_DEFUN([OMPI_FORTRAN_CHECK], [ OPAL_VAR_SCOPE_PUSH([ofc_have_type ofc_type_size ofc_type_alignment ofc_c_type ofc_expected_size]) ofc_expected_size=$4 ofc_define_type=$5 ofc_have_type=0 ofc_type_size=0 ofc_type_alignment=0 ofc_c_type=ompi_fortran_bogus_type_t ofc_type_kind=0 # Only check if we actually want the Fortran bindings / have a # Fortran compiler. This allows us to call this macro, even if # there is no Fortran compiler. If we have no Fortran compiler, # then just set a bunch of defaults. if test $OMPI_TRY_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS; then OMPI_FORTRAN_CHECK_TYPE([$1], [ofc_have_type=1], [ofc_have_type=0]) else AC_MSG_CHECKING([if Fortran compiler supports $1]) AC_MSG_RESULT([skipped]) fi if test "$ofc_have_type" = "1"; then # What is the size of this type? # NOTE: Some Fortran compilers actually will return that a # type exists even if it doesn't support it -- the compiler # will automatically convert the unsupported type to a type # that it *does* support. For example, if you try to use # INTEGER*16 and the compiler doesn't support it, it may well # automatically convert it to INTEGER*8 for you (!). So we # have to check the actual size of the type once we determine # that the compiler doesn't error if we try to use it # (i.e,. the compiler *might* support that type). If the size # doesn't match the expected size, then the compiler doesn't # really support it. OMPI_FORTRAN_GET_SIZEOF([], [$1], [ofc_type_size]) if test "$ofc_expected_size" != "-1" && test "$ofc_type_size" != "$ofc_expected_size"; then AC_MSG_WARN([*** Fortran $1 does not have expected size!]) AC_MSG_WARN([*** Expected $ofc_expected_size, got $ofc_type_size]) AC_MSG_WARN([*** Disabling MPI support for Fortran $1]) ofc_have_type=0 else # Look for a corresponding C type (will abort by itself if the # type isn't found and we need it) ofc_c_type= m4_ifval([$3], [OPAL_FIND_TYPE([$1], [$3], [$2], [$ofc_type_size], [ofc_c_type]) if test -z "$ofc_c_type" ; then ofc_have_type=0 fi]) # Get the alignment of the type if test "$ofc_have_type" = "1"; then OMPI_FORTRAN_GET_ALIGNMENT([$1], [ofc_type_alignment]) # Add it to the relevant list of types found if test "$ofc_expected_size" != "-1"; then ofc_letter=m4_translit(m4_bpatsubst($1, [^\(.\).+], [[\1]]), [a-z], [A-Z]) ofc_str="OMPI_FORTRAN_${ofc_letter}KINDS=\"\$OMPI_FORTRAN_${ofc_letter}KINDS $ofc_type_size \"" eval $ofc_str fi fi # Get the kind of the type. We do this by looking at the # Fortran type's corresponding C type (which we figured # out above). Then we look a the official BIND(C) KIND # type for that type. The official BIND(C) types were # taken from table 15.2 of the Fortran 2008 standard, # published on 6 October as ISO/IEC 1539-1:2010 (this is # not a free document). A copy of this table is in the # file ompi/mpi/fortran/c_to_integer_kind_mapping.pdf. # NOTE: Some of the values of these C_* constants *may be # negative* if the compiler doesn't support them. We have # already verified that both the Fortran and the C types # both exist. However, the compiler may still have -1 for # the C_ constants if the C type is not the same # format as its corresponding Fortran type (e.g., Absoft's # "REAL*16" and "long double" are the same size, but not # the same format -- so the compiler is allowed to define # C_LONG_DOUBLE to -1). AC_MSG_CHECKING([for corresponding KIND value of $1]) case "$ofc_c_type" in char) ofc_type_kind=C_SIGNED_CHAR ;; double) ofc_type_kind=C_DOUBLE ;; float) ofc_type_kind=C_FLOAT ;; int) ofc_type_kind=C_INT ;; int16_t) ofc_type_kind=C_INT16_T ;; int32_t) ofc_type_kind=C_INT32_T ;; int64_t) ofc_type_kind=C_INT64_T ;; int8_t) ofc_type_kind=C_INT8_T ;; long) ofc_type_kind=C_LONG ;; long*double) ofc_type_kind=C_LONG_DOUBLE ;; long*long) ofc_type_kind=C_LONG_LONG ;; short) ofc_type_kind=C_SHORT ;; short*float) ofc_type_kind=C_SHORT_FLOAT ;; short*float*_Complex) ofc_type_kind=C_SHORT_FLOAT_COMPLEX ;; float*_Complex) ofc_type_kind=C_FLOAT_COMPLEX ;; double*_Complex) ofc_type_kind=C_DOUBLE_COMPLEX ;; long*double*_Complex) ofc_type_kind=C_LONG_DOUBLE_COMPLEX ;; opal_short_float_t) ofc_type_kind=C_SHORT_FLOAT ;; opal_short_float_complex_t) ofc_type_kind=C_SHORT_FLOAT_COMPLEX ;; *) # Skip types like "DOUBLE PRECISION" ;; esac AS_IF([test "$ofc_type_kind" != ""], [AC_MSG_RESULT([$ofc_type_kind])], [AC_MSG_RESULT([])]) # See if the value is -1. If so, then just say we don't # have a match. If the compiler doesn't support # ISO_C_BINDING, C_SHORT_FLOAT, or C_SHORT_FLOAT_COMPLEX, # then we'll just fall back to a default kind and hope # for the best. :-\ OMPI_FORTRAN_GET_KIND_VALUE([$ofc_type_kind], 4, [ofc_type_kind_value]) AS_IF([test $ofc_type_kind_value -le 0], [ofc_have_type=0 AC_MSG_WARN([Compiler $1 and $ofc_c_type mismatch; MPI datatype unsupported])]) fi fi # We always need these defines -- even if we don't have a given # type, there are some places in the code where we have to have # *something*. Note that the bpatsubst's are the same as used # above (see comment above), but we added a translit to make them # uppercase. # If we got a pretty name, use that as the basis. If not, use the # first part of the provided fortran type (e.g., # "logical(selected_int_kind(2))" -> logical1") # Finally, note that it is necessary to use the Big Long Ugly m4 # expressions in the AC_DEFINE_UNQUOTEDs. If you don't (e.g., put # the result of the BLUm4E in a shell variable and use that in # AC_DEFINE_UNQUOTED), autoheader won't put them in the # AC_CONFIG_HEADER (or AM_CONFIG_HEADER, in our case). AC_DEFINE_UNQUOTED([OMPI_HAVE_FORTRAN_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z]), [$ofc_have_type], [Whether we have Fortran $1 or not]) AC_DEFINE_UNQUOTED([OMPI_SIZEOF_FORTRAN_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z]), [$ofc_type_size], [Size of Fortran $1]) AC_DEFINE_UNQUOTED([OMPI_ALIGNMENT_FORTRAN_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z]), [$ofc_type_alignment], [Alignment of Fortran $1]) AC_DEFINE_UNQUOTED([OMPI_KIND_FORTRAN_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z]), [$ofc_type_kind], [Fortrn KIND number for $1]) if test "$3" != "" && test "$ofc_define_type" = "yes"; then AC_DEFINE_UNQUOTED([ompi_fortran_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [A-Z], [a-z])[_t], [$ofc_c_type], [C type corresponding to Fortran $1]) fi # Save some in shell variables for later use (e.g., need # OMPI_SIZEOF_FORTRAN_INTEGER in OMPI_FORTRAN_GET_HANDLE_MAX) [OMPI_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])[_C_TYPE=$ofc_c_type] [OMPI_KIND_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])[=$ofc_type_kind] [OMPI_HAVE_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])[=$ofc_have_type] [OMPI_SIZEOF_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])[=$ofc_type_size] [OMPI_ALIGNMENT_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])[=$ofc_type_alignment] # Wow, this is sick. But it works! :-) AC_SUBST([OMPI_HAVE_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])) AC_SUBST([OMPI_KIND_FORTRAN_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z])) AC_SUBST([OMPI_SIZEOF_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])) AC_SUBST([OMPI_SIZEOF_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])) AC_SUBST([OMPI_ALIGNMENT_FORTRAN_]m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_])) # Clean up OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_abstract.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ABSTRACT], [ AS_VAR_PUSHDEF([abstract_var], [ompi_cv_fortran_abstract]) AC_CACHE_CHECK([if Fortran compiler supports ABSTRACT], abstract_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[MODULE abstract_mod ABSTRACT INTERFACE SUBROUTINE binky END SUBROUTINE END INTERFACE END MODULE abstract_mod]])], [AS_VAR_SET(abstract_var, yes)], [AS_VAR_SET(abstract_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(abstract_var, [yes], [$1], [$2]) AS_VAR_POPDEF([abstract_var])dnl ]) m4trace:config/ompi_fortran_check_asynchronous.m4:29: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ASYNCHRONOUS], [ AS_VAR_PUSHDEF([asynchronous_var], [ompi_cv_fortran_asynchronous]) AC_CACHE_CHECK([if Fortran compiler supports ASYNCHRONOUS], asynchronous_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[MODULE asynch_mod INTERFACE SUBROUTINE binky(buf) REAL, DIMENSION(*), ASYNCHRONOUS :: buf END SUBROUTINE END INTERFACE CONTAINS SUBROUTINE wookie(buf) REAL, DIMENSION(*), ASYNCHRONOUS :: buf END SUBROUTINE END MODULE asynch_mod]])], [AS_VAR_SET(asynchronous_var, yes)], [AS_VAR_SET(asynchronous_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(asynchronous_var, [yes], [$1], [$2]) AS_VAR_POPDEF([asynchronous_var])dnl ]) m4trace:config/ompi_fortran_check_bind_c.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ISO_C_BINDING], [ AS_VAR_PUSHDEF([iso_c_binding_var], [ompi_cv_fortran_have_iso_c_binding]) AC_CACHE_CHECK([if Fortran compiler supports ISO_C_BINDING], iso_c_binding_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_iso_c_binding use, intrinsic :: iso_c_binding type CType integer(C_INT) :: i end type end program]])], [AS_VAR_SET(iso_c_binding_var, yes)], [AS_VAR_SET(iso_c_binding_var, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(iso_c_binding_var, [yes], [$1], [$2]) AS_VAR_POPDEF([iso_c_binding_var]) ]) m4trace:config/ompi_fortran_check_bind_c.m4:50: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_BIND_C_SUB], [ AS_VAR_PUSHDEF([bind_c_sub_var], [ompi_cv_fortran_have_bind_c_sub]) AC_CACHE_CHECK([if Fortran compiler supports SUBROUTINE BIND(C)], bind_c_sub_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_bind_c_sub use, intrinsic :: iso_c_binding interface subroutine foo(i) bind(c) integer :: i end subroutine foo end interface end program]])], [AS_VAR_SET(bind_c_sub_var, yes)], [AS_VAR_SET(bind_c_sub_var, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(bind_c_sub_var, [yes], [$1], [$2]) AS_VAR_POPDEF([bind_c_sub_var]) ]) m4trace:config/ompi_fortran_check_bind_c.m4:75: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_BIND_C_TYPE], [ AS_VAR_PUSHDEF([bind_c_type_var], [ompi_cv_fortran_have_bind_c_type]) AC_CACHE_CHECK([if Fortran compiler supports TYPE, BIND(C)], bind_c_type_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[module bindc_test use, intrinsic :: iso_c_binding type, bind(c) :: foo integer :: value end type foo end module]])], [AS_VAR_SET(bind_c_type_var, yes)], [AS_VAR_SET(bind_c_type_var, no)]) rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(bind_c_type_var, [yes], [$1], [$2]) AS_VAR_POPDEF([bind_c_type_var])dnl ]) m4trace:config/ompi_fortran_check_bind_c.m4:99: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_BIND_C_TYPE_NAME], [ AS_VAR_PUSHDEF([bind_c_type_name_var], [ompi_cv_fortran_have_bind_c_type_name]) # See comment in ompi_setup_mpi_fortran.m4: it is important that # the bind(c) name in this text is longer than 32 characters. AC_CACHE_CHECK([if Fortran compiler supports TYPE(type), BIND(C, NAME="name")], bind_c_type_name_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[module bindc_test use, intrinsic :: iso_c_binding type, bind(c) :: foo integer :: value end type foo type(foo), bind(c, name="really_long_name_longer_than_32_chars") :: bar end module]])], [AS_VAR_SET(bind_c_type_name_var, yes)], [AS_VAR_SET(bind_c_type_name_var, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(bind_c_type_name_var, [yes], [$1], [$2]) AS_VAR_POPDEF([bind_c_type_name_var])dnl ]) m4trace:config/ompi_fortran_check_c_funloc.m4:20: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_C_FUNLOC], [ AS_VAR_PUSHDEF([c_funloc], [ompi_cv_fortran_c_funloc]) AC_CACHE_CHECK([if Fortran compiler supports C_FUNLOC/TS 29113], c_funloc, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program main abstract interface subroutine MPI_Comm_errhandler_function(comm, error_code) implicit none integer :: comm, error_code end subroutine end interface contains subroutine mysub(fn) use, intrinsic :: iso_c_binding, only : c_funloc, c_funptr procedure(MPI_Comm_errhandler_function) :: comm_errhandler_fn type(c_funptr) :: comm_errhandler_fn_c comm_errhandler_fn_c = c_funloc(comm_errhandler_fn) end subroutine mysub end program]])], [AS_VAR_SET(c_funloc, yes)], [AS_VAR_SET(c_funloc, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(c_funloc, [yes], [$1], [$2]) AS_VAR_POPDEF([c_funloc])dnl ]) m4trace:config/ompi_fortran_check_elemental.m4:29: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ELEMENTAL], [ AS_VAR_PUSHDEF([elemental_var], [ompi_cv_fortran_elemental]) AC_CACHE_CHECK([if Fortran compiler supports ELEMENTAL], elemental_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ELEMENTAL SUBROUTINE binky(buf) REAL,INTENT(INOUT) :: buf BUF = BUF + 1 END SUBROUTINE binky]])], [AS_VAR_SET(elemental_var, yes)], [AS_VAR_SET(elemental_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(elemental_var, [yes], [$1], [$2]) AS_VAR_POPDEF([elemental_var])dnl ]) m4trace:config/ompi_fortran_check_f08_assumed_rank.m4:28: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_F08_ASSUMED_RANK], [ AS_VAR_PUSHDEF([fortran_f08_assumed_rank], [ompi_cv_fortran_f08_assumed_rank]) AC_CACHE_CHECK([Fortran compiler F08 assumed rank syntax], fortran_f08_assumed_rank, [_OMPI_FORTRAN_CHECK_F08_ASSUMED_RANK]) AS_VAR_IF(fortran_f08_assumed_rank, [yes], [$1], [$2]) ]) m4trace:config/ompi_fortran_check_f08_assumed_rank.m4:41: -1- AC_DEFUN([_OMPI_FORTRAN_CHECK_F08_ASSUMED_RANK], [ OPAL_VAR_SCOPE_PUSH([f08_assumed_rank_happy]) # If we were called here, it means that the value was not cached, # so we need to check several different things. Since CACHE_CHECK # puts up a MSG_CHECKING, we need to terminate it with a bogus # answer before doing the individual checks. AC_MSG_RESULT([not cached; checking]) # Check for the F08 type(*),dimension(..) syntax OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB([!], [TYPE(*), DIMENSION(..)], [TYPE(*), DIMENSION(..)], [f08_assumed_rank_happy=yes], [f08_assumed_rank_happy=no]) AS_VAR_SET(fortran_f08_assumed_rank, [$f08_assumed_rank_happy]); # Now put the original CACHE_CHECK MSG_CHECKING back so that it can # output the MSG_RESULT. AC_MSG_CHECKING([Fortran compiler F08 assumed rank syntax]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_ignore_tkr.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR], [ OPAL_VAR_SCOPE_PUSH([result ignore_tkr_happy type predecl]) OMPI_FORTRAN_IGNORE_TKR_PREDECL= OMPI_FORTRAN_IGNORE_TKR_TYPE= AS_VAR_PUSHDEF([fortran_ignore_tkr_data], [ompi_cv_fortran_ignore_tkr_data]) # Note that we can only cache 1 value at a time, but this test # needs to check for 2 things: the ignore TKR predecl and the # type. So we encode them into a string of the form # <1|0>::. Ugh. AC_CACHE_CHECK([Fortran compiler ignore TKR syntax], fortran_ignore_tkr_data, [_OMPI_FORTRAN_CHECK_IGNORE_TKR]) AS_VAR_COPY([result], [fortran_ignore_tkr_data]) # Parse the result ignore_tkr_happy=`echo $result | cut -d: -f1` type=`echo $result | cut -d: -f2` predecl=`echo $result | cut -d: -f3-` AS_IF([test $ignore_tkr_happy -eq 1], [OMPI_FORTRAN_IGNORE_TKR_PREDECL=$predecl OMPI_FORTRAN_IGNORE_TKR_TYPE=$type $1], [$2]) AS_VAR_POPDEF([fortran_ignore_tkr_data]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_ignore_tkr.m4:62: -1- AC_DEFUN([_OMPI_FORTRAN_CHECK_IGNORE_TKR], [ OPAL_VAR_SCOPE_PUSH([internal_ignore_tkr_happy ompi_fortran_ignore_tkr_predecl ompi_fortran_ignore_tkr_type]) # If we were called here, it means that the value was not cached, # so we need to check several different things. Since CACHE_CHECK # puts up a MSG_CHECKING, we need to terminate it with a bogus # answer before doing the individual checks. AC_MSG_RESULT([not cached; checking variants]) # Default values ompi_fortran_ignore_tkr_predecl=! ompi_fortran_ignore_tkr_type=real # Vendor-neutral, TYPE(*) syntax OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!], [type(*)], [TYPE(*), DIMENSION(*)], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0]) # GCC compilers AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!GCC\$ ATTRIBUTES NO_ARG_CHECK ::], [type(*), dimension(*)], [!GCC\$ ATTRIBUTES NO_ARG_CHECK], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) # LLVM compilers AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!DIR\$ IGNORE_TKR], [type(*)], [!DIR\$ IGNORE_TKR], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) # Intel compilers AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!DEC\$ ATTRIBUTES NO_ARG_CHECK ::], [real, dimension(*)], [!DEC\$ ATTRIBUTES NO_ARG_CHECK], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) # Solaris Studio compilers # Note that due to a compiler bug, we have been advised by Oracle to # use the "character(*)" type AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!\$PRAGMA IGNORE_TKR], [character(*)], [!\$PRAGMA IGNORE_TKR], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) # Cray compilers AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!DIR\$ IGNORE_TKR], [real, dimension(*)], [!DIR\$ IGNORE_TKR], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) # IBM compilers AS_IF([test $internal_ignore_tkr_happy -eq 0], [OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB( [!IBM* IGNORE_TKR], [real, dimension(*)], [!IBM* IGNORE_TKR], [internal_ignore_tkr_happy=1], [internal_ignore_tkr_happy=0])]) AS_VAR_SET(fortran_ignore_tkr_data, [${internal_ignore_tkr_happy}:${ompi_fortran_ignore_tkr_type}:${ompi_fortran_ignore_tkr_predecl}]) # Now put the original CACHE_CHECK MSG_CHECKING back so that it can # output the MSG_RESULT. AC_MSG_CHECKING([Fortran compiler ignore TKR syntax]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_ignore_tkr.m4:138: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [ OPAL_VAR_SCOPE_PUSH(msg) AC_LANG_PUSH([Fortran]) AC_MSG_CHECKING([for Fortran compiler support of $3]) AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[[! ! Autoconf puts "program main" at the top implicit none interface subroutine force_assumed_shape(a, count) integer :: count complex, dimension(:,:) :: a end subroutine force_assumed_shape end interface interface subroutine foo(buffer, count) $1 buffer $2, intent(in) :: buffer integer, intent(in) :: count end subroutine foo end interface ! Simple interface with an un-typed first argument (e.g., a choice buffer) integer :: count real :: buffer1(3) character :: buffer2 complex :: buffer3(4,4) complex, pointer, dimension(:,:) :: ptr target :: buffer3 integer :: buffer4 integer :: a ptr => buffer3 ! Set some known values (somewhat irrelevant for this test, but just be ! sure that the values are initialized) a = 17 buffer1(1) = 4.5 buffer1(2) = 6.7 buffer1(3) = 8.9 buffer2 = 'a' ! Call with one type for the first argument call foo(buffer1, count) ! Call with a different type for the first argument call foo(buffer2, count) ! Force us through an assumed shape call force_assumed_shape(buffer3, count) ! Force a pointer call through an assumed shape (!) ptr => buffer3 ! Also try with a simple scalar integer ! (Intel 2016 compiler suite only partially supports GCC pragmas; ! they work with all the above buffer types, but fail with a ! simple scalar integer) call foo(buffer4, count) end program subroutine force_assumed_shape(a, count) integer :: count real, dimension(:,:) :: a call foo(a, count) end subroutine force_assumed_shape module check_ignore_tkr interface subroutine foobar(buffer, count) $1 buffer $2, intent(in) :: buffer integer, intent(in) :: count end subroutine foobar end interface end module subroutine bar(var) use check_ignore_tkr implicit none real, intent(inout) :: var(:, :, :) call foobar(var(1,1,1), 1) ! Autoconf puts "end" after the last line ]]), [msg=yes ompi_fortran_ignore_tkr_predecl="$1" ompi_fortran_ignore_tkr_type="$2" $4], [msg=no $5]) AC_MSG_RESULT($msg) AC_LANG_POP([Fortran]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_interface.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_INTERFACE], [ AS_VAR_PUSHDEF([interface_var], [ompi_cv_fortran_interface]) AC_CACHE_CHECK([if Fortran compiler supports INTERFACE], interface_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[MODULE my_module INTERFACE MPI_Foo SUBROUTINE inky(a) DOUBLE PRECISION A END SUBROUTINE inky SUBROUTINE blinky(a) INTEGER A END SUBROUTINE blinky END INTERFACE MPI_Foo END MODULE my_module]])], [AS_VAR_SET(interface_var, yes)], [AS_VAR_SET(interface_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(interface_var, [yes], [$1], [$2]) AS_VAR_POPDEF([interface_var])dnl ]) m4trace:config/ompi_fortran_check_iso_fortran_env.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ISO_FORTRAN_ENV], [ AS_VAR_PUSHDEF([iso_fortran_env_var], [ompi_cv_fortran_have_iso_fortran_env]) OPAL_VAR_SCOPE_PUSH([iso_fortran_env_kind]) AC_CACHE_CHECK([if Fortran compiler supports ISO_FORTRAN_ENV], iso_fortran_env_var, [AS_IF([test $OMPI_HAVE_FORTRAN_REAL16 -eq 1], [iso_fortran_env_kind=real128], [iso_fortran_env_kind=real32]) AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_iso_fortran_env use, intrinsic :: iso_fortran_env real($iso_fortran_env_kind) :: var var = 12.34 end program]])], [AS_VAR_SET(iso_fortran_env_var, yes)], [AS_VAR_SET(iso_fortran_env_var, no)]) AC_LANG_POP([Fortran]) ]) OPAL_VAR_SCOPE_POP AS_VAR_IF(iso_fortran_env_var, [yes], [$1], [$2]) AS_VAR_POPDEF([iso_fortran_env_var]) ]) m4trace:config/ompi_fortran_check_iso_fortran_env_real16.m4:17: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_ISO_FORTRAN_ENV_REAL16], [ AS_VAR_PUSHDEF([iso_fortran_env_var_real16], [ompi_cv_fortran_have_iso_fortran_env_real16]) AC_CACHE_CHECK([if Fortran compiler supports ISO_FORTRAN_ENV:REAL16], iso_fortran_env_var_real16, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_iso_fortran_env_real16 use, intrinsic :: iso_fortran_env real(REAL16) :: var var = 12.34 end program]])], [AS_VAR_SET(iso_fortran_env_var_real16, yes)], [AS_VAR_SET(iso_fortran_env_var_real16, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(iso_fortran_env_var_real16, [yes], [$1], [$2]) AS_VAR_POPDEF([iso_fortran_env_var_real16]) ]) m4trace:config/ompi_fortran_check_logical_array.m4:21: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_LOGICAL_ARRAY], [ AS_VAR_PUSHDEF([logical_array_var], [ompi_cv_fortran_logical_array_correct]) AC_CACHE_CHECK([for correct handling of Fortran logical arrays], logical_array_var, [if test "$1" = "none" || \ test $OMPI_TRY_FORTRAN_BINDINGS -eq $OMPI_FORTRAN_NO_BINDINGS || \ test $ompi_fortran_happy -eq 0; then value=skipped else # Fortran module cat > conftestf.f < conftest.c < #include #include "confdefs.h" #ifdef __cplusplus extern "C" { #endif void ompi_check_f(ompi_fortran_logical_t * logical) { int result = 0; FILE *f=fopen("conftestval", "w"); if (!f) exit(1); if (logical[[0]] == 0 && logical[[1]] == $ompi_cv_fortran_true_value) result = 1; fprintf(f, "%d\n", result); } void ompi_check(ompi_fortran_logical_t * logical) { ompi_check_f(logical); } void ompi_check_(ompi_fortran_logical_t * logical) { ompi_check_f(logical); } void ompi_check__(ompi_fortran_logical_t * logical) { ompi_check_f(logical); } void OMPI_CHECK(ompi_fortran_logical_t * logical) { ompi_check_f(logical); } #ifdef __cplusplus } #endif EOF # Try the compilation and run. Can't use AC_TRY_RUN # because it's two module files. OPAL_LOG_COMMAND([$CC $CFLAGS -I. -c conftest.c], [OPAL_LOG_COMMAND([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS], [happy=1], [happy=0])], [happy=0]) if test "$happy" = "0" ; then AC_MSG_ERROR([Error determining if arrays of logical values work properly.]) fi AS_IF([test "$cross_compiling" = "yes"], [ # assume we're ok value=yes], [OPAL_LOG_COMMAND([./conftest], [if test "`cat conftestval`" = "1" ; then value=yes else value=no fi], [value=no])]) fi AS_VAR_SET(logical_array_var, [$value]) ]) AS_VAR_COPY([ompi_fortran_logical_array_correct], [logical_array_var]) if test "$ompi_fortran_logical_array_correct" = "no" ; then AC_MSG_ERROR([Error determining if arrays of logical values work properly.]) fi AS_VAR_POPDEF([logical_array_var]) unset happy ompi_check_logical_fn rm -rf conftest* ]) m4trace:config/ompi_fortran_check_max_array_rank.m4:28: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_MAX_ARRAY_RANK], [ AS_VAR_PUSHDEF([max_array_rank_var], [ompi_cv_fortran_max_array_rank]) OPAL_VAR_SCOPE_PUSH([f_max_rank f_fail f_rank f_i f_dim]) AC_CACHE_CHECK([max supported Fortran array rank], max_array_rank_var, [AC_LANG_PUSH([Fortran]) f_max_rank=0 f_fail=0 # Realistically, this will only be 7 or 15. But what the heck # -- try them all. Note that we don't test above 15, because # that's the max value from the F2008 spec (and some compilers # will let you go above rank=16, e.g., Intel ifort). for f_rank in 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do if test $f_fail -eq 0; then f_i=1 f_dim=2 while test `expr $f_i + 1` -le $f_rank; do f_dim="$f_dim,2" f_i=`expr $f_i + 1` done OPAL_LOG_MSG([testing Fortran dimension $f_rank / $f_dim]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[PROGRAM test_program INTEGER, DIMENSION($f_dim) :: var var($f_dim) = 3 END PROGRAM test_program]])], [f_max_rank=$f_rank], [f_fail=1]) fi done AS_VAR_SET(max_array_rank_var, $f_max_rank) AC_LANG_POP([Fortran]) ]) AS_VAR_COPY([OMPI_FORTRAN_MAX_ARRAY_RANK], [max_array_rank_var]) AC_SUBST(OMPI_FORTRAN_MAX_ARRAY_RANK) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_MAX_ARRAY_RANK], [$OMPI_FORTRAN_MAX_ARRAY_RANK], [Max dimension rank of Fortran arrays]) OPAL_VAR_SCOPE_POP AS_VAR_POPDEF([max_array_rank_var])dnl ]) m4trace:config/ompi_fortran_check_optional_args.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_OPTIONAL_ARGS], [ AS_VAR_PUSHDEF([optional_var], [ompi_cv_fortran_optional]) AC_CACHE_CHECK([if Fortran compiler supports optional arguments], optional_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_optional use, intrinsic :: iso_c_binding interface subroutine check_op(i, ierror) integer, intent(in), value :: i integer, intent(out), optional :: ierror end subroutine check_op end interface integer :: ierror call check_op(0) call check_op(1, ierror) end program]])], [AS_VAR_SET(optional_var, yes)], [AS_VAR_SET(optional_var, no)]) AC_LANG_POP([Fortran]) ]) AS_VAR_IF(optional_var, [yes], [$1], [$2]) AS_VAR_POPDEF([optional_var])dnl ]) m4trace:config/ompi_fortran_check_preprocess_f90.m4:24: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_PREPROCESS_F90], [ AC_MSG_CHECKING([if Fortran compilers preprocess .F90 files without additional flag]) cat > conftest_f.F90 << EOF #if 0 #error The source file was not preprocessed #endif program bogus end program EOF OPAL_LOG_COMMAND([$FC $FCFLAGS -c conftest_f.F90], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_CHECKING([if -fpp flag works]) OPAL_LOG_COMMAND([$FC $FCFLAGS -fpp -c conftest_f.F90], [AC_MSG_RESULT([yes]) FCFLAGS="$FCFLAGS -fpp"], [AC_MSG_RESULT(no) AC_MSG_ERROR([cannot preprocess Fortran files, Aborting])])]) rm -f conftest* ]) m4trace:config/ompi_fortran_check_private.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_PRIVATE], [ AS_VAR_PUSHDEF([private_var], [ompi_cv_fortran_private]) AC_CACHE_CHECK([if Fortran compiler supports PRIVATE], private_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[module test_for_private type :: derived_with_private integer :: this_is_a_public_integer integer, private :: this_is_a_private_integer end type derived_with_private end module test_for_private]])], [AS_VAR_SET(private_var, yes)], [AS_VAR_SET(private_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(private_var, [yes], [$1], [$2]) AS_VAR_POPDEF([private_var])dnl ]) m4trace:config/ompi_fortran_check_procedure.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_PROCEDURE], [ AS_VAR_PUSHDEF([procedure_var], [ompi_cv_fortran_procedure]) AC_CACHE_CHECK([if Fortran compiler supports PROCEDURE], procedure_var, [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[MODULE proc_mod INTERFACE SUBROUTINE MPI_User_function END SUBROUTINE END INTERFACE END MODULE proc_mod PROGRAM test_proc INTERFACE SUBROUTINE binky(user_fn) USE proc_mod PROCEDURE(MPI_User_function) :: user_fn END SUBROUTINE END INTERFACE END PROGRAM]])], [AS_VAR_SET(procedure_var, yes)], [AS_VAR_SET(procedure_var, no)]) touch conftest_foo.mod rm -rf *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(procedure_var, [yes], [$1], [$2]) AS_VAR_POPDEF([procedure_var])dnl ]) m4trace:config/ompi_fortran_check_real16_c_equiv.m4:26: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_REAL16_C_EQUIV], [ OPAL_VAR_SCOPE_PUSH([fortran_real16_happy define_value msg CFLAGS_save]) AS_VAR_PUSHDEF([real16_matches_c_var], [ompi_cv_real16_c_equiv]) # We have to do this as a cache check for cross-compilation platforms AC_CACHE_CHECK([for C type matching bit representation of REAL*16], real16_matches_c_var, [AS_IF([test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" && \ test "$OMPI_HAVE_FORTRAN_REAL16" = "1"], [ # AC_CACHE_CHECK automatically does its own AC_MSG_CHECKING, so close it out AC_MSG_RESULT([pending]) # First check the type that we found was the same length in C AC_MSG_CHECKING([if $OMPI_FORTRAN_REAL16_C_TYPE == REAL*16]) OMPI_FORTRAN_CHECK_REAL16_EQUIV_TYPE([$OMPI_FORTRAN_REAL16_C_TYPE], [L]) # If that didn't work, see if we have a compiler-specific # type that might work AS_IF([test "$fortran_real16_happy" = "no"], [AC_MSG_RESULT([$fortran_real16_happy]) # Intel compiler has a special type that should work AS_IF([test "$opal_cv_c_compiler_vendor" = "intel"], [AC_MSG_CHECKING([if intel compiler _Quad == REAL*16]) CFLAGS_save="$CFLAGS" OPAL_FLAGS_APPEND_UNIQ([CFLAGS], ["-Qoption,cpp,--extended_float_types"]) OMPI_FORTRAN_CHECK_REAL16_EQUIV_TYPE([_Quad], [q]) AS_IF([test "$fortran_real16_happy" = "yes"], [OMPI_FORTRAN_REAL16_C_TYPE="_Quad" AC_MSG_RESULT([works!])], [CFLAGS="$CFLAGS_save" AC_MSG_RESULT([does not work])]) ]) AS_IF([test "$opal_cv_c_compiler_vendor" = "gnu" && test "$ac_cv_type___float128" = "yes"], [AC_MSG_CHECKING([if gnu compiler __float128 == REAL*16]) OMPI_FORTRAN_CHECK_REAL16_EQUIV_TYPE([__float128], [q]) AS_IF([test "$fortran_real16_happy" = "yes"], [OMPI_FORTRAN_REAL16_C_TYPE="__float128" AC_MSG_RESULT([works!])], [AC_MSG_RESULT([does not work])]) ]) # We have to [re-]print a new message here, because # AC_CACHE_CHECK will automatically AC_MSG_RESULT AC_MSG_CHECKING([for C type matching bit representation of REAL*16]) ]) AS_VAR_SET(real16_matches_c_var, [$fortran_real16_happy]) ],[ # No fortran bindings or no REAL*16 AS_IF([test "$OMPI_TRY_FORTRAN_BINDINGS" = "$OMPI_FORTRAN_NO_BINDINGS"], [msg="skipped (no Fortran MPI bindings)"], [msg="skipped (no REAL*16)"]) AS_VAR_SET(real16_matches_c_var, [$msg]) ]) ]) AS_VAR_COPY([ompi_real16_matches_c], [real16_matches_c_var]) AS_VAR_POPDEF([real16_matches_c_var]) AS_IF([test "$ompi_real16_matches_c" = "yes"], [define_value=1], [define_value=0 AC_MSG_WARN([MPI_REAL16 and MPI_COMPLEX32 support have been disabled])]) AC_DEFINE_UNQUOTED([OMPI_REAL16_MATCHES_C], [$define_value], [Whether Fortran REAL*16 matches the bit format of the equivalent C type]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_check_real16_c_equiv.m4:95: -1- AC_DEFUN([OMPI_FORTRAN_CHECK_REAL16_EQUIV_TYPE], [ # C module cat > conftest_c.c < #include #ifdef __cplusplus extern "C" { #endif void c_backend($1 *a) { $1 foo = 11; FILE *fp = fopen("conftestval", "w"); if (NULL == fp) exit(1); foo = 1 / foo; fprintf(fp, "%s\n", (foo == *a) ? "yes" : "no"); fclose(fp); } void C($1 *a) { c_backend(a); } void c($1 *a) { c_backend(a); } void c_($1 *a) { c_backend(a); } /* JMS I'm pretty sure this one will never happen...? */ void c__($1 *a) { c_backend(a); } #ifdef __cplusplus } #endif EOF # Fortran module cat > conftest_f.f < aaa.f90 << EOF MODULE aaa INTEGER :: CMON(1) COMMON/CMMON/CMON INTEGER :: global_aaa END MODULE aaa EOF cat > bbb.f90 << EOF MODULE bbb integer, bind(C, name="cmmon_") :: CMON INTEGER :: global_bbb END MODULE bbb EOF OPAL_LOG_COMMAND([$FC $FCFLAGS -c aaa.f90], [OPAL_LOG_COMMAND([$FC $FCFLAGS -c bbb.f90], [AC_COMPILE_IFELSE([AC_LANG_SOURCE([[PROGRAM test USE aaa, ONLY : global_aaa USE bbb, ONLY : global_bbb implicit none END PROGRAM]])], [AS_VAR_SET(use_only_var, yes)], [AS_VAR_SET(use_only_var, no)])], [AS_VAR_SET(use_only_var, no)])], [AS_VAR_SET(use_only_var, no)]) rm -rf aaa.f90 aaa.o bbb.f90 bbb.o *.mod 2>/dev/null AC_LANG_POP([Fortran]) ]) AS_VAR_IF(use_only_var, [yes], [$1], [$2]) FCFLAGS=$FCFLAGS_save OPAL_VAR_SCOPE_POP AS_VAR_POPDEF([use_only_var])dnl ]) m4trace:config/ompi_fortran_find_ext_symbol_convention.m4:25: -1- AC_DEFUN([OMPI_FORTRAN_FIND_EXT_SYMBOL_CONVENTION], [ AC_REQUIRE([LT_PATH_NM]) AC_REQUIRE([AC_PROG_GREP]) OPAL_VAR_SCOPE_PUSH([FCFLAGS_NEW LDFLAGS_NEW FLAG]) # invalidate cache if result came from a run where FORTRAN was disabled if test "$ompi_cv_fortran_external_symbol" = "skipped" ; then unset ompi_cv_fortran_external_symbol fi AC_CACHE_CHECK([$FORTRAN external symbol convention], [ompi_cv_fortran_external_symbol], [if test "$FC" = "none" || \ test "$OMPI_TRY_FORTRAN_BINDINGS" = "$OMPI_FORTRAN_NO_BINDINGS"; then ompi_cv_fortran_external_symbol="skipped" else cat >conftest.f </dev/null 2>&1 ; then ompi_cv_fortran_external_symbol="double underscore" elif $NM conftest.o | $GREP foo_bar_ >/dev/null 2>&1 ; then ompi_cv_fortran_external_symbol="single underscore" elif $NM conftest.o | $GREP FOO_bar >/dev/null 2>&1 ; then ompi_cv_fortran_external_symbol="mixed case" elif $NM conftest.o | $GREP foo_bar >/dev/null 2>&1 ; then ompi_cv_fortran_external_symbol="no underscore" elif $NM conftest.o | $GREP FOO_BAR >/dev/null 2>&1 ; then ompi_cv_fortran_external_symbol="upper case" else $NM conftest.o >conftest.out 2>&1 OPAL_LOG_MSG([Could not determine Fortran naming convention. Output from $NM:]) OPAL_LOG_FILE([conftest.out]) happy=0 fi], [AC_MSG_ERROR([Fortran compiler did not produce object file])]) fi]) # These values were all already set to 0 back up in # ompi_setup_mpi_fortran.m4, because this whole macro is # conditionally executed (i.e., it is not executed in the # --disable-mpi-fortran case). if test "$ompi_cv_fortran_external_symbol" = "double underscore" ; then ompi_fortran_double_underscore=1 elif test "$ompi_cv_fortran_external_symbol" = "single underscore" ; then ompi_fortran_single_underscore=1 elif test "$ompi_cv_fortran_external_symbol" = "mixed case" ; then ompi_fortran_caps=1 elif test "$ompi_cv_fortran_external_symbol" = "no underscore" ; then ompi_fortran_plain=1 elif test "$ompi_cv_fortran_external_symbol" = "upper case" ; then ompi_fortran_caps=1 elif test "$ompi_cv_fortran_external_symbol" != "skipped" ; then AC_MSG_ERROR([unknown naming convention: $ompi_cv_fortran_external_symbol]) fi OPAL_VAR_SCOPE_POP rm -rf conftest.* ]) m4trace:config/ompi_fortran_find_ext_symbol_convention.m4:121: -1- AC_DEFUN([OMPI_FORTRAN_MAKE_C_FUNCTION], [ if test "$ompi_cv_fortran_external_symbol" = "double underscore" ; then # so the general rule is that if there is an _ in the function # name, then there are two trailing underscores. Otherwise, # there is only one trailing underscore. Any idea how to do # that with m4_translit? if echo $2 | $GREP _ >/dev/null 2>&1 ; then $1[=]m4_translit([$2], [A-Z], [a-z])[__] else $1[=]m4_translit([$2], [A-Z], [a-z])[_] fi elif test "$ompi_cv_fortran_external_symbol" = "single underscore" ; then $1[=]m4_translit([$2], [A-Z], [a-z])[_] elif test "$ompi_cv_fortran_external_symbol" = "mixed case" ; then $1[=]$2 elif test "$ompi_cv_fortran_external_symbol" = "no underscore" ; then $1[=]m4_translit([$2], [A-Z], [a-z]) elif test "$ompi_cv_fortran_external_symbol" = "upper case" ; then $1[=]m4_translit([$2], [a-z], [A-Z]) else AC_MSG_ERROR([unknown naming convention: $ompi_cv_fortran_external_symbol]) fi ]) m4trace:config/ompi_fortran_find_module_include_flag.m4:27: -1- AC_DEFUN([OMPI_FORTRAN_FIND_MODULE_INCLUDE_FLAG], [ AS_VAR_PUSHDEF([fortran_inc_var], [ompi_cv_fortran_module_include_flag]) OMPI_FC_MODULE_FLAG= AC_CACHE_CHECK([for Fortran compiler module include flag], fortran_inc_var, [ofi_possible_flags="-I -p -M" mkdir conftest.$$ cd conftest.$$ # Try to compile a Fortran module mkdir subdir cd subdir cat > conftest-module.f90 < conftest.f90 < conftestf.f < conftest.c < #include $ompi_conftest_h #ifdef __cplusplus extern "C" { #endif void $ompi_ac_align_fn(char *w, char *x, char *y, char *z) { unsigned long aw, ax, ay, az; FILE *f=fopen("conftestval", "w"); if (!f) exit(1); aw = (unsigned long) w; ax = (unsigned long) x; ay = (unsigned long) y; az = (unsigned long) z; if (! ((aw%16)||(ax%16)||(ay%16)||(az%16))) fprintf(f, "%d\n", 16); else if (! ((aw%12)||(ax%12)||(ay%12)||(az%12))) fprintf(f, "%d\n", 12); else if (! ((aw%8)||(ax%8)||(ay%8)||(az%8))) fprintf(f, "%d\n", 8); else if (! ((aw%4)||(ax%4)||(ay%4)||(az%4))) fprintf(f, "%d\n", 4); else if (! ((aw%2)||(ax%2)||(ay%2)||(az%2))) fprintf(f, "%d\n", 2); else fprintf(f, "%d\n", 1); fclose(f); } #ifdef __cplusplus } #endif EOF OPAL_LOG_COMMAND([$CC $CFLAGS -I. -c conftest.c], [OPAL_LOG_COMMAND([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS], [fortran_get_alignment_happy="yes"], [fortran_get_alignment_happy="no"])], [fortran_get_alignment_happy="no"]) if test "$fortran_get_alignment_happy" = "no" ; then AC_MSG_RESULT([Error!]) AC_MSG_ERROR([Could not determine alignment of $1]) fi AS_IF([test "$cross_compiling" = "yes"], [AC_MSG_RESULT([Error!]) AC_MSG_ERROR([Can not determine alignment of $1 when cross-compiling])], [OPAL_LOG_COMMAND([./conftest], [AS_VAR_SET(type_var, [`cat conftestval`])], [AC_MSG_RESULT([Error!]) AC_MSG_ERROR([Could not determine alignment of $1])])]) rm -rf conftest*]) AS_VAR_COPY([$2], [type_var]) AS_VAR_POPDEF([type_var])dnl OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_fortran_get_alignment.m4:139: -1- AC_DEFUN([OMPI_FORTRAN_F08_GET_HANDLE_ALIGNMENT], [ # Use of m4_translit suggested by Eric Blake: # http://lists.gnu.org/archive/html/bug-autoconf/2010-10/msg00016.html AS_VAR_PUSHDEF([type_var], m4_translit([[ompi_cv_fortran_alignment_$1]], [*], [p])) AC_CACHE_CHECK([alignment of Fortran $1], type_var, [AC_LANG_PUSH([Fortran]) AC_LINK_IFELSE([AC_LANG_SOURCE([[module alignment_mod type, BIND(C) :: test_mpi_handle integer :: MPI_VAL end type test_mpi_handle type(test_mpi_handle) :: t1 type(test_mpi_handle) :: t2 end module program falignment use alignment_mod OPEN(UNIT=10, FILE="conftestval") if (LOC(t1) > LOC(t2)) then write (10,'(I5)') LOC(t1)-LOC(t2) else write (10,'(I5)') LOC(t2)-LOC(t1) endif CLOSE(10) end program]])], [AS_IF([test "$cross_compiling" = "yes"], [AC_MSG_ERROR([Can not determine alignment of $1 when cross-compiling])], [OPAL_LOG_COMMAND([./conftest], [AS_VAR_SET(type_var, [`cat conftestval`])], [AC_MSG_ERROR([Could not determine alignment of $1])])])], [AC_MSG_WARN([Could not determine alignment of $1]) AC_MSG_WARN([See config.log for details]) AC_MSG_ERROR([Cannot continue])]) rm -rf conftest* *.mod 2> /dev/null AC_LANG_POP([Fortran])]) AS_VAR_COPY([$2], [type_var]) AS_VAR_POPDEF([type_var])dnl ]) m4trace:config/ompi_fortran_get_handle_max.m4:26: -1- AC_DEFUN([OMPI_FORTRAN_GET_HANDLE_MAX], [ AS_VAR_PUSHDEF([fortran_handle_max_var], [ompi_cv_fortran_handle_max]) AC_CACHE_CHECK([for max Fortran MPI handle index], fortran_handle_max_var, [ # Find max fortran INTEGER value. Set to sentinel value if we don't # have a Fortran compiler (e.g., if --disable-fortran was given). if test $ompi_fortran_happy -eq 0; then ompi_fint_max=0 else OPAL_COMPUTE_MAX_VALUE([$OMPI_SIZEOF_FORTRAN_INTEGER], [ompi_fint_max]) fi # Get INT_MAX. Compute a SWAG if we are cross compiling or something # goes wrong. rm -f conftest.out >/dev/null 2>&1 AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include ]],[[FILE *fp = fopen("conftest.out", "w"); long cint = INT_MAX; fprintf(fp, "%ld", cint); fclose(fp);]])], [ompi_cint_max=`cat conftest.out`], [ompi_cint_max=0], [ #cross compiling is fun. compute INT_MAX same as INTEGER max OPAL_COMPUTE_MAX_VALUE([$ac_cv_sizeof_int], [ompi_cint_max])]) # Use string comparisons with "test"; see comment above for # rationale. if test "$ompi_cint_max" = "0" ; then # wow - something went really wrong. Be conservative value=32767 elif test "$ompi_fint_max" = "0" ; then # we aren't compiling Fortran - just set it to C INT_MAX value=$ompi_cint_max else # Take the lesser of C INT_MAX and Fortran INTEGER max. # The resulting value will then be storable in either # type. Use expr (instead of "test -lt"), because it can # handle 8-byte integer values. value=$ompi_fint_max if test "`expr $ompi_cint_max \< $value`" = "1"; then value=$ompi_cint_max fi fi AS_VAR_SET(fortran_handle_max_var, [$value]) rm -f conftest.out > /dev/null 2>&1 unset value]) AS_VAR_COPY([ompi_fortran_handle_max], [fortran_handle_max_var]) # sanity check; OMPI gets very unhappy if this value is negative... if test 0 -ne `expr $ompi_fortran_handle_max \< 0` ; then AC_MSG_ERROR([Detected negative max handle size.]) fi AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HANDLE_MAX], [$ompi_fortran_handle_max], [Max handle value for fortran MPI handles, effectively min(INT_MAX, max fortran INTEGER value)]) AS_VAR_POPDEF([fortran_handle_max_var]) ]) m4trace:config/ompi_fortran_get_kind_value.m4:26: -1- AC_DEFUN([OMPI_FORTRAN_GET_KIND_VALUE], [ # Use of m4_translit suggested by Eric Blake: # http://lists.gnu.org/archive/html/bug-autoconf/2010-10/msg00016.html AS_VAR_PUSHDEF([kind_value_var], m4_translit([[ompi_cv_fortran_kind_value_$1]], [*], [p])) rm -f conftest.out AC_CACHE_CHECK([KIND value of Fortran $1], kind_value_var, [if test $OMPI_TRY_FORTRAN_BINDINGS -eq $OMPI_FORTRAN_NO_BINDINGS || \ test $ompi_fortran_happy -eq 0; then value=skipped else AC_LANG_PUSH([Fortran]) value= AC_RUN_IFELSE(AC_LANG_PROGRAM(, [[ use, intrinsic :: ISO_C_BINDING implicit none open(unit = 7, file = "conftest.out") write(7, *) $1 close(7) ]]), [value=`cat conftest.out | awk '{print [$]1}'`], [value=no], [value=cross]) rm -f conftest.out fi # If the compiler is ancient enough to not support the # ISO_C_BINDING stuff, then we have to fall back to older # tests. Yuck. AS_IF([test "$value" = "no"], [AC_MSG_RESULT([no ISO_C_BINDING -- fallback]) _OMPI_FORTRAN_SELECTED_INT_KIND($2, value)]) AS_IF([test "$value" = "no"], [AC_MSG_WARN([Could not determine KIND value of $1]) AC_MSG_WARN([See config.log for more details]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$value" = "cross"], [AC_MSG_ERROR([Can not determine KIND value of $1 when cross-compiling])]) AS_VAR_SET(kind_value_var, [$value]) AC_LANG_POP([Fortran]) unset value ]) AS_VAR_COPY([$3], [kind_value_var]) AS_VAR_POPDEF([kind_value_var]) ]) m4trace:config/ompi_fortran_get_kind_value.m4:76: -1- AC_DEFUN([_OMPI_FORTRAN_SELECTED_INT_KIND], [ AS_VAR_PUSHDEF([sel_int_kind_var], [ompi_cv_fortran_int_kind_$1]) AC_CACHE_CHECK([Fortran value of selected_int_kind($1)], sel_int_kind_var, [outval=no AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS && \ test $ompi_fortran_happy -eq 1], [rm -f conftest.out AC_LANG_PUSH([Fortran]) AC_RUN_IFELSE(AC_LANG_PROGRAM(, [[ open(8, file="conftest.out") write(8, fmt="(I5)") selected_int_kind($1) close(8) ]]), [outval=`cat conftest.out | awk '{print [$]1}'`], [outval=no], [outval=cross]) rm -f conftest.out AC_LANG_POP([Fortran]) ]) AS_VAR_SET(sel_int_kind_var, [$outval]) unset outval ]) # All analysis of $value is done in the upper-level / calling # macro AS_VAR_COPY([$2], [sel_int_kind_var]) AS_VAR_POPDEF([sel_int_kind_var])dnl ]) m4trace:config/ompi_fortran_get_sizeof.m4:23: -1- AC_DEFUN([OMPI_FORTRAN_GET_SIZEOF], [ # Use of m4_translit suggested by Eric Blake: # http://lists.gnu.org/archive/html/bug-autoconf/2010-10/msg00016.html AS_VAR_PUSHDEF([type_var], m4_translit([[ompi_cv_fortran_sizeof_$2]], [*], [p])) AC_CACHE_CHECK([size of Fortran $2], type_var, [OMPI_FORTRAN_MAKE_C_FUNCTION([ompi_ac_size_fn], [size]) # Fortran module cat > conftestf.f90 < conftest.c < #include $ompi_conftest_h #ifdef __cplusplus extern "C" { #endif void $ompi_ac_size_fn(char *a, char *b) { int diff = (int) (b - a); FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", diff); } #ifdef __cplusplus } #endif EOF OPAL_LOG_COMMAND([$CC $CFLAGS -I. -c conftest.c], [OPAL_LOG_COMMAND([$FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -o conftest $LDFLAGS $LIBS], [happy="yes"], [happy="no"])], [happy="no"]) if test "$happy" = "no" ; then OPAL_LOG_MSG([here is the Fortran program:], 1) OPAL_LOG_FILE([conftestf.f90]) AC_MSG_WARN([Could not determine size of $2]) AC_MSG_WARN([See config.log for details]) AC_MSG_ERROR([Cannot continue]) fi AS_IF([test "$cross_compiling" = "yes"], [AC_MSG_ERROR([Can not determine size of $2 when cross-compiling])], [OPAL_LOG_COMMAND([./conftest], [AS_VAR_SET(type_var, [`cat conftestval`])], [AC_MSG_ERROR([Could not determine size of $2])])]) unset happy ompi_conftest_h rm -rf conftest*]) AS_VAR_COPY([$3], [type_var]) AS_VAR_POPDEF([type_var])dnl ]) m4trace:config/ompi_fortran_get_value_true.m4:25: -1- AC_DEFUN([OMPI_FORTRAN_GET_VALUE_TRUE], [ # invalidate cache if result came from a run where FORTRAN was disabled if test "$ompi_cv_fortran_true_value" = "0" ; then unset ompi_cv_fortran_true_value fi AS_VAR_PUSHDEF([fortran_true_var], [ompi_cv_fortran_true_value]) AC_CACHE_CHECK([Fortran value for .TRUE. logical type], fortran_true_var, [if test "$1" = "none" || \ test $OMPI_TRY_FORTRAN_BINDINGS -eq $OMPI_FORTRAN_NO_BINDINGS || \ test $ompi_fortran_happy -eq 0 ; then value=77 else # # C module # We really need the confdefs.h Header file for # the ompi_fortran_logical_t definition # if test \! -f confdefs.h ; then AC_MSG_WARN([*** Problem running configure test!]) AC_MSG_WARN([*** Cannot find confdefs.h file for config test]) AC_MSG_WARN([*** See config.log for details.]) AC_MSG_ERROR([*** Cannot continue.]) fi cat > conftest.c < #include #include "confdefs.h" #ifdef __cplusplus extern "C" { #endif void ompi_print_f(ompi_fortran_logical_t * logical) { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); if( SIZEOF_INT >= sizeof(ompi_fortran_logical_t) ) { fprintf(f, "%d\n", (int)*logical); } else if (SIZEOF_LONG >= sizeof(ompi_fortran_logical_t) ) { fprintf(f, "%ld\n", (long) *logical); } else if (SIZEOF_LONG_LONG >= sizeof(ompi_fortran_logical_t) ) { fprintf(f, "%lld\n", (long long) *logical); } else { exit(1); } } void ompi_print(ompi_fortran_logical_t *logical) { ompi_print_f(logical); } void ompi_print_(ompi_fortran_logical_t *logical) { ompi_print_f(logical); } void ompi_print__(ompi_fortran_logical_t *logical) { ompi_print_f(logical); } void OMPI_PRINT(ompi_fortran_logical_t *logical) { ompi_print_f(logical); } #ifdef __cplusplus } #endif EOF cat > conftestf.f <&2 ********************************************************************** * It appears that your C++ compiler is unable to link against object * files created by your C compiler. This generally indicates either * a conflict between the options specified in CFLAGS and CXXFLAGS * or a problem with the local compiler installation. More * information (including exactly what command was given to the * compilers and what error resulted when the commands were executed) is * available in the config.log file in this directory. ********************************************************************** EOF AC_MSG_ERROR([C and C++ compilers are not link compatible. Can not continue.])]) ]) ]) m4trace:config/ompi_setup_debugger_flags.m4:31: -1- AC_DEFUN([_OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS], [ OPAL_VAR_SCOPE_PUSH([OMPI_SETUP_DEBUGGER_FLAGS_CFLAGS_save]) OMPI_SETUP_DEBUGGER_FLAGS_CFLAGS_save=$CFLAGS AC_MSG_CHECKING([if $1 compiler flag works]) CFLAGS="$CFLAGS $1" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[int i = 3;])], [OMPI_SETUP_DEBUGGER_FLAGS_HAPPY=yes], [OMPI_SETUP_DEBUGGER_FLAGS_HAPPY=no]) AC_MSG_RESULT([$OMPI_SETUP_DEBUGGER_FLAGS_HAPPY]) CFLAGS=$OMPI_SETUP_DEBUGGER_FLAGS_CFLAGS_save OPAL_VAR_SCOPE_POP AS_IF([test $OMPI_SETUP_DEBUGGER_FLAGS_HAPPY = yes], [$2], [$3]) ]) m4trace:config/ompi_setup_debugger_flags.m4:49: -1- AC_DEFUN([OMPI_SETUP_DEBUGGER_FLAGS], [ # # Do a final process of the CFLAGS to make a WITHOUT_OPTFLAGS # version. We need this so that we can guarantee to build the # debugger-sensitive files with -g and nothing else. # OPAL_STRIP_OPTFLAGS($CFLAGS) CFLAGS_WITHOUT_OPTFLAGS="$s_result" # Tweak the compiler flags passed to ompirun for Sun Studio SPARC # https://svn.open-mpi.org/trac/ompi/ticket/1448 if test "x$opal_cv_c_compiler_vendor" = "xsun" && test -n "`echo $host | $GREP sparc`"; then DEBUGGER_CFLAGS="-g -xO0" else # Tweak the compiler flags passed for intel # to stop its aggressive inlining of functions if test "x$opal_cv_c_compiler_vendor" = "xintel"; then DEBUGGER_CFLAGS="-g -O0" else DEBUGGER_CFLAGS="-g" fi fi AC_MSG_CHECKING([which of CFLAGS are ok for debugger modules]) AC_MSG_RESULT([$CFLAGS_WITHOUT_OPTFLAGS]) AC_MSG_CHECKING([for debugger extra CFLAGS]) AC_MSG_RESULT([$DEBUGGER_CFLAGS]) AC_SUBST(CFLAGS_WITHOUT_OPTFLAGS) AC_SUBST(DEBUGGER_CFLAGS) # Check for compiler specific flag to add in unwind information. # This is needed when attaching using MPIR to unwind back to the # user's main function. Certain optimisations can prevent GDB from # producing a stack when explicit unwind information is unavailable. # This is implied by -g, but we want to save space and don't need # full debug symbols. _OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS([-fasynchronous-unwind-tables], [MPIR_UNWIND_CFLAGS="-fasynchronous-unwind-tables"], [_OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS([-Meh_frame -Mframe], [MPIR_UNWIND_CFLAGS="-Meh_frame -Mframe"], [MPIR_UNWIND_CFLAGS=-g]) ]) AC_MSG_CHECKING([for final compiler unwind flags]) AC_MSG_RESULT([$MPIR_UNWIND_CFLAGS]) AC_SUBST(MPIR_UNWIND_CFLAGS) ]) m4trace:config/ompi_setup_fc.m4:29: -1- AC_DEFUN_ONCE([_OMPI_SETUP_FC_BANNER], [ opal_show_subtitle "Fortran compiler" ]) m4trace:config/ompi_setup_fc.m4:36: -1- AC_DEFUN_ONCE([_OMPI_SETUP_FC_COMPILER], [ OPAL_VAR_SCOPE_PUSH([ompi_fcflags_save]) ompi_fcflags_save="$FCFLAGS" # Note that AC_PROG_FC will look for *any* fortran compiler, and # we don't want it to find an F77-only compiler. The AC docs # don't recommend using the "dialect" feature of AC_PROG_FC, so # instead use the optional first parameter and steal the list of # Fortran compilers (excluding the f77 compiler names) from AC's # default list of compilers and use it here. This is the main # reason we have an OMPI-ized version of the PROG_FC macro. AC_PROG_FC([gfortran f95 fort xlf95 ifort ifc efc pgfortran pgf95 lf95 f90 xlf90 pgf90 epcf90 nagfor]) FCFLAGS="$ompi_fcflags_save" OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_fc.m4:98: -1- AC_DEFUN([_OMPI_SETUP_FC_XCODE_COMMONS_LDFLAGS], [ OPAL_VAR_SCOPE_PUSH([xcode_flags]) # This variable is used by the invoking macro to display the # results via AC RESULT (just to keep the symmetry of # MSG_CHECKING / RESULT in the same upper-level macro). OMPI_FORTRAN_WRAPPER_FLAGS= xcode_flags="-Wl,-commons,use_dylibs" _OMPI_SETUP_FC_XCODE_COMMONS_LDFLAGS_BACKEND( [$xcode_flags], [OMPI_FORTRAN_WRAPPER_FLAGS=$xcode_flags], []) AS_IF([test -z "$OMPI_FORTRAN_WRAPPER_FLAGS"], [xcode_flags="-Wl,-commons,use_dylibs -Wl,-ld_classic" _OMPI_SETUP_FC_XCODE_COMMONS_LDFLAGS_BACKEND( [$xcode_flags], [OMPI_FORTRAN_WRAPPER_FLAGS=$xcode_flags], [])]) AS_IF([test -z "$OMPI_FORTRAN_WRAPPER_FLAGS"], [OMPI_FORTRAN_WRAPPER_FLAGS="none"]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_fc.m4:127: -1- AC_DEFUN([_OMPI_SETUP_FC_XCODE_COMMONS_LDFLAGS_BACKEND], [ OPAL_VAR_SCOPE_PUSH([xcode_happy xcode_dir LDFLAGS_save_xcode LIBS_save_xcode]) xcode_dir=conftest.$$ rm -rf $xcode_dir mkdir -p $xcode_dir cd $xcode_dir LIBS_save_xcode=$LIBS LDFLAGS_save_xcode=$LDFLAGS LDFLAGS="$LDFLAGS -L. $1" # Note: we use COMPILE_IFELSE and LANG_SOURCE below, which assume # that confdefs.h exists. This is being invoked extremely early # in the configure sequence, so we haven't AC DEFINE'ed anything # yet, and therefore confdefs.h won't be automatically created # yet. So we'll make an empty confdefs.h to avoid some error # messages (it'll be removed with the whole tempdir, later). touch confdefs.h # Step 1: make a C library with some public symbols xcode_happy=0 AC_LANG_PUSH([C]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ /* Must end the symbol in _ (remember: we are specifically targeting the MacOS compilation environment, so it is ok to target a specific Fortran symbol convention), otherwise the Fortran linker will not find it, and will just create a new Fortran symbol for it */ int ompi_mpi_bottom_ = 42; void ompi_init_f(int *bogus); /* Empty / useless function that still ensures that this compilation unit will not be optimized out */ void ompi_init_f(int *bogus) { *bogus = ompi_mpi_bottom_; } ]])], [ # If the above compiled successfully, Then use # conftest.OBJEXT to make the library. Note that # conftest.OBJEXT will automatically be deleted upon exit of # COMPILE_IFELSE. # # NOTE: this is pretty gross -- we're manually making a # shared library. But the libtool binary doesn't exist yet, # so this is the best that we can do. OPAL_LOG_COMMAND([$CC -dynamiclib -Wl,-undefined -Wl,dynamic_lookup $LDFLAGS conftest.$OBJEXT -o libconftest.dylib], [xcode_happy=1])]) AC_LANG_POP # Now compile and link a Fortran program against this shared # library. AC_LANG_PUSH([Fortran]) AS_IF([test $xcode_happy -eq 1], [LIBS="$LIBS -lconftest" AC_LINK_IFELSE([AC_LANG_SOURCE([ program test integer :: mpi_bottom common/ompi_mpi_bottom/mpi_bottom interface subroutine ompi_init(bogus) BIND(C, name="ompi_init_f") implicit none integer bogus end subroutine ompi_init end interface integer bogus call ompi_init(bogus) end program ])], [], [xcode_happy=0])]) AC_LANG_POP # Exit the temp dir cd .. rm -rf $xcode_dir # LIBS was set specifically for the artificial conditions of this # test, so reset it LIBS=$LIBS_save_xcode AS_IF([test $xcode_happy -eq 1], [ # Restore LDFLAFGS + the new flags (i.e., get rid of the # "-L." we added for this test) LDFLAGS="$LDFLAGS_xcode_save $1" $2], [ # If we failed the test, reset LDFLAGS back to its # original value. LDFLAGS=$LDFLAGS_xcode_save $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_fc.m4:228: -1- AC_DEFUN([OMPI_SETUP_FC], [ OPAL_VAR_SCOPE_PUSH([ompi_fc_happy LDFLAGS_save fc_version OMPI_FORTRAN_WRAPPER_FLAGS]) # Force the intro banner to be displayed first AC_REQUIRE([_OMPI_SETUP_FC_BANNER]) # Unfortunately, we must REQUIRE this for the reasons cited in the # Autoconf (version >= 2.64) docs. AC_REQUIRE([_OMPI_SETUP_FC_COMPILER]) # If $FC is "no", that's another way of the user telling us "I # don't want any Fortran compiler". That being said, there are # already existing code paths that expect an empty $FC to mean "no # Fortran compiler", so turn "no" into "" here. AS_IF([test "$FC" = "no"], [FC=]) AS_IF([test -z "$FC"], [AC_MSG_WARN([*** All Fortran MPI bindings disabled (could not find compiler)]) ompi_fc_happy=0], [ompi_fc_happy=1]) # Make sure the compiler actually works, if not cross-compiling. # Don't just use the AC macro so that we can have a pretty # message. AS_IF([test $ompi_fc_happy -eq 1], [OPAL_CHECK_COMPILER_WORKS([Fortran], [], [], [], [AC_MSG_ERROR([Could not run a simple Fortran program. Aborting.])])]) # OS X before 10.3 (deployment target) does not allow undefined common # symbols in shared libraries. Because we can't figure out how to # implement MPI_STATUSES_IGNORE and friends without common symbols, on # OS X we can't build the F90 bindings as a shared library. OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS= AS_IF([test $ompi_fc_happy -eq 1], [AC_MSG_CHECKING([for extra arguments to build a shared library]) case "$host" in *apple-darwin*) if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then AC_MSG_RESULT([impossible -- -static]) OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS="-static" else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) AC_MSG_RESULT([impossible -- -static]) OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS="-static" ;; 10.*) AC_MSG_RESULT([-Wl,-single_module]) OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS="-Wl,-single_module" esac fi ;; *) AC_MSG_RESULT([none needed]) OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS="" ;; esac]) AC_SUBST(OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS) # The Absoft compiler does not like the fact that we use lots of # "ignore TKR" comment pragmas that it doesn't understand, and # will warn about them. From Tony Goetz at Absoft, we can use the # -Z790 flag to quell these warnings. # The NAG compiler is too picky about naming conventions, so use the # -mismatch flag to keep it happy AC_MSG_CHECKING([for $FC warnings flags]) fc_version=`$FC --version 2>&1` case "$fc_version" in *Absoft*) AC_MSG_RESULT([-Z790]) FCFLAGS="$FCFLAGS -Z790" ;; *NAG*) AC_MSG_RESULT([-mismatch]) FCFLAGS="$FCFLAGS -mismatch" ;; *) AC_MSG_RESULT([none]) ;; esac # If we're still good, then save the extra file types. Do this last # because it implies tests that should be invoked by the above tests # (e.g., running the fortran compiler). AS_IF([test $ompi_fc_happy -eq 1], [AC_FC_SRCEXT(f) AC_FC_SRCEXT(f90)]) # Check to see if we need additional compiler flags for # preprocessing .F90 files. AS_IF([test $ompi_fc_happy -eq 1], [OMPI_FORTRAN_CHECK_PREPROCESS_F90]) # Per trac #1982, on OS X, we may need some esoteric linker flags # in the wrapper compilers. However, per # https://github.com/open-mpi/ompi/issues/259, we need to use # -Wl,-flat_namespace when *building* the library (and # -Wl,-commons,use_dylibs isn't quite sufficient). AS_IF([test $ompi_fc_happy -eq 1], [AC_MSG_CHECKING([to see if Fortran compilers need additional linker flags]) case "$host" in *apple-darwin*) # Test whether -Wl,-flat_namespace works; if it does, # both use it to build the libraries, and also put it # in the wrapper compiler LDFLAGS. LDFLAGS_save=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,-flat_namespace" AC_LANG_PUSH([Fortran]) AC_LINK_IFELSE([AC_LANG_SOURCE([[program test integer :: i end program]])], [LDFLAGS_save=$LDFLAGS OMPI_FORTRAN_WRAPPER_FLAGS="-Wl,-flat_namespace" OPAL_WRAPPER_FLAGS_ADD([FCFLAGS], [$OMPI_FORTRAN_WRAPPER_FLAGS])], [OMPI_FORTRAN_WRAPPER_FLAGS=none]) AC_LANG_POP([Fortran]) LDFLAGS=$LDFLAGS_save AC_MSG_RESULT([$OMPI_FORTRAN_WRAPPER_FLAGS]) ;; *) AC_MSG_RESULT([none]) ;; esac ]) # Get our Fortran symbol mangling scheme AS_IF([test $ompi_fc_happy -eq 1], [OMPI_FORTRAN_FIND_EXT_SYMBOL_CONVENTION]) # Make sure we can link with C code. AS_IF([test $ompi_fc_happy -eq 1], [OPAL_LANG_LINK_WITH_C([Fortran], [], [cat <=LONG_ANNOYING_DIRECTORY. AS_IF([test -z "$with_jdk_bindir"], [ # OS X/macOS ompi_java_found=0 # The following logic was deliberately decided upon in # https://github.com/open-mpi/ompi/pull/5015 specifically # to prevent this script and the rest of Open MPI's build # system from getting confused by the somewhat unorthodox # Java toolchain layout present on OS X/macOS systems, # described in depth by # https://github.com/open-mpi/ompi/pull/5015#issuecomment-379324639, # and mishandling OS X/macOS Java toolchain path detection # as a result. AS_IF([test -x /usr/libexec/java_home], [ompi_java_dir=`/usr/libexec/java_home`], [ompi_java_dir=/System/Library/Frameworks/JavaVM.framework/Versions/Current]) AC_MSG_CHECKING([for Java in OS X/macOS locations]) AS_IF([test -d $ompi_java_dir], [AC_MSG_RESULT([found ($ompi_java_dir)]) ompi_java_found=1 if test -d "$ompi_java_dir/Headers" && test -d "$ompi_java_dir/Commands"; then with_jdk_headers=$ompi_java_dir/Headers with_jdk_bindir=$ompi_java_dir/Commands elif test -d "$ompi_java_dir/include" && test -d "$ompi_java_dir/bin"; then with_jdk_headers=$ompi_java_dir/include with_jdk_bindir=$ompi_java_dir/bin else AC_MSG_WARN([No recognized OS X/macOS JDK directory structure found under $ompi_java_dir]) ompi_java_found=0 fi], [AC_MSG_RESULT([not found])]) if test "$ompi_java_found" = "0"; then # Various Linux if test -z "$JAVA_HOME"; then ompi_java_dir='/usr/lib/jvm/java-*-openjdk-*/include/' else ompi_java_dir=$JAVA_HOME/include fi ompi_java_jnih=`ls $ompi_java_dir/jni.h 2>/dev/null | head -n 1` AC_MSG_CHECKING([for Java in Linux locations]) AS_IF([test -r "$ompi_java_jnih"], [with_jdk_headers=`dirname $ompi_java_jnih` OPAL_WHICH([javac], [with_jdk_bindir]) AS_IF([test -n "$with_jdk_bindir"], [AC_MSG_RESULT([found ($with_jdk_headers)]) ompi_java_found=1 with_jdk_bindir=`dirname $with_jdk_bindir`], [with_jdk_headers=])], [ompi_java_dir='/usr/lib/jvm/default-java/include/' ompi_java_jnih=`ls $ompi_java_dir/jni.h 2>/dev/null | head -n 1` AS_IF([test -r "$ompi_java_jnih"], [with_jdk_headers=`dirname $ompi_java_jnih` OPAL_WHICH([javac], [with_jdk_bindir]) AS_IF([test -n "$with_jdk_bindir"], [AC_MSG_RESULT([found ($with_jdk_headers)]) ompi_java_found=1 with_jdk_bindir=`dirname $with_jdk_bindir`], [with_jdk_headers=])], [AC_MSG_RESULT([not found])])]) fi if test "$ompi_java_found" = "0"; then # Solaris ompi_java_dir=/usr/java AC_MSG_CHECKING([for Java in Solaris locations]) AS_IF([test -d $ompi_java_dir && test -r "$ompi_java_dir/include/jni.h"], [AC_MSG_RESULT([found ($ompi_java_dir)]) with_jdk_headers=$ompi_java_dir/include with_jdk_bindir=$ompi_java_dir/bin ompi_java_found=1], [AC_MSG_RESULT([not found])]) fi ], [ompi_java_found=1]) if test "$ompi_java_found" = "1"; then OPAL_CHECK_WITHDIR([jdk-bindir], [$with_jdk_bindir], [javac]) OPAL_CHECK_WITHDIR([jdk-headers], [$with_jdk_headers], [jni.h]) # Look for various Java-related programs ompi_java_happy=no ompi_java_PATH_save=$PATH AS_IF([test -n "$with_jdk_bindir" && test "$with_jdk_bindir" != "yes" && test "$with_jdk_bindir" != "no"], [PATH="$with_jdk_bindir:$PATH"]) AC_PATH_PROG(JAVAC, javac) AC_PATH_PROG(JAR, jar) AC_PATH_PROG(JAVADOC, javadoc) AC_PATH_PROG(JAVAH, javah) PATH=$ompi_java_PATH_save # Check to see if we have all 3 programs. AS_IF([test -z "$JAVAC" || test -z "$JAR" || test -z "$JAVADOC"], [ompi_java_happy=no], [ompi_java_happy=yes]) # Look for jni.h AS_IF([test "$ompi_java_happy" = "yes"], [ompi_java_CPPFLAGS_save=$CPPFLAGS # silence a stupid Mac warning CPPFLAGS="$CPPFLAGS -DTARGET_RT_MAC_CFM=0" AC_MSG_CHECKING([javac -h]) cat > Conftest.java << EOF public final class Conftest { public native void conftest(); } EOF AS_IF([$JAVAC -d . -h . Conftest.java > /dev/null 2>&1], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AS_IF([test -n "$JAVAH"], [ompi_javah_happy=yes], [ompi_java_happy=no])]) rm -f Conftest.java Conftest.class Conftest.h AS_IF([test -n "$with_jdk_headers" && test "$with_jdk_headers" != "yes" && test "$with_jdk_headers" != "no"], [OMPI_JDK_CPPFLAGS="-I$with_jdk_headers" # Some flavors of JDK also require -I/linux. # See if that's there, and if so, add a -I for that, # too. Ugh. AS_IF([test -d "$with_jdk_headers/linux"], [OMPI_JDK_CPPFLAGS="$OMPI_JDK_CPPFLAGS -I$with_jdk_headers/linux"]) # Solaris JDK also require -I/solaris. # See if that's there, and if so, add a -I for that, # too. Ugh. AS_IF([test -d "$with_jdk_headers/solaris"], [OMPI_JDK_CPPFLAGS="$OMPI_JDK_CPPFLAGS -I$with_jdk_headers/solaris"]) # Darwin JDK also require -I/darwin. # See if that's there, and if so, add a -I for that, # too. Ugh. AS_IF([test -d "$with_jdk_headers/darwin"], [OMPI_JDK_CPPFLAGS="$OMPI_JDK_CPPFLAGS -I$with_jdk_headers/darwin"]) CPPFLAGS="$CPPFLAGS $OMPI_JDK_CPPFLAGS"]) AC_CHECK_HEADER([jni.h], [], [ompi_java_happy=no]) CPPFLAGS=$ompi_java_CPPFLAGS_save ]) else ompi_java_happy=no fi AC_SUBST(OMPI_JDK_CPPFLAGS) # Are we happy? AC_MSG_CHECKING([if Java support available]) AS_IF([test "$ompi_java_happy" = "yes"], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([Java support requested but not found.]) AC_MSG_ERROR([Cannot continue])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_java.m4:226: -1- AC_DEFUN([OMPI_SETUP_JAVA], [ OPAL_VAR_SCOPE_PUSH([ompi_java_happy ompi_javah_happy]) ompi_java_happy=no ompi_javah_happy=no AC_ARG_WITH([jdk-dir], [AS_HELP_STRING([--with-jdk-dir(=DIR)], [Location of the JDK header directory. If you use this option, do not specify --with-jdk-bindir or --with-jdk-headers.])]) AC_ARG_WITH([jdk-bindir], [AS_HELP_STRING([--with-jdk-bindir(=DIR)], [Location of the JDK bin directory. If you use this option, you must also use --with-jdk-headers (and you must NOT use --with-jdk-dir)])]) AC_ARG_WITH([jdk-headers], [AS_HELP_STRING([--with-jdk-headers(=DIR)], [Location of the JDK header directory. If you use this option, you must also use --with-jdk-bindir (and you must NOT use --with-jdk-dir)])]) # Only setup the compiler if we were requested to AS_IF([test "$1" = "yes"], [_OMPI_SETUP_JAVA]) AM_CONDITIONAL(OMPI_HAVE_JAVAH_SUPPORT, test "$ompi_javah_happy" = "yes") OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_mpi_ext.m4:25: -1- AC_DEFUN([OMPI_SETUP_MPI_EXT], [ opal_show_title "Extended MPI interfaces setup" OMPI_EXT ]) m4trace:config/ompi_setup_mpi_fortran.m4:31: -1- AC_DEFUN([OMPI_SETUP_MPI_FORTRAN], [ # Default to building nothing OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS OMPI_FORTRAN_BUILD_SIZEOF=0 OMPI_FORTRAN_USEMPI_DIR= OMPI_FORTRAN_USEMPI_LIB= OMPI_FORTRAN_USEMPIF08_LIB= OMPI_FORTRAN_MAX_ARRAY_RANK=0 OMPI_FORTRAN_HAVE_INTERFACE=0 OMPI_FORTRAN_HAVE_IGNORE_TKR=0 OMPI_FORTRAN_HAVE_OPTIONAL_ARGS=0 OMPI_FORTRAN_HAVE_BIND_C=0 OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV=0 OMPI_FORTRAN_HAVE_STORAGE_SIZE=0 OMPI_FORTRAN_HAVE_ISO_C_BINDING=0 OMPI_FORTRAN_HAVE_BIND_C_SUB=0 OMPI_FORTRAN_HAVE_BIND_C_TYPE=0 OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME=0 OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK=0 OMPI_FORTRAN_HAVE_PRIVATE=0 # These macros control symbol names for Fortran/C interoperability # OMPI_F08_SUFFIX="_f08" OMPI_F_SUFFIX="_f" OMPI_MPI_PREFIX="MPI_" OMPI_MPI_BIND_PREFIX="mpi_" # Open MPI now treats $F77 and $FC the same, meaning that we # expect them to be the same back-end compiler. If they're not, # results are undefined. We do a cursory check to see that FC and # F77 are the same string value (if they're defined). If they're # not, we'll issue a warning, but keep going on the assumption # that they're the same back-end compiler (e.g., pgf77 and pgf90). # Open MPI only uses $FC and $FCFLAGS -- $F77 and $FFLAGS are now # ignored. AS_IF([test "$F77" != "" || test "$FFLAGS" != ""], [AC_MSG_WARN([Open MPI now ignores the F77 and FFLAGS environment variables; only the FC and FCFLAGS environment variables are used.]) sleep 5]) #----------------------------------------------------------------------- # If we want any of the Fortran MPI bindings, setup the Fortran compiler #----------------------------------------------------------------------- ompi_fortran_happy=0 # $LN_S is used below AC_PROG_LN_S ompi_fortran_double_underscore=0 ompi_fortran_single_underscore=0 ompi_fortran_caps=0 ompi_fortran_plain=0 AC_DEFINE_UNQUOTED([OMPI_FORTRAN_MPIFH_BINDINGS], [$OMPI_FORTRAN_MPIFH_BINDINGS], [Whether we are building support for the mpif.h bindings or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_USEMPI_BINDINGS], [$OMPI_FORTRAN_USEMPI_BINDINGS], [Whether we are building support for the "use mpi" bindings or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_USEMPIF08_BINDINGS], [$OMPI_FORTRAN_USEMPIF08_BINDINGS], [Whether we are building support for the "use mpif08" bindings or not]) AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS], [OMPI_SETUP_FC([ompi_fortran_happy=1])]) AM_CONDITIONAL([OMPI_HAVE_FORTRAN_COMPILER], [test -n "$FC"]) # These values will be determined by SETUP_FC. We must always # AC_DEFINE these results, even in the --disable-mpi-fortran case, # for ompi_info. AC_DEFINE_UNQUOTED([OMPI_FORTRAN_DOUBLE_UNDERSCORE], [$ompi_fortran_double_underscore], [Whether fortran symbols have a trailing double underscore or not]) OMPI_FORTRAN_DOUBLE_UNDERSCORE=$ompi_fortran_double_underscore AC_SUBST(OMPI_FORTRAN_DOUBLE_UNDERSCORE) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_SINGLE_UNDERSCORE], [$ompi_fortran_single_underscore], [Whether fortran symbols have a trailing underscore or not]) OMPI_FORTRAN_SINGLE_UNDERSCORE=$ompi_fortran_single_underscore AC_SUBST(OMPI_FORTRAN_SINGLE_UNDERSCORE) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_CAPS], [$ompi_fortran_caps], [Whether fortran symbols are all caps or not]) OMPI_FORTRAN_CAPS=$ompi_fortran_caps AC_SUBST(OMPI_FORTRAN_CAPS) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_PLAIN], [$ompi_fortran_plain], [Whether fortran symbols have no trailing underscore or not]) OMPI_FORTRAN_PLAIN=$ompi_fortran_plain AC_SUBST(OMPI_FORTRAN_PLAIN) # Check to see if any of the MPI Fortran bindings were # specifically requested. If so, and we weren't able to setup the # Fortran compiler properly, it's an error. AS_IF([test $ompi_fortran_happy -eq 0 && \ test $OMPI_MIN_REQUIRED_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS], [AC_MSG_WARN([MPI Fortran bindings requested, but no suitable Fortran compiler found]) AC_MSG_ERROR([Cannot continue])]) # This allows us to mark bogus types, but still have them be a valid # [sentinel] value AC_DEFINE([ompi_fortran_bogus_type_t], [int], [A bogus type that allows us to have sentinel type values that are still valid]) # These get filled in as we check for each type OMPI_FORTRAN_IKINDS= OMPI_FORTRAN_RKINDS= OMPI_FORTRAN_CKINDS= # We want to set the #define's for all of these, so invoke the macros # regardless of whether we have F77 support or not. OMPI_FORTRAN_CHECK([CHARACTER], [yes], [char, int32_t, int, int64_t, long long, long], [-1], [yes]) OMPI_FORTRAN_CHECK([LOGICAL], [yes], [char, int32_t, int, int64_t, long long, long], [-1], [yes]) OMPI_FORTRAN_CHECK([LOGICAL*1], [yes], [char, int8_t, short, int32_t, int, int64_t, long long, long], [1], [yes]) OMPI_FORTRAN_CHECK([LOGICAL*2], [yes], [short, int16_t, int32_t, int, int64_t, long long, long], [2], [yes]) OMPI_FORTRAN_CHECK([LOGICAL*4], [yes], [int32_t, int, int64_t, long long, long], [4], [yes]) OMPI_FORTRAN_CHECK([LOGICAL*8], [yes], [int, int64_t, long long, long], [8], [yes]) OMPI_FORTRAN_CHECK([INTEGER], [yes], [int32_t, int, int64_t, long long, long], [-1], [yes]) OMPI_FORTRAN_CHECK([INTEGER*1], [no], [char, int8_t, short, int, int64_t, long long, long], [1], [yes]) OMPI_FORTRAN_CHECK([INTEGER*2], [no], [short, int16_t, int32_t, int, int64_t, long long, long], [2], [yes]) OMPI_FORTRAN_CHECK([INTEGER*4], [no], [int32_t, int, int64_t, long long, long], [4], [yes]) OMPI_FORTRAN_CHECK([INTEGER*8], [no], [int, int64_t, long long, long], [8], [yes]) OMPI_FORTRAN_CHECK([INTEGER*16], [no], [int, int64_t, long long, long], [16], [yes]) OMPI_FORTRAN_CHECK([REAL], [yes], [short float, float, double, long double, opal_short_float_t], [-1], [yes]) OMPI_FORTRAN_CHECK([REAL*2], [no], [short float, float, double, long double, opal_short_float_t], [2], [yes]) OMPI_FORTRAN_CHECK([REAL*4], [no], [short float, float, double, long double, opal_short_float_t], [4], [yes]) OMPI_FORTRAN_CHECK([REAL*8], [no], [short float, float, double, long double, opal_short_float_t], [8], [yes]) OMPI_FORTRAN_CHECK([REAL*16], [no], [short float, float, double, long double, opal_short_float_t], [16], [yes]) # In some compilers, the bit representation of REAL*16 is not the same # as the C counterpart that we found. If this is the case, then we # want to disable reduction support for MPI_REAL16 (per ticket #1603). OMPI_FORTRAN_CHECK_REAL16_C_EQUIV OMPI_FORTRAN_CHECK([DOUBLE PRECISION], [yes], [short float, float, double, long double, opal_short_float_t], [-1], [yes]) OMPI_FORTRAN_CHECK([COMPLEX], [yes], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [-1], [no]) # The complex*N tests are a bit different (note: the complex tests are # the same as all the rest, because complex is a composite of two # reals, which we *have* to have. It's only the complex*N tests that # are different). The fortran complex types are composites of the # real*(N/2) types. So for us to support complex*N, two conditions # must be true: # # a) we must support real*(N/2) (i.e., compiler supports it and we # have a back-end C type for it) # b) compiler supports complex*N OMPI_FORTRAN_CHECK([COMPLEX*4], [no], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [4], [no]) OMPI_FORTRAN_CHECK([COMPLEX*8], [no], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [8], [no]) OMPI_FORTRAN_CHECK([COMPLEX*16], [no], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [16], [no]) OMPI_FORTRAN_CHECK([COMPLEX*32], [no], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [32], [no]) # Double precision complex types are not standard, but many # compilers support it. Code should be wrapped with #ifdef # OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX OMPI_FORTRAN_CHECK([DOUBLE COMPLEX], [no], [short float _Complex, float _Complex, double _Complex, long double _Complex, opal_short_float_complex_t], [-1], [no]) # Regardless of whether we have fortran bindings, or even a # fortran compiler, get the max value for a fortran MPI handle # (this macro handles the case where we don't have a fortran # compiler). OMPI_FORTRAN_GET_HANDLE_MAX # Check for Fortran compilers value of TRUE and for the correct # assumption on LOGICAL for conversion into what C considers to be # a true value. OMPI_FORTRAN_GET_VALUE_TRUE OMPI_FORTRAN_CHECK_LOGICAL_ARRAY # Find out how many array ranks this compiler supports. OMPI_FORTRAN_CHECK_MAX_ARRAY_RANK # How big should MPI_STATUS_SIZE be? (i.e., the size of # MPI_STATUS, expressed in units of Fortran INTEGERs). The C # MPI_Status struct contains 4 C ints and a size_t. OMPI_FORTRAN_STATUS_SIZE=0 # Calculate how many C int's can fit in sizeof(MPI_Status). Yes, # I do mean C ints -- not Fortran INTEGERS. The reason is because # an mpif.h MPI_Status is an array of INTEGERS. But these # sizeof(INTEGER) may be larger than sizeof(int). Hence, # MPI_Status_ctof() basically does this: # # MPI_Fint *f_status = ...; # int *s = (int*) &c_status; # for i=0..sizeof(MPI_Status)/sizeof(int) # f_status[i] = c_status[i]; # # Meaning: we have to have as many Fortran INTEGERs in the array # as int's will fit in a C MPI_Status (vs. just having a Fortran # array of INTEGERs that has enough bytes to hold a C MPI_Status). bytes=`expr 4 \* $ac_cv_sizeof_int + $ac_cv_sizeof_size_t` AC_MSG_NOTICE([C MPI_Status is $bytes bytes long]) AC_MSG_CHECKING([for the value of MPI_STATUS_SIZE]) num_ints=`expr $bytes / $ac_cv_sizeof_int` sanity=`expr $num_ints \* $ac_cv_sizeof_int` AS_IF([test "$sanity" != "$bytes"], [AC_MSG_RESULT([unknown!]) AC_MSG_WARN([WARNING: Size of C int: $ac_cv_sizeof_int]) AC_MSG_WARN([WARNING: Size of C size_t: $ac_cv_sizeof_size_t]) AC_MSG_WARN([WARNING: Size of Fortran INTEGER: $OMPI_SIZEOF_FORTRAN_INTEGER]) AC_MSG_WARN([Could not make this work out evenly...!]) AC_MSG_ERROR([Cannot continue])]) OMPI_FORTRAN_STATUS_SIZE=$num_ints AC_MSG_RESULT([$OMPI_FORTRAN_STATUS_SIZE Fortran INTEGERs]) AC_SUBST(OMPI_FORTRAN_STATUS_SIZE) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_STATUS_SIZE], [$OMPI_FORTRAN_STATUS_SIZE], [The number or Fortran INTEGER in MPI Status]) # Setup for the compilers that don't support ignore TKR functionality OPAL_UNIQ(OMPI_FORTRAN_IKINDS) AC_SUBST(OMPI_FORTRAN_IKINDS) OPAL_UNIQ(OMPI_FORTRAN_RKINDS) AC_SUBST(OMPI_FORTRAN_RKINDS) OPAL_UNIQ(OMPI_FORTRAN_CKINDS) AC_SUBST(OMPI_FORTRAN_CKINDS) # We can't use C_INTxx_T KIND values in mpif.h because many # existing MPI Fortran applications are of the form: # # program main # implicit none # include 'mpif.h' # # ...and you can't have a "use..." statement before that (to get # the Fortran/C interop C_INTxx_T KIND values). So figure out # those KIND values here and just substitute them in via # AC_DEFINE's. Kinda gross, but there you are. :-\ OMPI_FORTRAN_GET_KIND_VALUE([C_INT16_T], 4, [OMPI_FORTRAN_C_INT16_T_KIND]) OMPI_FORTRAN_GET_KIND_VALUE([C_INT32_T], 9, [OMPI_FORTRAN_C_INT32_T_KIND]) OMPI_FORTRAN_GET_KIND_VALUE([C_INT64_T], 18, [OMPI_FORTRAN_C_INT64_T_KIND]) # # See if "attributes deprecated" is supported # - False positives were seen with compilers like XL which will ignore # this option by default, but if the user specifies some options to # the wrapper compiler later it will fail to recognize the option. # - For now just limit this check to compilers that we know will work # This directive is only recognized, and works, for gfortran 11.0 and # later. As a result, this directive is generated only if the # Fortran compiler building Open MPI is gfortran 11.0 or later. OMPI_FORTRAN_HAVE_ATTR_DEPRECATED=0 AS_IF([test $ompi_fortran_happy -eq 1], [AC_MSG_CHECKING([if Fortran compiler supports the deprecated attribute]) AS_IF([test "$opal_cv_c_compiler_vendor" = "gnu"], [AC_LANG_PUSH([Fortran]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[program check_for_attr_deprecated !GCC$ ATTRIBUTES DEPRECATED :: x real*4 x x = 123.4 print *,x end program]])], [OMPI_FORTRAN_HAVE_ATTR_DEPRECATED=1 AC_MSG_RESULT([Yes])], [AC_MSG_RESULT([No])]) AC_LANG_POP([Fortran])], [AC_MSG_RESULT([Unknown])]) ]) AC_SUBST(OMPI_FORTRAN_HAVE_ATTR_DEPRECATED) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_ATTR_DEPRECATED, $OMPI_FORTRAN_HAVE_ATTR_DEPRECATED, [Whether the compiler supports Fortran ATTRIBUTES DEPRECATED or not]) #-------------------------------------------------------- # Fortran mpif.h MPI bindings #-------------------------------------------------------- AC_MSG_CHECKING([if building Fortran mpif.h bindings]) AS_IF([test $ompi_fortran_happy -eq 1], [OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_MPIFH_BINDINGS AC_MSG_RESULT([yes])], [OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_NO_BINDINGS AC_MSG_RESULT([no])]) # "INTERFACE" is needed for MPI_SIZEOF AS_IF([test $ompi_fortran_happy -eq 1], [OMPI_FORTRAN_CHECK_INTERFACE( [OMPI_FORTRAN_HAVE_INTERFACE=1], [OMPI_FORTRAN_HAVE_INTERFACE=0])]) AC_SUBST(OMPI_FORTRAN_HAVE_INTERFACE) # The iso_fortran_env module is needed for MPI_SIZEOF AS_IF([test $ompi_fortran_happy -eq 1], [OMPI_FORTRAN_CHECK_ISO_FORTRAN_ENV( [OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV=1], [OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV=0])]) AC_SUBST(OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV) # The non standard iso_fortran_env:real16 can be used for MPI_SIZEOF OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV_REAL16=0 AS_IF([test $ompi_fortran_happy -eq 1], [OMPI_FORTRAN_CHECK_ISO_FORTRAN_ENV_REAL16( [OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV_REAL16=1])]) AC_SUBST(OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV_REAL16) # Ensure that the fortran compiler supports STORAGE_SIZE for # enough relevant types. AS_IF([test $ompi_fortran_happy -eq 1], [OMPI_FORTRAN_CHECK_STORAGE_SIZE( [OMPI_FORTRAN_HAVE_STORAGE_SIZE=1], [OMPI_FORTRAN_HAVE_STORAGE_SIZE=0])]) AC_SUBST(OMPI_FORTRAN_HAVE_STORAGE_SIZE) # We need INTERFACE, ISO_FORTRAN_ENV, and STORAGE_SIZE() support # to build MPI_SIZEOF support AS_IF([test $ompi_fortran_happy -eq 1 && \ test $OMPI_FORTRAN_HAVE_INTERFACE -eq 1 && \ test $OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV -eq 1 && \ test $OMPI_FORTRAN_HAVE_STORAGE_SIZE -eq 1], [OMPI_FORTRAN_BUILD_SIZEOF=1], [OMPI_FORTRAN_BUILD_SIZEOF=0]) AC_SUBST(OMPI_FORTRAN_BUILD_SIZEOF) #-------------------------------------------- # Fortran use mpi or use mpi_f08 MPI bindings #-------------------------------------------- AS_IF([test $ompi_fortran_happy -eq 1 && \ test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS], [ # Look for the fortran module compiler flag OMPI_FORTRAN_FIND_MODULE_INCLUDE_FLAG([], [AC_MSG_WARN([*** Could not determine the fortran compiler flag to indicate where modules reside]) AC_MSG_ERROR([*** Cannot continue])]) # Look for ignore TKR syntax OMPI_FORTRAN_CHECK_IGNORE_TKR([OMPI_FORTRAN_HAVE_IGNORE_TKR=1]) ]) # If we got here, we can build the mpi module if it was requested. # Decide whether to build the ignore TKR version or the # non-ignore-TKR/legacy version. AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS && \ test $ompi_fortran_happy -eq 1], [OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS AS_IF([test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 1], [OMPI_FORTRAN_USEMPI_DIR=mpi/fortran/use-mpi-ignore-tkr OMPI_FORTRAN_USEMPI_LIB=-l${with_libmpi_name}_usempi_ignore_tkr], [OMPI_FORTRAN_USEMPI_DIR=mpi/fortran/use-mpi-tkr OMPI_FORTRAN_USEMPI_LIB=-l${with_libmpi_name}_usempi]) ]) OMPI_FORTRAN_HAVE_ISO_C_BINDING=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS && \ test $ompi_fortran_happy -eq 1], [OMPI_FORTRAN_CHECK_ISO_C_BINDING( [OMPI_FORTRAN_HAVE_ISO_C_BINDING=1], [OMPI_FORTRAN_HAVE_ISO_C_BINDING=0])]) AC_MSG_CHECKING([if building Fortran 'use mpi' bindings]) AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS], [AC_MSG_RESULT([yes])], [OMPI_TRY_FORTRAN_BINDINGS=$OMPI_FORTRAN_MPIFH_BINDINGS AC_MSG_RESULT([no])]) OMPI_FORTRAN_HAVE_BIND_C_TYPE=0 OMPI_FORTRAN_HAVE_TYPE_MPI_STATUS=0 AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS], [OMPI_FORTRAN_CHECK_BIND_C_TYPE( [OMPI_FORTRAN_HAVE_BIND_C_TYPE=1 OMPI_FORTRAN_HAVE_TYPE_MPI_STATUS=1])]) AC_SUBST(OMPI_FORTRAN_HAVE_TYPE_MPI_STATUS) AM_CONDITIONAL(OMPI_FORTRAN_HAVE_TYPE_MPI_STATUS, [test $OMPI_FORTRAN_HAVE_TYPE_MPI_STATUS -eq 1]) #--------------------------------- # Fortran use mpi_f08 MPI bindings #--------------------------------- # If we got all the stuff from above, then also look for the new # F08 syntax that we can use for the use_mpif08 module. # We need to have ignore TKR functionality to build the mpi_f08 # module AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 1], [OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPIF08_BINDINGS OMPI_FORTRAN_F08_PREDECL=$OMPI_FORTRAN_IGNORE_TKR_PREDECL OMPI_FORTRAN_F08_TYPE=$OMPI_FORTRAN_IGNORE_TKR_TYPE ]) # The overall "_BIND_C" variable will be set to 1 if we have all # the necessary forms of BIND(C) OMPI_FORTRAN_HAVE_BIND_C=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # If we don't have ISO C bindings, we won't build mpi_f08 at all AS_IF([test "$OMPI_FORTRAN_HAVE_ISO_C_BINDING" -eq 0], [OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) OMPI_FORTRAN_HAVE_BIND_C_SUB=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # If we don't have SUBROUTINE BIND(C), we won't build mpi_f08 at all OMPI_FORTRAN_CHECK_BIND_C_SUB( [OMPI_FORTRAN_HAVE_BIND_C_SUB=1], [OMPI_FORTRAN_HAVE_BIND_C_SUB=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # If we don't have TYPE, BIND(C), we won't build mpi_f08 at all AS_IF([test $OMPI_FORTRAN_HAVE_BIND_C_TYPE -ne 1], [OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) # Per discussion on the devel list starting here: # https://www.open-mpi.org/community/lists/devel/2014/01/13799.php # we need a new litmus test to disqualify older Fortran compilers # (e.g., Pathscale 4.0.12) that *seem* to support all the Right # Things, but a) do not support BIND(C, name="super_long_name") or # b) run into an internal error when compiling our mpi_f08 module. # Testing for b) is sketchy at best. But OMPI has some BIND(C) # names that are >32 characters, and the same compilers that # exhibit b) also seem to not support BIND(C) names that are >32 # characters (i.e., a)). Hence, the following BIND(C) test checks # to ensure that BIND(C, name="foo") works, where "foo" is # actually a name >32 characters. OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # If we don't have TYPE, BIND(C, name="foo"), we won't build mpi_f08 at all OMPI_FORTRAN_CHECK_BIND_C_TYPE_NAME( [ # If we got here, we have all the required forms of # BIND(C), so set the top-level _BIND_C variable to 1. OMPI_FORTRAN_HAVE_BIND_C=1 OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME=1], [OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) # Per https://svn.open-mpi.org/trac/ompi/ticket/4590, if the # Fortran compiler doesn't support PROCEDURE in the way we # want/need, disable the mpi_f08 module. OMPI_FORTRAN_HAVE_PROCEDURE=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "procedure" OMPI_FORTRAN_CHECK_PROCEDURE( [OMPI_FORTRAN_HAVE_PROCEDURE=1], [OMPI_FORTRAN_HAVE_PROCEDURE=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) # Per https://github.com/open-mpi/ompi/issues/857, if the Fortran # compiler doesn't properly support "USE ... ONLY" notation, # disable the mpi_f08 module. OMPI_FORTRAN_HAVE_USE_ONLY=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "USE ... ONLY" OMPI_FORTRAN_CHECK_USE_ONLY( [OMPI_FORTRAN_HAVE_USE_ONLY=1], [OMPI_FORTRAN_HAVE_USE_ONLY=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) OMPI_FORTRAN_HAVE_OPTIONAL_ARGS=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler have optional arguments? OMPI_FORTRAN_CHECK_OPTIONAL_ARGS( [OMPI_FORTRAN_HAVE_OPTIONAL_ARGS=1], [OMPI_FORTRAN_HAVE_OPTIONAL_ARGS=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) OMPI_FORTRAN_HAVE_C_FUNLOC=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler supports c_funloc per # TS 29113 subclause 8.1 ? OMPI_FORTRAN_CHECK_C_FUNLOC( [OMPI_FORTRAN_HAVE_C_FUNLOC=1], [OMPI_FORTRAN_HAVE_C_FUNLOC=0 OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])]) OMPI_FORTRAN_HAVE_PRIVATE=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "private" OMPI_FORTRAN_CHECK_PRIVATE( [OMPI_FORTRAN_HAVE_PRIVATE=1], [OMPI_FORTRAN_HAVE_PRIVATE=0])]) OMPI_FORTRAN_HAVE_ABSTRACT=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "abstract" OMPI_FORTRAN_CHECK_ABSTRACT( [OMPI_FORTRAN_HAVE_ABSTRACT=1], [OMPI_FORTRAN_HAVE_ABSTRACT=0])]) OMPI_FORTRAN_HAVE_ASYNCHRONOUS=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "asynchronous" OMPI_FORTRAN_CHECK_ASYNCHRONOUS( [OMPI_FORTRAN_HAVE_ASYNCHRONOUS=1], [OMPI_FORTRAN_HAVE_ASYNCHRONOUS=0])]) OMPI_FORTRAN_F08_HANDLE_SIZE=4 OMPI_FORTRAN_F08_HANDLE_ALIGNMENT=4 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # How big are derived types with a single INTEGER? OMPI_FORTRAN_GET_SIZEOF([type, BIND(C) :: test_mpi_handle integer :: MPI_VAL end type test_mpi_handle], [type(test_mpi_handle)], [OMPI_FORTRAN_F08_HANDLE_SIZE]) OMPI_FORTRAN_F08_GET_HANDLE_ALIGNMENT( [type(test_mpi_handle)], [OMPI_FORTRAN_F08_HANDLE_ALIGNMENT]) ]) OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=1 OMPI_FORTRAN_F08_PREDECL='!' OMPI_FORTRAN_F08_TYPE=real OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Look for Fortran 2008 assumed rank syntax OMPI_FORTRAN_CHECK_F08_ASSUMED_RANK( [ # If we have assumed rank, we can build the use # mpi_f08 module "better" OMPI_FORTRAN_F08_PREDECL='!' OMPI_FORTRAN_F08_TYPE='type(*), dimension(..)' OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK=1]) # Which mpi_f08 implementation are we using? # a) compiler supports BIND(C) and optional arguments # ("good" compilers) # b) compiler that does not support the items listed # in b) ("bad" compilers) AC_MSG_CHECKING([which mpi_f08 implementation to build]) AS_IF([test $OMPI_FORTRAN_HAVE_OPTIONAL_ARGS -eq 1], [ # Case a) "good compiler" OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=0 AC_MSG_RESULT(["good" compiler, no array subsections]) ], [ # Case b) "bad compiler" OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=1 AC_MSG_RESULT(["bad" compiler, no array subsections]) ]) ]) OMPI_FORTRAN_HAVE_ELEMENTAL=0 AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \ test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [ # Does the compiler support "elemental" OMPI_FORTRAN_CHECK_ELEMENTAL( [OMPI_FORTRAN_ELEMENTAL_TYPE="ELEMENTAL"], [OMPI_FORTRAN_ELEMENTAL_TYPE=])]) AC_SUBST(OMPI_FORTRAN_ELEMENTAL_TYPE) # Note: the current implementation *only* has wrappers; # there is no optimized implementation for a "good" # compiler. I'm leaving the above logic in place for # if we ever do the optimized/no-wrapper # implementation, but for now, I'm just hard-wiring # OMPI_FORTRAN_NEED_WRAPPER_ROUTINES to 1 when we're # building the F08 wrappers. AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=1], [OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=0]) AC_MSG_CHECKING([if building Fortran 'use mpi_f08' bindings]) AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS], [OMPI_FORTRAN_USEMPIF08_LIB=-l${with_libmpi_name}_usempif08 AC_MSG_RESULT([yes])], [OMPI_TRY_FORTRAN_BINDIGS=$OMPI_FORTRAN_USEMPI_BINDINGS AC_MSG_RESULT([no])]) # If Fortran bindings is requested, make sure at least one can be built AS_IF([test $OMPI_MIN_REQUIRED_FORTRAN_BINDINGS -gt $OMPI_BUILD_FORTRAN_BINDINGS], [AC_MSG_ERROR([Cannot build requested Fortran bindings, aborting])]) # ------------------- # mpif.h final setup # ------------------- # A preprocessor header file just for Fortran. We cannot use AC # CONFIG_HEADER because it adds a /* */-style comment at the top, # and this header file must be usable in .F90 files. :-( AC_CONFIG_FILES([ompi/mpi/fortran/configure-fortran-output.h]) # Values for wrapper compilers OMPI_FC=$FC set dummy $OMPI_FC OMPI_FC_ARGV0=[$]2 AS_IF([test -n "$OMPI_FC_ARGV0"], [BASEFC="`basename $OMPI_FC_ARGV0`" OPAL_WHICH([$OMPI_FC_ARGV0], [OMPI_FC_ABSOLUTE])], [OMPI_FC=none BASEFC=none OMPI_FC_ABSOLUTE=none]) AC_SUBST(OMPI_FC) AC_SUBST(OMPI_FC_ABSOLUTE) AC_DEFINE_UNQUOTED(OMPI_FC, ["$OMPI_FC"], [Underlying Fortran compiler]) AC_DEFINE_UNQUOTED(OMPI_FC_ABSOLUTE, ["$OMPI_FC_ABSOLUTE"], [Absolute path to the underlying Fortran compiler found by configure]) # These go into ompi/info/param.c AC_DEFINE_UNQUOTED([OMPI_FORTRAN_BUILD_SIZEOF], [$OMPI_FORTRAN_BUILD_SIZEOF], [Whether the mpif.h interface supports the MPI_SIZEOF interface or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_INTERFACE], [$OMPI_FORTRAN_HAVE_INTERFACE], [Whether the compiler supports INTERFACE or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV], [$OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV], [Whether the compiler supports ISO_FORTRAN_ENV or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_STORAGE_SIZE], [$OMPI_FORTRAN_HAVE_STORAGE_SIZE], [Whether the compiler supports STORAGE_SIZE on relevant types]) # This token is used in the mpifort wrapper compiler data file. # If we are building the Fortran bindings, then include # -lompi_mpifh in the link line. If we're not building the # Fortran bindings, then do not include that token in the link # line (because we'll still install mpifort to link Fortran # applications with the C bindings, even if the Fortran MPI # bindings are not being built). AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS], [OMPI_FORTRAN_MPIFH_LINK=-l${OMPI_LIBMPI_NAME}_mpifh], [OMPI_FORTRAN_MPIFH_LINK=]) AC_SUBST(OMPI_FORTRAN_MPIFH_LINK) # This conditional is used to determine whether we compile the # various .f90 files that contain MPI_SIZEOF implementations. AM_CONDITIONAL([BUILD_FORTRAN_SIZEOF], [test $OMPI_FORTRAN_BUILD_SIZEOF -eq 1]) # There are 2 layers to the MPI mpif.h layer. The only extra thing # that determine mpif.h bindings is that fortran can be disabled # by user. In such cases, we need to not build the target at all. # One layer generates MPI_ bindings. The other layer # generates PMPI_ bindings. The following conditions # determine whether each (or both) these layers are built. # # Superceeding clause: # - Fortran bindings should be enabled, else everything is # disabled # 1. MPI_ bindings are needed if: # - Profiling is not required # - Profiling is required but weak symbols are not supported # 2. PMPI_ bindings are needed if profiling is required. # # Hence we define 2 conditionals which tell us whether each of # these layers need to be built or NOT AM_CONDITIONAL(BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER, [test $OMPI_PROFILING_COMPILE_SEPARATELY -eq 1 && \ test $OMPI_BUILD_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS]) AM_CONDITIONAL(BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER, [test $OMPI_BUILD_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS]) AM_CONDITIONAL(OMPI_BUILD_FORTRAN_MPIFH_BINDINGS, [test $OMPI_BUILD_FORTRAN_BINDINGS -gt $OMPI_FORTRAN_NO_BINDINGS]) # ------------------- # use mpi final setup # ------------------- # This goes into ompi/Makefile.am AC_SUBST(OMPI_FORTRAN_USEMPI_DIR) # This goes into mpifort-wrapper-data.txt AC_SUBST(OMPI_FORTRAN_USEMPI_LIB) # These go into mpi-ignore-tkr-interfaces.h / mpi-ignore-tkr-file-interfaces.h AC_SUBST(OMPI_FORTRAN_IGNORE_TKR_PREDECL) AC_SUBST(OMPI_FORTRAN_IGNORE_TKR_TYPE) # These go into ompi/info/param.c AC_DEFINE_UNQUOTED([OMPI_FORTRAN_IGNORE_TKR_PREDECL], ["$OMPI_FORTRAN_IGNORE_TKR_PREDECL"], [Pre declaration for FORTRAN ignore parameter TKR behavior]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_IGNORE_TKR_TYPE], [$type], [Type declaration for FORTRAN ignore parameter TKR behavior]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_IGNORE_TKR, [$OMPI_FORTRAN_HAVE_IGNORE_TKR], [Whether the Fortran compiler supports ignore TKR functionality or not]) # Somewhat redundant because ompi/Makefile.am won't traverse into # the unused "use mpi" directory, but we might as well have the # ompi/mpi/fortran/use-mpi*/Makefile.ams be safe, too. # True if we're building either "use mpi" bindings AM_CONDITIONAL(OMPI_BUILD_FORTRAN_USEMPI_BINDINGS, [test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS || \ test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 1]) # True if we're building the old TKR-style bindings AM_CONDITIONAL(OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS, [test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS && \ test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 0]) # True if we're building the new ignore-TKR-style bindings AM_CONDITIONAL(OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS, [test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS && \ test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 1]) # True if we support TYPE, BIND(C) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_BIND_C_TYPE, [$OMPI_FORTRAN_HAVE_BIND_C_TYPE], [For ompi_info: Whether the compiler supports TYPE, BIND(C) or not]) # For mpif-status.h, configure-fortran-output.h, mpi-f08-types.F90 (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_PRIVATE]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_PRIVATE], [$OMPI_FORTRAN_HAVE_PRIVATE], [For mpif-status.h, mpi-f08-types.f90 and ompi_info: whether the compiler supports the "private" keyword or not (used in TYPE(MPI_Status))]) # ------------------- # use mpi_f08 final setup # ------------------- # This goes into mpifort-wrapper-data.txt AC_SUBST(OMPI_FORTRAN_USEMPIF08_LIB) # These go into interfaces/mpi-f08-interfaces-[no]bind.h (and # mpi-f*-interfaces*.h files) AC_SUBST(OMPI_FORTRAN_F08_PREDECL) AC_SUBST(OMPI_FORTRAN_F08_TYPE) AC_SUBST(OMPI_MPI_PREFIX) AC_SUBST(OMPI_MPI_BIND_PREFIX) AC_SUBST(OMPI_F08_SUFFIX) AC_SUBST(OMPI_F_SUFFIX) # This is used to generate weak symbols (or not) in # ompi/mpi/fortran/mpif-h/_f.c, and # ompi/mpi/fortran/configure-fortran-output.h. AC_SUBST(OMPI_FORTRAN_NEED_WRAPPER_ROUTINES) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_NEED_WRAPPER_ROUTINES, [$OMPI_FORTRAN_NEED_WRAPPER_ROUTINES], [Whether the mpi_f08 implementation is using wrapper routines ("bad" Fortran compiler) or weak symbols ("good" Fortran compiler) for the F08 interface definition implementations]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_F08_HANDLE_SIZE, $OMPI_FORTRAN_F08_HANDLE_SIZE, [How many bytes the mpi_f08 TYPE(MPI_) handles will be]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_F08_HANDLE_ALIGNMENT, $OMPI_FORTRAN_F08_HANDLE_ALIGNMENT, [How many bytes the mpi_f08 TYPE(MPI_) handles will be aligned to]) # These go into ompi/info/param.c AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK, [$OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK], [For ompi_info: Whether the Fortran compiler supports the Fortran 2008 "assumed rank" syntax or not]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_BIND_C, [$OMPI_FORTRAN_HAVE_BIND_C], [For ompi_info: Whether the compiler supports all forms of BIND(C) that we need]) AC_SUBST(OMPI_FORTRAN_HAVE_ISO_C_BINDING) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_ISO_C_BINDING, [$OMPI_FORTRAN_HAVE_ISO_C_BINDING], [For ompi_info: Whether the compiler supports ISO_C_BINDING or not]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_BIND_C_SUB, [$OMPI_FORTRAN_HAVE_BIND_C_SUB], [For ompi_info: Whether the compiler supports SUBROUTINE ... BIND(C) or not]) AC_DEFINE_UNQUOTED(OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME, [$OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME], [For ompi_info: Whether the compiler supports TYPE, BIND(C, NAME="name") or not]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_OPTIONAL_ARGS], [$OMPI_FORTRAN_HAVE_OPTIONAL_ARGS], [For ompi_info: whether the Fortran compiler supports optional arguments or not]) # For configure-fortran-output.h, mpi-f08-interfaces-callbacks.F90 # (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_ABSTRACT]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_ABSTRACT], [$OMPI_FORTRAN_HAVE_ABSTRACT], [For mpi-f08-interfaces-callbacks.f90 and ompi_info: whether the compiler supports the "abstract" keyword or not]) # For configure-fortran-output.h, various files in # ompi/mpi/fortran/use-mpi-f08/*.F90 and *.h files (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_ASYNCHRONOUS]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_ASYNCHRONOUS], [$OMPI_FORTRAN_HAVE_ASYNCHRONOUS], [For ompi/mpi/fortran/use-mpi-f08/blah.F90 and blah.h and ompi_info: whether the compiler supports the "asynchronous" keyword or not]) # For configure-fortran-output.h, various files in # ompi/mpi/fortran/use-mpi-f08/*.F90 and *.h files (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_PROCEDURE]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_PROCEDURE], [$OMPI_FORTRAN_HAVE_PROCEDURE], [For ompi/mpi/fortran/use-mpi-f08/blah.F90 and blah.h and ompi_info: whether the compiler supports the "procedure" keyword or not]) # For configure-fortran-output.h, various files in # ompi/mpi/fortran/use-mpi-f08/*.F90 and *.h files (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_USE_ONLY]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_USE_ONLY], [$OMPI_FORTRAN_HAVE_USE_ONLY], [For ompi/mpi/fortran/use-mpi-f08/blah.F90 and blah.h and ompi_info: whether the compiler supports "USE ... ONLY" notation properly or not]) # For configure-fortran-output.h, various files in # ompi/mpi/fortran/use-mpi-f08/*.F90 and *.h files (and ompi_info) AC_SUBST([OMPI_FORTRAN_HAVE_C_FUNLOC]) AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_C_FUNLOC], [$OMPI_FORTRAN_HAVE_C_FUNLOC], [For ompi/mpi/fortran/use-mpi-f08/blah.F90 and blah.h and ompi_info: whether the compiler supports c_funloc or not]) # For configure-fortran-output.h AC_SUBST(OMPI_FORTRAN_HAVE_BIND_C) # Somewhat redundant because ompi/Makefile.am won't traverse into # ompi/mpi/fortran/use-mpi-f08 if it's not to be built, but we # might as well have ompi/mpi/fortran/use-mpi-f08/Makefile.am be # safe, too. AM_CONDITIONAL(OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS, [test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS]) AC_DEFINE_UNQUOTED(OMPI_BUILD_FORTRAN_BINDINGS, $OMPI_BUILD_FORTRAN_BINDINGS, [The level of fortran bindings to be built]) # This is an overall "are we building any Fortran MPI bindings" # conditional AM_CONDITIONAL([OMPI_BUILD_ANY_FORTRAN_BINDINGS], [test $OMPI_BUILD_FORTRAN_BINDINGS -gt 0]) ]) m4trace:config/ompi_setup_mpi_java.m4:29: -1- AC_DEFUN([OMPI_SETUP_JAVA_BINDINGS], [ opal_show_subtitle "Java MPI bindings" AC_ARG_ENABLE([mpi-java], [AS_HELP_STRING([--enable-mpi-java], [enable Java MPI bindings (default: disabled)])]) # Find the Java compiler and whatnot. # It knows to do very little if $enable_mpi_java!="yes". OMPI_SETUP_JAVA([$enable_mpi_java]) # Only build the Java bindings if requested AC_MSG_CHECKING([if want Java bindings]) if test "$enable_mpi_java" = "yes"; then AC_MSG_RESULT([yes]) WANT_MPI_JAVA_BINDINGS=1 AC_MSG_CHECKING([if shared libraries are enabled]) AS_IF([test "$enable_shared" != "yes"], [AC_MSG_RESULT([no]) AC_MSG_WARN([Java bindings cannot be built without shared libraries]) AC_MSG_WARN([Please reconfigure with --enable-shared]) AC_MSG_ERROR([Cannot continue])], [AC_MSG_RESULT([yes])]) # Mac Java requires this file (i.e., some other Java-related # header file needs this file, so we need to check for # it/include it in our sources when compiling on Mac). AC_CHECK_HEADERS([TargetConditionals.h]) # dladdr and Dl_info are required to build the full path to # libmpi on OS X 10.11 (a.k.a. El Capitan) AC_CHECK_TYPES([Dl_info], [], [], [[#include ]]) else AC_MSG_RESULT([no]) WANT_MPI_JAVA_BINDINGS=0 fi AC_DEFINE_UNQUOTED([OMPI_WANT_JAVA_BINDINGS], [$WANT_MPI_JAVA_BINDINGS], [do we want java mpi bindings]) AM_CONDITIONAL(OMPI_WANT_JAVA_BINDINGS, test "$WANT_MPI_JAVA_BINDINGS" = "1") # Are we happy? AS_IF([test $WANT_MPI_JAVA_BINDINGS -eq 1], [AC_MSG_WARN([******************************************************]) AC_MSG_WARN([*** Java MPI bindings are provided on a provisional]) AC_MSG_WARN([*** basis. They are NOT part of the current or]) AC_MSG_WARN([*** proposed MPI standard. Continued inclusion of]) AC_MSG_WARN([*** the Java MPI bindings in Open MPI is contingent]) AC_MSG_WARN([*** upon user interest and developer support.]) AC_MSG_WARN([******************************************************]) ]) AC_CONFIG_FILES([ ompi/mpi/java/Makefile ompi/mpi/java/java/Makefile ompi/mpi/java/c/Makefile ]) ]) m4trace:config/ompi_setup_mpi_profiling.m4:29: -1- AC_DEFUN([OMPI_SETUP_MPI_PROFILING], [ # There are 2 layers to the MPI Language binidings One layer # generates MPI_* bindings. The other layer generates PMPI_* # bindings. The following conditions determine whether each (or # both) these layers are built. # 1. MPI_* bindings are needed if: # - Profiling is not required # - Profiling is required but weak symbols are not # supported # 2. PMPI_* bindings are needed if profiling is required. Hence we # define 2 conditionals which tell us whether each of these layers # need to be built or NOT # AM_CONDITIONAL(BUILD_MPI_BINDINGS_LAYER, test "$OMPI_PROFILING_COMPILE_SEPARATELY" = 1) AM_CONDITIONAL(COMPILE_PROFILING_SEPARATELY, test "$OMPI_PROFILING_COMPILE_SEPARATELY" = 1) AC_DEFINE_UNQUOTED(OPAL_HAVE_WEAK_SYMBOLS, $OPAL_C_HAVE_WEAK_SYMBOLS, [Whether we have weak symbols or not]) ]) m4trace:config/ompi_setup_prrte.m4:38: -1- AC_DEFUN([OMPI_SETUP_PRRTE], [ AC_REQUIRE([AC_PROG_LN_S]) OPAL_VAR_SCOPE_PUSH([prrte_setup_internal_happy prrte_setup_external_happy target_rst_dir]) opal_show_subtitle "Configuring PRRTE" # We *must* have setup Sphinx before invoking this macro (i.e., it # is a programming error -- not a run-time error -- if Sphinx was # not previously setup). OAC_ASSERT_BEFORE([OAC_SETUP_SPHINX], [OMPI_SETUP_PRRTE]) # These are sym links to folders with PRRTE's RST files that we'll # slurp into mpirun.1.rst. We'll remove these links (or even # accidental full copies) now and replace them with new links to # the PRRTE that we find, below. target_rst_dir="$OMPI_TOP_BUILDDIR/docs" rm -rf "$target_rst_dir/prrte-rst-content" rm -rf "$target_rst_dir/schizo-ompi-rst-content" OPAL_3RDPARTY_WITH([prrte], [prrte], [package_prrte], [1]) AC_ARG_WITH([prrte-bindir], [AS_HELP_STRING([--with-prrte-bindir=DIR], [Search for PRRTE binaries in DIR. Defaults to PRRTE_DIR/bin if not specified])]) prrte_setup_internal_happy=0 m4_ifdef([package_prrte], [OMPI_PRRTE_ADD_ARGS AS_IF([test "$opal_prrte_mode" = "unspecified" -o "$opal_prrte_mode" = "internal"], [# Run PRRTE's configure script unless the user # explicitly asked us to use an external PMIX, so that # "make dist" includes PRRTE in the dist tarball. This # does mean that "make dist" will not work if Open MPI # was configured to use an external PRRTE library, but # we decided this was a reasonable tradeoff for not # having to deal with PRRTE (or PMIx) potentially # failing to configure in a situation where it isn't # desired. _OMPI_SETUP_PRRTE_INTERNAL([prrte_setup_internal_happy=1], [prrte_setup_internal_happy=0])]) # if we have a pmix package and configure did not complete # successfully (or wasn't started), then disable make dist. AS_IF([test $prrte_setup_internal_happy != 1], [OPAL_MAKEDIST_DISABLE="$OPAL_MAKEDIST_DISABLE PRRTE"])]) # unless internal specifically requested by the user, try to find # an external that works. prrte_setup_external_happy=0 AS_IF([test "$opal_prrte_mode" != "internal" -o "$opal_prrte_mode" != "disabled"], [_OMPI_SETUP_PRRTE_EXTERNAL( [prrte_setup_external_happy=1 opal_prrte_mode="external"], [AS_IF([test "$opal_prrte_mode" = "external"], [AC_MSG_ERROR([External PRRTE requested but not found.])])])]) # external did not work out and customer did not specify external, # so try the internal version. AS_IF([test "$prrte_setup_external_happy" = "0" -a "$prrte_setup_internal_happy" = "1"], [opal_prrte_mode="internal" OMPI_USING_INTERNAL_PRRTE=1 _OMPI_SETUP_PRRTE_INTERNAL_POST()], [OMPI_USING_INTERNAL_PRRTE=0]) AS_IF([test "$opal_prrte_mode" != "disabled"], [AS_IF([test "$prrte_setup_external_happy" = "0" -a "$prrte_setup_internal_happy" = "0"], [AC_MSG_ERROR([Could not find viable prrte build.])]) OMPI_HAVE_PRRTE=1], [OMPI_HAVE_PRRTE=0]) AM_CONDITIONAL([OMPI_WANT_PRRTE], [test "$prrte_setup_internal_happy" = "1" -o "$prrte_setup_external_happy" = "1"]) AC_DEFINE_UNQUOTED([OMPI_HAVE_PRRTE], [$OMPI_HAVE_PRRTE], [Whether or not PRRTE is available]) AC_DEFINE_UNQUOTED([OMPI_USING_INTERNAL_PRRTE], [$OMPI_USING_INTERNAL_PRRTE], [Whether or not we are using the internal PRRTE]) AC_SUBST(OMPI_PRRTE_RST_CONTENT_DIR) AC_SUBST(OMPI_SCHIZO_OMPI_RST_CONTENT_DIR) AM_CONDITIONAL(OMPI_HAVE_PRRTE_RST, [test $OMPI_HAVE_PRRTE_RST -eq 1]) OPAL_SUMMARY_ADD([Miscellaneous], [PRRTE], [], [$opal_prrte_mode]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_prrte.m4:132: -1- AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL], [ OPAL_VAR_SCOPE_PUSH([internal_prrte_args internal_prrte_happy deprecated_prefix_by_default print_prrte_warning internal_prrte_CPPFLAGS opal_prrte_CPPFLAGS_save]) # This is really a PRTE option that should not be in Open MPI, but # there is not a great way to support the orterun/mpirun checks # without this argument. AC_ARG_ENABLE([prte-prefix-by-default], [AS_HELP_STRING([--enable-prte-prefix-by-default], [Make "mpirun ..." behave exactly the same as "mpirun --prefix \$prefix", where \$prefix is the value given to --prefix in configure (default:enabled)])]) AC_ARG_ENABLE([orterun-prefix-by-default], [AS_HELP_STRING([--enable-orterun-prefix-by-default], [*DEPRECATED* Please use --enable-prte-prefix-by-default in the future.])], [print_prrte_warning="yes" deprecated_prefix_by_default=$orterun_prefix_by_default]) AC_ARG_ENABLE([mpirun-prefix-by-default], [AS_HELP_STRING([--enable-mpirun-prefix-by-default], [*DEPRECATED* Please use --enable-prte-prefix-by-default in the future.])], [print_prrte_warning="yes" deprecated_prefix_by_default=$mpirun_prefix_by_default]) AS_IF([test "$print_prrte_warning" = "yes"], [ AC_MSG_WARN([Open MPI no longer uses the ORTE environment - it has been]) AC_MSG_WARN([replaced by PRRTE. Accordingly, the "--enable-orterun-prefix-by-default"]) AC_MSG_WARN([and "--enable-mpirun-prefix-by-default" options have been replaced]) AC_MSG_WARN([by "--enable-prte-prefix-by-default". We will do the translation for]) AC_MSG_WARN([you now, but these older options are deprecated and will be removed]) AC_MSG_WARN([in a later release, so please update your build scripts.])]) AS_IF([test -n "$prte_prefix_by_default" -a -n "$deprecated_prefix_by_default"], [AC_MSG_ERROR([--enable-prte-prefix-by-default cannot be used with --enable-mpirun-prefix-by-default or --enable-orterun-prefix-by-default. Please only specify --enable-prte-prefix-by-default.])]) internal_prrte_CPPFLAGS= internal_prrte_args="--with-proxy-version-string=$OPAL_VERSION --with-proxy-package-name=\"Open MPI\" --with-proxy-bugreport=\"https://www.open-mpi.org/community/help/\"" # PRRTE sets -Werror on devel builds so avoid buid breaks caused by 3rd-party codes internal_prrte_args="$internal_prrte_args --disable-devel-check" # Set --enable-prte-prefix-by-default to the deprecated options, # if they were specified. Otherwise, set it to enabled if the # user did not specify an option. PRTE defaults to not enabling # prefix-by-default, but open mpi wants that behavior. AS_IF([test -n "$deprecated_prefix_by_default"], [internal_prrte_args="$internal_prrte_args --enable-prte-prefix-by-default=$deprecated_prefix_by_default"], [test -z "$enable_prte_prefix_by_default"], [internal_prrte_args="$internal_prrte_args --enable-prte-prefix-by-default"]) AS_IF([test "$opal_libevent_mode" = "internal"], [internal_prrte_args="$internal_prrte_args --with-libevent --disable-libevent-lib-checks" internal_prrte_args="$internal_prrte_args --with-libevent-extra-libs=\"$opal_libevent_BUILD_LIBS\"" internal_prrte_CPPFLAGS="$internal_prrte_CPPFLAGS $opal_libevent_BUILD_CPPFLAGS"]) AS_IF([test "$opal_hwloc_mode" = "internal"], [internal_prrte_args="$internal_prrte_args --disable-hwloc-lib-checks" internal_prrte_args="$internal_prrte_args --with-hwloc-extra-libs=\"$opal_hwloc_BUILD_LIBS\"" internal_prrte_CPPFLAGS="$internal_prrte_CPPFLAGS $opal_hwloc_BUILD_CPPFLAGS"]) AS_IF([test "$opal_pmix_mode" = "internal"], [internal_prrte_args="$internal_prrte_args --disable-pmix-lib-checks" internal_prrte_args="$internal_prrte_args --with-pmix-extra-libs=\"$opal_pmix_BUILD_LIBS\"" internal_prrte_CPPFLAGS="$internal_prrte_CPPFLAGS $opal_pmix_BUILD_CPPFLAGS"]) opal_prrte_CPPFLAGS_save="${CPPFLAGS}" OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${opal_pmix_CPPFLAGS}]) AC_MSG_CHECKING([if PMIx version is 4.0.0 or greater]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #if PMIX_VERSION_MAJOR < 4L #error "pmix API version is less than 4.0.0" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([OMPI's internal runtime environment "PRRTE" does not support]) AC_MSG_WARN([PMIx versions less than v4.x as they lack adequate tool]) AC_MSG_WARN([support. You can, if desired, build OMPI against an earlier]) AC_MSG_WARN([version of PMIx for strictly direct-launch purposes - e.g., using]) AC_MSG_WARN([Slurm's srun to launch the job - by configuring with the]) AC_MSG_WARN([--without-prrte option.]) AC_MSG_ERROR([Cannot continue])]) CPPFLAGS="${opal_prrte_CPPFLAGS_save}" AS_IF([test "$with_ft" != "no"], [internal_prrte_args="--enable-prte-ft $internal_prrte_args"], []) if test "$WANT_DEBUG" = "1"; then internal_prrte_args="$internal_prrte_args --enable-debug" fi # Pass all our compiler/linker flags to PRRTE, so that it # picks up how to build an internal HWLOC, libevent, and PMIx, plus # picks up any user-specified compiler flags from the master # configure run. OPAL_SUBDIR_ENV_CLEAN([opal_prrte_configure]) AS_IF([test -n "$internal_prrte_CPPFLAGS"], [OPAL_SUBDIR_ENV_APPEND([CPPFLAGS], [$internal_prrte_CPPFLAGS])]) PAC_CONFIG_SUBDIR_ARGS([3rd-party/prrte], [$internal_prrte_args], [[--with-libevent=internal], [--with-hwloc=internal], [--with-libevent=external], [--with-hwloc=external], [--with-pmix=internal], [--with-pmix=external], [--with-platform=[[^ ]]*]], [internal_prrte_happy="yes"], [internal_prrte_happy="no"]) OPAL_SUBDIR_ENV_RESTORE([opal_prrte_configure]) OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS prrte" AS_IF([test "$internal_prrte_happy" = "no" -a "$enable_internal_rte" != "no"], [AC_MSG_ERROR([PRRTE configuration failed. Cannot continue.])]) OMPI_HAVE_PRRTE_RST=0 AS_IF([test "$internal_prrte_happy" = "yes"], [AC_MSG_CHECKING([for internal PRRTE RST files]) AS_IF([test -n "$SPHINX_BUILD"], [OMPI_HAVE_PRRTE_RST=1 OMPI_PRRTE_RST_CONTENT_DIR="$OMPI_TOP_SRCDIR/3rd-party/prrte/src/docs/prrte-rst-content" OMPI_SCHIZO_OMPI_RST_CONTENT_DIR="$OMPI_TOP_SRCDIR/3rd-party/prrte/src/mca/schizo/ompi" AC_MSG_RESULT([found])], [AC_MSG_RESULT([not found])]) $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/ompi_setup_prrte.m4:264: -1- AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL_POST], [ OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS prrte" ]) m4trace:config/ompi_setup_prrte.m4:272: -1- AC_DEFUN([_OMPI_SETUP_PRRTE_EXTERNAL], [ OPAL_VAR_SCOPE_PUSH([ompi_prte_min_version ompi_prte_min_num_version setup_prrte_external_happy opal_prrte_CPPFLAGS_save]) opal_prrte_CPPFLAGS_save=$CPPFLAGS AS_IF([test -n "${with_prrte}" -a "${with_prrte}" != "yes" -a "${with_prrte}" != "no"], [OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], ["-I${with_prrte}/include"])]) AC_CHECK_HEADER([prte.h], [setup_prrte_external_happy=yes], [setup_prrte_external_happy=no]) ompi_prte_min_version=OMPI_PRTE_MIN_VERSION ompi_prte_min_num_version=OMPI_PRTE_NUMERIC_MIN_VERSION AS_IF([test "${setup_prrte_external_happy}" = "yes"], [AC_CACHE_CHECK([if external PRRTE version is OMPI_PRTE_MIN_VERSION or greater], [ompi_setup_prrte_cv_version_happy], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #if PRTE_NUMERIC_VERSION < $ompi_prte_min_num_version #error "prrte API version is less than $ompi_prte_min_version" #endif ]])], [ompi_setup_prrte_cv_version_happy="yes"], [ompi_setup_prrte_cv_version_happy="no"])]) AS_IF([test "${ompi_setup_prrte_cv_version_happy}" = "no"], [setup_prrte_external_happy="no"])]) CPPFLAGS="$opal_prrte_CPPFLAGS_save" # If an external build and the user told us where to find PRRTE, # find prterun and save that path. prterun_path= AS_IF([test "$setup_prrte_external_happy" = "yes"], [AS_IF([test "${with_prrte_bindir}" = "yes" -o "${with_prrte_bindir}" = "no"], [AC_MSG_ERROR(["yes" and "no" are not valid arguments for --with-prrte-bindir])]) AS_IF([test -z "${with_prrte_bindir}" -a -n "${with_prrte}"], [with_prrte_bindir="${with_prrte}/bin"]) AS_IF([test -n "${with_prrte_bindir}"], [AS_IF([test -x ${with_prrte_bindir}/prterun], [prterun_path="${with_prrte_bindir}/prterun"], [AC_MSG_ERROR([Could not find executable prterun: ${with_prrte_bindir}/prterun])])])]) AS_IF([test -n "${prterun_path}"], [AC_DEFINE_UNQUOTED([OMPI_PRTERUN_PATH], ["${prterun_path}"], [Path to prterun])]) OMPI_HAVE_PRRTE_RST=0 AS_IF([test "$setup_prrte_external_happy" = "yes"], [ # Determine if this external PRRTE has installed the RST # directories that we care about AC_MSG_CHECKING([for external PRRTE RST files]) prrte_install_dir=${with_prrte}/share/prte/rst AS_IF([test -n "$SPHINX_BUILD"], [AS_IF([test -d "$prrte_install_dir/prrte-rst-content" && \ test -d "$prrte_install_dir/schizo-ompi-rst-content"], [OMPI_HAVE_PRRTE_RST=1 OMPI_PRRTE_RST_CONTENT_DIR="$prrte_install_dir/prrte-rst-content" OMPI_SCHIZO_OMPI_RST_CONTENT_DIR="$prrte_install_dir/schizo-ompi-rst-content" AC_MSG_RESULT([found]) ], [ # This version of PRRTE doesn't have installed RST # files. AC_MSG_RESULT([not found]) ]) ]) $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_case_sensitive_fs_setup.m4:21: -1- AC_DEFUN([OPAL_CASE_SENSITIVE_FS_SETUP], [ # # Arguments: none # # Dependencies: None # # See if we are on a case sensitive filesystem. Some filesystems # (like HFS+ on MacOS X and MS Windows) are not case sensitive - opalcc # and opalCC are the same file. # # Sets prefix_OS_HAVE_CASE_SENSITIVE_FS to 1 if filesystem is case # sensitive (ie, mpicc and mpiCC will be different files) or 0 if # filesystem is not case sensitive (ie, mpicc and mpiCC will be # the same file). # # have_cs_fs=1 AC_MSG_CHECKING([if build filesystem is case sensitive]) cat > conf_fs_test.$$ < CONF_FS_TEST.$$ < /* Check for the longest available __attribute__ (since gcc-2.3) */ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [])], [opal_cv___attribute__=1], [opal_cv___attribute__=0], ) if test "$opal_cv___attribute__" = "1" ; then AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [#include /* Check for the longest available __attribute__ (since gcc-2.3) */ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [])], [opal_cv___attribute__=1], [opal_cv___attribute__=0], ) fi ]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE, [$opal_cv___attribute__], [Whether your compiler has __attribute__ or not]) # # Now that we know the compiler support __attribute__ let's check which kind of # attributed are supported. # if test "$opal_cv___attribute__" = "0" ; then AC_MSG_RESULT([no]) opal_cv___attribute__aligned=0 opal_cv___attribute__always_inline=0 opal_cv___attribute__cold=0 opal_cv___attribute__const=0 opal_cv___attribute__deprecated=0 opal_cv___attribute__deprecated_argument=0 opal_cv___attribute__format=0 opal_cv___attribute__format_funcptr=0 opal_cv___attribute__hot=0 opal_cv___attribute__malloc=0 opal_cv___attribute__may_alias=0 opal_cv___attribute__no_instrument_function=0 opal_cv___attribute__noinline=0 opal_cv___attribute__nonnull=0 opal_cv___attribute__noreturn=0 opal_cv___attribute__noreturn_funcptr=0 opal_cv___attribute__packed=0 opal_cv___attribute__pure=0 opal_cv___attribute__sentinel=0 opal_cv___attribute__unused=0 opal_cv___attribute__visibility=0 opal_cv___attribute__warn_unused_result=0 opal_cv___attribute__weak_alias=0 opal_cv___attribute__destructor=0 opal_cv___attribute__optnone=0 opal_cv___attribute__error=0 else AC_MSG_RESULT([yes]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) # # Ignored by PGI-6.2.5; -- recognized by output-parser # _OPAL_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([cold], [ int foo(int arg1, int arg2) __attribute__ ((__cold__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([const], [ int foo(int arg1, int arg2) __attribute__ ((__const__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([deprecated], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([deprecated_argument], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__("compiler allows argument"))); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([error], [ int foo(int arg1, int arg2) __attribute__ ((__error__(""))); ], [], []) ATTRIBUTE_CFLAGS= case "$opal_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _OPAL_CHECK_SPECIFIC_ATTRIBUTE([format], [ int this_printf (void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return this_printf (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) ATTRIBUTE_CFLAGS= case "$opal_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we want specifically the warning on format string conversion ATTRIBUTE_CFLAGS="-we181" ;; esac _OPAL_CHECK_SPECIFIC_ATTRIBUTE([format_funcptr], [ int (*this_printf)(void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([hot], [ int foo(int arg1, int arg2) __attribute__ ((__hot__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([malloc], [ #ifdef HAVE_STDLIB_H # include #endif int * foo(int arg1) __attribute__ ((__malloc__)); int * foo(int arg1) { return (int*) malloc(arg1); } ], [], []) # # Attribute may_alias: No suitable cross-check available, that works for non-supporting compilers # Ignored by intel-9.1.045 -- turn off with -wd1292 # Ignored by PGI-6.2.5; ignore not detected due to missing cross-check # _OPAL_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noinline], [ int foo(int arg1, int arg2) __attribute__ ((__noinline__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } static int bar(int arg1, int arg2) __attribute__ ((__noinline__)); static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) # # Attribute nonnull: # Ignored by intel-compiler 9.1.045 -- recognized by cross-check # Ignored by PGI-6.2.5 (pgCC) -- recognized by cross-check # ATTRIBUTE_CFLAGS= case "$opal_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings, but rather real warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _OPAL_CHECK_SPECIFIC_ATTRIBUTE([nonnull], [ int square(int *arg) __attribute__ ((__nonnull__)); int square(int *arg) { return *arg; } ], [ static int usage(int * argument); int square(int * argument) __attribute__ ((__nonnull__)); int square(int * argument) { return (*argument) * (*argument); } static int usage(int * argument) { return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noreturn], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif void fatal(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { exit(arg1); } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noreturn_funcptr], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif extern void (*fatal_exit)(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { fatal_exit (arg1); } ], [], [$ATTRIBUTE_CFLAGS]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([pure], [ int square(int arg) __attribute__ ((__pure__)); int square(int arg) { return arg * arg; } ], [], []) # # Attribute sentinel: # Ignored by the intel-9.1.045 -- recognized by cross-check # intel-10.0beta works fine # Ignored by PGI-6.2.5 (pgCC) -- recognized by output-parser and cross-check # Ignored by pathcc-2.2.1 -- recognized by cross-check (through grep ignore) # ATTRIBUTE_CFLAGS= case "$opal_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _OPAL_CHECK_SPECIFIC_ATTRIBUTE([sentinel], [ int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); ], [ static int usage(int * argument); int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); static int usage(int * argument) { void * last_arg_should_be_null = argument; return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([unused], [ int square(int arg1 __attribute__ ((__unused__)), int arg2); int square(int arg1, int arg2) { return arg2; } ], [], []) # # Ignored by PGI-6.2.5 (pgCC) -- recognized by the output-parser # _OPAL_CHECK_SPECIFIC_ATTRIBUTE([visibility], [ int square(int arg1) __attribute__ ((__visibility__("hidden"))); ], [], []) # # Attribute warn_unused_result: # Ignored by the intel-compiler 9.1.045 -- recognized by cross-check # Ignored by pathcc-2.2.1 -- recognized by cross-check (through grep ignore) # ATTRIBUTE_CFLAGS= case "$opal_c_vendor" in gnu) ATTRIBUTE_CFLAGS="-Wall" ;; intel) # we do not want to get ignored attributes warnings ATTRIBUTE_CFLAGS="-wd1292" ;; esac _OPAL_CHECK_SPECIFIC_ATTRIBUTE([warn_unused_result], [ int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } ], [ static int usage(int * argument); int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } static int usage(int * argument) { foo (*argument); /* Should produce an unused result warning */ return 0; } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([weak_alias], [ int foo(int arg); int foo(int arg) { return arg + 3; } int foo2(int arg) __attribute__ ((__weak__, __alias__("foo"))); ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([constructor], [ void foo(void) __attribute__ ((__constructor__)); void foo(void) { return ; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) _OPAL_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) fi # Now that all the values are set, define them AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_ALIGNED, [$opal_cv___attribute__aligned], [Whether your compiler has __attribute__ aligned or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE, [$opal_cv___attribute__always_inline], [Whether your compiler has __attribute__ always_inline or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_COLD, [$opal_cv___attribute__cold], [Whether your compiler has __attribute__ cold or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_CONST, [$opal_cv___attribute__const], [Whether your compiler has __attribute__ const or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_DEPRECATED, [$opal_cv___attribute__deprecated], [Whether your compiler has __attribute__ deprecated or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT, [$opal_cv___attribute__deprecated_argument], [Whether your compiler has __attribute__ deprecated with optional argument]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_FORMAT, [$opal_cv___attribute__format], [Whether your compiler has __attribute__ format or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR, [$opal_cv___attribute__format_funcptr], [Whether your compiler has __attribute__ format and it works on function pointers]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_HOT, [$opal_cv___attribute__hot], [Whether your compiler has __attribute__ hot or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_MALLOC, [$opal_cv___attribute__malloc], [Whether your compiler has __attribute__ malloc or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_MAY_ALIAS, [$opal_cv___attribute__may_alias], [Whether your compiler has __attribute__ may_alias or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION, [$opal_cv___attribute__no_instrument_function], [Whether your compiler has __attribute__ no_instrument_function or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_NOINLINE, [$opal_cv___attribute__noinline], [Whether your compiler has __attribute__ noinline or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_NONNULL, [$opal_cv___attribute__nonnull], [Whether your compiler has __attribute__ nonnull or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_NORETURN, [$opal_cv___attribute__noreturn], [Whether your compiler has __attribute__ noreturn or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR, [$opal_cv___attribute__noreturn_funcptr], [Whether your compiler has __attribute__ noreturn and it works on function pointers]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_PACKED, [$opal_cv___attribute__packed], [Whether your compiler has __attribute__ packed or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_PURE, [$opal_cv___attribute__pure], [Whether your compiler has __attribute__ pure or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_SENTINEL, [$opal_cv___attribute__sentinel], [Whether your compiler has __attribute__ sentinel or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_UNUSED, [$opal_cv___attribute__unused], [Whether your compiler has __attribute__ unused or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_VISIBILITY, [$opal_cv___attribute__visibility], [Whether your compiler has __attribute__ visibility or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT, [$opal_cv___attribute__warn_unused_result], [Whether your compiler has __attribute__ warn unused result or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS, [$opal_cv___attribute__weak_alias], [Whether your compiler has __attribute__ weak alias or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_CONSTRUCTOR, [$opal_cv___attribute__constructor], [Whether your compiler has __attribute__ constructor or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_DESTRUCTOR, [$opal_cv___attribute__destructor], [Whether your compiler has __attribute__ destructor or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_OPTNONE, [$opal_cv___attribute__optnone], [Whether your compiler has __attribute__ optnone or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_EXTENSION, [$opal_cv___attribute__extension], [Whether your compiler has __attribute__ extension or not]) AC_DEFINE_UNQUOTED(OPAL_HAVE_ATTRIBUTE_ERROR, [$opal_cv___attribute__error], [Whether your compiler has __attribute__ error or not]) ]) m4trace:config/opal_check_broken_qsort.m4:38: -1- AC_DEFUN([OPAL_CHECK_BROKEN_QSORT], [ AC_ARG_WITH([broken-qsort], [AS_HELP_STRING([--with-broken-qsort], [Build with FreeBSD qsort instead of native qsort (default: no)])]) AC_MSG_CHECKING([for broken qsort]) if test "$with_broken_qsort" = "yes"; then result="yes" define_result=1 else result="no" define_result=0 fi AC_MSG_RESULT([$result]) AC_DEFINE_UNQUOTED([OPAL_HAVE_BROKEN_QSORT], [$define_result], [whether qsort is broken or not]) ]) m4trace:config/opal_check_cflags.m4:13: -1- AC_DEFUN([_OPAL_CFLAGS_FAIL_SEARCH], [ AC_REQUIRE([AC_PROG_GREP]) if test -s conftest.err ; then $GREP -iq $1 conftest.err if test "$?" = "0" ; then opal_cv_cc_[$2]=0 fi fi ]) m4trace:config/opal_check_cflags.m4:23: -1- AC_DEFUN([_OPAL_CHECK_SPECIFIC_CFLAGS], [ AC_MSG_CHECKING(if $CC supports ([$1])) CFLAGS_orig=$CFLAGS OPAL_FLAGS_APPEND_UNIQ([CFLAGS], ["$1"]) AC_CACHE_VAL(opal_cv_cc_[$2], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [$3])], [ opal_cv_cc_[$2]=1 _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [$2]) ], [ opal_cv_cc_[$2]=1 _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [$2]) ])]) if test "$opal_cv_cc_[$2]" = "0" ; then CFLAGS="$CFLAGS_orig" AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) fi ]) m4trace:config/opal_check_cflags.m4:45: -1- AC_DEFUN([_OPAL_CXXFLAGS_FAIL_SEARCH], [ AC_REQUIRE([AC_PROG_GREP]) if test -s conftest.err ; then $GREP -iq $1 conftest.err if test "$?" = "0" ; then opal_cv_cxx_[$2]=0 fi fi ]) m4trace:config/opal_check_cflags.m4:55: -1- AC_DEFUN([_OPAL_CHECK_SPECIFIC_CXXFLAGS], [ AC_MSG_CHECKING(if $CXX supports ([$1])) CXXFLAGS_orig=$CXXFLAGS OPAL_FLAGS_APPEND_UNIQ([CXXFLAGS], ["$1"]) AC_CACHE_VAL(opal_cv_cxx_[$2], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [$3])], [ opal_cv_cxx_[$2]=1 _OPAL_CXXFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [$2]) ], [ opal_cv_cxx_[$2]=1 _OPAL_CXXFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [$2]) ])]) if test "$opal_cv_cxx_[$2]" = "0" ; then CXXFLAGS="$CXXFLAGS_orig" AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) fi ]) m4trace:config/opal_check_cma.m4:21: -1- AC_DEFUN([OPAL_CHECK_CMA], [ AC_ARG_WITH([cma], [AS_HELP_STRING([--with-cma], [Build Cross Memory Attach support (default: autodetect)])]) if test "x$with_cma" = "xno" ; then opal_check_cma_happy=0 fi # We only need to do the back-end test once if test -z "$opal_check_cma_happy" ; then OPAL_CHECK_CMA_BACKEND fi AS_IF([test $opal_check_cma_happy -eq 1], [$2], [if test "$with_cma" = "yes"; then AC_MSG_WARN([--with-cma support requested, but not available]) AC_MSG_ERROR([Cannot continue]) fi $3]) ]) m4trace:config/opal_check_cma.m4:44: -1- AC_DEFUN([OPAL_CHECK_CMA_BACKEND], [ OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg]) # Some systems have process_cm_readv() in libc, which means CMA is # supported. Other systems do not have process_cm_readv() in # libc, but have support for it in the kernel if we invoke it # directly. Check for both. AC_CHECK_HEADERS([sys/prctl.h]) AC_CHECK_FUNC([process_vm_readv], [opal_check_cma_need_defs=0], [opal_check_cma_need_defs=1]) AC_DEFINE_UNQUOTED([OPAL_CMA_NEED_SYSCALL_DEFS], [$opal_check_cma_need_defs], [Need CMA syscalls defined]) if test $opal_check_cma_need_defs -eq 1 ; then opal_check_cma_CFLAGS=$CFLAGS # Need some extra include paths to locate the appropriate headers CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/opal/include" AC_MSG_CHECKING([if internal syscall numbers for Linux CMA work]) AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include #include #include #include #include #include #include "opal/include/opal/sys/cma.h" static void do_check (pid_t pid, int *in, int *out) { int check[4] = {0, 0, 0, 0}, i; struct iovec rem_iov = {out, sizeof (check)}; struct iovec loc_iov = {check, sizeof (check)}; ssize_t rc; rc = process_vm_readv (pid, &loc_iov, 1, &rem_iov, 1, 0); if (sizeof (check) != rc) { exit (1); } for (i = 0 ; i < 4 ; ++i) { if (check[i] != i) { exit (1); } check[i] = i * 2; } rem_iov.iov_base = in; rc = process_vm_writev (pid, &loc_iov, 1, &rem_iov, 1, 0); if (sizeof (check) != rc) { exit (1); } exit (0); } ]],[[ int i, in[4] = {-1, -1, -1, -1}, out[4] = {0, 1, 2, 3}; do_check (getpid (), in, out); for (i = 0 ; i < 4 ; ++i) { if (in[i] != 2 * i) { return 1; } } /* all good */ return 0; ]])], [AC_MSG_RESULT([yes]) opal_check_cma_happy=1], [AC_MSG_RESULT([no]) opal_check_cma_happy=0], [AC_MSG_RESULT([no (cross-compiling)]) opal_check_cma_happy=0]) CFLAGS=$opal_check_cma_CFLAGS else # If we didn't need the defs, then we have process_vm_readv(), # and CMA is happy. opal_check_cma_happy=1 fi OPAL_VAR_SCOPE_POP # Testing CAP_SYS_PTRACE between two processes with kcmp AC_CHECK_HEADERS([linux/kcmp.h]) AC_CHECK_HEADERS([sys/syscall.h]) AC_MSG_CHECKING([if kcmp works]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include #include #include ]], [[ syscall(SYS_kcmp, 123, 456, KCMP_VM, 0, 0); ]])], [AC_MSG_RESULT([yes]) opal_check_cma_kcmp_happy=1], [AC_MSG_RESULT([no]) opal_check_cma_kcmp_happy=0]) AC_DEFINE_UNQUOTED([OPAL_CMA_KCMP_AVAIL], [$opal_check_cma_kcmp_happy], [If kcmp is available]) AS_IF([test $opal_check_cma_happy -eq 1], [opal_check_cma_msg=yes], [opal_check_cma_msg=no]) OPAL_SUMMARY_ADD([Transports], [Shared memory/Linux CMA], [], [$opal_check_cma_msg]) ]) m4trace:config/opal_check_compiler_version.m4:22: -1- AC_DEFUN([OPAL_CHECK_COMPILER_VERSION_ID], [ OPAL_CHECK_COMPILER(FAMILYID) OPAL_CHECK_COMPILER(VERSION) ]) m4trace:config/opal_check_compiler_version.m4:29: -1- AC_DEFUN([OPAL_CHECK_COMPILER], [ OAC_ASSERT_LITERAL([$1], [1])dnl lower=m4_tolower([$1]) AC_CACHE_CHECK([for compiler $lower], [opal_cv_compiler_$1], [ CPPFLAGS_orig=$CPPFLAGS CPPFLAGS="-I${OPAL_TOP_SRCDIR}/opal/include $CPPFLAGS" AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include #include "opal/opal_portable_platform.h" ]],[[ FILE * f; f=fopen("conftestval", "w"); if (!f) exit(1); fprintf (f, "%d", PLATFORM_COMPILER_$1); ]])], [ opal_cv_compiler_$1=`cat conftestval` ], [ opal_cv_compiler_$1=0 ], [ opal_cv_compiler_$1=0 ]) CPPFLAGS=$CPPFLAGS_orig ]) AC_DEFINE_UNQUOTED([OPAL_BUILD_PLATFORM_COMPILER_$1], [$opal_cv_compiler_$1], [The compiler $lower which OMPI was built with]) ]) m4trace:config/opal_check_compiler_works.m4:30: -1- AC_DEFUN([OPAL_CHECK_COMPILER_WORKS], [ AS_VAR_PUSHDEF([lang_var], [opal_cv_$1_works]) AC_CACHE_CHECK([if $1 compiler works], lang_var, [AC_LANG_PUSH($1) AC_RUN_IFELSE([AC_LANG_PROGRAM([$2], [$3])], [AS_VAR_SET(lang_var, ["yes"])], [AS_VAR_SET(lang_var, ["no"])], [AC_LINK_IFELSE([AC_LANG_PROGRAM([$2], [$3])], [AS_VAR_SET(lang_var, ["links (cross compiling)"])], [AS_VAR_SET(lang_var, ["no"])])]) AC_LANG_POP($1)]) AS_VAR_IF(lang_var, [no], [cat <&2 ********************************************************************** * It appears that your $1 compiler is unable to produce working * executables. A simple test application failed to properly * execute. Note that this is likely not a problem with Open MPI, * but a problem with the local compiler installation. More * information (including exactly what command was given to the * compiler and what error resulted when the command was executed) is * available in the config.log file in the Open MPI build directory. ********************************************************************** EOF $5], [$4]) AS_VAR_POPDEF([lang_var])dnl ]) m4trace:config/opal_check_cuda.m4:40: -1- AC_DEFUN([OPAL_CHECK_CUDA], [ OPAL_VAR_SCOPE_PUSH([cuda_save_CPPFLAGS cuda_save_LDFLAGS cuda_save_LIBS]) cuda_save_CPPFLAGS="$CPPFLAGS" cuda_save_LDFLAGS="$LDFLAGS" cuda_save_LIBS="$LIBS" # # Check to see if user wants CUDA support # AC_ARG_WITH([cuda], [AS_HELP_STRING([--with-cuda(=DIR)], [Build cuda support, optionally adding DIR/include])]) AC_MSG_CHECKING([if --with-cuda is set]) # Search for libcuda.so in $with_cuda if the user didn't pass --with-cuda-libdir # Otherwise check for cuda in the default path, /usr/local/cuda. If the default # path doesn't exist, set with_cuda_libdir to empty. AC_ARG_WITH([cuda-libdir], [AS_HELP_STRING([--with-cuda-libdir=DIR], [Search for CUDA libraries in DIR])], [], [AS_IF([test -d "$with_cuda"], [with_cuda_libdir=$(dirname $(find -H $with_cuda -name libcuda.so 2> /dev/null) 2> /dev/null)], [with_cuda_libdir=$(dirname $(find -H /usr/local/cuda -name libcuda.so 2> /dev/null) 2> /dev/null)]) ]) # Note that CUDA support is off by default. To turn it on, the user has to # request it. The user can just ask for --with-cuda and it that case we # look for the cuda.h file in /usr/local/cuda. Otherwise, they can give # us a directory. If they provide a directory, we will look in that directory # as well as the directory with the "include" string appended to it. The fact # that we check in two directories precludes us from using the OMPI_CHECK_DIR # macro as that would error out after not finding it in the first directory. # Note that anywhere CUDA aware code is in the Open MPI repository requires # us to make use of AC_REQUIRE to ensure this check has been done. AS_IF([test "$with_cuda" = "no" || test "x$with_cuda" = "x"], [opal_check_cuda_happy="no" AC_MSG_RESULT([not set (--with-cuda=$with_cuda)])], [AS_IF([test "$with_cuda" = "yes"], [AS_IF([test "x`ls /usr/local/cuda/include/cuda.h 2> /dev/null`" = "x"], [AC_MSG_RESULT([not found in standard location]) AC_MSG_WARN([Expected file /usr/local/cuda/include/cuda.h not found]) AC_MSG_ERROR([Cannot continue])], [AC_MSG_RESULT([found]) opal_check_cuda_happy=yes opal_cuda_incdir=/usr/local/cuda/include])], [AS_IF([test ! -d "$with_cuda"], [AC_MSG_RESULT([not found]) AC_MSG_WARN([Directory $with_cuda not found]) AC_MSG_ERROR([Cannot continue])], [AS_IF([test "x`ls $with_cuda/include/cuda.h 2> /dev/null`" = "x"], [AS_IF([test "x`ls $with_cuda/cuda.h 2> /dev/null`" = "x"], [AC_MSG_RESULT([not found]) AC_MSG_WARN([Could not find cuda.h in $with_cuda/include or $with_cuda]) AC_MSG_ERROR([Cannot continue])], [opal_check_cuda_happy=yes opal_cuda_incdir=$with_cuda AC_MSG_RESULT([found ($with_cuda/cuda.h)])])], [opal_check_cuda_happy=yes opal_cuda_incdir="$with_cuda/include" AC_MSG_RESULT([found ($opal_cuda_incdir/cuda.h)])])])])]) AS_IF([test "$opal_check_cuda_happy" = "yes"], [OAC_CHECK_PACKAGE([cuda], [$1], [cuda.h], [cuda], [cuMemFree], [opal_check_cuda_happy="yes"], [opal_check_cuda_happy="no"])], []) # We require CUDA IPC support which started in CUDA 4.1. Error # out if the support is not there. AS_IF([test "$opal_check_cuda_happy" = "yes"], [AC_CHECK_MEMBER([struct CUipcMemHandle_st.reserved], [], [AC_MSG_ERROR([Cannot continue because CUDA 4.1 or later is required])], [#include <$opal_cuda_incdir/cuda.h>])], []) # If we have CUDA support, check to see if we have support for SYNC_MEMOPS # which was first introduced in CUDA 6.0. AS_IF([test "$opal_check_cuda_happy" = "yes"], [AC_CHECK_DECL([CU_POINTER_ATTRIBUTE_SYNC_MEMOPS], [CUDA_SYNC_MEMOPS=1], [CUDA_SYNC_MEMOPS=0], [#include <$opal_cuda_incdir/cuda.h>])], []) # If we have CUDA support, check to see if we have CUDA 6.0 or later. AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <$opal_cuda_incdir/cuda.h>]], [[ #if CUDA_VERSION < 6000 #error "CUDA_VERSION is less than 6000" #endif ]])], [CUDA_VERSION_60_OR_GREATER=1], [CUDA_VERSION_60_OR_GREATER=0]) # If we have CUDA support, check to see if we have support for cuPointerGetAttributes # which was first introduced in CUDA 7.0. AS_IF([test "$opal_check_cuda_happy" = "yes"], [AC_CHECK_DECL([cuPointerGetAttributes], [CUDA_GET_ATTRIBUTES=1], [CUDA_GET_ATTRIBUTES=0], [#include <$opal_cuda_incdir/cuda.h>])], []) AC_MSG_CHECKING([if have cuda support]) if test "$opal_check_cuda_happy" = "yes"; then AC_MSG_RESULT([yes (-I$opal_cuda_incdir)]) CUDA_SUPPORT=1 common_cuda_CPPFLAGS="-I$opal_cuda_incdir" AC_SUBST([common_cuda_CPPFLAGS]) else AC_MSG_RESULT([no]) CUDA_SUPPORT=0 fi OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy]) AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) AC_DEFINE_UNQUOTED([OPAL_CUDA_SUPPORT],$CUDA_SUPPORT, [Whether we want cuda device pointer support]) AM_CONDITIONAL([OPAL_cuda_sync_memops], [test "x$CUDA_SYNC_MEMOPS" = "x1"]) AC_DEFINE_UNQUOTED([OPAL_CUDA_SYNC_MEMOPS],$CUDA_SYNC_MEMOPS, [Whether we have CUDA CU_POINTER_ATTRIBUTE_SYNC_MEMOPS support available]) AM_CONDITIONAL([OPAL_cuda_get_attributes], [test "x$CUDA_GET_ATTRIBUTES" = "x1"]) AC_DEFINE_UNQUOTED([OPAL_CUDA_GET_ATTRIBUTES],$CUDA_GET_ATTRIBUTES, [Whether we have CUDA cuPointerGetAttributes function available]) # There is nothing specific we can check for to see if GPU Direct RDMA is available. # Therefore, we check to see whether we have CUDA 6.0 or later. AM_CONDITIONAL([OPAL_cuda_gdr_support], [test "x$CUDA_VERSION_60_OR_GREATER" = "x1"]) AC_DEFINE_UNQUOTED([OPAL_CUDA_GDR_SUPPORT],$CUDA_VERSION_60_OR_GREATER, [Whether we have CUDA GDR support available]) CPPFLAGS=${cuda_save_CPPFLAGS} LDFLAGS=${cuda_save_LDFLAGS} LIBS=${cuda_save_LIBS} OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_knem.m4:25: -1- AC_DEFUN([OPAL_CHECK_KNEM], [ OPAL_VAR_SCOPE_PUSH([opal_check_knem_happy opal_check_knem_CPPFLAGS_save]) AC_ARG_WITH([knem], [AS_HELP_STRING([--with-knem(=DIR)], [Build knem Linux kernel module support, searching for headers in DIR/include])]) opal_check_knem_CPPFLAGS_save="${CPPFLAGS}" AS_IF([test -n "${with_knem}" -a "${with_knem}" != "yes" -a "${with_knem}" != "no"], [$1_CPPFLAGS="-I${with_knem}/include" CPPFLAGS="$CPPFLAGS ${$1_CPPFLAGS}"]) AC_CHECK_HEADER([knem_io.h], [opal_check_knem_happy="yes"], [opal_check_knem_happy="no"]) # need at least version 0x0000000b AS_IF([test "$opal_check_knem_happy" = "yes"], [AC_CACHE_CHECK([for recent version of knem ABI], [opal_check_knem_cv_abi_version], [AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[ #include ]], [[ #if KNEM_ABI_VERSION < 0xc #error "Version less than 0xc" #endif ]])], [opal_check_knem_cv_abi_version=yes], [opal_check_knem_cv_abi_version=no])]) AS_IF([test "${opal_check_knem_cv_abi_version}" = "no"], [opal_check_knem_happy=no])]) CPPFLAGS="${opal_check_knem_CPPFLAGS_save}" OPAL_SUMMARY_ADD([Transports], [Shared memory/Linux KNEM], [], [$opal_check_knem_happy]) AS_IF([test "$opal_check_knem_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_knem" && test "$with_knem" != "no"], [AC_MSG_ERROR([KNEM support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_libnl.m4:37: -1- AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [ opal_libnl_version=0 opal_libnlv1_libs= opal_libnlv3_libs= AC_ARG_WITH([libnl], [AS_HELP_STRING([--with-libnl(=DIR)], [Directory prefix for libnlv3 (typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])]) AC_ARG_WITH([libn-libdirl], [AS_HELP_STRING([--with-libnl-libdir=DIR], [Directory prefix for libnlv3 libs(typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])]) # ugly hack to deal with potentially alternate locations for # libnl3 headers. Note that if the pkg-config file is found, # this ugly hack won't be used. AS_IF([test -n "$with_libnl_incdir"], [# skip check if someone above set incdir], [test -d "/usr/include/libnl3"], [with_libnl_incdir="/usr/include/libnl3"], [test -d "/usr/local/include/libnl3"], [with_libnl_incdir="/usr/local/include/libnl3"]) OAC_CHECK_PACKAGE_VERIFY_COMMANDS([[OPAL_LIBNL_CHECK_PACKAGE_CALLBACK]]) ]) m4trace:config/opal_check_libnl.m4:67: -1- AC_DEFUN([OPAL_LIBNL_SANITY_FAIL_MSG], [ AC_MSG_WARN([This is a configuration that is *known* to cause run-time crashes.]) AC_MSG_WARN([This is an error in lib$1 (not Open MPI).]) AC_MSG_WARN([Open MPI will therefore skip using lib$1.]) ]) m4trace:config/opal_check_libnl.m4:80: -1- AC_DEFUN([OPAL_LIBNL_CHECK_PACKAGE_CALLBACK], [ OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) opal_libnl_sane=1 case $host in *linux*) OPAL_LIBNL_SANITY_CHECK_LINUX([$1], [$4], [], [opal_libnl_sane]) ;; esac AS_IF([test ${opal_libnl_sane} -eq 1], [$5], [$6]) OPAL_VAR_SCOPE_POP([opal_libnl_sane]) ]) m4trace:config/opal_check_libnl.m4:102: -1- AC_DEFUN([OPAL_LIBNL_SANITY_CHECK_LINUX], [ OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) AS_VAR_PUSHDEF([libnl_check_lib], [opal_libnl_sanity_check_cv_$1]) AC_CACHE_CHECK([if $1 requires libnl v1 or v3], [libnl_check_lib], [AC_LANG_PUSH([C]) cat > conftest_c.$ac_ext << EOF extern void $2 (void); int main(int argc, char *argv[[]]) { $2 (); return 0; } EOF result_msg= OPAL_LOG_COMMAND([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS $3], [ldd_output=`ldd conftest` AS_IF([echo $ldd_output | grep -q libnl-3.so], [result_msg="v3"]) AS_IF([echo $ldd_output | grep -q libnl.so], [OPAL_APPEND([result_msg], ["v1"])]) AS_IF([test -z "${result_msg}"], [result_msg="none"])], [AC_MSG_WARN([Could not link a simple program with lib $1])]) AC_LANG_POP([C]) AS_VAR_SET([libnl_check_lib], [${result_msg}]) rm -f conftest conftest_c.$ac_ext]) AS_VAR_COPY([result_msg], [libnl_check_lib]) this_requires_v1=0 this_requires_v3=0 AS_IF([echo "${result_msg}" | grep -q v1], [this_requires_v1=1]) AS_IF([echo "${result_msg}" | grep -q v3], [this_requires_v3=1]) AS_VAR_POPDEF([libnl_check_lib]) # Assume that our configuration is sane; this may get reset below libnl_sane=1 # Note: in all the checks below, only add this library to the list # of libraries (for v1 or v3 as relevant) if we do not fail. # I.e., assume that a higher level will refuse to use this library # if we return failure. # Does this library require both v1 and v3? If so, fail. AS_IF([test $this_requires_v1 -eq 1 && test $this_requires_v3 -eq 1], [AC_MSG_WARN([Unfortunately, $1 links to both libnl and libnl-3.]) OPAL_LIBNL_SANITY_FAIL_MSG($1) libnl_sane=0]) # Does this library require v1, but some prior library required # v3? If so, fail. AS_IF([test $libnl_sane -eq 1 && test $this_requires_v1 -eq 1], [AS_IF([test $opal_libnl_version -eq 3], [AC_MSG_WARN([libnl version conflict: $opal_libnlv3_libs requires libnl-3 whereas $1 requires libnl]) OPAL_LIBNL_SANITY_FAIL_MSG($1) libnl_sane=0], [opal_libnlv1_libs="$opal_libnlv1_libs $1" OPAL_UNIQ([opal_libnlv1_libs]) opal_libnl_version=1]) ]) # Does this library require v3, but some prior library required # v1? If so, fail. AS_IF([test $libnl_sane -eq 1 && test $this_requires_v3 -eq 1], [AS_IF([test $opal_libnl_version -eq 1], [AC_MSG_WARN([libnl version conflict: $opal_libnlv1_libs requires libnl whereas $1 requires libnl-3]) OPAL_LIBNL_SANITY_FAIL_MSG($1) libnl_sane=0], [opal_libnlv3_libs="$opal_libnlv3_libs $1" OPAL_UNIQ([opal_libnlv3_libs]) opal_libnl_version=3]) ]) $4=$libnl_sane OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) ]) m4trace:config/opal_check_libnl.m4:189: -1- AC_DEFUN([OPAL_CHECK_LIBNL_SUMMARY], [ AC_MSG_CHECKING([for libraries that use libnl v1]) AS_IF([test -n "$opal_libnlv1_libs"], [AC_MSG_RESULT([$opal_libnlv1_libs])], [AC_MSG_RESULT([(none)])]) AC_MSG_CHECKING([for libraries that use libnl v3]) AS_IF([test -n "$opal_libnlv3_libs"], [AC_MSG_RESULT([$opal_libnlv3_libs])], [AC_MSG_RESULT([(none)])]) AS_IF([test -n "$opal_libnlv1_libs" && test -n "$opal_libnlv3_libs"], [AC_MSG_WARN([libnl v1 and libnl v3 have been found as dependent libraries]) AC_MSG_ERROR([This is a configuration that is known to cause run-time crashes])]) ]) m4trace:config/opal_check_offsetof.m4:20: -1- AC_DEFUN([OPAL_CHECK_OFFSETOF], [ OPAL_VAR_SCOPE_PUSH([have_offsetof_msg]) AC_MSG_CHECKING(for functional offsetof macro) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include]], [[struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); ]])], [have_offsetof_msg="yes"], [have_offsetof_msg="no"]) if test "$have_offsetof_msg" = "no"; then CPPFLAGS="$CPPFLAGS -DNO_PGI_OFFSET" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include]], [[struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); ]])], [have_offsetof_msg="yes"], [have_offsetof_msg="no"]) if test "$have_offsetof_msg" = "no"; then AC_MSG_RESULT([$have_offsetof_msg]) AC_MSG_WARN([Your compiler does not support offsetof macro]) AC_MSG_ERROR([Configure: Cannot continue]) fi fi AC_MSG_RESULT([$have_offsetof_msg]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_ofi.m4:24: -1- AC_DEFUN([OPAL_CHECK_OFI_VERSION_GE], [ OPAL_VAR_SCOPE_PUSH([opal_ofi_ver_ge_save_CPPFLAGS opal_ofi_ver_ge_happy]) AS_LITERAL_WORD_IF([$1], [], [m4_fatal([OPAL_CHECK_OFI_VERSION_GE called with non-literal first argument])])dnl AS_VAR_PUSHDEF([version_cache_var], [opal_ofi_ver_ge_cv_$1])dnl m4_pushdef([version_pretty_print], [m4_translit([$1], [,], [.])])dnl AC_CACHE_CHECK([if OFI API version number is >= version_pretty_print], [version_cache_var], [opal_ofi_ver_ge_save_CPPFLAGS=$CPPFLAGS CPPFLAGS=$opal_ofi_internal_CPPFLAGS AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include ]], [[ #if !defined(FI_MAJOR_VERSION) #error "we cannot check the version -- sad panda" #elif FI_VERSION_LT(FI_VERSION(FI_MAJOR_VERSION, FI_MINOR_VERSION), FI_VERSION($1)) #error "version is too low -- nopes" #endif ]])], [version_cache_var=yes], [version_cache_var=no])]) AS_IF([test "${version_cache_var}" = "yes"], [$2], [$3]) CPPFLAGS=$opal_ofi_ver_ge_save_CPPFLAGS m4_popdef([version_pretty_print]) AS_VAR_POPDEF([version_cache_var]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_ofi.m4:71: -1- AC_DEFUN([OPAL_CHECK_OFI], [ OPAL_VAR_SCOPE_PUSH([opal_check_ofi_save_CPPFLAGS opal_check_ofi_save_LDFLAGS opal_check_ofi_save_LIBS opal_check_fi_info_pci]) m4_ifblank([$1], [m4_fatal([First argument must be set for call to OPAL_CHECK_OFI])]) # Add --with options AC_ARG_WITH([libfabric], [AS_HELP_STRING([--with-libfabric=DIR], [Deprecated synonym for --with-ofi])]) AC_ARG_WITH([libfabric-libdir], [AS_HELP_STRING([--with-libfabric-libdir=DIR], [Deprecated synonym for --with-ofi-libdir])]) AC_ARG_WITH([ofi], [AS_HELP_STRING([--with-ofi=DIR], [Specify location of OFI libfabric installation, adding DIR/include to the default search location for libfabric headers, and DIR/lib or DIR/lib64 to the default search location for libfabric libraries. Error if libfabric support cannot be found.])]) AC_ARG_WITH([ofi-libdir], [AS_HELP_STRING([--with-ofi-libdir=DIR], [Search for OFI libfabric libraries in DIR])]) AS_IF([test -z "${with_ofi}"], [with_ofi=${with_libfabric}]) AS_IF([test -z "${with_ofi_libdir}"], [with_ofi_libdir=${with_libfabric_libdir}]) opal_check_ofi_save_CPPFLAGS=${CPPFLAGS} opal_check_ofi_save_LDFLAGS=${LDFLAGS} opal_check_ofi_save_LIBS=${LIBS} opal_check_fi_info_pci=0 dnl OMPI has used ofi everywhere for some time, but the pkg-config dnl module name is libfabric. Easier to set the pkg-config module dnl name explicitly than change everything in OMPI. m4_define([ofi_pkgconfig_module], [libfabric]) OAC_CHECK_PACKAGE([ofi], [$1], [rdma/fabric.h], [fabric], [fi_getinfo], [opal_ofi_happy=yes], [opal_ofi_happy=no]) OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${$1_CPPFLAGS}]) AS_IF([test $opal_ofi_happy = yes], [AC_CHECK_HEADERS([rdma/fi_ext.h]) AC_CHECK_MEMBER([struct fi_info.nic], [opal_check_fi_info_pci=1], [opal_check_fi_info_pci=0], [[#include ]]) AC_DEFINE_UNQUOTED([OPAL_OFI_PCI_DATA_AVAILABLE], [${opal_check_fi_info_pci}], [check if pci data is available in ofi]) AC_CHECK_DECLS([FI_OPT_FI_HMEM_P2P], [], [], [#include ]) AC_CHECK_TYPES([struct fi_ops_mem_monitor], [], [], [#ifdef HAVE_RDMA_FI_EXT_H #include #endif ]) OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${opal_pmix_CPPFLAGS}]) AC_CHECK_DECLS([PMIX_PACKAGE_RANK], [], [], [#include ]) AC_CHECK_MEMBER([struct fi_mr_attr.iface], [opal_check_fi_mr_attr_iface=1], [opal_check_fi_mr_attr_iface=0], [[#include ]]) AC_DEFINE_UNQUOTED([OPAL_OFI_HAVE_FI_MR_IFACE], [${opal_check_fi_mr_attr_iface}], [check if iface avaiable in fi_mr_attr]) AC_CHECK_DECL([FI_HMEM_ROCR], [opal_check_fi_hmem_rocr=1], [opal_check_fi_hmem_rocr=0], [#include ]) AC_DEFINE_UNQUOTED([OPAL_OFI_HAVE_FI_HMEM_ROCR], [${opal_check_fi_hmem_rocr}], [check if FI_HMEM_ROCR avaiable in fi_hmem_iface])]) CPPFLAGS=${opal_check_ofi_save_CPPFLAGS} LDFLAGS=${opal_check_ofi_save_LDFLAGS} LIBS=${opal_check_ofi_save_LIBS} dnl for version compare tests opal_ofi_internal_CPPFLAGS="${$1_CPPFLAGS}" OPAL_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [], [${$1_SUMMARY}]) AS_IF([test "${opal_ofi_happy}" = "yes"], [$2], [AS_IF([test -n "${with_ofi}" && test "${with_ofi}" != "no"], [AC_MSG_WARN([OFI libfabric support requested (via --with-ofi or --with-libfabric), but not found.]) AC_MSG_ERROR([Cannot continue.])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_os_flavors.m4:20: -1- AC_DEFUN([OPAL_CHECK_OS_FLAVOR_SPECIFIC], [ AC_MSG_CHECKING([$1]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#ifndef $1 #this is not $1, error #endif ]])], [opal_found_$2=yes], [opal_found_$2=no]) AC_MSG_RESULT([$opal_found_$2]) ]) m4trace:config/opal_check_os_flavors.m4:37: -1- AC_DEFUN([OPAL_CHECK_OS_FLAVORS], [ OPAL_CHECK_OS_FLAVOR_SPECIFIC([__NetBSD__], [netbsd]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__FreeBSD__], [freebsd]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__OpenBSD__], [openbsd]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__DragonFly__], [dragonfly]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__386BSD__], [386bsd]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__bsdi__], [bsdi]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__APPLE__], [apple]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__linux__], [linux]) OPAL_CHECK_OS_FLAVOR_SPECIFIC([__sun__], [sun]) AS_IF([test "$opal_found_sun" = "no"], OPAL_CHECK_OS_FLAVOR_SPECIFIC([__sun], [sun])) AS_IF([test "$opal_found_sun" = "yes"], [opal_have_solaris=1 CFLAGS="$CFLAGS -D_REENTRANT" CPPFLAGS="$CPPFLAGS -D_REENTRANT"], [opal_have_solaris=0]) AC_DEFINE_UNQUOTED([OPAL_HAVE_SOLARIS], [$opal_have_solaris], [Whether or not we have solaris]) # check for sockaddr_in (a good sign we have TCP) AC_CHECK_HEADERS([netdb.h netinet/in.h netinet/tcp.h]) AC_CHECK_TYPES([struct sockaddr_in], [opal_found_sockaddr=yes], [opal_found_sockaddr=no], [AC_INCLUDES_DEFAULT #ifdef HAVE_NETINET_IN_H #include #endif]) ]) m4trace:config/opal_check_portals4.m4:32: -1- AC_DEFUN([OPAL_CHECK_PORTALS4], [ OPAL_VAR_SCOPE_PUSH([ompi_check_portals4_happy max_md_size max_va_size]) AC_ARG_WITH([portals4], [AS_HELP_STRING([--with-portals4(=DIR)], [Build Portals4 support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) AC_ARG_WITH([portals4-libdir], [AS_HELP_STRING([--with-portals4-libdir=DIR], [Search for Portals4 libraries in DIR])]) OAC_CHECK_PACKAGE([portals4], [$1], [portals4.h], [portals], [PtlLEAppend], [ompi_check_portals4_happy="yes"], [ompi_check_portals4_happy="no"]) max_md_size=0 AC_ARG_WITH([portals4-max-md-size], [AS_HELP_STRING([--with-portals4-max-md-size=SIZE], [Log base 2 of the maximum size in bytes of a memory descriptor. Should only be set for implementations which do not support binding all of virtual address space.])]) AS_IF([test "$with_portals4_max_md_size" = "yes" || test "$with_portals4_max_md_size" = "no"], [AC_MSG_ERROR([--with-portals4-max-md-size requires an integer argument])], [AS_IF([test -n "$with_portals4_max_md_size"], [max_md_size="$with_portals4_max_md_size"])]) AC_DEFINE_UNQUOTED([OPAL_PORTALS4_MAX_MD_SIZE], [$max_md_size], [Log base 2 of the maximum size in bytes of a memory descriptor. Set to 0 if MD can bind all of memory.]) max_va_size=0 AC_ARG_WITH([portals4-max-va-size], [AS_HELP_STRING([--with-portals4-max-va-size=SIZE], [Log base 2 of the maximum size in bytes of the user virtual address space. Should only be set for implementations which do not support binding all of virtual address space.])]) AS_IF([test "$with_portals4_max_va_size" = "yes" || test "$with_portals4_max_va_size" = "no"], [AC_MSG_ERROR([--with-portals4-max-va-size requires an integer argument])], [AS_IF([test -n "$with_portals4_max_va_size"], [max_va_size="$with_portals4_max_va_size"])]) AC_DEFINE_UNQUOTED([OPAL_PORTALS4_MAX_VA_SIZE], [$max_va_size], [Log base 2 of the maximum size in bytes of the user virtual address space. Set to 0 if MD can bind all of memory.]) AS_IF([(test $max_md_size -eq 0 && test $max_va_size -ne 0 ) || (test $max_md_size -ne 0 && test $max_va_size -eq 0 )], [AC_MSG_ERROR([If either --with-portals4-max-md-size or --with-portals4-max-va-size is set, both must be set.])]) AS_IF([test $max_md_size -ge $max_va_size], [max_md_size=0 max_va_size=0]) AS_IF([test $max_md_size -ne 0 && test $max_va_size -ne 0], [AC_MSG_NOTICE([Portals 4 address space size: $max_md_size, $max_va_size])]) OPAL_SUMMARY_ADD([Transports], [Portals4], [], [${$1_SUMMARY}]) AS_IF([test "$ompi_check_portals4_happy" = "yes"], [$2], [AS_IF([test ! -z "$with_portals4" && test "$with_portals4" != "no"], [AC_MSG_ERROR([Portals4 support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_rocm.m4:21: -1- AC_DEFUN([OPAL_CHECK_ROCM], [ OPAL_VAR_SCOPE_PUSH([opal_check_rocm_happy rocm_save_CPPFLAGS rocm_save_LDFLAGS rocm_save_LIBS rocm_CPPFLAGS rocm_LDFLAGS rocm_LIBS]) rocm_save_CPPFLAGS="$CPPFLAGS" rocm_save_LDFLAGS="$LDFLAGS" rocm_save_LIBS="$LIBS" # Get some configuration information AC_ARG_WITH([rocm], [AS_HELP_STRING([--with-rocm(=DIR)], [Build ROCm support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) AS_IF([ test -n "$with_rocm" && test "$with_rocm" = "yes" ], [ with_rocm="/opt/rocm"] ) rocm_CPPFLAGS="-D__HIP_PLATFORM_AMD__" rocm_LDFLAGS="-L${with_rocm}/lib/" AS_IF([ test -n "$with_rocm" && test "$with_rocm" != "no" ], [ OPAL_APPEND([CPPFLAGS], [$rocm_CPPFLAGS]) OPAL_APPEND([LDFLAGS], [$rocm_LDFLAGS]) ]) OAC_CHECK_PACKAGE([rocm], [$1], [hip/hip_runtime.h], [amdhip64], [hipFree], [opal_check_rocm_happy="yes"], [opal_check_rocm_happy="no"]) LDFLAGS="$rocm_save_LDFLAGS" LIBS="$rocm_save_LIBS" CPPFLAGS="$rocm_save_CPPFLAGS" AS_IF([ test "$opal_check_rocm_happy" = "yes" ], [ OPAL_APPEND([$1_CPPFLAGS], [$rocm_CPPFLAGS]) AC_DEFINE_UNQUOTED([OPAL_ROCM_SUPPORT], [1], [Enable ROCm support]) ROCM_SUPPORT=1 ], [ AC_DEFINE_UNQUOTED([OPAL_ROCM_SUPPORT], [0], [Disable ROCm support]) ROCM_SUPPORT=0 ]) AS_IF([ test "$opal_check_rocm_happy" = "yes" ], [$2], [AS_IF([test -n "$with_rocm" && test "$with_rocm" != "no"], [AC_MSG_ERROR([ROCm support requested but not found. Aborting])]) $3]) AM_CONDITIONAL([OPAL_rocm_support], [test "$opal_check_rocm_happy" = "yes"]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_ugni.m4:35: -1- AC_DEFUN([OPAL_CHECK_UGNI], [ if test -z "$opal_check_ugni_happy" ; then AC_ARG_WITH([ugni], [AS_HELP_STRING([--with-ugni], [Build support for Cray GNI. Set PKG_CONFIG_PATH env. variable to specify alternate path.])]) opal_check_ugni_happy="no" AS_IF([test "$with_ugni" = "no"], [opal_check_ugni_happy="no"], [PKG_CHECK_MODULES([CRAY_UGNI], [cray-ugni], [opal_check_ugni_happy="yes"], [opal_check_ugni_happy="no"])]) opal_check_ugni_$1_save_CPPFLAGS="$CPPFLAGS" opal_check_ugni_$1_save_LIBS="$LIBS" if test "$opal_check_ugni_happy" = "yes" ; then CPPFLAGS="$CPPFLAGS $CRAY_UGNI_CFLAGS" LIBS="$LIBS $CRAY_UGNI_LIBS" # echo "+++++++++++++++++++++++CPPFLAGS",$CPPFLAGS # echo "+++++++++++++++++++++++LDFLAGSS",$LDFLAGS # echo "+++++++++++++++++++++++1_CPPFLAGS",$$1_CPPFLAGS # echo "+++++++++++++++++++++++1_LDFLAGSS",$$1_LDFLAGS # sanity checks AC_CHECK_HEADER([gni_pub.h],[],AC_MSG_ERROR(['gni_pub.h not found.'])) AC_CHECK_FUNCS([GNI_GetJobResInfo]) CPPFLAGS="$opal_check_ugni_$1_save_CPPFLAGS" LIBS="$opal_check_ugni_$1_save_LIBS" fi AS_IF([test "$opal_check_ugni_happy" = "yes" && test "$enable_progress_threads" = "yes"], [AC_MSG_WARN([GNI driver does not currently support progress threads. Disabling.]) opal_check_ugni_happy="no"]) OPAL_SUMMARY_ADD([Transports], [Cray uGNI (Gemini/Aries)], [], [$opal_check_ugni_happy]) fi AS_IF([test "$opal_check_ugni_happy" = "yes"], [$1_CPPFLAGS="[$]$1_CPPFLAGS $CRAY_UGNI_CFLAGS" $1_LIBS="[$]$1_LIBS $CRAY_UGNI_LIBS" $2], [AS_IF([test ! -z "$with_ugni" && test "$with_ugni" != "no"], [AC_MSG_ERROR([GNI support requested but not found. Cannot continue.])]) $3]) ]) m4trace:config/opal_check_vendor.m4:31: -1- AC_DEFUN([OPAL_C_COMPILER_VENDOR], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for the C compiler vendor], [opal_cv_c_compiler_vendor], [AC_LANG_PUSH(C) _OPAL_CHECK_COMPILER_VENDOR([opal_cv_c_compiler_vendor]) AC_LANG_POP(C)]) $1="$opal_cv_c_compiler_vendor" ]) m4trace:config/opal_check_vendor.m4:51: -1- AC_DEFUN([OPAL_CXX_COMPILER_VENDOR], [ AC_REQUIRE([AC_PROG_CXX]) AC_CACHE_CHECK([for the C++ compiler vendor], [opal_cv_cxx_compiler_vendor], [AC_LANG_PUSH(C++) _OPAL_CHECK_COMPILER_VENDOR([opal_cv_cxx_compiler_vendor]) AC_LANG_POP(C++)]) $1="$opal_cv_c_compiler_vendor" ]) m4trace:config/opal_check_vendor.m4:72: -1- AC_DEFUN([OPAL_IFDEF_IFELSE], [ AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED #ifndef $1 #error "symbol $1 not defined" choke me #endif], [$2], [$3])]) m4trace:config/opal_check_vendor.m4:85: -1- AC_DEFUN([OPAL_IF_IFELSE], [ AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED #if !( $1 ) #error "condition $1 not met" choke me #endif], [$2], [$3])]) m4trace:config/opal_check_vendor.m4:101: -1- AC_DEFUN([_OPAL_CHECK_COMPILER_VENDOR], [ opal_check_compiler_vendor_result="unknown" # GNU is probably the most common, so check that one as soon as # possible. Intel and PGI18 pretends to be GNU, so need to check Intel # and PGI before checking for GNU. # Intel AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [opal_check_compiler_vendor_result="intel"])]) # Portland Group AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__PGI], [opal_check_compiler_vendor_result="portland group"])]) # Fujitsu AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__FUJITSU)], [opal_check_compiler_vendor_result="fujitsu"])]) # IBM XL C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [opal_check_compiler_vendor_result="ibm" xlc_major_version=`$CC -qversion 2>&1 | tail -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 1` xlc_minor_version=`$CC -qversion 2>&1 | tail -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 2` AS_IF([ (test "$xlc_major_version" -lt "13" ) || (test "$xlc_major_version" -eq "13" && test "$xlc_minor_version" -lt "1" )], [AC_MSG_ERROR(["XL Compiler versions less than 13.1 not supported. Detected $xlc_major_version.$xlc_minor_version"])]) ], [OPAL_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [opal_check_compiler_vendor_result="ibm"])])]) # Borland Turbo C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__TURBOC__], [opal_check_compiler_vendor_result="borland"])]) # Borland C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__BORLANDC__], [opal_check_compiler_vendor_result="borland"])]) # Comeau C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__COMO__], [opal_check_compiler_vendor_result="comeau"])]) # Compaq C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [opal_check_compiler_vendor_result="compaq"], [OPAL_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [opal_check_compiler_vendor_result="compaq"], [OPAL_IFDEF_IFELSE([__DECCXX], [opal_check_compiler_vendor_result="compaq"])])])]) # Cray C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([_CRAYC], [opal_check_compiler_vendor_result="cray"])]) # Diab C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__DCC__], [opal_check_compiler_vendor_result="diab"])]) # Digital Mars AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__DMC__) || defined(__SC__) || defined(__ZTC__)], [opal_check_compiler_vendor_result="digital mars"])]) # HP ANSI C / aC++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [opal_check_compiler_vendor_result="hp"])]) # KAI C++ (rest in peace) AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__KCC], [opal_check_compiler_vendor_result="kai"])]) # LCC AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__LCC__], [opal_check_compiler_vendor_result="lcc"])]) # MetaWare High C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__HIGHC__], [opal_check_compiler_vendor_result="metaware high"])]) # Metrowerks Codewarrior AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__MWERKS__], [opal_check_compiler_vendor_result="metrowerks"])]) # MIPSpro (SGI) AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(sgi) || defined(__sgi)], [opal_check_compiler_vendor_result="sgi"])]) # MPW C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS)], [opal_check_compiler_vendor_result="mpw"])]) # Microsoft AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [# Always use C compiler when checking for Microsoft, as # Visual C++ doesn't recognize .cc as a C++ file. AC_LANG_PUSH(C) OPAL_IF_IFELSE([defined(_MSC_VER) || defined(__MSC_VER)], [opal_check_compiler_vendor_result="microsoft"]) AC_LANG_POP(C)]) # Norcroft C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__CC_NORCROFT], [opal_check_compiler_vendor_result="norcroft"])]) # Pelles C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__POCC__], [opal_check_compiler_vendor_result="pelles"])]) # SAS/C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [opal_check_compiler_vendor_result="sas"])]) # Sun Workshop C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [opal_check_compiler_vendor_result="sun"])]) # TenDRA C/C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__TenDRA__], [opal_check_compiler_vendor_result="tendra"])]) # Tiny C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__TINYC__], [opal_check_compiler_vendor_result="tiny"])]) # USL C AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__USLC__], [opal_check_compiler_vendor_result="usl"])]) # Watcom C++ AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__WATCOMC__], [opal_check_compiler_vendor_result="watcom"])]) # GNU AS_IF([test "$opal_check_compiler_vendor_result" = "unknown"], [OPAL_IFDEF_IFELSE([__GNUC__], [opal_check_compiler_vendor_result="gnu" # We do not support gccfss as a compiler so die if # someone tries to use said compiler. gccfss (gcc # for SPARC Systems) is a compiler that is no longer # supported by Oracle and it has some major flaws # that prevents it from actually compiling OMPI code. # So if we detect it we automatically bail. if ($CC --version | grep gccfss) >/dev/null 2>&1; then AC_MSG_RESULT([gccfss]) AC_MSG_WARN([Detected gccfss being used to compile Open MPI.]) AC_MSG_WARN([Because of several issues Open MPI does not support]) AC_MSG_WARN([the gccfss compiler. Please use a different compiler.]) AC_MSG_WARN([If you did not think you used gccfss you may want to]) AC_MSG_WARN([check to see if the compiler you think you used is]) AC_MSG_WARN([actually a link to gccfss.]) AC_MSG_ERROR([Cannot continue]) fi])]) $1="$opal_check_compiler_vendor_result" unset opal_check_compiler_vendor_result ]) m4trace:config/opal_check_visibility.m4:24: -1- AC_DEFUN([OPAL_CHECK_VISIBILITY], [ AC_REQUIRE([AC_PROG_GREP]) # Check if the compiler has support for visibility, like some # versions of gcc, icc Sun Studio cc. AC_ARG_ENABLE([visibility], [AS_HELP_STRING([--enable-visibility], [enable visibility feature of certain compilers/linkers (default: enabled)])]) opal_visibility_define=0 opal_msg="whether to enable symbol visibility" if test "$enable_visibility" = "no"; then AC_MSG_CHECKING([$opal_msg]) AC_MSG_RESULT([no (disabled)]) else CFLAGS_orig=$CFLAGS opal_add= case "$opal_c_vendor" in sun) # Check using Sun Studio -xldscope=hidden flag opal_add=-xldscope=hidden CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $opal_add -errwarn=%all" ;; *) # Check using -fvisibility=hidden opal_add=-fvisibility=hidden CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $opal_add -Werror" ;; esac AC_MSG_CHECKING([if $CC supports $opal_add]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include __attribute__((visibility("default"))) int foo; ]],[[fprintf(stderr, "Hello, world\n");]])], [AS_IF([test -s conftest.err], [$GREP -iq visibility conftest.err # If we find "visibility" in the stderr, then # assume it doesn't work AS_IF([test "$?" = "0"], [opal_add=])]) ], [opal_add=]) AS_IF([test "$opal_add" = ""], [AC_MSG_RESULT([no])], [AC_MSG_RESULT([yes])]) CFLAGS=$CFLAGS_orig OPAL_VISIBILITY_CFLAGS=$opal_add if test "$opal_add" != "" ; then opal_visibility_define=1 AC_MSG_CHECKING([$opal_msg]) AC_MSG_RESULT([yes (via $opal_add)]) elif test "$enable_visibility" = "yes"; then AC_MSG_ERROR([Symbol visibility support requested but compiler does not seem to support it. Aborting]) else AC_MSG_CHECKING([$opal_msg]) AC_MSG_RESULT([no (unsupported)]) fi unset opal_add fi AC_DEFINE_UNQUOTED([OPAL_C_HAVE_VISIBILITY], [$opal_visibility_define], [Whether C compiler supports symbol visibility or not]) ]) m4trace:config/opal_check_withdir.m4:21: -1- AC_DEFUN([OPAL_CHECK_WITHDIR], [ AC_MSG_CHECKING([--with-$1 value]) AS_IF([test "$2" = "no" ], [AC_MSG_RESULT([simple no (specified --without-$1)])], [AS_IF([test "$2" = "yes" || test "x$2" = "x"], [AC_MSG_RESULT([simple ok (unspecified value)])], [AS_IF([test ! -d "$2"], [AC_MSG_RESULT([not found]) AC_MSG_WARN([Directory $2 not found]) AC_MSG_ERROR([Cannot continue])], [AS_IF([test "x`ls $2/$3 2> /dev/null`" = "x"], [AC_MSG_RESULT([not found]) AC_MSG_WARN([Expected file $2/$3 not found]) AC_MSG_ERROR([Cannot continue])], [AC_MSG_RESULT([sanity check ok ($2)])] ) ] ) ] ) ] ) ]) m4trace:config/opal_check_xpmem.m4:32: -1- AC_DEFUN([OPAL_CHECK_CRAY_XPMEM], [ if test -z "$opal_check_cray_xpmem_happy" ; then AC_ARG_WITH([cray_xpmem], [AS_HELP_STRING([--with-cray-xpmem(=yes/no)], [Build Cray XPMEM support(default: auto)])], [], with_cray_xpmem=auto) AC_MSG_CHECKING([for Cray XPMEM support]) AS_IF([test "$with_cray_xpmem" = "no"], [AC_MSG_RESULT([no]) $3], [AS_IF([test "$with_cray_xpmem" = "auto" || test "$with_cray_xpmem" = "yes"], [PKG_CHECK_MODULES_STATIC([CRAY_XPMEM], [cray-xpmem], [opal_check_cray_xpmem_happy="yes"], [opal_check_cray_xpmem_happy="no"] [AS_IF([test "$with_cray_xpmem" = "yes"], [AC_MSG_WARN([Cray XPMEM support requested but pkg-config failed.]) AC_MSG_ERROR([Aborting])],[])] )], []) ]) AS_IF([test "$opal_check_cray_xpmem_happy" = "yes" && test "$enable_static" = "yes"], [CRAY_XPMEM_LIBS = $CRAY_XPMEM_STATIC_LIBS],[]) fi AS_IF([test "$opal_check_cray_xpmem_happy" = "yes"], [$1_LDFLAGS="[$]$1_LDFLAGS $CRAY_XPMEM_LIBS" $1_CPPFLAGS="[$]$1_CPPFLAGS $CRAY_XPMEM_CFLAGS" $1_LIBS="[$]$1_LIBS $CRAY_XPMEM_LIBS" AC_DEFINE_UNQUOTED([HAVE_XPMEM_H], [1], [is xpmem.h available]) $2], [$3]) ]) m4trace:config/opal_check_xpmem.m4:71: -1- AC_DEFUN([OPAL_CHECK_XPMEM], [ OPAL_VAR_SCOPE_PUSH([opal_check_xpmem_happy]) # check for a cray installed xpmem first OPAL_CHECK_CRAY_XPMEM([$1], [opal_check_xpmem_happy=yes], [opal_check_xpmem_happy=no]) AS_IF([test "${opal_check_xpmem_happy}" = "no"], [OPAL_CHECK_BASE_XPMEM([$1], [opal_check_xpmem_happy=yes], [opal_check_xpmem_happy=no])]) OPAL_SUMMARY_ADD([Transports], [Shared memory/XPMEM], [], [$opal_check_xpmem_happy]) AS_IF([test "${opal_check_xpmem_happy}" = "yes"], [$2], [$3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_check_xpmem.m4:87: -1- AC_DEFUN([OPAL_CHECK_BASE_XPMEM], [ OPAL_VAR_SCOPE_PUSH([opal_check_xpmem_base_happy]) AC_ARG_WITH([xpmem], [AS_HELP_STRING([--with-xpmem(=DIR)], [Build with XPMEM kernel module support, searching for headers in DIR])]) AC_ARG_WITH([xpmem-libdir], [AS_HELP_STRING([--with-xpmem-libdir=DIR], [Search for XPMEM library in DIR])]) OAC_CHECK_PACKAGE([xpmem], [$1], [xpmem.h], [xpmem], [xpmem_make], [opal_check_xpmem_base_happy="yes"], [opal_check_xpmem_base_happy="no"]) AS_IF([test "${opal_check_xpmem_base_happy}" = "yes"], [AC_DEFINE_UNQUOTED([HAVE_XPMEM_H], [1], [is xpmem.h available]) $2], [AS_IF([test -n "${with_xpmem}" -a "${with_xpmem}" != "no"], [AC_MSG_ERROR([XPMEM support requested but not found. Aborting])]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_3rdparty.m4:42: -1- AC_DEFUN([OPAL_3RDPARTY_WITH], [ m4_ifval([$4], [m4_ifdef([$3], [AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1(=DIR)], [Build $2 support. DIR can take one of four values: "internal", "external", "no", or a valid directory name. "internal" forces Open MPI to use its internal copy of $2. "external" forces Open MPI to use an external installation of $2. Supplying a valid directory name also forces Open MPI to use an external installation of $2, and adds DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries. "no" means that Open MPI will not build components that require this package. If no argument is specified, Open MPI will search default locations for $2 and fall back to an internal version if one is not found.])])], [AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1(=DIR)], [Build $2 support. DIR can take one of three values: "external", "no", or a valid directory name. "external" forces Open MPI to use an external installation of $2. Supplying a valid directory name also forces Open MPI to use an external installation of $2, and adds DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries. "no" means that Open MPI will not build components that require this package. If no argument is specified, Open MPI will search default locations for $2 and error if one is not found.])])])], [m4_ifdef([$3], [AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1(=DIR)], [Build $2 support. DIR can take one of three values: "internal", "external", or a valid directory name. "internal" forces Open MPI to use its internal copy of $2. "external" forces Open MPI to use an external installation of $2. Supplying a valid directory name also forces Open MPI to use an external installation of $2, and adds DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries. Note that Open MPI no longer supports --without-$1. If no argument is specified, Open MPI will search default locations for $2 and fall back to an internal version if one is not found.])])], [AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1(=DIR)], [Build $2 support. DIR can take one of two values: "external" or a valid directory name. "external" forces Open MPI to use an external installation of $2. Supplying a valid directory name also forces Open MPI to use an external installation of $2, and adds DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries. Note that Open MPI no longer supports --without-$1. If no argument is specified, Open MPI will search default locations for $2 and error if one is not found.])])])]) AC_ARG_WITH([$1-libdir], [AS_HELP_STRING([--with-$1-libdir=DIR], [Search for $2 libraries in DIR. Should only be used if an external copy of $2 is being used.])]) # Bozo check m4_ifval([$4], [], [AS_IF([test "$with_$1" = "no"], [AC_MSG_WARN([It is not possible to configure Open MPI --without-$1]) AC_MSG_ERROR([Cannot continue])])]) AS_IF([test "$with_$1_libdir" = "no" -o "$with_$1_libdir" = "yes"], [AC_MSG_WARN([yes/no are invalid responses for --with-$1-libdir. Please specify a path.]) AC_MSG_ERROR([Cannot continue])]) # Make sure the user didn't specify --with-$1=internal and # --with-$1-libdir=whatever (because you can only specify # --with-$1-libdir when external $2 is being used). AS_IF([test "$with_$1" = "internal" && test -n "$with_$1_libdir"], [AC_MSG_WARN([Both --with-$1=internal and --with-$1-libdir=DIR]) AC_MSG_WARN([were specified, which does not make sense.]) AC_MSG_ERROR([Cannot continue])]) # clean up $with_$1 so that it contains only a path or empty # string. To determine internal or external preferences, use # $opal_$1_mode. AS_IF([test "$with_$1" = "yes"], [with_$1=]) AS_CASE([$with_$1], ["internal"], [with_$1="" opal_$1_mode="internal"], ["external"], [with_$1="" opal_$1_mode="external"], ["no"], [with_$1="" opal_$1_mode="disabled"], [""], [opal_$1_mode="unspecified"], [opal_$1_mode="external"]) m4_ifdef([$3], [], [AS_IF([test "$opal_$1_mode" = "internal"], [AC_MSG_WARN([Invalid argument to --with-$1: internal.]) AC_MSG_ERROR([Cannot continue])])]) ]) m4trace:config/opal_config_asm.m4:32: -1- AC_DEFUN([OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE], [[ #include #include #include typedef union { uint64_t fake@<:@2@:>@; __int128 real; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real, desired.real, true, __ATOMIC_RELAXED, __ATOMIC_RELAXED); if ( !(r == false && ptr.real == expected.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = ptr; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real, desired.real, true, __ATOMIC_RELAXED, __ATOMIC_RELAXED); if (!(r == true && ptr.real == desired.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/opal_config_asm.m4:84: -1- AC_DEFUN([OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE], [[ #include #include #include typedef union { uint64_t fake@<:@2@:>@; __int128 real; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 oldval = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 newval = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __sync_bool_compare_and_swap(&ptr.real, oldval.real, newval.real); if (!(r == false && ptr.real != newval.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 oldval = ptr; ompi128 newval = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = __sync_bool_compare_and_swap(&ptr.real, oldval.real, newval.real); if (!(r == true && ptr.real == newval.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/opal_config_asm.m4:130: -1- AC_DEFUN([OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE], [[ #include #include #include #include typedef union { uint64_t fake@<:@2@:>@; _Atomic __int128 real; __int128 real2; } ompi128; static void test1(void) { // As of Aug 2018, we could not figure out a way to assign 128-bit // constants -- the compilers would not accept it. So use a fake // union to assign 2 uin64_t's to make a single __int128. ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }}; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = atomic_compare_exchange_strong (&ptr.real, &expected.real2, desired.real); if ( !(r == false && ptr.real == expected.real)) { exit(1); } } static void test2(void) { ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }}; ompi128 expected = ptr; ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }}; bool r = atomic_compare_exchange_strong (&ptr.real, &expected.real2, desired.real); if (!(r == true && ptr.real == desired.real)) { exit(2); } } int main(int argc, char** argv) { test1(); test2(); return 0; } ]]) m4trace:config/opal_config_asm.m4:207: -1- AC_DEFUN([OPAL_ASM_CHECK_ATOMIC_FUNC], [ OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) opal_asm_check_func_CFLAGS_save=$CFLAGS opal_asm_check_func_LIBS_save=$LIBS dnl Check with no compiler/linker flags AC_MSG_CHECKING([for $1]) AC_LINK_IFELSE([$2], [opal_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [opal_asm_check_func_happy=0 AC_MSG_RESULT([no])]) dnl If that didn't work, try again with CFLAGS+=mcx16 AS_IF([test $opal_asm_check_func_happy -eq 0], [AC_MSG_CHECKING([for $1 with -mcx16]) CFLAGS="$CFLAGS -mcx16" AC_LINK_IFELSE([$2], [opal_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [opal_asm_check_func_happy=0 CFLAGS=$opal_asm_check_func_CFLAGS_save AC_MSG_RESULT([no])]) ]) dnl If that didn't work, try again with LIBS+=-latomic AS_IF([test $opal_asm_check_func_happy -eq 0], [AC_MSG_CHECKING([for $1 with -latomic]) LIBS="$LIBS -latomic" AC_LINK_IFELSE([$2], [opal_asm_check_func_happy=1 AC_MSG_RESULT([yes])], [opal_asm_check_func_happy=0 LIBS=$opal_asm_check_func_LIBS_save AC_MSG_RESULT([no])]) ]) dnl If we have it, try it and make sure it gives a correct result. dnl As of Aug 2018, we know that it links but does *not* work on clang dnl 6 on ARM64. AS_IF([test $opal_asm_check_func_happy -eq 1], [AC_MSG_CHECKING([if $1() gives correct results]) AC_RUN_IFELSE([$2], [AC_MSG_RESULT([yes])], [opal_asm_check_func_happy=0 AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) dnl If we were unsuccessful, restore CFLAGS/LIBS AS_IF([test $opal_asm_check_func_happy -eq 0], [CFLAGS=$opal_asm_check_func_CFLAGS_save LIBS=$opal_asm_check_func_LIBS_save]) dnl Run the user actions AS_IF([test $opal_asm_check_func_happy -eq 1], [$3], [$4]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_asm.m4:270: -1- AC_DEFUN([OPAL_CHECK_SYNC_BUILTIN_CSWAP_INT128], [ OPAL_VAR_SCOPE_PUSH([sync_bool_compare_and_swap_128_result]) # Do we have __sync_bool_compare_and_swap? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. OPAL_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) AC_DEFINE_UNQUOTED([OPAL_HAVE_SYNC_BUILTIN_CSWAP_INT128], [$sync_bool_compare_and_swap_128_result], [Whether the __sync builtin atomic compare and swap supports 128-bit values]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_asm.m4:288: -1- AC_DEFUN([OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128], [ OPAL_VAR_SCOPE_PUSH([atomic_compare_exchange_n_128_result atomic_compare_exchange_n_128_CFLAGS_save atomic_compare_exchange_n_128_LIBS_save]) atomic_compare_exchange_n_128_CFLAGS_save=$CFLAGS atomic_compare_exchange_n_128_LIBS_save=$LIBS # Do we have __sync_bool_compare_and_swap? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. OPAL_ASM_CHECK_ATOMIC_FUNC([__atomic_compare_exchange_n], [AC_LANG_SOURCE(OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE)], [atomic_compare_exchange_n_128_result=1], [atomic_compare_exchange_n_128_result=0]) # If we have it and it works, check to make sure it is always lock # free. AS_IF([test $atomic_compare_exchange_n_128_result -eq 1], [AC_MSG_CHECKING([if __int128 atomic compare-and-swap is always lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([], [if (!__atomic_always_lock_free(16, 0)) { return 1; }])], [AC_MSG_RESULT([yes])], [atomic_compare_exchange_n_128_result=0 # If this test fails, need to reset CFLAGS/LIBS (the # above tests atomically set CFLAGS/LIBS or not; this # test is running after the fact, so we have to undo # the side-effects of setting CFLAGS/LIBS if the above # tests passed). CFLAGS=$atomic_compare_exchange_n_128_CFLAGS_save LIBS=$atomic_compare_exchange_n_128_LIBS_save AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([OPAL_HAVE_GCC_BUILTIN_CSWAP_INT128], [$atomic_compare_exchange_n_128_result], [Whether the __atomic builtin atomic compare swap is both supported and lock-free on 128-bit values]) dnl If we could not find decent support for 128-bits __atomic let's dnl try the GCC _sync AS_IF([test $atomic_compare_exchange_n_128_result -eq 0], [OPAL_CHECK_SYNC_BUILTIN_CSWAP_INT128]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_asm.m4:332: -1- AC_DEFUN([OPAL_CHECK_GCC_ATOMIC_BUILTINS], [ if test -z "$opal_cv_have___atomic" ; then AC_MSG_CHECKING([for 32-bit GCC built-in atomics]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #include uint32_t tmp, old = 0; uint64_t tmp64, old64 = 0;], [ __atomic_thread_fence(__ATOMIC_SEQ_CST); __atomic_compare_exchange_n(&tmp, &old, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp, 1, __ATOMIC_RELAXED); __atomic_compare_exchange_n(&tmp64, &old64, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);])], [opal_cv_have___atomic=yes], [opal_cv_have___atomic=no]) AC_MSG_RESULT([$opal_cv_have___atomic]) if test $opal_cv_have___atomic = "yes" ; then AC_MSG_CHECKING([for 64-bit GCC built-in atomics]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #include uint64_t tmp64, old64 = 0;], [ __atomic_compare_exchange_n(&tmp64, &old64, 1, 0, __ATOMIC_RELAXED, __ATOMIC_RELAXED); __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);])], [opal_cv_have___atomic_64=yes], [opal_cv_have___atomic_64=no]) AC_MSG_RESULT([$opal_cv_have___atomic_64]) if test $opal_cv_have___atomic_64 = "yes" ; then AC_MSG_CHECKING([if 64-bit GCC built-in atomics are lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([], [if (!__atomic_is_lock_free (8, 0)) { return 1; }])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) opal_cv_have___atomic_64=no], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) fi else opal_cv_have___atomic_64=no fi # Check for 128-bit support OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128 fi ]) m4trace:config/opal_config_asm.m4:381: -1- AC_DEFUN([OPAL_CHECK_C11_CSWAP_INT128], [ OPAL_VAR_SCOPE_PUSH([atomic_compare_exchange_result atomic_compare_exchange_CFLAGS_save atomic_compare_exchange_LIBS_save]) atomic_compare_exchange_CFLAGS_save=$CFLAGS atomic_compare_exchange_LIBS_save=$LIBS # Do we have C11 atomics on 128-bit integers? # Use a special macro because we need to check with a few different # CFLAGS/LIBS. OPAL_ASM_CHECK_ATOMIC_FUNC([atomic_compare_exchange_strong_16], [AC_LANG_SOURCE(OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE)], [atomic_compare_exchange_result=1], [atomic_compare_exchange_result=0]) # If we have it and it works, check to make sure it is always lock # free. AS_IF([test $atomic_compare_exchange_result -eq 1], [AC_MSG_CHECKING([if C11 __int128 atomic compare-and-swap is always lock-free]) AC_RUN_IFELSE([AC_LANG_PROGRAM([#include ], [_Atomic __int128_t x; if (!atomic_is_lock_free(&x)) { return 1; }])], [AC_MSG_RESULT([yes])], [atomic_compare_exchange_result=0 # If this test fails, need to reset CFLAGS/LIBS (the # above tests atomically set CFLAGS/LIBS or not; this # test is running after the fact, so we have to undo # the side-effects of setting CFLAGS/LIBS if the above # tests passed). CFLAGS=$atomic_compare_exchange_CFLAGS_save LIBS=$atomic_compare_exchange_LIBS_save AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([OPAL_HAVE_C11_CSWAP_INT128], [$atomic_compare_exchange_result], [Whether C11 atomic compare swap is both supported and lock-free on 128-bit values]) dnl If we could not find decent support for 128-bits atomic let's dnl try the GCC _sync AS_IF([test $atomic_compare_exchange_result -eq 0], [OPAL_CHECK_SYNC_BUILTIN_CSWAP_INT128]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_asm.m4:431: -1- AC_DEFUN([OPAL_CMPXCHG16B_TEST_SOURCE], [[ #include #include union opal_counted_pointer_t { struct { uint64_t counter; uint64_t item; } data; #if defined(HAVE___INT128) && HAVE___INT128 __int128 value; #elif defined(HAVE_INT128_T) && HAVE_INT128_T int128_t value; #endif }; typedef union opal_counted_pointer_t opal_counted_pointer_t; int main(int argc, char* argv) { volatile opal_counted_pointer_t a; opal_counted_pointer_t b; a.data.counter = 0; a.data.item = 0x1234567890ABCDEF; b.data.counter = a.data.counter; b.data.item = a.data.item; /* bozo checks */ assert(16 == sizeof(opal_counted_pointer_t)); assert(a.data.counter == b.data.counter); assert(a.data.item == b.data.item); /* * the following test fails on buggy compilers * so far, with icc -o conftest conftest.c * - intel icc 14.0.0.080 (aka 2013sp1) * - intel icc 14.0.1.106 (aka 2013sp1u1) * older and more recents compilers work fine * buggy compilers work also fine but only with -O0 */ #if (defined(HAVE___INT128) && HAVE___INT128) || (defined(HAVE_INT128_T) && HAVE_INT128_T) return (a.value != b.value); #else return 0; #endif } ]]) m4trace:config/opal_config_asm.m4:478: -1- AC_DEFUN([OPAL_CHECK_CMPXCHG16B], [ OPAL_VAR_SCOPE_PUSH([cmpxchg16b_result]) OPAL_ASM_CHECK_ATOMIC_FUNC([cmpxchg16b], [AC_LANG_PROGRAM([[unsigned char tmp[16];]], [[__asm__ __volatile__ ("lock cmpxchg16b (%%rsi)" : : "S" (tmp) : "memory", "cc");]])], [cmpxchg16b_result=1], [cmpxchg16b_result=0]) # If we have it, make sure it works. AS_IF([test $cmpxchg16b_result -eq 1], [AC_MSG_CHECKING([if cmpxchg16b_result works]) AC_RUN_IFELSE([AC_LANG_SOURCE(OPAL_CMPXCHG16B_TEST_SOURCE)], [AC_MSG_RESULT([yes])], [cmpxchg16b_result=0 AC_MSG_RESULT([no])], [AC_MSG_RESULT([cannot test -- assume yes (cross compiling)])]) ]) AC_DEFINE_UNQUOTED([OPAL_HAVE_CMPXCHG16B], [$cmpxchg16b_result], [Whether the processor supports the cmpxchg16b instruction]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_asm.m4:523: -1- AC_DEFUN([OPAL_CHECK_INLINE_C_GCC], [ AC_CACHE_CHECK([if $CC supports GCC inline assembly], [opal_cv_asm_gcc_inline_assembly], [OPAL_VAR_SCOPE_PUSH([asm_result opal_gcc_inline_assign OPAL_C_GCC_INLINE_ASSEMBLY]) asm_result="unknown" opal_gcc_inline_assign="" case "${host}" in x86_64-*x32|i?86-*|x86_64*|amd64*) opal_gcc_inline_assign='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)' ;; aarch64*) opal_gcc_inline_assign='"mov %0, #0" : "=&r"(ret)' ;; powerpc-*|powerpc64-*|powerpcle-*|powerpc64le-*|rs6000-*|ppc-*) opal_gcc_inline_assign='"1: li %0,0" : "=&r"(ret)' ;; esac AS_IF([test "$opal_gcc_inline_assign" != ""], [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[[ int ret = 1; int negone = -1; __asm__ __volatile__ ($opal_gcc_inline_assign); return ret; ]])], [asm_result="yes"], [asm_result="no"], [asm_result="unknown"])], [asm_result="no - architecture not supported"]) # if we're cross compiling, just try to compile and figure good enough AS_IF([test "$asm_result" = "unknown"], [AC_LINK_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[[ int ret = 1; int negone = -1; __asm__ __volatile__ ($opal_gcc_inline_assign); return ret; ]])], [asm_result="yes"], [asm_result="no"])]) opal_cv_asm_gcc_inline_assembly="$asm_result" OPAL_VAR_SCOPE_POP]) AS_IF([test "$opal_cv_asm_gcc_inline_assembly" = "yes"], [OPAL_C_GCC_INLINE_ASSEMBLY=1 $1], [OPAL_C_GCC_INLINE_ASSEMBLY=0 $2]) AC_DEFINE_UNQUOTED([OPAL_C_GCC_INLINE_ASSEMBLY], [$OPAL_C_GCC_INLINE_ASSEMBLY], [Whether C compiler supports GCC style inline assembly]) ]) m4trace:config/opal_config_asm.m4:594: -1- AC_DEFUN([OPAL_CONFIG_ASM], [ AC_REQUIRE([OPAL_SETUP_CC]) OPAL_VAR_SCOPE_PUSH([atomics_found want_c11_atomics want_gcc_builtin_atomics want_asm_atomics]) # only assembly style we support today is gcc-style inline # assembly, find out if it works. We need this even for C11/GCC # builtin atomics cases, because we use inline assembly for # timers, LLSC, and 16 byte compare and swap routines. OPAL_CHECK_INLINE_C_GCC([gcc_inline=1], [gcc_inline=0]) atomics_found=no want_c11_atomics=0 want_gcc_builtin_atomics=0 want_asm_atomics=0 AC_ARG_ENABLE([c11-atomics], [AS_HELP_STRING([--enable-c11-atomics], [Enable use of C11 atomics if available. Note: GCC builtin atomics are currently preferred over C11 atomics. (default: use if available, disabled by default on 64-bit PowerPC)])]) AC_ARG_ENABLE([builtin-atomics], [AS_HELP_STRING([--enable-builtin-atomics], [Enable use of GCC built-in atomics. Currently preferred over C11 atomics. (default: use if available, disabled by default on 64-bit PowerPC)])]) AC_ARG_ENABLE([builtin-atomics-for-ppc], [AS_HELP_STRING([--enable-builtin-atomics-for-ppc], [For performance reasons, 64-bit POWER architectures will not use C11 or GCC built-in atomics, even if --enable-c11-atomics is passed to configure. Enabling this option will re-enable support for both C11 and GCC built-in atomics.])]) # See the following github PR and some performance numbers/discussion: # https://github.com/open-mpi/ompi/pull/8649 # # This logic is a bit convoluted, but matches existing logic in v4.x. case "${host}" in powerpc-*|powerpc64-*|powerpcle-*|powerpc64le-*|rs6000-*|ppc-*) AS_IF([test "$ac_cv_sizeof_long" = "8" -a "$enable_builtin_atomics_for_ppc" != "yes"], [AS_IF([test "$enable_c11_atomics" != "no" -a "$enable_builtin_atomics" != "no"], [AC_MSG_NOTICE([Disabling built-in and C11 atomics due to known performance issues on Powerpc])]) AS_IF([test "$enable_c11_atomics" = "yes" -o "$enable_builtin_atomics" = "yes"], [AC_MSG_WARN([Ignoring --enable-c11-atomics and --enable-builtin-atomics options on POWER. Set --enable-builtin-atomics-for-ppc to re-enable.])]) enable_c11_atomics="no" enable_builtin_atomics="no"]) ;; esac # Option 1 for atomics: GCC-style Builtin # # We prefer builtin atomics over C11 atomics because our use of C11 atomics # at this point is broken as it either incurs undue overheads or # requires casts to _Atomic where there should be no casts. AS_IF([test "$atomics_found" = "no" -a "$enable_builtin_atomics" != "no"], [OPAL_CHECK_GCC_ATOMIC_BUILTINS AS_IF([test $opal_cv_have___atomic = "yes"], [AC_MSG_NOTICE([Using GCC built-in style atomics]) atomics_found="GCC built-in style atomics" want_gcc_builtin_atomics=1], [test "$enable_builtin_atomics" = "yes"], [AC_MSG_WARN([GCC built-in atomics requested but not found.]) AC_MSG_ERROR([Cannot continue])])]) # Option 2 for atomics: C11 # # We currently always disable C11 atomics with the Intel compilers. # We know builds older than 20200310 are broken with respect to # C11 atomics, but have not apparently found a build we are happy # with. In the future, this should be changed to a check for a # particular Intel version. AS_IF([test "$atomics_found" = "no" -a "$enable_c11_atomics" != "no" -a "$opal_cv_c11_supported" = "yes" -a "$opal_cv_c_compiler_vendor" != "intel"], [AC_MSG_NOTICE([Using C11 atomics]) OPAL_CHECK_C11_CSWAP_INT128 want_c11_atomics=1 atomics_found="C11 atomics"], [test "$enable_c11_atomics" = "yes"], [AC_MSG_WARN([C11 atomics were requested but are not supported]) AC_MSG_ERROR([Cannot continue])]) # Option 3 for atomics: inline assembly AS_IF([test "$atomics_found" = "no" -a "$gcc_inline" = "1"], [case "${host}" in x86_64-*x32|i?86-*|x86_64*|amd64*) AS_IF([test "$ac_cv_sizeof_long" = "8"], [OPAL_CHECK_CMPXCHG16B atomics_found="x86_64 assembly"]) ;; aarch64*) atomics_found="aarch64 assembly" ;; powerpc-*|powerpc64-*|powerpcle-*|powerpc64le-*|rs6000-*|ppc-*) AS_IF([test "$ac_cv_sizeof_long" = "8"], [atomics_found="PowerPC assembly"]) ;; esac AS_IF([test "$atomics_found" != "no"], [want_asm_atomics=1]) AC_MSG_CHECKING([for inline assembly atomics]) AC_MSG_RESULT([$atomics_found])]) AS_IF([test "$atomics_found" = "no"], [AC_MSG_ERROR([No usable atomics implementation found. Cannot continue.])]) AC_DEFINE_UNQUOTED([OPAL_USE_C11_ATOMICS], [$want_c11_atomics], [Whether to use C11 atomics for atomics implementation]) AC_DEFINE_UNQUOTED([OPAL_USE_GCC_BUILTIN_ATOMICS], [$want_gcc_builtin_atomics], [Whether to use GCC-style built-in atomics for atomics implementation]) AC_DEFINE_UNQUOTED([OPAL_USE_ASM_ATOMICS], [$want_asm_atomics], [Whether to use assembly-coded atomics for atomics implementation]) OPAL_SUMMARY_ADD([Miscellaneous], [Atomics], [], [$atomics_found]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_files.m4:17: -1- AC_DEFUN([OPAL_CONFIG_FILES], [ AC_CONFIG_FILES([ opal/Makefile opal/etc/Makefile opal/include/Makefile opal/datatype/Makefile opal/util/Makefile opal/util/keyval/Makefile opal/mca/base/Makefile opal/tools/wrappers/Makefile opal/tools/wrappers/opalcc-wrapper-data.txt opal/tools/wrappers/opal.pc ]) ]) m4trace:config/opal_config_hwloc.m4:47: -1- AC_DEFUN([OPAL_CONFIG_HWLOC], [ OPAL_VAR_SCOPE_PUSH([external_hwloc_happy internal_hwloc_happy opal_hwloc_STATIC_LDFLAGS opal_hwloc_LIBS opal_hwloc_STATIC_LIBS]) opal_show_subtitle "Configuring hwloc" OPAL_3RDPARTY_WITH([hwloc], [hwloc], [package_hwloc]) # unless internal specifically requested by the user, try to find # an external that works. external_hwloc_happy=0 AS_IF([test "$opal_hwloc_mode" != "internal"], [_OPAL_CONFIG_HWLOC_EXTERNAL( [external_hwloc_happy=1 opal_hwloc_mode="external"], [external_hwloc_happy=0 AS_IF([test "$opal_hwloc_mode" = "external"], [AC_MSG_ERROR([External hwloc requested but not found.])])])]) internal_hwloc_happy=0 m4_ifdef([package_hwloc], [AS_IF([test "$external_hwloc_happy" = "0"], [_OPAL_CONFIG_HWLOC_INTERNAL([internal_hwloc_happy=1 opal_hwloc_mode="internal"])])]) AS_IF([test "$external_hwloc_happy" = "0" -a "$internal_hwloc_happy" = "0"], [AC_MSG_ERROR([Could not find viable hwloc build.])]) dnl this will work even if there is no hwloc package included, dnl because hwloc_tarball and hwloc_directory will evaluate to an dnl empty string. These are relative to the 3rd-party/ directory. OPAL_3RDPARTY_EXTRA_DIST="$OPAL_3RDPARTY_EXTRA_DIST hwloc_tarball" OPAL_3RDPARTY_DISTCLEAN_DIRS="$OPAL_3RDPARTY_DISTCLEAN_DIRS hwloc_directory" OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_hwloc_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_hwloc_STATIC_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_hwloc_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_hwloc_STATIC_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_hwloc_PC_MODULES}]) AC_CONFIG_COMMANDS_PRE([OPAL_CONFIG_HWLOC_INTERNAL_LIBS_HANDLER]) OPAL_SUMMARY_ADD([Miscellaneous], [hwloc], [], [$opal_hwloc_mode]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_hwloc.m4:98: -1- AC_DEFUN([_OPAL_CONFIG_HWLOC_EXTERNAL], [ OPAL_VAR_SCOPE_PUSH([opal_hwloc_min_num_version opal_hwloc_min_version opal_hwlox_max_num_version opal_hwloc_CPPFLAGS_save opal_hwloc_LDFLAGS_save opal_hwloc_LIBS_save opal_hwloc_external_support]) OAC_CHECK_PACKAGE([hwloc], [opal_hwloc], [hwloc.h], [hwloc], [hwloc_topology_init], [opal_hwloc_external_support=yes], [opal_hwloc_external_support=no]) # need these set for the tests below. opal_hwloc_CPPFLAGS_save=$CPPFLAGS opal_hwloc_LDFLAGS_save=$LDFLAGS opal_hwloc_LIBS_save=$LIBS OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [$opal_hwloc_CPPFLAGS]) OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], [$opal_hwloc_LDFLAGS]) OPAL_FLAGS_APPEND_UNIQ([LIBS], [$opal_hwloc_LIBS]) opal_hwloc_min_num_version=OMPI_HWLOC_NUMERIC_MIN_VERSION opal_hwloc_min_version=OMPI_HWLOC_NUMERIC_MIN_VERSION AS_IF([test "$opal_hwloc_external_support" = "yes"], [AC_MSG_CHECKING([if external hwloc version is version OMPI_HWLOC_MIN_VERSION or greater]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #if HWLOC_API_VERSION < $opal_hwloc_min_num_version #error "hwloc API version is less than $opal_hwloc_min_version" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([external hwloc version is too old (OMPI_HWLOC_MIN_VERSION or later required)]) opal_hwloc_external_support="no"])]) # Ensure that we are not using Hwloc >= v3.x. Open MPI does not # (yet) support Hwloc >= v3.x (which will potentially have ABI and # API breakage compared to <= v2.x), and using it would lead to # complicated failure cases. Hence, we just abort outright if we # find an external Hwloc >= v3.x. AS_IF([test "$opal_hwloc_external_support" = "yes"], [AC_MSG_CHECKING([if external hwloc version is less than version 3.0.0]) opal_hwloc_max_num_version=0x00030000 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #if HWLOC_API_VERSION >= $opal_hwloc_max_num_version #error "hwloc API version is >= $opal_hwloc_max_num_version" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) AC_MSG_WARN([External hwloc version is too new (less than v3.0.0 is required)]) dnl Yes, the URL below will be wrong for master dnl builds. But this is "good enough" -- we're dnl more concerned about getting the URL correct dnl for end-user builds of official release Open dnl MPI distribution tarballs. AC_MSG_WARN([See https://docs.open-mpi.org/en/v$OMPI_MAJOR_VERSION.$OMPI_MINOR_VERSION.x/installing-open-mpi/required-support-libraries.html for more details]) AC_MSG_ERROR([Cannot continue])])]) AS_IF([test "$opal_hwloc_external_support" = "yes"], [AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [#include ]) AC_CHECK_FUNCS([hwloc_topology_dup])]) CPPFLAGS="$opal_hwloc_CPPFLAGS_save" LDFLAGS="$opal_hwloc_LDFLAGS_save" LIBS="$opal_hwloc_LIBS_save" AS_IF([test "$opal_hwloc_external_support" = "yes"], [dnl Do not add hwloc libs to LIBS until late, because dnl it will screw up other tests (like the pthread tests) opal_hwloc_BUILD_LIBS="${opal_hwloc_LIBS}" $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_hwloc.m4:184: -1- AC_DEFUN([_OPAL_CONFIG_HWLOC_INTERNAL], [ OPAL_VAR_SCOPE_PUSH([subconfig_happy internal_hwloc_location extra_configure_args found_enable_plugins hwloc_config_arg pkg_config_file pkg_config_happy]) extra_configure_args= # look for a --{enable/disable}-plugins option in the top level # configure arguments, so that we can add --enable-plugins if # appropriate. found_enable_plugins=0 eval "set x $ac_configure_args" shift for hwloc_config_arg do case $hwloc_config_arg in --enable-plugins|--enable-plugins=*|--disable-plugins) found_enable_plugins=1 ;; esac done # while the plugins in hwloc are not explicitly using Open MPI's dlopen # interface, it seems rude to enable plugins in hwloc if the builder asked # us not to use plugins in Open MPI. So only enable plugins in hwloc if there's # a chance we're going to do so. We enable plugins by default so that libhwloc # does not end up with a dependency on libcuda, which would mean everything else # would end up with a dependency on libcuda (and similar). AS_IF([test $found_enable_plugins -eq 0 -a "$enable_dlopen" != "no"], [extra_configure_args="--enable-plugins"]) # Note: To update the version of hwloc shipped, update the # constant in autogen.pl. OPAL_EXPAND_TARBALL([3rd-party/hwloc_tarball], [3rd-party/hwloc_directory], [configure]) OPAL_SUBDIR_ENV_CLEAN([opal_hwloc_configure]) PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [$extra_configure_args], [[--enable-debug]], [subconfig_happy=1], [subconfig_happy=0]) OPAL_SUBDIR_ENV_RESTORE([opal_hwloc_configure]) AS_IF([test ${subconfig_happy} -eq 1], [internal_hwloc_location="3rd-party/hwloc_directory" dnl We do not consider it an error if pkg-config doesn't work / exist / etc. pkg_config_file="${OMPI_TOP_BUILDDIR}/3rd-party/hwloc_directory/hwloc.pc" pkg_config_happy=0 OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hwloc_internal], [opal_hwloc], [${pkg_config_file}], [pkg_config_happy=1]) dnl Don't pull LDFLAGS, because we don't have a good way to avoid dnl a -L to our install directory, which can cause some weirdness dnl if there's an old OMPI install there. And it makes filtering dnl redundant flags easier. opal_hwloc_LDFLAGS= dnl with no pkg-config data, guess. assume that -L${libdir} is already added to LDFLAGS AS_IF([test $pkg_config_happy -eq 0], [opal_hwloc_STATIC_LDFLAGS= opal_hwloc_LIBS="-lhwloc" opal_hwloc_STATIC_LIBS= opal_hwloc_PC_MODULES=]) # note: because we only ship/commit a tarball (and not the # source directory), the source is always expanded in the # builddir, so we only need to add a -I to the builddir. # Overwrite the OAC_CHECK_PACKAGE_PARSE PKGCONFIG results, # because it's the install dir location, not the build # location. opal_hwloc_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/$internal_hwloc_location/include -I$OMPI_TOP_SRCDIR/$internal_hwloc_location/include" opal_hwloc_BUILD_CPPFLAGS="${opal_hwloc_CPPFLAGS}" # No need to update LDFLAGS, because they will install into # our tree and in the mean time are referenced by their .la # files. opal_hwloc_BUILD_LIBS="$OMPI_TOP_BUILDDIR/$internal_hwloc_location/hwloc/libhwloc.la" opal_hwloc_WRAPPER_LIBS="${opal_hwloc_LIBS}" # no need to add to DIST_SUBDIRS, because we only ship the # tarball. This is relative to the 3rd-party/ directory. OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS hwloc_directory" $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_hwloc.m4:270: -1- AC_DEFUN([OPAL_CONFIG_HWLOC_INTERNAL_LIBS_HANDLER], [ OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${opal_hwloc_CPPFLAGS}]) OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], [$opal_hwloc_LDFLAGS]) OPAL_FLAGS_APPEND_MOVE([LIBS], [${opal_hwloc_BUILD_LIBS}]) ]) m4trace:config/opal_config_libevent.m4:49: -1- AC_DEFUN([OPAL_CONFIG_LIBEVENT], [ OPAL_VAR_SCOPE_PUSH([internal_libevent_happy external_libevent_happy opal_libevent_STATIC_LDFLAGS opal_libevent_LIBS opal_libevent_STATIC_LIBS]) opal_show_subtitle "Configuring Libevent" OPAL_3RDPARTY_WITH([libevent], [libevent], [package_libevent]) # unless internal specifically requested by the user, try to find # an external that works. external_libevent_happy=0 AS_IF([test "$opal_libevent_mode" != "internal"], [_OPAL_CONFIG_LIBEVENT_EXTERNAL( [external_libevent_happy=1 opal_libevent_mode="external"], [external_libevent_happy=0 AS_IF([test "$opal_libevent_mode" = "external"], [AC_MSG_ERROR([External libevent requested but not found.])])])]) internal_libevent_happy=0 m4_ifdef([package_libevent], [AS_IF([test "$external_libevent_happy" = "0"], [_OPAL_CONFIG_LIBEVENT_INTERNAL([internal_libevent_happy=1 opal_libevent_mode="internal"])])]) AS_IF([test "$external_libevent_happy" = "0" -a "$internal_libevent_happy" = "0"], [AC_MSG_ERROR([Could not find viable libevent build.])]) dnl this will work even if there is no libevent package included, dnl because libevent_tarball and libevent_directory will evaluate to dnl an empty string. These are relative to the 3rd-party/ dnl directory. OPAL_APPEND([OPAL_3RDPARTY_EXTRA_DIST], [libevent_tarball]) OPAL_APPEND([OPAL_3RDPARTY_DISTCLEAN_DIRS], [libevent_directory]) OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_libevent_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_libevent_STATIC_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_libevent_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_libevent_STATIC_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_libevent_PC_MODULES}]) AC_CONFIG_COMMANDS_PRE([OPAL_CONFIG_LIBEVENT_INTERNAL_LIBS_HANDLER]) OPAL_SUMMARY_ADD([Miscellaneous], [libevent], [], [$opal_libevent_mode]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_libevent.m4:101: -1- AC_DEFUN([_OPAL_CONFIG_LIBEVENT_EXTERNAL], [ OPAL_VAR_SCOPE_PUSH([opal_event_min_version opal_event_min_num_version opal_libevent_CPPFLAGS_save opal_libevent_LDFLAGS_save opal_libevent_LIBS_save opal_libevent_external_support]) dnl Look at libevent_core, not libevent_pthread, because dnl trying to avoid picking up libevent.so. The wrappers and dnl ompi.pc will include the -levent_pthreads, so we're dnl still good from a linking perspective. m4_define([libevent_pkgconfig_module], [libevent_core]) OAC_CHECK_PACKAGE([libevent], [opal_libevent], [event2/event.h], [event_core], [event_config_new], [opal_libevent_external_support=yes], [opal_libevent_external_support=no]) dnl Manually add libevent_pthreads. OPAL_APPEND([opal_libevent_LIBS], [-levent_pthreads]) # need these set for the tests below. opal_libevent_CPPFLAGS_save=$CPPFLAGS OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [$opal_libevent_CPPFLAGS]) # verify libevent is configured with thread support AS_IF([test "$opal_libevent_external_support" = "yes"], [AC_CACHE_CHECK([if libevent threads enabled], [opal_libevent_cv_threads_enabled], [# Check for general threading support AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #include ], [[ #if !(EVTHREAD_LOCK_API_VERSION >= 1) # error "No threads!" #endif ]])], [opal_libevent_cv_threads_enabled="yes"], [opal_libevent_cv_threads_enabled="no"])]) AS_IF([test "${opal_libevent_cv_threads_enabled}" = "no"], [AC_MSG_WARN([Open MPI requires libevent to be compiled with thread support enabled]) opal_libevent_external_support="no"])]) AS_IF([test "$opal_libevent_external_support" = "yes"], [AC_CACHE_CHECK([for libevent pthreads support], [opal_libevent_cv_pthread_support], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #include ], [[ #if !defined(EVTHREAD_USE_PTHREADS_IMPLEMENTED) || !EVTHREAD_USE_PTHREADS_IMPLEMENTED # error "No pthreads!" #endif ]])], [opal_libevent_cv_pthread_support="yes"], [opal_libevent_cv_pthread_support="no"])]) AS_IF([test "${opal_libevent_cv_pthread_support}" = "no"], [AC_MSG_WARN([PMIX requires libevent to be compiled with pthread support enabled]) opal_libevent_external_support="no"])]) # Open MPI used to fall back to the internal libevent if the # installed version was older than the internal version. This # isn't what we want, because we really want to prefer external # versions. Pin the "oldest supported" external version to # 2.0.21, which we know works from testing on RHEL7. opal_event_min_num_version=OMPI_EVENT_NUMERIC_MIN_VERSION opal_event_min_version=OMPI_EVENT_MIN_VERSION AS_IF([test "$opal_libevent_external_support" = "yes"], [AC_CACHE_CHECK([if external libevent version is OMPI_EVENT_MIN_VERSION or greater], [opal_libevent_cv_version_check], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(_EVENT_NUMERIC_VERSION) && _EVENT_NUMERIC_VERSION < $opal_event_min_num_version #error "libevent API version is less than $opal_event_min_version" #elif defined(EVENT__NUMERIC_VERSION) && EVENT__NUMERIC_VERSION < $opal_event_min_num_version #error "libevent API version is less than $opal_event_min_version" #endif ]])], [opal_libevent_cv_version_check="yes"], [opal_libevent_cv_version_check="no"])]) AS_IF([test "${opal_libevent_cv_version_check}" = "no"], [AC_MSG_WARN([external libevent version is too old (OMPI_EVENT_MIN_VERSION or later required)]) opal_libevent_external_support=no])]) CPPFLAGS="$opal_libevent_CPPFLAGS_save" AS_IF([test "$opal_libevent_external_support" = "yes"], [dnl Do not add libevent flags until late, because dnl it will screw up other tests (like the pthread tests) opal_libevent_BUILD_LIBS="${opal_libevent_LIBS}" $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_libevent.m4:204: -1- AC_DEFUN([_OPAL_CONFIG_LIBEVENT_INTERNAL], [ OPAL_VAR_SCOPE_PUSH(subconfig_happy subconfig_prefix internal_libevent_location) AS_IF([test ! -z $prefix], [subconfig_prefix="--prefix=$prefix"]) # Note: To update the version of libevent shipped, update the # constant in autogen.pl. OPAL_EXPAND_TARBALL([3rd-party/libevent_tarball], [3rd-party/libevent_directory], [configure]) # We disable the GCC warnings because 1) we're not developers of # Libevent, so we will never actually fix said warnnings and 2) # some of the warning options cause failures with compilers that # fake being GCC (I'm looking at you, PGI). OPAL_SUBDIR_ENV_CLEAN([opal_libevent_configure]) PAC_CONFIG_SUBDIR_ARGS([3rd-party/libevent_directory], [--disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport --disable-gcc-warnings --disable-libevent-regress], [], [subconfig_happy=1], [subconfig_happy=0]) OPAL_SUBDIR_ENV_RESTORE([opal_libevent_configure]) AS_IF([test ${subconfig_happy} -eq 1], [internal_libevent_location="3rd-party/libevent_directory" # The tarball as configured can not be used for compile # tests, because libevent uses a Makefile rule rather than # Autoconf to generate their config file (sigh). Force # generation of that file now, so that other 3rd party # packages can run compile tests. AC_MSG_NOTICE([Generating Libevent's event-config.h]) (cd $OMPI_TOP_BUILDDIR/$internal_libevent_location/ ; ${MAKE-make} include/event2/event-config.h) AS_IF([test $? -ne 0], [AC_MSG_ERROR([Could not generate event-config.h.])]) # because we don't use pkg-config with libevent, have to # guess at many of these fields (and likely get static # versions wrong). opal_libevent_LDFLAGS= opal_libevent_STATIC_LDFLAGS= opal_libevent_LIBS="-levent_core -levent_pthreads" opal_libevent_STATIC_LIBS= AC_MSG_CHECKING([for internal libevent LIBS]) AC_MSG_RESULT([${opal_libevent_LIBS}]) # note: because we only ship/commit a tarball (and not the source # directory), the source is always expanded in the builddir, so we # only need to add a -I to the builddir. opal_libevent_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/$internal_libevent_location -I$OMPI_TOP_BUILDDIR/$internal_libevent_location/include" opal_libevent_BUILD_CPPFLAGS="${opal_libevent_CPPFLAGS}" # No need to update LDFLAGS, because they will install into # our tree and in the mean time are referenced by their .la # files. opal_libevent_BUILD_LIBS="$OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent_core.la $OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent_pthreads.la" opal_libevent_WRAPPER_LIBS="${opal_libevent_LIBS}" # no need to add to DIST_SUBDIRS, because we only ship the # tarball. This is relative to the 3rd-party/ directory. OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS libevent_directory" $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_libevent.m4:269: -1- AC_DEFUN([OPAL_CONFIG_LIBEVENT_INTERNAL_LIBS_HANDLER], [ OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${opal_libevent_CPPFLAGS}]) OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], [${opal_libevent_LDFLAGS}]) OPAL_FLAGS_APPEND_MOVE([LIBS], [${opal_libevent_BUILD_LIBS}]) ]) m4trace:config/opal_config_pmix.m4:59: -1- AC_DEFUN([OPAL_CONFIG_PMIX], [ OPAL_VAR_SCOPE_PUSH([external_pmix_happy internal_pmix_happy internal_pmix_args internal_pmix_wrapper_libs internal_pmix_CPPFLAGS opal_pmix_STATIC_LDFLAGS opal_pmix_LIBS opal_pmix_STATIC_LIBS]) opal_show_subtitle "Configuring PMIx" OPAL_3RDPARTY_WITH([pmix], [pmix], [package_pmix]) internal_pmix_happy=0 m4_ifdef([package_pmix], [OMPI_PMIX_ADD_ARGS AS_IF([test "$opal_pmix_mode" = "unspecified" -o "$opal_pmix_mode" = "internal"], [# Run PMIx's configure script unless the user # explicitly asked us to use an external PMIX, so that # "make dist" includes PMIx in the dist tarball. This # does mean that "make dist" will not work if Open MPI # was configured to use an external PMIx library, but # we decided this was a reasonable tradeoff for not # having to deal with PMIx (or PRRTE) potentially # failing to configure in a situation where it isn't # desired. internal_pmix_args="--without-tests-examples --enable-pmix-binaries --disable-pmix-backward-compatibility --disable-visibility" # Open PMIx sets -Werror on devel builds so avoid buid breaks caused by 3rd-party codes internal_pmix_args="$internal_pmix_args --disable-devel-check" internal_pmix_wrapper_libs= internal_pmix_CPPFLAGS= AS_IF([test "$opal_libevent_mode" = "internal"], [OPAL_APPEND([internal_pmix_args], [--with-libevent --disable-libevent-lib-checks]) OPAL_APPEND([internal_pmix_args], [--with-libevent-extra-libs=\"$opal_libevent_BUILD_LIBS\"]) OPAL_APPEND([internal_pmix_wrapper_libs], [$opal_libevent_WRAPPER_LIBS]) OPAL_APPEND([internal_pmix_CPPFLAGS], [$opal_libevent_BUILD_CPPFLAGS])]) AS_IF([test "$opal_hwloc_mode" = "internal"], [OPAL_APPEND([internal_pmix_args], [--disable-hwloc-lib-checks]) OPAL_APPEND([internal_pmix_args], [--with-hwloc-extra-libs=\"$opal_hwloc_BUILD_LIBS\"]) OPAL_APPEND([internal_pmix_wrapper_libs], [$opal_hwloc_WRAPPER_BUILD_LIBS]) OPAL_APPEND([internal_pmix_CPPFLAGS], [$opal_hwloc_BUILD_CPPFLAGS])]) if test "$WANT_DEBUG" = "1"; then OPAL_APPEND([internal_pmix_args], [--enable-debug]) fi # Pass all our compiler/linker flags to PMIx, so that it # picks up how to build an internal HWLOC and libevent, plus # picks up any user-specified compiler flags from the master # configure run. OPAL_SUBDIR_ENV_CLEAN([opal_pmix_configure]) AS_IF([test -n "$internal_pmix_CPPFLAGS"], [OPAL_SUBDIR_ENV_APPEND([CPPFLAGS], [$internal_pmix_CPPFLAGS])]) AS_IF([test -n "$internal_pmix_wrapper_libs"], [OPAL_APPEND([internal_pmix_args], [--with-wrapper-libs=\"$internal_pmix_wrapper_libs\"])]) PAC_CONFIG_SUBDIR_ARGS([3rd-party/openpmix], [$internal_pmix_args], [[--with-libevent=internal], [--with-hwloc=internal], [--with-libevent=external], [--with-hwloc=external], [--with-pmix=[[^ ]]*], [--with-platform=[[^ ]]*]], [internal_pmix_happy=1]) OPAL_SUBDIR_ENV_RESTORE([opal_pmix_configure]) OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS openpmix"]) # if we have a pmix package and configure did not complete # successfully (or wasn't started), then disable make dist. AS_IF([test $internal_pmix_happy != 1], [OPAL_MAKEDIST_DISABLE="$OPAL_MAKEDIST_DISABLE PMIX"])]) # unless internal specifically requested by the user, try to find # an external that works. external_pmix_happy=0 AS_IF([test "$opal_pmix_mode" != "internal"], [_OPAL_CONFIG_PMIX_EXTERNAL( [external_pmix_happy=1 opal_pmix_mode="external"], [AS_IF([test "$opal_pmix_mode" = "external"], [AC_MSG_ERROR([External PMIx requested but not found.])])])]) # external did not work out and customer did not specify external, # so try the internal version. AS_IF([test "$external_pmix_happy" = "0" -a "$internal_pmix_happy" = "1"], [opal_pmix_mode="internal" OPAL_USING_INTERNAL_PMIX=1 _OPAL_CONFIG_PMIX_INTERNAL_POST()], [OPAL_USING_INTERNAL_PMIX=0]) AS_IF([test "$external_pmix_happy" = "0" -a "$internal_pmix_happy" = "0"], [AC_MSG_ERROR([Could not find viable pmix build.])]) OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_pmix_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_pmix_STATIC_LDFLAGS}]) OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_pmix_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_pmix_STATIC_LIBS}]) OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_pmix_PC_MODULES}]) AC_CONFIG_COMMANDS_PRE([OPAL_CONFIG_PMIX_INTERNAL_LIBS_HANDLER]) AC_DEFINE_UNQUOTED([OPAL_USING_INTERNAL_PMIX], [$OPAL_USING_INTERNAL_PMIX], [Whether or not we are using the internal PMIx]) OPAL_SUMMARY_ADD([Miscellaneous], [pmix], [], [$opal_pmix_mode]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_pmix.m4:167: -1- AC_DEFUN([_OPAL_CONFIG_PMIX_EXTERNAL], [ OPAL_VAR_SCOPE_PUSH([opal_pmix_min_version opal_pmix_min_num_version opal_pmix_CPPFLAGS_save opal_pmix_LDFLAGS_save opal_pmix_LIBS_save opal_pmix_external_support]) opal_pmix_external_support="yes" AS_IF([test "$opal_libevent_mode" = "internal" -o "$opal_hwloc_mode" = "internal"], [opal_pmix_external_support="no" AS_IF([test "$opal_pmix_mode" = "external"], [AC_MSG_ERROR([Building against an external PMIx with an internal Libevent or HWLOC is unsupported. Cannot continue.])])], [dnl Need to explicitly enable wrapper compiler to get the dependent libraries dnl when pkg-config is not available. pmix_USE_WRAPPER_COMPILER=1 OAC_CHECK_PACKAGE([pmix], [opal_pmix], [pmix.h], [pmix], [PMIx_Init], [], [opal_pmix_external_support=no]) opal_pmix_CPPFLAGS_save=$CPPFLAGS opal_pmix_LDFLAGS_save=$LDFLAGS opal_pmix_LIBS_save=$LIBS CPPFLAGS="$opal_pmix_CPPFLAGS_save $opal_pmix_CPPFLAGS" LDFLAGS="$opal_pmix_LDFLAGS_save $opal_pmix_LDFLAGS" LIBS="$opal_pmix_LIBS_save $opal_pmix_LIBS" opal_pmix_min_num_version=OMPI_PMIX_NUMERIC_MIN_VERSION opal_pmix_min_version=OMPI_PMIX_MIN_VERSION AS_IF([test "$opal_pmix_external_support" = "yes"], [AC_MSG_CHECKING([if external PMIx version is OMPI_PMIX_MIN_VERSION or greater]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #if PMIX_NUMERIC_VERSION < $opal_pmix_min_num_version #error "pmix API version is less than $opal_pmix_min_version" #endif ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) opal_pmix_external_support=no])]) CPPFLAGS="$opal_pmix_CPPFLAGS_save" LDFLAGS="$opal_pmix_LDFLAGS_save" LIBS="$opal_pmix_LIBS_save" AS_IF([test "$opal_pmix_external_support" = "yes"], [dnl Do not add libevent libs to LIBS until late, because dnl it will screw up other tests (like the pthread tests) opal_pmix_BUILD_LIBS="${opal_pmix_LIBS}" $1], [$2])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_config_pmix.m4:230: -1- AC_DEFUN([_OPAL_CONFIG_PMIX_INTERNAL_POST], [ dnl pkg-config might not always be available, and we always need dnl to pull in the relevant flags. We parse the compiler wrapper dnl config file all the time rather than use pkg-config when dnl available, so that we have a smaller testing surface. datafile="${OMPI_TOP_BUILDDIR}/3rd-party/openpmix/src/tools/wrapper/pmixcc-wrapper-data.txt" AS_IF([test ! -f "${datafile}"], [AC_MSG_ERROR([Cannot find PMIx wrapper compiler data. Aborting])]) pmix_internal_happy=1 dnl Don't pull LDFLAGS, because we don't have a good way to avoid dnl a -L to our install directory, which can cause some weirdness dnl if there's an old OMPI install there. And it makes filtering dnl redundant flags easier. opal_pmix_LDFLAGS= AC_CACHE_CHECK([for internal pmix static LDFLAGS], [opal_internal_pmix_cv_STATIC_LDFLAGS], [_OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [linker_flags_static], [opal_internal_pmix_cv_STATIC_LDFLAGS], [], [pmix_internal_happy=0])]) opal_pmix_STATIC_LDFLAGS="${opal_internal_pmix_cv_STATIC_LDFLAGS}" AC_CACHE_CHECK([for internal pmix LIBS], [opal_internal_pmix_cv_LIBS], [_OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [libs], [opal_internal_pmix_cv_LIBS], [], [pmix_internal_happy=0])]) opal_pmix_LIBS="${opal_internal_pmix_cv_LIBS}" AC_CACHE_CHECK([for internal pmix static LIBS], [opal_internal_pmix_cv_STATIC_LIBS], [_OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [libs_static], [opal_internal_pmix_cv_STATIC_LIBS], [], [pmix_internal_happy=0])]) opal_pmix_STATIC_LIBS="${opal_internal_pmix_cv_STATIC_LIBS}" AC_MSG_CHECKING([for internal pmix pkg-config module]) opal_pmix_PC_MODULES="pmix" AC_MSG_RESULT([${opal_pmix_PC_MODULES}]) AS_IF([test ${pmix_internal_happy} -eq 0], [AC_MSG_ERROR([Failed to retrieve PMIx wrapper data. Aborting.])]) # Overwrite the wrapper data results for CPPFLAGS, because it's # the install dir location, not the build location. opal_pmix_CPPFLAGS="-I$OMPI_TOP_BUILDDIR/3rd-party/openpmix/include -I$OMPI_TOP_SRCDIR/3rd-party/openpmix/include -I$OMPI_TOP_BUILDDIR/3rd-party/openpmix/ -I$OMPI_TOP_SRCDIR/3rd-party/openpmix/" opal_pmix_BUILD_CPPFLAGS="${opal_pmix_CPPFLAGS}" opal_pmix_BUILD_LIBS="$OMPI_TOP_BUILDDIR/3rd-party/openpmix/src/libpmix.la" OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS openpmix" ]) m4trace:config/opal_config_pmix.m4:286: -1- AC_DEFUN([_OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD], [ OAC_LOG_COMMAND([wrapper_field_results=`sed -ne 's/$2=\(.*\)/\1/p' $1 2>&1`], [AS_VAR_COPY([$3], [wrapper_field_results]) $4], [$5]) OAC_LOG_MSG([wrapper field output: $2: ${wrapper_field_results}], [1]) ]) m4trace:config/opal_config_pmix.m4:297: -1- AC_DEFUN([OPAL_CONFIG_PMIX_INTERNAL_LIBS_HANDLER], [ OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${opal_pmix_CPPFLAGS}]) OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], [${opal_pmix_LDFLAGS}]) OPAL_FLAGS_APPEND_MOVE([LIBS], [${opal_pmix_BUILD_LIBS}]) ]) m4trace:config/opal_config_subdir.m4:24: -1- AC_DEFUN([OPAL_CONFIG_SUBDIR], [ OPAL_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part temp]) # # Invoke configure in a specific subdirectory. # # $1 is the directory to invoke in # $2 is the list of arguments to pass # $3 is actions to execute upon success # $4 is actions to execute upon failure # subdir_dir="$1" subdir_args="$2" subdir_success="$3" subdir_failure="$4" # # Sanity checks # if test "$subdir_dir" != ":" && test -d $srcdir/$subdir_dir; then AC_MSG_NOTICE([OPAL configuring in $subdir_dir]) # # Gotta check where srcdir is for VPATH builds. If srcdir is not # ., then we need to mkdir the subdir. Otherwise, we can just cd # into it. # case $srcdir in .) ;; *) { case $subdir_dir in [[\\/]]* | ?:[[\\/]]* ) total_dir=;; *) total_dir=.;; esac temp=$subdir_dir for dir_part in `IFS='/\\'; set X $temp; shift; echo "$[@]"`; do case $dir_part in # Skip DOS drivespec ?:) total_dir=$dir_part ;; *) total_dir=$total_dir/$dir_part test -d "$total_dir" || mkdir "$total_dir" || AC_MSG_ERROR([cannot create $subdir_dir]) ;; esac done; } if test -d ./$subdir_dir; then :; else AC_MSG_ERROR([cannot create `pwd`/$subdir_dir]) fi ;; esac # # Move into the target directory # subdir_parent=`pwd` cd $subdir_dir # # Make a "../" for each directory in $subdir_dir. # subdir_dots=`[echo $subdir_dir | sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g]'` # # Construct the --srcdir argument # case $srcdir in .) # In place subdir_srcdir="$srcdir" ;; [[\\/]* | ?:[\\/]*] ) # Absolute path subdir_srcdir="$srcdir/$subdir_dir" ;; *) # Relative path subdir_srcdir="$subdir_dots$srcdir/$subdir_dir" ;; esac # # Construct the --cache-file argument # # BWB - subdir caching is a pain since we change CFLAGS and all that. # Just disable it for now subdir_cache_file="/dev/null" # # Invoke the configure script in the subdirectory # sub_configure="$SHELL '$subdir_srcdir/configure'" AC_MSG_NOTICE([running $sub_configure $subdir_args --cache-file=$subdir_cache_file --srcdir=$subdir_srcdir --disable-option-checking]) eval "$sub_configure $subdir_args \ --cache-file=\"\$subdir_cache_file\" --srcdir=\"$subdir_srcdir\" --disable-option-checking" if test "$?" = "0"; then eval $subdir_success AC_MSG_NOTICE([$sub_configure succeeded for $subdir_dir]) else eval $subdir_failure AC_MSG_NOTICE([$sub_configure *failed* for $subdir_dir]) fi # # Go back to the topdir # cd $subdir_parent fi # # Clean up # OPAL_VAR_SCOPE_POP]) m4trace:config/opal_config_subdir_args.m4:22: -1- AC_DEFUN([OPAL_CONFIG_SUBDIR_ARGS], [ OPAL_VAR_SCOPE_PUSH([subdirs_str subdirs_skip subdirs_args subdirs_arg]) # # Invoke configure in subdirectories. # # $1 is the name of the variable to assign the output to # # # Make a list of command line args --eliminate the --srcdir and # --cache-file args, because we need to replace them with our own # values when invoking the sub-configure script. Also eliminate # the --with-platform as this will confuse any subdir with # similar options # subdirs_args= subdirs_skip=no eval "set x $ac_configure_args" shift for subdirs_arg do if test "$subdirs_skip" = "yes"; then subdirs_skip=no else case $subdirs_arg in -cache-file | --cache-file | -cache | --cache) subdirs_skip=yes ;; --config-cache | -C) ;; -cache-file=* | --cache-file=*) ;; -srcdir | --srcdir) subdirs_skip=yes ;; -srcdir=* | --srcdir=*) ;; -with-platform=* | --with-platform=*) ;; --with*=internal) ;; --with*=external) ;; *) case $subdir_arg in *\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac subdirs_args="$subdirs_args '$subdirs_arg'" ;; esac fi done # # Assign the output # subdirs_str=$1=\"$subdirs_args\" eval "$subdirs_str" # # Clean up # OPAL_VAR_SCOPE_POP]) m4trace:config/opal_config_treematch.m4:21: -1- AC_DEFUN([OPAL_CONFIG_TREEMATCH], [ OPAL_VAR_SCOPE_PUSH(treematch_builddir) AC_ARG_WITH([treematch], [AS_HELP_STRING([--with-treematch], [Build TreeMatch topology support. Building against an external TreeMatch is no longer supported, so valid values are "yes" or "no".])], [], [with_treematch=yes]) AS_IF([test "$with_treematch" != "yes" -a "$with_treematch" != "no"], [AC_MSG_ERROR([Valid values for --with-treematch are yes or no.])]) treematch_builddir="${OMPI_TOP_BUILDDIR}/3rd-party/treematch" AS_IF([test "${opal_config_treematch_run_once}" != "yes"], [AS_IF([! test -d ${treematch_builddir}], [mkdir -p ${treematch_builddir}]) cat > ${treematch_builddir}/config.h << EOF /* * This file is automatically generated by configure. Edits will be lost * * This is an dummy config.h in order to prevent the embedded treematch from using * the config.h from the embedded hwloc * * see https://github.com/open-mpi/ompi/pull/6185#issuecomment-458807930 */ EOF AC_CONFIG_FILES([3rd-party/treematch/Makefile]) OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS treematch" AS_IF([test "${with_treematch}" = "yes"], [OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS treematch"]) opal_config_treematch_run_once=yes]) $1_CPPFLAGS="-I$OMPI_TOP_SRCDIR/3rd-party/treematch" $1_LIBS="${OMPI_TOP_BUILDDIR}/3rd-party/treematch/libtreematch.la" AS_IF([test "${with_treematch}" = "yes"], [$2], [AC_MSG_NOTICE([Treematch explicitly disabled via --with-treematch=no]) $3]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_configure_options.m4:34: -1- AC_DEFUN([OPAL_CONFIGURE_OPTIONS], [ opal_show_subtitle "General configuration options" # # Is this a developer copy? # if test -d .git; then OPAL_DEVEL=1 else OPAL_DEVEL=0 fi # # Code coverage options # AC_MSG_CHECKING([if want to run code coverage]) AC_ARG_ENABLE([coverage], [AS_HELP_STRING([--enable-coverage], [enable code coverage files to be generated])]) if test "$enable_coverage" = "yes"; then if test "$enable_shared" = "yes"; then AC_MSG_WARN([Code coverage can run only with static libraries. Please run configure with --enable-static --disable-shared if you want code coverage. Also ensure that you execute make clean too ensure removal of all leftover shared mpi libraries]) AC_MSG_ERROR([Cannot continue processing]) fi AC_MSG_RESULT([yes]) WANT_COVERAGE=1 else AC_MSG_RESULT([no]) WANT_COVERAGE=0 fi # # Branch Probabilities options # AC_MSG_CHECKING([if want to compile with branch probabilities]) AC_ARG_ENABLE([branch-probabilities], [AS_HELP_STRING([--enable-branch-probabilities], [enable profile arcs and branch probability optimization])]) if test "$enable_branch_probabilities" = "yes"; then AC_MSG_RESULT([yes]) WANT_BRANCH_PROBABILITIES=1 else AC_MSG_RESULT([no]) WANT_BRANCH_PROBABILITIES=0 fi # # Memory debugging # AC_MSG_CHECKING([if want to debug memory usage]) AC_ARG_ENABLE([mem-debug], [AS_HELP_STRING([--enable-mem-debug], [enable memory debugging (not for general MPI users!) (default: disabled)])]) if test "$enable_mem_debug" = "yes"; then AC_MSG_RESULT([yes]) WANT_MEM_DEBUG=1 else AC_MSG_RESULT([no]) WANT_MEM_DEBUG=0 fi AC_DEFINE_UNQUOTED(OPAL_ENABLE_MEM_DEBUG, $WANT_MEM_DEBUG, [Whether we want the memory profiling or not]) # # Memory profiling # AC_MSG_CHECKING([if want to profile memory usage]) AC_ARG_ENABLE([mem-profile], [AS_HELP_STRING([--enable-mem-profile], [enable memory profiling (not for general MPI users!) (default: disabled)])]) if test "$enable_mem_profile" = "yes"; then AC_MSG_RESULT([yes]) WANT_MEM_PROFILE=1 else AC_MSG_RESULT([no]) WANT_MEM_PROFILE=0 fi AC_DEFINE_UNQUOTED(OPAL_ENABLE_MEM_PROFILE, $WANT_MEM_PROFILE, [Whether we want the memory profiling or not]) # # Developer picky compiler options # AC_MSG_CHECKING([if want developer-level compiler pickyness]) AC_ARG_ENABLE([picky], [AS_HELP_STRING([--enable-picky], [enable developer-level compiler pickyness when building Open MPI (default: disabled, unless a .git directory is found in the build tree)])]) if test "$enable_picky" = "yes"; then AC_MSG_RESULT([yes]) WANT_PICKY_COMPILER=1 else AC_MSG_RESULT([no]) WANT_PICKY_COMPILER=0 fi #################### Developer default override #################### if test "$WANT_PICKY_COMPILER" = "0" && test -z "$enable_picky" && test "$OPAL_DEVEL" = 1; then WANT_PICKY_COMPILER=1 echo "--> developer override: enable picky compiler by default" fi #################### Developer default override #################### # # Developer debugging # AC_MSG_CHECKING([if want developer-level debugging code]) AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [enable developer-level debugging code (not for general MPI users!) (default: disabled)])]) if test "$enable_debug" = "yes"; then AC_MSG_RESULT([yes]) WANT_DEBUG=1 else AC_MSG_RESULT([no]) WANT_DEBUG=0 fi AC_MSG_CHECKING([if want to developer-level timing framework]) AC_ARG_ENABLE([timing], [AS_HELP_STRING([--enable-timing], [enable developer-level timing code (not for general MPI users!) (default: disabled)])]) if test "$enable_timing" = "yes"; then AC_MSG_RESULT([yes]) WANT_TIMING=1 else AC_MSG_RESULT([no]) WANT_TIMING=0 fi AC_DEFINE_UNQUOTED(OPAL_ENABLE_TIMING, $WANT_TIMING, [Whether we want developer-level timing framework or not]) AM_CONDITIONAL([OPAL_COMPILE_TIMING], [test "$WANT_TIMING" = "1"]) AM_CONDITIONAL([OPAL_INSTALL_TIMING_BINARIES], [test "$WANT_TIMING" = "1" && test "$enable_binaries" != "no"]) # Later calls to AC_PROG_CC/CXX/FC can # inject things like -O2 into compile flags if they are # not defined, which we don't want. Make sure these flags # are at least set to an empty string now. # # Complicating matters is that autogen can re-order # these calls toward the top of configure. This block should # be at/near the top, so do it now. # if test "$WANT_DEBUG" = "0"; then CFLAGS="-DNDEBUG $CFLAGS" CXXFLAGS="-DNDEBUG $CXXFLAGS" # NDEBUG doesn't exist in fortran, so just make sure it's defined. if [ test -z "$FCFLAGS" ]; then FCFLAGS="" fi else # Do we want debugging symbols? if test "$enable_debug_symbols" != "no" ; then CFLAGS="$CFLAGS -g" CXXFLAGS="$CXXFLAGS -g" FCFLAGS="$FCFLAGS -g" AC_MSG_WARN([-g has been added to compiler (--enable-debug)]) else # If not set, define compile flags to an empty string # to prevent AC_PROG_CC/FC/CXX from modifying compiler flags. # See: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/C-Compiler.html # for more info. if [ test -z "$CFLAGS" ]; then CFLAGS="" fi if [ test -z "$CXXFLAGS" ]; then CXXFLAGS="" fi if [ test -z "$FCFLAGS" ]; then FCFLAGS="" fi fi fi AC_DEFINE_UNQUOTED(OPAL_ENABLE_DEBUG, $WANT_DEBUG, [Whether we want developer-level debugging code or not]) AC_ARG_ENABLE([debug-symbols], [AS_HELP_STRING([--disable-debug-symbols], [Disable adding compiler flags to enable debugging symbols if --enable-debug is specified. For non-debugging builds, this flag has no effect.])]) # # Do we want to install all of OPAL/ORTE and OMPI's header files? # AC_MSG_CHECKING([if want to install project-internal header files]) AC_ARG_WITH([devel-headers], [AS_HELP_STRING([--with-devel-headers], [normal MPI users/applications do not need this (mpi.h and mpif.h are ALWAYS installed). Developer headers are only necessary for MCA module authors (default: disabled).])]) if test "$with_devel_headers" = "yes"; then AC_MSG_RESULT([yes]) WANT_INSTALL_HEADERS=1 else AC_MSG_RESULT([no]) WANT_INSTALL_HEADERS=0 fi AM_CONDITIONAL(WANT_INSTALL_HEADERS, test "$WANT_INSTALL_HEADERS" = 1) # # Do we want the pretty-print stack trace feature? # AC_MSG_CHECKING([if want pretty-print stacktrace]) AC_ARG_ENABLE([pretty-print-stacktrace], [AS_HELP_STRING([--enable-pretty-print-stacktrace], [Pretty print stacktrace on process signal (default: enabled)])]) if test "$enable_pretty_print_stacktrace" = "no" ; then AC_MSG_RESULT([no]) WANT_PRETTY_PRINT_STACKTRACE=0 else AC_MSG_RESULT([yes]) WANT_PRETTY_PRINT_STACKTRACE=1 fi AC_DEFINE_UNQUOTED([OPAL_WANT_PRETTY_PRINT_STACKTRACE], [$WANT_PRETTY_PRINT_STACKTRACE], [if want pretty-print stack trace feature]) # # Do we want PTY support? # AC_MSG_CHECKING([if want pty support]) AC_ARG_ENABLE([pty-support], [AS_HELP_STRING([--enable-pty-support], [Enable/disable PTY support for STDIO forwarding. (default: enabled)])]) if test "$enable_pty_support" = "no" ; then AC_MSG_RESULT([no]) OPAL_ENABLE_PTY_SUPPORT=0 else AC_MSG_RESULT([yes]) OPAL_ENABLE_PTY_SUPPORT=1 fi AC_DEFINE_UNQUOTED([OPAL_ENABLE_PTY_SUPPORT], [$OPAL_ENABLE_PTY_SUPPORT], [Whether user wants PTY support or not]) # # Do we want to disable weak symbols for some reason? # AC_MSG_CHECKING([if want weak symbol support]) AC_ARG_ENABLE([weak-symbols], [AS_HELP_STRING([--enable-weak-symbols], [use weak symbols, if available (default: enabled)])]) if test "$enable_weak_symbols" != "no"; then AC_MSG_RESULT([yes]) WANT_WEAK_SYMBOLS=1 else AC_MSG_RESULT([no]) WANT_WEAK_SYMBOLS=0 fi # # Do we want to allow DLOPEN? # AC_MSG_CHECKING([if want dlopen support]) AC_ARG_ENABLE([dlopen], [AS_HELP_STRING([--enable-dlopen], [Whether build should attempt to use dlopen (or similar) to dynamically load components. Disabling dlopen implies --disable-mca-dso. (default: enabled)])]) if test "$enable_dlopen" = "no" ; then OPAL_ENABLE_DLOPEN_SUPPORT=0 AC_MSG_RESULT([no]) else OPAL_ENABLE_DLOPEN_SUPPORT=1 AC_MSG_RESULT([yes]) fi # # Do we want to show component load error messages by default? # AC_MSG_CHECKING([for default value of mca_base_component_show_load_errors]) AC_ARG_WITH([show-load-errors], [AS_HELP_STRING([--with-show-load-errors], [Set the default value for the MCA parameter mca_base_component_show_load_errors (but can be overridden at run time by the usual MCA-variable-setting mechansism). (default: "all")])]) AS_IF([test -z "$with_show_load_errors" -o "$with_show_load_errors" = "yes"], [with_show_load_errors=all AC_MSG_RESULT([enabled for all])], [AS_IF([test "$with_show_load_errors" = "no"], [with_show_load_errors=none AC_MSG_RESULT([disabled for all])], [AC_MSG_RESULT([$with_show_load_errors])])]) AC_DEFINE_UNQUOTED(OPAL_SHOW_LOAD_ERRORS_DEFAULT, ["$with_show_load_errors"], [Default value for mca_base_component_show_load_errors MCA variable]) # # Heterogeneous support # AC_MSG_CHECKING([if want heterogeneous support]) AC_ARG_ENABLE([heterogeneous], [AS_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 AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT], [$opal_want_heterogeneous], [Enable features required for heterogeneous support]) # # Cross-compile data # AC_ARG_WITH([cross], [AS_HELP_STRING([--with-cross=FILE], [Specify configure values that can not be determined in a cross-compilation environment. See the Open MPI FAQ.])]) if test "$with_cross" = "yes" ; then AC_MSG_ERROR([--with-cross argument must include FILE option]) elif test "$with_cross" = "no" ; then AC_MSG_ERROR([--without-cross is not a valid argument]) elif test "$with_cross" != "" ; then if test ! -r $with_cross ; then AC_MSG_ERROR([could not find cross-compile data file $with_cross]) fi # eval into environment OPAL_LOG_MSG([Loading cross-compile file $with_cross, with contents below]) OPAL_LOG_FILE([$with_cross]) . "$with_cross" fi # # Do we want to install binaries? # AC_ARG_ENABLE([binaries], [AS_HELP_STRING([--enable-binaries], [Build and install binaries required for Open MPI, such as the wrapper compilers. Useful for multi-lib installations. (default: enabled)])]) AM_CONDITIONAL([OPAL_INSTALL_BINARIES], [test "$enable_binaries" != "no"]) AC_ARG_ENABLE([script-wrapper-compilers], [AS_HELP_STRING([--enable-script-wrapper-compilers], [Use less featured script-based wrapper compilers instead of the standard C-based wrapper compilers. This option ignores the --disable-binaries option and is mainly useful in cross-compile environments])]) if test "$enable_script_wrapper_compilers" = "yes"; then WANT_SCRIPT_WRAPPER_COMPILERS=1 else WANT_SCRIPT_WRAPPER_COMPILERS=0 fi AM_CONDITIONAL([OPAL_WANT_SCRIPT_WRAPPER_COMPILERS], [test "$enable_script_wrapper_compilers" = "yes"]) # # Support per-user config files? # OPAL_VAR_SCOPE_PUSH([result]) AC_ARG_ENABLE([per-user-config-files], [AS_HELP_STRING([--enable-per-user-config-files], [Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be achieved by environment variables at run-time. (default: enabled)])]) if test "$enable_per_user_config_files" = "no" ; then result=0 else result=1 fi AC_DEFINE_UNQUOTED([OPAL_WANT_HOME_CONFIG_FILES], [$result], [Enable per-user config files]) OPAL_VAR_SCOPE_POP # # Do we want to enable IPv6 support? # AC_MSG_CHECKING([if want IPv6 support]) AC_ARG_ENABLE([ipv6], [AS_HELP_STRING([--enable-ipv6], [Enable IPv6 support, but only if the underlying system supports it (default: disabled)])]) if test "$enable_ipv6" = "yes"; then AC_MSG_RESULT([yes]) opal_want_ipv6=1 else AC_MSG_RESULT([no]) opal_want_ipv6=0 fi AC_DEFINE_UNQUOTED([OPAL_ENABLE_IPV6], [$opal_want_ipv6], [Enable IPv6 support, but only if the underlying system supports it]) # # Package/brand string # AC_MSG_CHECKING([if want package/brand string]) AC_ARG_WITH([package-string], [AS_HELP_STRING([--with-package-string=STRING], [Use a branding string throughout Open MPI])]) if test "$with_package_string" = "" || test "$with_package_string" = "no"; then with_package_string="Open MPI $OPAL_CONFIGURE_USER@$OPAL_CONFIGURE_HOST Distribution" fi AC_DEFINE_UNQUOTED([OPAL_PACKAGE_STRING], ["$with_package_string"], [package/branding string for Open MPI]) AC_MSG_RESULT([$with_package_string]) # # Ident string # AC_MSG_CHECKING([if want ident string]) AC_ARG_WITH([ident-string], [AS_HELP_STRING([--with-ident-string=STRING], [Embed an ident string into Open MPI object files])]) if test "$with_ident_string" = "" || test "$with_ident_string" = "no"; then with_ident_string="%VERSION%" fi # This is complicated, because $OPAL_VERSION may have spaces in it. # So put the whole sed expr in single quotes -- i.e., directly # substitute %VERSION% for (not expanded) $OPAL_VERSION. with_ident_string="`echo $with_ident_string | sed -e 's/%VERSION%/$OPAL_VERSION/'`" # Now eval an echo of that so that the "$OPAL_VERSION" token is # replaced with its value. Enclose the whole thing in "" so that it # ends up as 1 token. with_ident_string="`eval echo $with_ident_string`" AC_DEFINE_UNQUOTED([OPAL_IDENT_STRING], ["$with_ident_string"], [ident string for Open MPI]) AC_MSG_RESULT([$with_ident_string]) # # Use alternative checksum algorithm # AC_MSG_CHECKING([if want to use an alternative checksum algo for messages]) AC_ARG_WITH([dst-checksum], [AS_HELP_STRING([--with-dst-checksum], [Use an alternative checksum algorithm for messages])]) if test "$with_dst_checksum" = "yes"; then AC_MSG_RESULT([yes]) CFLAGS="-DOPAL_CSUM_DST $CFLAGS" else AC_MSG_RESULT([no]) fi # # User level (mpi.h.in) visible maximum lengths of strings. # These may be required in lower-level libraries to set up matching # data-structures (e.g. OPAL_MAX_OBJECT_NAME). # # Default values (as of OMPI-1.3), and some sane minimum and maximum values # # No lower and upper bound required or enforced OPAL_WITH_OPTION_MIN_MAX_VALUE(processor_name, 256, 16, 1024) # Min length according to information passed in ompi/errhandler/errcode.c OPAL_WITH_OPTION_MIN_MAX_VALUE(error_string, 256, 64, 1024) # Min length according to MPI-2.1, p. 236 (information passed in ompi/communicator/comm.c: min only 48) OPAL_WITH_OPTION_MIN_MAX_VALUE(object_name, 64, 64, 256) # Min and Max length according to MPI-2.1, p. 287 is 32; longest key in ROMIO however 33 OPAL_WITH_OPTION_MIN_MAX_VALUE(info_key, 36, 34, 255) # No lower and upper bound required or enforced! OPAL_WITH_OPTION_MIN_MAX_VALUE(info_val, 256, 32, 1024) # Min length according to _POSIX_HOST_NAME_MAX=255 (4*HOST_NAME_MAX) OPAL_WITH_OPTION_MIN_MAX_VALUE(port_name, 1024, 255, 2048) # Min length according to MPI-2.1, p. 418 OPAL_WITH_OPTION_MIN_MAX_VALUE(datarep_string, 128, 64, 256) OPAL_WITH_OPTION_MIN_MAX_VALUE(pset_name_len, 512, 512, 4096) OPAL_WITH_OPTION_MIN_MAX_VALUE(stringtag_len, 1024, 256, 2048) # some systems don't want/like getpwuid AC_MSG_CHECKING([if want getpwuid support]) AC_ARG_ENABLE([getpwuid], [AS_HELP_STRING([--disable-getpwuid], [Disable getpwuid support (default: enabled)])]) if test "$enable_getpwuid" = "no"; then AC_MSG_RESULT([no]) opal_want_getpwuid=0 else AC_MSG_RESULT([yes]) opal_want_getpwuid=1 fi AC_DEFINE_UNQUOTED([OPAL_ENABLE_GETPWUID], [$opal_want_getpwuid], [Disable getpwuid support (default: enabled)]) dnl We no longer support the old OPAL_ENABLE_PROGRESS_THREADS. At dnl some point, this should die. AC_DEFINE([OPAL_ENABLE_PROGRESS_THREADS], [0], [Whether we want BTL progress threads enabled]) ]) m4trace:config/opal_ensure_contains_optflags.m4:22: -1- AC_DEFUN([OPAL_ENSURE_CONTAINS_OPTFLAGS], [ # Modularize this setup so that sub-configure.in scripts can use this # same setup code. ################################## # Optimization flags ################################## # If the user did not specify optimization flags, add some (the value # from $OPTFLAGS) co_arg="$1" co_found=0 for co_word in $co_arg; do # See http://www.gnu.org/software/autoconf/manual/html_node/Quadrigraphs.html#Quadrigraphs # for an explanation of @<:@ and @:>@ -- they m4 expand to [ and ] case $co_word in -g) co_found=1 ;; -g@<:@1-3@:>@) co_found=1 ;; +K@<:@0-5@:>@) co_found=1 ;; -O) co_found=1 ;; -O@<:@0-9@:>@) co_found=1 ;; -xO) co_found=1 ;; -xO@<:@0-9@:>@) co_found=1 ;; -fast) co_found=1 ;; # The below Sun Studio flags require or # trigger -xO optimization -xvector*) co_found=1 ;; -xdepend=yes) co_found=1 ;; esac done if test "$co_found" = "0"; then co_result="$OPTFLAGS $co_arg" else co_result="$co_arg" fi # Clean up unset co_found co_word co_arg ]) m4trace:config/opal_expand_tarball.m4:25: -1- AC_DEFUN([OPAL_EXPAND_TARBALL_PREREQ], [ AC_PATH_PROG(GZIP_BIN, [gzip], []) AC_PATH_PROG(BZIP2_BIN, [bzip2], []) ]) m4trace:config/opal_expand_tarball.m4:30: -1- AC_DEFUN([OPAL_EXPAND_TARBALL], [ AC_REQUIRE([OPAL_EXPAND_TARBALL_PREREQ]) OPAL_VAR_SCOPE_PUSH([expansion_dir expansion_tarball]) expansion_dir=`dirname "$2"` AS_MKDIR_P([$expansion_dir]) expansion_tarball="$ac_abs_confdir/$1" AS_IF([test ! -r $2/$3], [ AC_MSG_NOTICE([Expanding $srcdir/$1 in $expansion_dir]) case "$1" in *.tar.gz|*.tgz) AS_IF([test -z "$GZIP_BIN"], [AC_MSG_ERROR([gzip not found])]) (cd "$expansion_dir" ; umask 0022 ; "$GZIP_BIN" -d < "$expansion_tarball" | tar xf - || AC_MSG_ERROR([failed to extract $1])) ;; *.tar.bz2|*.tbz2) AS_IF([test -z "$BZIP2_BIN"], [AC_MSG_ERROR([bzip2 not found])]) (cd "$expansion_dir" ; umask 0022 ; "$BZIP_BIN" -d < "$expansion_tarball" | tar xf - || AC_MSG_ERROR([failed to extract $1])) ;; *) # maybe tar is smart? (cd "$expansion_dir" ; umask 0022 ; tar xf "$expansion_tarball" || AC_MSG_ERROR([failed to extract $1])) ;; esac]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_find_type.m4:25: -1- AC_DEFUN([OPAL_FIND_TYPE], [ AS_VAR_PUSHDEF([type_var], [opal_cv_find_type_$1]) oft_abort_on_fail="$3" oft_target_size="$4" AC_CACHE_CHECK([for C type corresponding to $1], type_var, [ # Loop over all the types handed to us oft_real_type= AS_IF([test "$oft_target_size" != ""], [m4_foreach(oft_type, [$2], [if test -z "$oft_real_type"; then if test "[$ac_cv_sizeof_]m4_bpatsubst(oft_type, [[^a-zA-Z0-9_]], [_])" = "$oft_target_size" ; then oft_real_type="oft_type" fi fi ])]) AS_IF([test -z "$oft_real_type"], [AS_VAR_SET(type_var, "not found")], [AS_VAR_SET(type_var, "$oft_real_type")])]) AS_VAR_IF(type_var, ["not found"], [AC_MSG_WARN([*** Did not find corresponding C type]) AS_IF([test "$oft_abort_on_fail" != "no"], [AC_MSG_ERROR([Cannot continue])])]) AS_VAR_IF(type_var, ["not found"], [$5=], [AS_VAR_COPY([$5], [type_var])]) unset oft_real_type oft_target_size AS_VAR_POPDEF([type_var])dnl ]) m4trace:config/opal_functions.m4:44: -1- AC_DEFUN([OPAL_CONFIGURE_SETUP], [ # Some helper script functions. Unfortunately, we cannot use $1 kinds # of arguments here because of the m4 substitution. So we have to set # special variable names before invoking the function. :-\ opal_show_title() { cat <@:*) echo installing to directory \"$prefix\" ;; *) AC_MSG_ERROR(prefix "$prefix" must be an absolute directory path) ;; esac # BEGIN: Derived from GASNet # Suggestion from Paul Hargrove to disable --program-prefix and # friends. Heavily influenced by GASNet 1.12 acinclude.m4 # functionality to do the same thing (copyright listed at top of this # file). # echo program_prefix=$program_prefix program_suffix=$program_suffix program_transform_name=$program_transform_name # undo prefix autoconf automatically adds during cross-compilation if test "$cross_compiling" = yes && test "$program_prefix" = "${target_alias}-" ; then program_prefix=NONE fi # normalize empty prefix/suffix if test -z "$program_prefix" ; then program_prefix=NONE fi if test -z "$program_suffix" ; then program_suffix=NONE fi # undo transforms caused by empty prefix/suffix if expr "$program_transform_name" : 's.^..$' >/dev/null || \ expr "$program_transform_name" : 's.$$..$' >/dev/null || \ expr "$program_transform_name" : 's.$$..;s.^..$' >/dev/null ; then program_transform_name="s,x,x," fi if test "$program_prefix$program_suffix$program_transform_name" != "NONENONEs,x,x," ; then AC_MSG_WARN([*** The Open MPI configure script does not support --program-prefix, --program-suffix or --program-transform-name. Users are recommended to instead use --prefix with a unique directory and make symbolic links as desired for renaming.]) AC_MSG_ERROR([*** Cannot continue]) fi # END: Derived from GASNet ]) m4trace:config/opal_functions.m4:207: -1- AC_DEFUN([OPAL_LOG_MSG], [AS_IF([test -n "$2"], [OAC_LOG_MSG([$1])], [OAC_LOG_MSG_NOPREFIX([$1])])]) m4trace:config/opal_functions.m4:262: -1- AC_DEFUN([OPAL_WHICH], [ # 1 is the variable name to do "which" on # 2 is the variable name to assign the return value to OPAL_VAR_SCOPE_PUSH([opal_prog opal_file opal_dir opal_sentinel]) opal_prog=$1 # There are 3 cases: # 1. opal_prog is an absolute filename. If that absolute filename # exists and is executable, return $2 with that name. Otherwise, # $2 is unchanged. # 2. opal_prog is a relative filename (i.e., it contains one or # more /, but does not begin with a /). If that file exists # relative to where we are right now in the filesystem and is # executable, return the absolute path of that value in $2. # Otherwise, $2 is unchanged. # 3. opal_prog contains no /. Search the PATH for an executable # with the appropriate name. If found, return the absolute path # in $2. Otherwise, $2 is unchanged. # Note that these three cases are exactly what which(1) does. # Note the double square brackets around the case expressions for # m4 escaping. case $opal_prog in [[\\/]]* | ?:[[\\/]]* ) # Case 1: absolute AS_IF([test -x "$opal_prog"], [$2=$opal_prog]) ;; *[[\\/]]*) # Case 2: relative with 1 or more / AS_IF([test -x "$opal_prog"], [$2="$cwd/$opal_prog"]) ;; *) # Case 3: no / at all IFS_SAVE=$IFS IFS=$PATH_SEPARATOR for opal_dir in $PATH; do AS_IF([test -x "$opal_dir/$opal_prog"], [$2="$opal_dir/$opal_prog"]) done IFS=$IFS_SAVE ;; esac OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_functions.m4:322: -1- AC_DEFUN([OPAL_VAR_SCOPE_INIT], [opal_var_scope_push() { opal_var_scope_push_lineno=$[]1 shift # First, check to see if any of these variables are already set. # This is a simple sanity check to ensure we're not already # overwriting pre-existing variables (that have a non-empty # value). It's not a perfect check, but at least it's something. for opal_var_scope_tmp_var in $[]@; do AS_VAR_SET_IF([$opal_var_scope_tmp_var], [AS_VAR_COPY([opal_var_scope_tmp_var_val], [$opal_var_scope_tmp_var]) AC_MSG_WARN([Found configure shell variable clash at line $opal_var_scope_push_lineno!]) AC_MSG_WARN([[OPAL_VAR_SCOPE_PUSH] called on "$opal_var_scope_tmp_var",]) AC_MSG_WARN([but it is already defined with value "$opal_var_scope_tmp_var_val"]) AC_MSG_WARN([This usually indicates an error in configure.]) AC_MSG_ERROR([Cannot continue])]) done AS_UNSET([opal_var_scope_push_lineno]) AS_UNSET([opal_var_scope_tmp_var]) AS_UNSET([opal_var_scope_tmp_var_val]) } opal_var_scope_pop() { # Iterate over all the variables and unset them all for opal_var_scope_tmp_var in $[]@; do AS_UNSET([$opal_var_scope_tmp_var]) done AS_UNSET([opal_var_scope_tmp_var]) }]) m4trace:config/opal_functions.m4:360: -1- AC_DEFUN([OPAL_VAR_SCOPE_PUSH], [ AC_REQUIRE([OPAL_VAR_SCOPE_INIT])dnl m4_pushdef([opal_var_scope_stack], [$1])dnl m4_foreach_w([opal_var_scope_var], [$1], [m4_set_add([opal_var_scope_active_set], opal_var_scope_var, [], [m4_fatal([OPAL_VAR_SCOPE_PUSH found the variable ]opal_var_scope_var[ active in a previous scope.])])])dnl opal_var_scope_push ${LINENO} $1 ]) m4trace:config/opal_functions.m4:374: -1- AC_DEFUN([OPAL_VAR_SCOPE_POP], [ AC_REQUIRE([OPAL_VAR_SCOPE_INIT])dnl m4_ifdef([opal_var_scope_stack], [], [m4_fatal([OPAL_VAR_SCOPE_POP was called without a defined variable stack. This usually means that OPAL_VAR_SCOPE_POP was called more times than OPAL_VAR_SCOPE_PUSH.])])dnl m4_foreach_w([opal_var_scope_var], opal_var_scope_stack, [m4_set_remove([opal_var_scope_active_set], opal_var_scope_var)])dnl opal_var_scope_pop opal_var_scope_stack m4_popdef([opal_var_scope_stack])dnl ]) m4trace:config/opal_functions.m4:396: -1- AC_DEFUN([OPAL_WITH_OPTION_MIN_MAX_VALUE], [ max_value=[$2] AC_MSG_CHECKING([maximum length of ]m4_translit($1, [_], [ ])) AC_ARG_WITH([max-]m4_translit($1, [_], [-]), [AS_HELP_STRING([--with-max-]m4_translit($1, [_], [-])[=VALUE], [maximum length of ]m4_translit($1, [_], [ ])[s. VALUE argument has to be specified (default: [$2]).])]) if test ! -z "$with_max_[$1]" && test "$with_max_[$1]" != "no" ; then # Ensure it's a number (hopefully an integer!), and >0 expr $with_max_[$1] + 1 > /dev/null 2> /dev/null AS_IF([test "$?" != "0"], [happy=0], [AS_IF([test $with_max_[$1] -ge $3 && test $with_max_[$1] -le $4], [happy=1], [happy=0])]) # If badness in the above tests, bail AS_IF([test "$happy" = "0"], [AC_MSG_RESULT([bad value ($with_max_[$1])]) AC_MSG_WARN([--with-max-]m4_translit($1, [_], [-])[s value must be >= $3 and <= $4]) AC_MSG_ERROR([Cannot continue])]) max_value=$with_max_[$1] fi AC_MSG_RESULT([$max_value]) AC_DEFINE_UNQUOTED([OPAL_MAX_]m4_toupper($1), $max_value, [Maximum length of ]m4_translit($1, [_], [ ])[s (default is $2)]) [OPAL_MAX_]m4_toupper($1)=$max_value AC_SUBST([OPAL_MAX_]m4_toupper($1)) ]) m4trace:config/opal_functions.m4:431: -1- AC_DEFUN([OPAL_COMPUTE_MAX_VALUE], [ # This is more complicated than it really should be. But some # expr implementations (OpenBSD) have an expr with a max value of # 2^31 - 1, and we sometimes want to compute the max value of a # type as big or bigger than that... opal_num_bits=`expr $1 \* 8 - 1` newval=1 value=1 overflow=0 while test $opal_num_bits -ne 0 ; do newval=`expr $value \* 2` if test 0 -eq `expr $newval \< 0` ; then # if the new value is not negative, next iteration... value=$newval opal_num_bits=`expr $opal_num_bits - 1` # if this was the last iteration, subtract 1 (as signed # max positive is 2^num_bits - 1). Do this here instead # of outside of the while loop because we might have # already subtracted 1 by then if we're trying to find the # max value of the same datatype expr uses as it's # internal representation (ie, if we hit the else # below...) if test 0 -eq $opal_num_bits ; then value=`expr $value - 1` fi else # if the new value is negative, we've over flowed. First, # try adding value - 1 instead of value (see if we can get # to positive max of expr) newval=`expr $value - 1 + $value` if test 0 -eq `expr $newval \< 0` ; then value=$newval # Still positive, this is as high as we can go. If # opal_num_bits is 1, we didn't actually overflow. # Otherwise, we overflowed. if test 1 -ne $opal_num_bits ; then overflow=1 fi else # still negative. Time to give up. overflow=1 fi opal_num_bits=0 fi done AS_VAR_SET([$2], [$value]) AS_IF([test $overflow -ne 0], [$3]) ]) m4trace:config/opal_lang_link_with_c.m4:18: -1- AC_DEFUN([OPAL_LANG_LINK_WITH_C], [ AS_VAR_PUSHDEF([lang_var], [ompi_cv_c_link_$1]) AC_CACHE_CHECK([if C and $1 are link compatible], lang_var, [m4_if([$1], [Fortran], [m4_define([ompi_lang_link_with_c_fortran], 1) OMPI_FORTRAN_MAKE_C_FUNCTION([testfunc_name], [testfunc])], [testfunc_name="testfunc"]) # Write out C part AC_LANG_PUSH(C) rm -f conftest_c.$ac_ext cat > conftest_c.$ac_ext << EOF int $testfunc_name(int a); int $testfunc_name(int a) { return a; } EOF # Now compile both parts OPAL_LOG_COMMAND([$CC -c $CFLAGS $CPPFLAGS conftest_c.$ac_ext], [AC_LANG_PUSH($1) ompi_lang_link_with_c_libs="$LIBS" LIBS="conftest_c.o $LIBS" m4_if(ompi_lang_link_with_c_fortran, 1, [AC_LINK_IFELSE([AC_LANG_PROGRAM([], [ external testfunc call testfunc(1) ])], [AS_VAR_SET(lang_var, ["yes"])], [AS_VAR_SET(lang_var, ["no"])])], [AC_LINK_IFELSE([AC_LANG_PROGRAM([ #if defined(c_plusplus) || defined(__cplusplus) extern "C" int testfunc(int); #else extern int testfunc(int); #endif ], [return testfunc(0);])], [AS_VAR_SET(lang_var, ["yes"])], [AS_VAR_SET(lang_var, ["no"])])]) LIBS="$ompi_lang_link_with_c_libs" AC_LANG_POP($1)], [AS_VAR_SET(lang_var, ["no"])]) rm -f conftest_c.$ac_ext AC_LANG_POP(C)]) AS_VAR_IF(lang_var, [yes], [$2], [$3]) AS_VAR_POPDEF([lang_var])dnl ]) m4trace:config/opal_load_platform.m4:25: -1- AC_DEFUN([OPAL_LOAD_PLATFORM], [ AC_ARG_WITH([platform-patches-dir], [AS_HELP_STRING([--with-platform-patches-dir=DIR], [Location of the platform patches directory. If you use this option, you must also use --with-platform.])]) AC_ARG_WITH([platform], [AS_HELP_STRING([--with-platform=FILE], [Load options for build from FILE. Options on the command line not in FILE are used. Options on the command line and in FILE are replaced by what is in FILE.])]) m4_ifval([autogen_platform_file], [ if test "$with_platform" = "" ; then with_platform=autogen_platform_file fi]) if test "$with_platform" = "yes" ; then AC_MSG_ERROR([--with-platform argument must include FILE option]) elif test "$with_platform" = "no" ; then AC_MSG_ERROR([--without-platform is not a valid argument]) elif test "$with_platform" != "" ; then # if not an absolute path, check in contrib/platform if test ! "`echo $with_platform | cut -c1`" = "/" && test ! "`echo $with_platform | cut -c2`" = ".." ; then if test -r "${srcdir}/contrib/platform/$with_platform" ; then with_platform="${srcdir}/contrib/platform/$with_platform" fi fi # make sure file exists if test ! -r "$with_platform" ; then AC_MSG_ERROR([platform file $with_platform not found]) fi # eval into environment OPAL_LOG_MSG([Loading environment file $with_platform, with contents below]) OPAL_LOG_FILE([$with_platform]) # setup by getting full pathname for the platform directories platform_base="`dirname $with_platform`" platform_file="`basename $with_platform`" # get full pathname of where we are so we can return platform_savedir="`pwd`" # go to where the platform file is located cd "$platform_base" # get the full path to this location platform_file_dir=`pwd` . ./"$platform_file" # see if they left us a name if test "$OPAL_PLATFORM_LOADED" != "" ; then platform_loaded="$OPAL_PLATFORM_LOADED" else platform_loaded="$with_platform" fi echo "Loaded platform arguments for $platform_loaded" OPAL_LOG_MSG([Loaded platform arguments for $platform_loaded]) # look for default mca param file # return to where we started cd "$platform_savedir" # define an alternate default mca param filename platform_alt_mca_file="`basename $platform_loaded`.conf" # look where platform file is located for platform.conf name if test -r "${platform_file_dir}/${platform_alt_mca_file}" ; then AC_SUBST(OPAL_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/$platform_alt_mca_file]) AC_SUBST(OPAL_PARAM_FROM_PLATFORM, "yes") # if not, see if a file is there with the default name elif test -r "${platform_file_dir}/openmpi-mca-params.conf" ; then AC_SUBST(OPAL_DEFAULT_MCA_PARAM_CONF, [$platform_file_dir/openmpi-mca-params.conf]) AC_SUBST(OPAL_PARAM_FROM_PLATFORM, "yes") # if not, then just use the default else AC_SUBST(OPAL_DEFAULT_MCA_PARAM_CONF, [openmpi-mca-params.conf]) AC_SUBST(OPAL_PARAM_FROM_PLATFORM, "no") fi patch_dir="${with_platform}.patches" if test -n "$with_platform_patches_dir"; then if test "$with_platform_patches_dir" = "yes"; then patch_dir="${with_platform}.patches" elif test "$with_platform_patches_dir" = "no"; then AC_MSG_NOTICE([Disabling platform patches on user request]) patch_dir="" elif test -d "$with_platform_patches_dir"; then patch_dir=$with_platform_patches_dir else AC_MSG_ERROR([User provided patches directory: $with_platform_patches_dir not found]) fi fi patch_done="${srcdir}/.platform_patches" patch_found=no if test -d "${patch_dir}"; then if test ! -f "${patch_done}"; then AC_MSG_NOTICE([Checking patches from ${patch_dir}/ directory ]) for one_patch in $patch_dir/*.patch ; do AC_MSG_CHECKING([patch: $one_patch for errors ]) patch -d ${srcdir} -p1 -t -s --dry-run < ${one_patch} if test "$?" != "0"; then AC_MSG_RESULT([fail]) AC_MSG_ERROR([Platform patches failed to apply]) else AC_MSG_RESULT([ok]) fi AC_MSG_CHECKING([patch: $one_patch for unsupported configury changes ]) has_configury_items=$(patch -d ${srcdir} -p1 -t --dry-run < ${one_patch} 2>&1 | egrep "^patching" | egrep '*\.(am|m4)$' | wc -l) if test $has_configury_items -ne 0; then AC_MSG_RESULT([fail]) AC_MSG_ERROR([Platform patches should not change configury files]) else AC_MSG_RESULT([ok]) fi done for one_patch in $patch_dir/*.patch ; do AC_MSG_NOTICE([Applying patch ${one_patch}]) patch -d ${srcdir} -p1 -t -s < ${one_patch} if test "$?" != "0"; then AC_MSG_ERROR([Failed to apply patch ${one_patch}]) fi patch_found=yes done if test "$patch_found" = "yes"; then platform_root_short="$(basename $platform_base)" # If platform file resides under platform/ root folder - use filename as ident if [ test "$platform_root_short" = "platform" ]; then platform_ident="$platform_file" else platform_ident="$(basename $platform_base)" fi # Set custom ident for platform patched OMPI if [ test -z "$with_ident_string" ]; then with_ident_string="Platform: $platform_ident" fi AC_MSG_NOTICE([Platform patches applied, created stamp file ${patch_done}]) touch ${patch_done} else AC_MSG_NOTICE([No platform patches in ${patch_dir}]) fi else AC_MSG_WARN([Platform patches already applied, skipping. ${patch_done} can be removed to re-apply ]) fi elif test -n "${patch_dir}"; then AC_MSG_NOTICE([No platform patches in ${patch_dir}]) fi else AC_SUBST(OPAL_DEFAULT_MCA_PARAM_CONF, [openmpi-mca-params.conf]) fi ]) m4trace:config/opal_mca.m4:28: -1- AC_DEFUN([OPAL_EVAL_ARG], [$1]) m4trace:config/opal_mca.m4:42: -1- AC_DEFUN([OPAL_MCA], [ dnl for OPAL_CONFIGURE_USER env variable AC_REQUIRE([OPAL_CONFIGURE_SETUP]) dnl For all the path management AC_REQUIRE([OPAL_SETUP_WRAPPER_INIT]) # Set a special flag so that we can detect if the user calls # OPAL_WRAPPER_FLAGS_ADD and error. m4_define([mca_component_configure_active], [1]) # Find which components should be built as run-time loadable components # Acceptable combinations: # # [default -- no option given] # --enable-mca-dso # --enable-mca-dso=[.+,]*COMPONENT_TYPE[.+,]* # --enable-mca-dso=[.+,]*COMPONENT_TYPE-COMPONENT_NAME[.+,]* # --disable-mca-dso # AC_ARG_ENABLE([mca-no-build], [AS_HELP_STRING([--enable-mca-no-build=LIST], [Comma-separated list of - pairs that will not be built. Example: "--enable-mca-no-build=btl-portals4,topo-treematch" will disable building the "portals4" btl and the "treematch" topo components.])]) AC_ARG_ENABLE([mca-dso], [AS_HELP_STRING([--enable-mca-dso=LIST], [Comma-separated list of types and/or type-component pairs that will be built as run-time loadable components (as opposed to statically linked in), if supported on this platform.])]) AC_ARG_ENABLE([mca-static], [AS_HELP_STRING([--enable-mca-static=LIST], [Comma-separated list of types and/or type-component pairs that will be built statically linked into the library. The default (if DSOs are supported) is to build all components as DSOs. Enabling a component as static disables it building as a DSO. The default is to build all components statically.])]) AC_ARG_ENABLE([mca-direct], [AS_HELP_STRING([--enable-mca-direct=LIST], [Comma-separated list of type-component pairs that will be hard coded as the one component to use for a given component type, saving the (small) overhead of the component architecture. LIST must not be empty and implies given component pairs are build as static components.])]) AC_MSG_CHECKING([which components should be disabled]) if test "$enable_mca_no_build" = "yes"; then AC_MSG_RESULT([yes]) AC_MSG_ERROR([*** The enable-mca-no-build flag requires an explicit list of type-component pairs. For example, --enable-mca-no-build=pml-ob1]) else ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_no_build; do type="`echo $item | cut -s -f1 -d-`" comp="`echo $item | cut -s -f2- -d-`" if test -z $type ; then type=$item fi if test -z $comp ; then AS_VAR_SET([AS_TR_SH([DISABLE_${type}])], [1]) msg="$item $msg" else AS_VAR_SET([AS_TR_SH([DISABLE_${type}_${comp}])], [1]) msg="$item $msg" fi done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg # # First, add all the mca-direct components / types into the mca-static # lists and create a list of component types that are direct compile, # in the form DIRECT_[type]=[component] # AC_MSG_CHECKING([which components should be direct-linked into the library]) if test -n "$enable_mca_direct" ; then # # we need to add this into the static list, unless the static list # is everything # if test "$enable_mca_static" = "no" ; then AC_MSG_WARN([*** Re-enabling static component support for direct call]) enable_mca_static="$enable_mca_direct" elif test -z "$enable_mca_static" ; then enable_mca_static="$enable_mca_direct" elif test "$enable_mca_static" != "yes" ; then enable_mca_static="$enable_mca_direct,$enable_mca_static" fi ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_direct; do type="`echo $item | cut -s -f1 -d-`" comp="`echo $item | cut -s -f2- -d-`" if test -z $type || test -z $comp ; then AC_MSG_ERROR([enable-mca-direct requires a list of type-component pairs (ex. --enable-mca-direct=pml-ob1,smsc-xpmem)]) fi var_name=AS_TR_SH([DIRECT_${type}]) AS_VAR_COPY([var_value], [$var_name]) if test -n "$var_value" ; then AC_MSG_ERROR([enable-mca-direct can only enable a single component per framework: specified both ${type}-${var_value} and ${type}-${comp}.]) fi AS_VAR_SET([$var_name], AS_TR_SH([${comp}])) msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg # # Second, set the DSO_all and STATIC_all variables. conflict # resolution (prefer static) is done in the big loop below # # Exception here is the components of the accelerator framework, # which by default are built to be dynamic, except for null. # AC_MSG_CHECKING([which components should be run-time loadable]) if test "$enable_static" != "no"; then DSO_all=0 msg="none (static libraries built)" elif test "$OPAL_ENABLE_DLOPEN_SUPPORT" = 0; then DSO_all=0 msg="none (dlopen disabled)" elif test "$enable_mca_dso" = "no"; then DSO_all=0 msg=none elif test "$enable_mca_dso" = "yes"; then DSO_all=1 msg=all else msg= if test -z "$enable_mca_dso"; then enable_mca_dso="accelerator-cuda,accelerator-rocm,accelerator-ze,btl-smcuda,rcache-gpusm,rcache-rgpusm" msg="(default)" fi DSO_all=0 ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," for item in $enable_mca_dso; do AS_VAR_SET([AS_TR_SH([DSO_$item])], [1]) msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg if test "$enable_static" != "no"; then AC_MSG_WARN([*** Shared libraries have been disabled (--disable-shared)]) AC_MSG_WARN([*** Building MCA components as DSOs automatically disabled]) fi AC_MSG_CHECKING([which components should be static]) if test -z "$enable_mca_static" ; then STATIC_all=0 msg=default elif test "$enable_mca_static" = "no"; then STATIC_all=0 msg=none elif test "$enable_mca_static" = "yes"; then STATIC_all=1 msg=all else STATIC_all=0 ifs_save="$IFS" IFS="${IFS}$PATH_SEPARATOR," msg= for item in $enable_mca_static; do AS_VAR_SET([AS_TR_SH([STATIC_$item])], [1]) msg="$item $msg" done IFS="$ifs_save" fi AC_MSG_RESULT([$msg]) unset msg AC_MSG_CHECKING([for projects containing MCA frameworks]) AC_MSG_RESULT([mca_project_list]) # if there isn't a project list, abort m4_ifdef([mca_project_list], [], [m4_fatal([Could not find project list - please rerun autogen.pl!])]) # now configure all the projects, frameworks, and components. Most # of the hard stuff is in here MCA_PROJECT_SUBDIRS= MCA_PROJECT_DIST_SUBDIRS= m4_foreach(mca_project, [mca_project_list], [MCA_PROJECT_SUBDIRS="$MCA_PROJECT_SUBDIRS mca_project" MCA_PROJECT_DIST_SUBDIRS="$MCA_PROJECT_DIST_SUBDIRS mca_project" MCA_CONFIGURE_PROJECT(mca_project)]) AC_SUBST(MCA_PROJECT_SUBDIRS) AC_SUBST(MCA_PROJECT_DIST_SUBDIRS) m4_undefine([mca_component_configure_active]) ]) m4trace:config/opal_mca.m4:268: -1- AC_DEFUN([MCA_CONFIGURE_PROJECT], [ # can't use a variable rename here because these need to be evaled # at auto* time. AS_LITERAL_IF([$1], [], [m4_fatal([MCA_CONFIGURE_PROJECT argument must be a literal])]) opal_show_subtitle "Configuring MCA for $1" AC_MSG_CHECKING([for frameworks for $1]) AC_MSG_RESULT([mca_$1_framework_list]) # iterate through the list of frameworks. There is something # funky with m4 foreach if the list is defined, but empty. It # will call the 3rd argument once with an empty value for the # first argument. Protect against calling MCA_CONFIGURE_FRAMEWORK # with an empty second argument. Grrr.... # if there isn't a project list, abort # # Also setup two variables for Makefiles: # MCA_project_FRAMEWORKS - list of frameworks in that project # MCA_project_FRAMEWORK_LIBS - list of libraries (or variables pointing # to more libraries) that must be included # in the project's main library m4_ifdef([mca_$1_framework_list], [], [m4_fatal([Could not find mca_$1_framework_list - please rerun autogen.pl])]) MCA_$1_FRAMEWORKS= MCA_$1_FRAMEWORKS_SUBDIRS= MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS= MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS= MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS= MCA_$1_FRAMEWORK_LIBS= MCA_$1_FRAMEWORK_CORE_LIBS= m4_foreach(mca_framework, [mca_$1_framework_list], [m4_ifval(mca_framework, [dnl common has to go up front m4_if(mca_framework, [common], [MCA_$1_FRAMEWORKS="mca_framework $MCA_$1_FRAMEWORKS" MCA_$1_FRAMEWORKS_SUBDIRS="[mca/]mca_framework $MCA_$1_FRAMEWORKS_SUBDIRS" MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS="[\$(MCA_]$1[_]mca_framework[_ALL_SUBDIRS)] $MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS" MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS="[\$(MCA_]$1[_]mca_framework[_DSO_SUBDIRS)] $MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS" MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="[\$(MCA_]$1[_]mca_framework[_STATIC_SUBDIRS)] $MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS" mca_$1_framework_base_lib= ], [ MCA_$1_FRAMEWORKS="$MCA_$1_FRAMEWORKS mca_framework" MCA_$1_FRAMEWORKS_SUBDIRS="$MCA_$1_FRAMEWORKS_SUBDIRS [mca/]mca_framework" MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS="$MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS [\$(MCA_]$1[_]mca_framework[_ALL_SUBDIRS)]" MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS="$MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS [\$(MCA_]$1[_]mca_framework[_DSO_SUBDIRS)]" MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS="$MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS [\$(MCA_]$1[_]mca_framework[_STATIC_SUBDIRS)]" mca_$1_framework_base_lib="[mca/]mca_framework[/libmca_]mca_framework[.la]"]) m4_ifdef([MCA_]$1[_]mca_framework[_CORE_LIB], [MCA_$1_FRAMEWORK_CORE_LIBS="$MCA_$1_FRAMEWORK_CORE_LIBS ${mca_$1_framework_base_lib} [\$(MCA_]$1[_]mca_framework[_STATIC_LTLIBS)]"], [MCA_$1_FRAMEWORK_LIBS="$MCA_$1_FRAMEWORK_LIBS ${mca_$1_framework_base_lib} [\$(MCA_]$1[_]mca_framework[_STATIC_LTLIBS)]"]) m4_ifdef([MCA_]$1[_]mca_framework[_CONFIG], [MCA_]$1[_]mca_framework[_CONFIG]($1, mca_framework), [MCA_CONFIGURE_FRAMEWORK($1, mca_framework, 1)])])]) # note that mca_wrapper_extra_* is a running list, and we take checkpoints at the end of our project $1_mca_wrapper_extra_cppflags="$mca_wrapper_extra_cppflags" $1_mca_wrapper_extra_ldflags="$mca_wrapper_extra_ldflags" $1_mca_wrapper_extra_libs="$mca_wrapper_extra_libs" AC_SUBST(MCA_$1_FRAMEWORKS) AC_SUBST(MCA_$1_FRAMEWORKS_SUBDIRS) AC_SUBST(MCA_$1_FRAMEWORK_COMPONENT_ALL_SUBDIRS) AC_SUBST(MCA_$1_FRAMEWORK_COMPONENT_DSO_SUBDIRS) AC_SUBST(MCA_$1_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) AC_SUBST(MCA_$1_FRAMEWORK_LIBS) AC_SUBST(MCA_$1_FRAMEWORK_CORE_LIBS) ]) m4trace:config/opal_mca.m4:342: -1- AC_DEFUN([MCA_ORDER_COMPONENT_LIST], [ m4_foreach(mca_component, [mca_$1_$2_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_]$1[_]$2[_]mca_component[_PRIORITY], [], [m4_fatal([MCA_$1_$2_]mca_component[_PRIORITY not found, but required.])])])]) m4_define([component_list], [esyscmd([config/opal_mca_priority_sort.pl] m4_foreach([mca_component], [mca_$1_$2_m4_config_component_list], [m4_ifval(mca_component, [mca_component ]OPAL_EVAL_ARG([MCA_]$1[_]$2[_]mca_component[_PRIORITY ]))]))]) ]) m4trace:config/opal_mca.m4:352: -1- AC_DEFUN([MCA_CHECK_IGNORED_PRIORITY], [ m4_foreach(mca_component, [mca_$1_$2_m4_config_component_list], [m4_ifval(mca_component, [m4_ifdef([MCA_]$1[_]$2[_]mca_component[_PRIORITY], [m4_warn([unsupported], [MCA_]$1[_]$2[_]mca_component[_PRIORITY found, but ignored.])])])]) ]) m4trace:config/opal_mca.m4:376: -1- AC_DEFUN([MCA_CONFIGURE_FRAMEWORK], [ opal_show_subsubtitle "Configuring MCA framework $2" m4_ifdef([mca_$1_$2_no_config_component_list], [], [m4_fatal([Could not find mca_$1_$2_no_config_component_list - please rerun autogen.pl])]) m4_ifdef([mca_$1_$2_m4_config_component_list], [], [m4_fatal([Could not find mca_$1_$2_m4_config_component_list - please rerun autogen.pl])]) # setup for framework all_components= static_components= dso_components= static_ltlibs= # Ensure that the directory where the #include file is to live # exists. Need to do this for VPATH builds, because the directory # may not exist yet. For the "common" type, it's not really a # component, so it doesn't have a base. m4_if([$2], [common], [outdir=$1/mca/common], [outdir=$1/mca/$2/base]) AS_MKDIR_P([$outdir]) # emit Makefile rule AC_CONFIG_FILES([$1/mca/$2/Makefile]) # remove any previously generated #include files outfile_real=$outdir/static-components.h outfile=$outfile_real.new rm -f $outfile $outfile.struct $outfile.extern touch $outfile.struct $outfile.extern # print some nice messages about what we're about to do... AC_MSG_CHECKING([for no configure components in framework $2]) AC_MSG_RESULT([mca_$1_$2_no_config_component_list]) AC_MSG_CHECKING([for m4 configure components in framework $2]) AC_MSG_RESULT([mca_$1_$2_m4_config_component_list]) # If there are components in the no configure list, but we're # doing one of the "special" selection logics, abort with a # reasonable message. m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST], [m4_ifval(mca_$1_$2_no_config_component_list, [m4_fatal([Framework $2 using STOP_AT_FIRST but at least one component has no configure.m4])])]) m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [m4_ifval(mca_$1_$2_no_config_component_list, [m4_fatal([Framework $2 using STOP_AT_FIRST_PRIORITY but at least one component has no configure.m4])])]) m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [PRIORITY], [m4_ifval(mca_$1_$2_no_config_component_list, [m4_fatal([Framework $2 using PRIORITY but at least one component has no configure.m4])])]) # run the configure logic for the no-config components m4_foreach(mca_component, [mca_$1_$2_no_config_component_list], [m4_ifval(mca_component, [MCA_CONFIGURE_NO_CONFIG_COMPONENT($1, $2, mca_component, [all_components], [static_components], [dso_components], [static_ltlibs], [$3])])]) # configure components that use built-in configuration scripts m4_ifdef([component_list], [m4_undefine([component_list])]) m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST], [MCA_ORDER_COMPONENT_LIST($1, $2)], [m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [MCA_ORDER_COMPONENT_LIST($1, $2)], [m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [PRIORITY], [MCA_ORDER_COMPONENT_LIST($1, $2)], [m4_define([component_list], [mca_$1_$2_m4_config_component_list])])])]) best_mca_component_priority=0 components_looking_for_succeed=$3 components_last_result=0 m4_foreach(mca_component, [component_list], [m4_ifval(mca_component, [m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $best_mca_component_priority -gt MCA_$1_$2_]mca_component[_PRIORITY], [components_looking_for_succeed=0])]) MCA_CONFIGURE_M4_CONFIG_COMPONENT($1, $2, mca_component, [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST], [AS_IF([test $components_last_result -eq 1], [components_looking_for_succeed=0])]) m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST_PRIORITY], [AS_IF([test $components_last_result -eq 1], [best_mca_component_priority=]OPAL_EVAL_ARG([MCA_$1_$2_]mca_component[_PRIORITY]))]) ])]) AS_VAR_SET_IF([OPAL_EVAL_ARG([DIRECT_$2])], [ AC_MSG_CHECKING([if direct-selection component exists for $2 framework]) direct_component_happy=no for component in $all_components ; do AS_IF([test $component = "$DIRECT_$2"], [direct_component_happy=yes]) done if test $direct_component_happy = no ; then AC_MSG_ERROR([direct component $DIRECT_$2 requested but not found in $all_components]) fi AC_MSG_RESULT([$DIRECT_$2]) ]) MCA_$1_$2_ALL_COMPONENTS="$all_components" MCA_$1_$2_STATIC_COMPONENTS="$static_components" MCA_$1_$2_DSO_COMPONENTS="$dso_components" MCA_$1_$2_STATIC_LTLIBS="$static_ltlibs" AC_SUBST(MCA_$1_$2_ALL_COMPONENTS) AC_SUBST(MCA_$1_$2_STATIC_COMPONENTS) AC_SUBST(MCA_$1_$2_DSO_COMPONENTS) AC_SUBST(MCA_$1_$2_STATIC_LTLIBS) OPAL_MCA_MAKE_DIR_LIST(MCA_$1_$2_ALL_SUBDIRS, $2, [$all_components]) OPAL_MCA_MAKE_DIR_LIST(MCA_$1_$2_STATIC_SUBDIRS, $2, [$static_components]) OPAL_MCA_MAKE_DIR_LIST(MCA_$1_$2_DSO_SUBDIRS, $2, [$dso_components]) # Create the final .h file that will be included in the type's # top-level glue. This lists all the static components. We don't # need to do this for "common". if test "$2" != "common"; then cat > $outfile < /dev/null 2>&1 if test "$?" != "0"; then mv $outfile $outfile_real else rm -f $outfile fi fi rm -f $outfile.struct $outfile.extern unset all_components static_components dso_components outfile outfile_real ]) m4trace:config/opal_mca.m4:550: -1- AC_DEFUN([MCA_CONFIGURE_NO_CONFIG_COMPONENT], [ opal_show_subsubsubtitle "MCA component $2:$3 (no configuration)" opal_show_verbose "OPAL_MCA_NO_CONFIG_COMPONENT: before, should_build=$8" MCA_COMPONENT_BUILD_CHECK($1, $2, $3, [should_build=$8], [should_build=0]) MCA_COMPONENT_COMPILE_MODE($1, $2, $3, compile_mode) opal_show_verbose "OPAL_MCA_NO_CONFIG_COMPONENT: after, should_build=$should_build" if test "$should_build" = "1" ; then MCA_PROCESS_COMPONENT($1, $2, $3, $4, $5, $6, $7, $compile_mode) else MCA_PROCESS_DEAD_COMPONENT($1, $2, $3) # add component to all component list $4="$$4 $3" fi # set the AM_CONDITIONAL on how we should build if test "$compile_mode" = "dso" ; then BUILD_$1_$2_$3_DSO=1 else BUILD_$1_$2_$3_DSO=0 fi AM_CONDITIONAL(MCA_BUILD_$1_$2_$3_DSO, test "$BUILD_$1_$2_$3_DSO" = "1") AC_CONFIG_FILES([$1/mca/$2/$3/Makefile]) unset compile_mode ]) m4trace:config/opal_mca.m4:597: -1- AC_DEFUN([MCA_CONFIGURE_M4_CONFIG_COMPONENT], [ m4_ifdef([MCA_$1_$2_$3_PRIORITY], [opal_show_subsubsubtitle "MCA component $2:$3 (m4 configuration macro, priority MCA_$1_$2_$3_PRIORITY)"], [opal_show_subsubsubtitle "MCA component $2:$3 (m4 configuration macro)"]) opal_show_verbose "OPAL_MCA_M4_CONFIG_COMPONENT: before, should_build=$8" MCA_COMPONENT_BUILD_CHECK($1, $2, $3, [should_build=$8], [should_build=0]) # Allow the component to override the build mode if it really wants to. # It is, of course, free to end up calling MCA_COMPONENT_COMPILE_MODE MCA_COMPONENT_COMPILE_MODE([$1], [$2], [$3], [compile_mode]) # try to configure the component m4_ifdef([MCA_$1_$2_$3_CONFIG], [MCA_$1_$2_$3_CONFIG([should_build=$should_build], [should_build=0])], [m4_fatal([MCA_$1_$2_$3_CONFIG macro not found])]) opal_show_verbose "OPAL_MCA_M4_CONFIG_COMPONENT: after, should_build=$should_build" AS_IF([test "$should_build" = "1"], [MCA_PROCESS_COMPONENT($1, $2, $3, $4, $5, $6, $7, $compile_mode)], [MCA_PROCESS_DEAD_COMPONENT($1, $2, $3) # add component to all component list $4="$$4 $3"]) m4_ifdef([MCA_$1_$2_$3_POST_CONFIG], [ MCA_$1_$2_$3_POST_CONFIG($should_build)]) # set the AM_CONDITIONAL on how we should build AS_IF([test "$compile_mode" = "dso"], [BUILD_$1_$2_$3_DSO=1], [BUILD_$1_$2_$3_DSO=0]) AM_CONDITIONAL(MCA_BUILD_$1_$2_$3_DSO, test "$BUILD_$1_$2_$3_DSO" = "1") AS_IF([test "$should_build" = "1"], [$9], [$10]) unset compile_mode ]) m4trace:config/opal_mca.m4:643: -1- AC_DEFUN([MCA_COMPONENT_COMPILE_MODE], [ OAC_ASSERT_LITERAL([$1], [1])dnl OAC_ASSERT_LITERAL([$2], [2])dnl OAC_ASSERT_LITERAL([$3], [3])dnl AS_VAR_PUSHDEF([compile_mode_cv], [$1_$2_$3_compile_mode])dnl AS_VAR_SET_IF([compile_mode_cv], [], [m4_ifdef([MCA_$1_$2_$3_COMPILE_MODE], [dnl We introduced caching of this check after setting the compile dnl mode by the substitute macro was common, and there was not a dnl polymorphic variable assumption in all those macros, so we use dnl a temporary with a fixed name. OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) MCA_$1_$2_$3_COMPILE_MODE([$1], [$2], [$3], [component_compile_mode_tmp]) AS_VAR_COPY([compile_mode_cv], [$component_compile_mode_tmp]) OPAL_VAR_SCOPE_POP], [MCA_COMPONENT_COMPILE_MODE_INTERNAL([$1], [$2], [$3], [compile_mode_cv])])]) AS_VAR_COPY([$4], [compile_mode_cv]) AS_VAR_POPDEF([compile_mode_cv])dnl ]) m4trace:config/opal_mca.m4:678: -1- AC_DEFUN([MCA_COMPONENT_COMPILE_MODE_INTERNAL], [ OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) SHARED_FRAMEWORK="$DSO_$2" SHARED_COMPONENT="$DSO_$2_$3" STATIC_FRAMEWORK="$STATIC_$2" STATIC_COMPONENT="$STATIC_$2_$3" # Look for the most specific specifier between static/dso. If # there is a tie (either neither or both specified), prefer # static. if test "$STATIC_COMPONENT" = "1"; then compile_mode_internal_tmp=static elif test "$SHARED_COMPONENT" = "1"; then compile_mode_internal_tmp=dso elif test "$STATIC_FRAMEWORK" = "1"; then compile_mode_internal_tmp=static elif test "$SHARED_FRAMEWORK" = "1"; then compile_mode_internal_tmp=dso elif test "$STATIC_all" = "1"; then compile_mode_internal_tmp=static elif test "$DSO_all" = "1"; then compile_mode_internal_tmp=dso else compile_mode_internal_tmp=static fi AS_VAR_SET([$4], [$compile_mode_internal_tmp]) AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) if test "$DIRECT_$2" = "$3" ; then AC_MSG_RESULT([$compile_mode_internal_tmp - direct]) else AC_MSG_RESULT([$compile_mode_internal_tmp]) fi OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_mca.m4:724: -1- AC_DEFUN([OPAL_MCA_STRIP_LAFILES], [ OPAL_VAR_SCOPE_PUSH([opal_tmp]) for arg in $2; do opal_tmp=`echo $arg | awk '{print substr([$][1], length([$][1])-2) }'` AS_IF([test "$opal_tmp" != ".la"], [AS_IF([test -z "$$1"], [$1=$arg], [$1="$$1 $arg"])]) done OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_mca.m4:743: -1- AC_DEFUN([MCA_PROCESS_COMPONENT], [ AC_REQUIRE([AC_PROG_GREP]) # See if it dropped an output file for us to pick up some # shell variables in. infile="$srcdir/$1/mca/$2/$3/post_configure.sh" # Add this subdir to the mast list of all MCA component subdirs $4="$$4 $3" if test "$8" = "dso" ; then $6="$$6 $3" else if test "$2" = "common"; then # Static libraries in "common" frameworks are installed, and # therefore must obey the $FRAMEWORK_LIB_NAME that was # set. $7="mca/$2/$3/lib${m4_translit([$1], [a-z], [A-Z])_LIB_NAME}mca_$2_$3.la $$7" else # Other frameworks do not have to obey the # $FRAMEWORK_LIB_NAME prefix. $7="mca/$2/$3/libmca_$2_$3.la $$7" fi echo "extern const mca_base_component_t mca_$2_$3_component;" >> $outfile.extern echo " &mca_$2_$3_component, " >> $outfile.struct $5="$$5 $3" fi # Output pretty results AC_MSG_CHECKING([if MCA component $2:$3 can compile]) AC_MSG_RESULT([yes]) dnl BWB: FIX ME: We still use the post_configure.sh for frameworks that use the direct call infrastructure. dnl All other uses we can ignore here, because config_components will have read it in and set all the dnl proper environment variables. At some point, we should handle the direct call stuff the same way we dnl handle the headers for static components like timers in opal, ie, have a framework level configure.m4 that dnl does the right thing if test -f $infile; then # check for direct call header to include. This will be # AC_SUBSTed later. if test "$DIRECT_$2" = "$3" ; then if test "`$GREP DIRECT_CALL_HEADER $infile`" != "" ; then line="`$GREP DIRECT_CALL_HEADER $infile | cut -d= -f2-`" str="MCA_$1_$2_DIRECT_CALL_HEADER=$line" eval $str else AC_MSG_ERROR([*** $2 component $3 was supposed to be direct-called, but *** does not appear to support direct calling. *** Aborting]) fi fi else # were we supposed to have found something in the # post_configure.sh, but the file didn't exist? if test "$DIRECT_$2" = "$3" ; then AC_MSG_ERROR([*** $2 component $3 was supposed to be direct-called, but *** does not appear to support direct calling. *** Aborting]) fi fi # If a component is building static, we need to provide LDFLAGS # and LIBS configuration to the wrapper compiler, so that it can # provide them for the final link of the application. Components # can explicitly set __WRAPPER_EXTRA_ # for either LDFLAGS or LIBS, for cases where the component wants # to explicitly manage which flags are passed to the wrapper # compiler. If the __WRAPPER_EXTRA_ # variable is not set, then it is assumed that the component # wishes all LDFLAGS and LIBS to be provided as wrapper flags. AS_IF([test "$8" = "static"], [AS_VAR_SET_IF([$2_$3_WRAPPER_EXTRA_LDFLAGS], [tmp_flags=${$2_$3_WRAPPER_EXTRA_LDFLAGS}], [tmp_flags=${$2_$3_LDFLAGS}]) OPAL_FLAGS_APPEND_UNIQ([mca_wrapper_extra_ldflags], [$tmp_flags]) AS_VAR_SET_IF([$2_$3_WRAPPER_EXTRA_LIBS], [tmp_flags=${$2_$3_WRAPPER_EXTRA_LIBS}], [tmp_all_flags=${$2_$3_LIBS} OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags])]) OPAL_FLAGS_APPEND_MOVE([mca_wrapper_extra_libs], [$tmp_flags])]) # WRAPPER_EXTRA_CPPFLAGS are only needed for STOP_AT_FIRST # components, as all other components are not allowed to leak # headers or compile-time flags into the top-level library or # wrapper compilers. If needed, copy over WRAPPER_EXTRA_CPPFLAGS. # Since a configure script component can never be used in a # STOP_AT_FIRST framework, we don't have to implement the else # clause in the literal check. AS_IF([test "$$2_$3_WRAPPER_EXTRA_CPPFLAGS" != ""], [m4_if(OPAL_EVAL_ARG([MCA_$1_$2_CONFIGURE_MODE]), [STOP_AT_FIRST], [stop_at_first=1], [stop_at_first=0]) AS_IF([test "$8" = "static" && test "$stop_at_first" = "1"], [AS_IF([test "$with_devel_headers" = "yes"], [OPAL_FLAGS_APPEND_UNIQ([mca_wrapper_extra_cppflags], [$$2_$3_WRAPPER_EXTRA_CPPFLAGS])])], [AC_MSG_WARN([ignoring $2_$3_WRAPPER_EXTRA_CPPFLAGS ($$2_$3_WRAPPER_EXTRA_CPPFLAGS): component conditions not met])])]) ]) m4trace:config/opal_mca.m4:847: -1- AC_DEFUN([MCA_PROCESS_DEAD_COMPONENT], [ AC_MSG_CHECKING([if MCA component $2:$3 can compile]) AC_MSG_RESULT([no]) # If this component was requested as the default for this # type, then abort. if test "$with_$2" = "$3" ; then AC_MSG_WARN([MCA component "$3" failed to configure properly]) AC_MSG_WARN([This component was selected as the default]) AC_MSG_ERROR([Cannot continue]) fi if test ! -z "$DIRECT_$2" ; then if test "$DIRECT_$2" = "$3" ; then AC_MSG_WARN([MCA component "$3" failed to configure properly]) AC_MSG_WARN([This component was selected as the default (direct call)]) AC_MSG_ERROR([Cannot continue]) fi fi ]) m4trace:config/opal_mca.m4:877: -1- AC_DEFUN([MCA_COMPONENT_BUILD_CHECK], [ AC_REQUIRE([AC_PROG_GREP]) component_path="$srcdir/$1/mca/$2/$3" want_component=0 # build if: # - the component type is direct and we are that component # - there is no opal_ignore file # - there is an opal_ignore, but there is an empty opal_unignore # - there is an opal_ignore, but username is in opal_unignore if test -d $component_path ; then # decide if we want the component to be built or not. This # is spread out because some of the logic is a little complex # and test's syntax isn't exactly the greatest. We want to # build the component by default. want_component=1 if test -f $component_path/.opal_ignore ; then # If there is an opal_ignore file, don't build # the component. Note that this decision can be # overridden by the unignore logic below. want_component=0 fi if test -f $component_path/.opal_unignore ; then # if there is an empty opal_unignore, that is # equivalent to having your userid in the unignore file. # If userid is in the file, unignore the ignore file. if test ! -s $component_path/.opal_unignore ; then want_component=1 elif test ! -z "`$GREP $OPAL_CONFIGURE_USER $component_path/.opal_unignore`" ; then want_component=1 fi fi # if this component type is direct and we are not it, we don't want # to be built. Otherwise, we do want to be built. if test ! -z "$DIRECT_$2" ; then if test "$DIRECT_$2" = "$3" ; then want_component=1 else want_component=0 fi fi fi # if we were explicitly disabled, don't build :) AS_IF([test "$DISABLE_$2" = "1"], [want_component=0]) AS_IF([test "${DISABLE_$2_$3}" = "1"], [want_component=0]) AS_IF([test "$want_component" = "1"], [$4], [$5]) ]) m4trace:config/opal_mca.m4:931: -1- AC_DEFUN([MCA_SETUP_DIRECT_CALL], [ if test ! -z "$DIRECT_$2" ; then MCA_$1_$2_DIRECT_CALL_COMPONENT=$DIRECT_$2 MCA_$1_$2_DIRECT_CALL=1 else MCA_$1_$2_DIRECT_CALL_COMPONENT= MCA_$1_$2_DIRECT_CALL=0 fi AC_SUBST(MCA_$1_$2_DIRECT_CALL_HEADER) AC_DEFINE_UNQUOTED([MCA_$1_$2_DIRECT_CALL], [$MCA_$1_$2_DIRECT_CALL], [Defined to 1 if $1:$2 should use direct calls instead of components]) AC_DEFINE_UNQUOTED([MCA_$1_$2_DIRECT_CALL_COMPONENT], [$MCA_$1_$2_DIRECT_CALL_COMPONENT], [name of component to use for direct calls, if MCA_$1_$2_DIRECT_CALL is 1]) AC_DEFINE_UNQUOTED([MCA_$1_$2_DIRECT_CALL_HEADER], ["[$MCA_]$1[_]$2[_DIRECT_CALL_HEADER]"], [Header $1:$2 includes to be direct called]) ]) m4trace:config/opal_mca.m4:953: -1- AC_DEFUN([OPAL_MCA_MAKE_DIR_LIST], [ $1= for item in $3 ; do $1="$$1 mca/$2/$item" done AC_SUBST($1) ]) m4trace:config/opal_mca.m4:970: -1- AC_DEFUN([OPAL_MCA_CHECK_DEPENDENCY], [ OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) MCA_COMPONENT_COMPILE_MODE([$1], [$2], [$3], [component_compile_mode]) MCA_COMPONENT_COMPILE_MODE([$4], [$5], [$6], [dependency_compile_mode]) AS_IF([test "${component_compile_mode}" = "static" -a "${dependency_compile_mode}" = "dso"], [AC_MSG_ERROR([Component $2:$3 is set to build as a static component, but its dependency $5:$6 is set to build as a dynamic component. This configuration is not supported. Please either build $5:$6 as a static component or build $2:$3 as a dynamic component.])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_save_version.m4:28: -1- AC_DEFUN([OPAL_SAVE_VERSION], [ OPAL_GET_VERSION([$3], [$1]) AC_SUBST($1[_MAJOR_VERSION]) AC_SUBST($1[_MINOR_VERSION]) AC_SUBST($1[_RELEASE_VERSION]) AC_SUBST($1[_GREEK_VERSION]) AC_SUBST($1[_REPO_REV]) AC_SUBST($1[_TARBALL_VERSION]) AC_SUBST($1[_VERSION]) AC_SUBST($1[_RELEASE_DATE]) AC_MSG_CHECKING([$2 version]) AC_MSG_RESULT([$]$1[_VERSION]) AC_MSG_CHECKING([$2 release date]) AC_MSG_RESULT([$]$1[_RELEASE_DATE]) AC_MSG_CHECKING([$2 repository version]) AC_MSG_RESULT([$]$1[_REPO_REV]) AC_DEFINE_UNQUOTED($1[_MAJOR_VERSION], [$]$1[_MAJOR_VERSION], [Major release number of ]$2) AC_DEFINE_UNQUOTED($1[_MINOR_VERSION], [$]$1[_MINOR_VERSION], [Minor release number of ]$2) AC_DEFINE_UNQUOTED($1[_RELEASE_VERSION], [$]$1[_RELEASE_VERSION], [Release release number of ]$2) AC_DEFINE_UNQUOTED($1[_GREEK_VERSION], ["$]$1[_GREEK_VERSION"], [Greek - alpha, beta, etc - release number of ]$2) AC_DEFINE_UNQUOTED($1[_REPO_REV], ["$]$1[_REPO_REV"], [The repository version ]$2) AC_DEFINE_UNQUOTED($1[_TARBALL_VERSION], ["$]$1[_TARBALL_VERSION"], [Tarball filename version string of ]$2) AC_DEFINE_UNQUOTED($1[_VERSION], ["$]$1[_VERSION"], [Complete release number of ]$2) AC_DEFINE_UNQUOTED($1[_RELEASE_DATE], ["$]$1[_RELEASE_DATE"], [Release date of ]$2) AC_CONFIG_FILES([$4]) ]) m4trace:config/opal_save_version.m4:70: -1- AC_DEFUN([OPAL_SAVE_MPI_STANDARD_VERSION], [ AC_DEFINE_UNQUOTED([MPI_VERSION], [MPI_VERSION_NUM], [MPI Standard Major version number]) AC_DEFINE_UNQUOTED([MPI_SUBVERSION], [MPI_SUBVERSION_NUM], [MPI Standard Minor version number]) AC_SUBST([MPI_VERSION], [MPI_VERSION_NUM]) AC_SUBST([MPI_SUBVERSION], [MPI_SUBVERSION_NUM]) AC_MSG_CHECKING([MPI Standard version]) AC_MSG_RESULT([MPI_VERSION_NUM.MPI_SUBVERSION_NUM]) ]) m4trace:config/opal_search_libs.m4:24: -1- AC_DEFUN([OPAL_SEARCH_LIBS_CORE], [ m4_ifdef([mca_component_configure_active], [m4_fatal([*** OPAL_SEARCH_LIBS_CORE cannot be called from a component configure.m4])]) OPAL_VAR_SCOPE_PUSH([LIBS_save add]) LIBS_save=$LIBS AC_SEARCH_LIBS([$1], [$2], [ # Found it! See if anything was added to LIBS add=`printf '%s\n' "$LIBS" | sed -e "s/$LIBS_save$//"` AS_IF([test -n "$add"], [OPAL_WRAPPER_FLAGS_ADD([LIBS], [$add])]) opal_have_$1=1 $3], [opal_have_$1=0 $4], [$5]) AC_DEFINE_UNQUOTED([OPAL_HAVE_]m4_toupper($1), [$opal_have_$1], [whether $1 is found and available]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_search_libs.m4:55: -1- AC_DEFUN([OPAL_SEARCH_LIBS_COMPONENT], [ m4_ifndef([mca_component_configure_active], [m4_fatal([*** OPAL_SEARCH_LIBS_COMPONENT can only be called from a component configure.m4])]) OPAL_VAR_SCOPE_PUSH([LIBS_save add]) LIBS_save=$LIBS AC_SEARCH_LIBS([$2], [$3], [ # Found it! See if anything was added to LIBS add=`printf '%s\n' "$LIBS" | sed -e "s/$LIBS_save$//"` AS_IF([test -n "$add"], [OPAL_FLAGS_APPEND_UNIQ($1_LIBS, [$add])]) $1_have_$2=1 $4], [$1_have_$2=0 $5], [$6]) AC_DEFINE_UNQUOTED([OPAL_HAVE_]m4_toupper($1), [$$1_have_$2], [whether $1 is found and available]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_set_lib_name.m4:21: -1- AC_DEFUN([OPAL_SET_LIB_NAME], [ AS_IF([test "$opal_lib_prefix_set" = "yes"], [AC_MSG_WARN([OPAL lib name was already set!]) AC_MSG_WARN([This is a configury programming error]) AC_MSG_ERROR([Cannot continue])]) OPAL_LIB_NAME=$1 opal_lib_prefix_set=yes AC_SUBST(OPAL_LIB_NAME) ]) m4trace:config/opal_set_lib_name.m4:35: -1- AC_DEFUN([OMPI_SET_LIB_NAME], [ AC_MSG_CHECKING([if want custom libmpi(_FOO) name]) AC_ARG_WITH([libmpi-name], [AS_HELP_STRING([--with-libmpi-name=STRING], ["Replace \"libmpi(_FOO)\" with \"libSTRING(_FOO)\" (default=mpi)"])]) AS_IF([test "$with_libmpi_name" = "no"], [AC_MSG_RESULT([Error]) AC_MSG_WARN([Invalid to specify --without-libmpi-name]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$with_libmpi_name" = "" || test "$with_libmpi_name" = "yes"], [with_libmpi_name="mpi"]) OMPI_LIBMPI_NAME=${with_libmpi_name} AC_MSG_RESULT([$OMPI_LIBMPI_NAME]) AC_SUBST(OMPI_LIBMPI_NAME) ]) m4trace:config/opal_set_mca_prefix.m4:18: -1- AC_DEFUN([OPAL_SET_MCA_PREFIX], [ AS_IF([test "$opal_mca_prefix_set" = "yes"], [AC_MSG_WARN([OPAL mca prefix was already set!]) AC_MSG_WARN([This is a configury programming error]) AC_MSG_ERROR([Cannot continue])]) MCA_PREFIX=$1 opal_mca_prefix_set=yes AC_DEFINE_UNQUOTED([OPAL_MCA_PREFIX], ["$MCA_PREFIX"], [MCA prefix string for envars]) ]) m4trace:config/opal_set_mca_prefix.m4:32: -1- AC_DEFUN([OPAL_SET_MCA_CMD_LINE_ID], [ AS_IF([test "$opal_mca_cmd_id_set" = "yes"], [AC_MSG_WARN([OPAL mca cmd line id was already set!]) AC_MSG_WARN([This is a configury programming error]) AC_MSG_ERROR([Cannot continue])]) MCA_CMD_LINE_ID=$1 opal_mca_cmd_id_set=yes AC_DEFINE_UNQUOTED([OPAL_MCA_CMD_LINE_ID], ["$MCA_CMD_LINE_ID"], [MCA cmd line identifier]) ]) m4trace:config/opal_setup_cc.m4:30: -1- AC_DEFUN([OPAL_CC_HELPER], [ OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) AC_MSG_CHECKING([$1]) AC_LINK_IFELSE([AC_LANG_PROGRAM([$3],[$4])], [$2=1 opal_cc_helper_result=yes], [$2=0 opal_cc_helper_result=no]) AC_MSG_RESULT([$opal_cc_helper_result]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_cc.m4:45: -1- AC_DEFUN([OPAL_PROG_CC_C11_HELPER], [ OPAL_VAR_SCOPE_PUSH([opal_prog_cc_c11_helper_CFLAGS_save]) opal_prog_cc_c11_helper_CFLAGS_save=$CFLAGS CFLAGS="$CFLAGS $1" OPAL_CC_HELPER([if $CC $1 supports C11 _Thread_local], [opal_prog_cc_c11_helper__Thread_local_available], [],[[static _Thread_local int foo = 1;++foo;]]) OPAL_CC_HELPER([if $CC $1 supports C11 atomic variables], [opal_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) OPAL_CC_HELPER([if $CC $1 supports C11 _Atomic keyword], [opal_prog_cc_c11_helper__Atomic_available], [[#include ]],[[static _Atomic long foo = 1;++foo;]]) OPAL_CC_HELPER([if $CC $1 supports C11 _Generic keyword], [opal_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) OPAL_CC_HELPER([if $CC $1 supports C11 _Static_assert], [opal_prog_cc_c11_helper__static_assert_available], [[#include ]],[[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) OPAL_CC_HELPER([if $CC $1 supports C11 atomic_fetch_xor_explicit], [opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]],[[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) AS_IF([test $opal_prog_cc_c11_helper__Thread_local_available -eq 1 && test $opal_prog_cc_c11_helper_atomic_var_available -eq 1 && test $opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available -eq 1], [$2], [$3]) CFLAGS=$opal_prog_cc_c11_helper_CFLAGS_save OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_cc.m4:79: -1- AC_DEFUN([OPAL_PROG_CC_C11], [ OPAL_VAR_SCOPE_PUSH([opal_prog_cc_c11_flags]) if test -z "$opal_cv_c11_supported" ; then opal_cv_c11_supported=no opal_cv_c11_flag_required=yes AC_MSG_CHECKING([if $CC requires a flag for C11]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #if __STDC_VERSION__ < 201112L #error "Without any CLI flags, this compiler does not support C11" #endif ]],[])], [opal_cv_c11_flag_required=no]) AC_MSG_RESULT([$opal_cv_c11_flag_required]) if test "x$opal_cv_c11_flag_required" = "xno" ; then AC_MSG_NOTICE([verifying $CC supports C11 without a flag]) OPAL_PROG_CC_C11_HELPER([], [], [opal_cv_c11_flag_required=yes]) fi if test "x$opal_cv_c11_flag_required" = "xyes" ; then opal_prog_cc_c11_flags="-std=gnu11 -std=c11 -c11" AC_MSG_NOTICE([checking if $CC supports C11 with a flag]) opal_cv_c11_flag= for flag in $(echo $opal_prog_cc_c11_flags | tr ' ' '\n') ; do OPAL_PROG_CC_C11_HELPER([$flag],[opal_cv_c11_flag=$flag],[]) if test "x$opal_cv_c11_flag" != "x" ; then OPAL_FLAGS_APPEND_UNIQ([CFLAGS], ["$opal_cv_c11_flag"]) AC_MSG_NOTICE([using $flag to enable C11 support]) opal_cv_c11_supported=yes break fi done else AC_MSG_NOTICE([no flag required for C11 support]) opal_cv_c11_supported=yes fi fi OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_cc.m4:132: -1- AC_DEFUN([OPAL_CHECK_CC_IQUOTE], [ OPAL_VAR_SCOPE_PUSH([opal_check_cc_iquote_CFLAGS_save]) opal_check_cc_iquote_CFLAGS_save=${CFLAGS} CFLAGS="${CFLAGS} -iquote ." AC_MSG_CHECKING([for $CC option to add a directory only to the search path for the quote form of include]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]],[])], [opal_cc_iquote="-iquote"], [opal_cc_iquote="-I"]) CFLAGS=${opal_check_cc_iquote_CFLAGS_save} OPAL_VAR_SCOPE_POP AC_MSG_RESULT([$opal_cc_iquote]) ]) m4trace:config/opal_setup_cc.m4:149: -1- AC_DEFUN([OPAL_SETUP_CC], [ # AM_PROG_CC_C_O AC_REQUIREs AC_PROG_CC, so we have to be a little # careful about ordering here, and AC_REQUIRE these things so that # they get stamped out in the right order. AC_REQUIRE([_OPAL_START_SETUP_CC]) AC_REQUIRE([_OPAL_PROG_CC]) AC_REQUIRE([AM_PROG_CC_C_O]) OPAL_VAR_SCOPE_PUSH([opal_prog_cc_c11_helper__Thread_local_available opal_prog_cc_c11_helper_atomic_var_available opal_prog_cc_c11_helper__Atomic_available opal_prog_cc_c11_helper__static_assert_available opal_prog_cc_c11_helper__Generic_available opal_prog_cc__thread_available opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics]) OPAL_PROG_CC_C11 OPAL_CHECK_CC_IQUOTE OPAL_C_COMPILER_VENDOR([opal_c_vendor]) if test $opal_cv_c11_supported = no ; then # It is not currently an error if C11 support is not available. Uncomment the # following lines and update the warning when we require a C11 compiler. # AC_MSG_WARNING([Open MPI requires a C11 (or newer) compiler]) # AC_MSG_ERROR([Aborting.]) # From Open MPI 1.7 on we require a C99 compliant compiler dnl with autoconf 2.70 AC_PROG_CC makes AC_PROG_CC_C99 obsolete m4_version_prereq([2.70], [], [AC_PROG_CC_C99]) # The result of AC_PROG_CC_C99 is stored in ac_cv_prog_cc_c99 if test "x$ac_cv_prog_cc_c99" = xno ; then AC_MSG_WARN([Open MPI requires a C99 (or newer) compiler. C11 is recommended.]) AC_MSG_ERROR([Aborting.]) fi # Get the correct result for C11 support flags now that the compiler flags have # changed OPAL_PROG_CC_C11_HELPER([], [], []) fi # Check if compiler support __thread OPAL_CC_HELPER([if $CC $1 supports __thread], [opal_prog_cc__thread_available], [],[[static __thread int foo = 1;++foo;]]) OPAL_CC_HELPER([if $CC $1 supports C11 _Thread_local], [opal_prog_cc_c11_helper__Thread_local_available], [],[[static _Thread_local int foo = 1;++foo;]]) dnl At this time Open MPI only needs thread local and the atomic convenience types for C11 support. These dnl will likely be required in the future. AC_DEFINE_UNQUOTED([OPAL_C_HAVE__THREAD_LOCAL], [$opal_prog_cc_c11_helper__Thread_local_available], [Whether C compiler supports __Thread_local]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE_ATOMIC_CONV_VAR], [$opal_prog_cc_c11_helper_atomic_var_available], [Whether C compiler support atomic convenience variables in stdatomic.h]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE__ATOMIC], [$opal_prog_cc_c11_helper__Atomic_available], [Whether C compiler supports __Atomic keyword]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE__GENERIC], [$opal_prog_cc_c11_helper__Generic_available], [Whether C compiler supports __Generic keyword]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE__STATIC_ASSERT], [$opal_prog_cc_c11_helper__static_assert_available], [Whether C compiler support _Static_assert keyword]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE___THREAD], [$opal_prog_cc__thread_available], [Whether C compiler supports __thread]) # Check for standard headers, needed here because needed before # the types checks. This is only necessary for Autoconf < v2.70. m4_version_prereq([2.70], [], [AC_HEADER_STDC]) # GNU C and autotools are inconsistent about whether this is # defined so let's make it true everywhere for now... However, IBM # XL compilers on PPC Linux behave really badly when compiled with # _GNU_SOURCE defined, so don't define it in that situation. # # Don't use AC_GNU_SOURCE because it requires that no compiler # tests are done before setting it, and we need to at least do # enough tests to figure out if we're using XL or not. AS_IF([test "$opal_cv_c_compiler_vendor" != "ibm"], [AH_VERBATIM([_GNU_SOURCE], [/* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif]) AC_DEFINE([_GNU_SOURCE])]) AS_IF([test "$opal_cv_c_compiler_vendor" = "intel"], [OPAL_CC_HELPER([if $CC is Intel < 20200310 (lacks proper support for atomic operations on _Atomic variables)], [opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics], [],[[ #ifdef __INTEL_COMPILER #if __INTEL_COMPILER_BUILD_DATE <= 20200310 #error Lacks support for proper atomic operations on _Atomic variables. #endif /* __INTEL_COMPILER_BUILD_DATE <= 20200310 */ #endif /* __INTEL_COMPILER */ ]])], [opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics=1]) AC_DEFINE_UNQUOTED([OPAL_C_HAVE_ATOMIC_SUPPORT_FOR__ATOMIC], [$opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics], [Whether C compiler supports atomic operations on _Atomic variables without warnings]) # Do we want code coverage if test "$WANT_COVERAGE" = "1"; then # For compilers > gcc-4.x, use --coverage for # compiling and linking to circumvent trouble with # libgcov. LDFLAGS_orig="$LDFLAGS" OPAL_FLAGS_APPEND_UNIQ([LDFLAGS], ["--coverage"]) OPAL_COVERAGE_FLAGS= _OPAL_CHECK_SPECIFIC_CFLAGS(--coverage, coverage) if test "$opal_cv_cc_coverage" = "1" ; then OPAL_COVERAGE_FLAGS="--coverage" CLEANFILES="*.gcno ${CLEANFILES}" CONFIG_CLEAN_FILES="*.gcda *.gcov ${CONFIG_CLEAN_FILES}" AC_MSG_WARN([$OPAL_COVERAGE_FLAGS has been added to CFLAGS (--enable-coverage)]) else _OPAL_CHECK_SPECIFIC_CFLAGS(-ftest-coverage, ftest_coverage) _OPAL_CHECK_SPECIFIC_CFLAGS(-fprofile-arcs, fprofile_arcs) if test "$opal_cv_cc_ftest_coverage" = "0" || test "opal_cv_cc_fprofile_arcs" = "0" ; then AC_MSG_WARN([Code coverage functionality is not currently available with $CC]) AC_MSG_ERROR([Configure: Cannot continue]) fi CLEANFILES="*.bb *.bbg ${CLEANFILES}" OPAL_COVERAGE_FLAGS="-ftest-coverage -fprofile-arcs" fi WANT_DEBUG=1 fi # These flags are generally gcc-specific; even the # gcc-impersonating compilers won't accept them. OPAL_CFLAGS_BEFORE_PICKY="$CFLAGS" if test $WANT_PICKY_COMPILER -eq 1; then _OPAL_CHECK_SPECIFIC_CFLAGS(-Wundef, Wundef) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wno-long-long, Wno_long_long, int main() { long long x; }) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wsign-compare, Wsign_compare) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wmissing-prototypes, Wmissing_prototypes) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wstrict-prototypes, Wstrict_prototypes) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wcomment, Wcomment) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wshadow, Wshadow) _OPAL_CHECK_SPECIFIC_CFLAGS(-Werror-implicit-function-declaration, Werror_implicit_function_declaration) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wno-long-double, Wno_long_double, int main() { long double x; }) _OPAL_CHECK_SPECIFIC_CFLAGS(-fno-strict-aliasing, fno_strict_aliasing, int main() { long double x; }) _OPAL_CHECK_SPECIFIC_CFLAGS(-pedantic, pedantic) _OPAL_CHECK_SPECIFIC_CFLAGS(-Wall, Wall) # There are some warnings that we specifically do not care # about / do not agree that gcc emits warnings about them. So # we turn them off. _OPAL_CHECK_SPECIFIC_CFLAGS(-Wformat-truncation=0, format_truncation) fi # Note: Some versions of clang (at least >= 3.5 -- perhaps # older versions, too?) and xlc with -g (v16.1, perhaps older) # will *warn* about -finline-functions, but still allow it. # This is very annoying, so check for that warning, too. # The clang warning looks like this: # clang: warning: optimization flag '-finline-functions' is not supported # clang: warning: argument unused during compilation: '-finline-functions' # the xlc warning looks like this: # warning: "-qinline" is not compatible with "-g". "-qnoinline" is being set. _OPAL_CHECK_SPECIFIC_CFLAGS(-finline-functions, finline_functions) # Try to enable restrict keyword RESTRICT_CFLAGS= case "$opal_c_vendor" in intel) RESTRICT_CFLAGS="-restrict" ;; sgi) RESTRICT_CFLAGS="-LANG:restrict=ON" ;; esac if test ! -z "$RESTRICT_CFLAGS" ; then _OPAL_CHECK_SPECIFIC_CFLAGS($RESTRICT_CFLAGS, restrict) fi # see if the C compiler supports __builtin_expect AC_CACHE_CHECK([if $CC supports __builtin_expect], [opal_cv_cc_supports___builtin_expect], [AC_LINK_IFELSE([AC_LANG_PROGRAM([], [void *ptr = (void*) 0; if (__builtin_expect (ptr != (void*) 0, 1)) return 0;])], [opal_cv_cc_supports___builtin_expect="yes"], [opal_cv_cc_supports___builtin_expect="no"])]) if test "$opal_cv_cc_supports___builtin_expect" = "yes" ; then have_cc_builtin_expect=1 else have_cc_builtin_expect=0 fi AC_DEFINE_UNQUOTED([OPAL_C_HAVE_BUILTIN_EXPECT], [$have_cc_builtin_expect], [Whether C compiler supports __builtin_expect]) # see if the C compiler supports __builtin_prefetch AC_CACHE_CHECK([if $CC supports __builtin_prefetch], [opal_cv_cc_supports___builtin_prefetch], [AC_LINK_IFELSE([AC_LANG_PROGRAM([], [int ptr; __builtin_prefetch(&ptr,0,0);])], [opal_cv_cc_supports___builtin_prefetch="yes"], [opal_cv_cc_supports___builtin_prefetch="no"])]) if test "$opal_cv_cc_supports___builtin_prefetch" = "yes" ; then have_cc_builtin_prefetch=1 else have_cc_builtin_prefetch=0 fi AC_DEFINE_UNQUOTED([OPAL_C_HAVE_BUILTIN_PREFETCH], [$have_cc_builtin_prefetch], [Whether C compiler supports __builtin_prefetch]) # see if the C compiler supports __builtin_clz AC_CACHE_CHECK([if $CC supports __builtin_clz], [opal_cv_cc_supports___builtin_clz], [AC_LINK_IFELSE([AC_LANG_PROGRAM([], [int value = 0xffff; /* we know we have 16 bits set */ if ((8*sizeof(int)-16) != __builtin_clz(value)) return 0;])], [opal_cv_cc_supports___builtin_clz="yes"], [opal_cv_cc_supports___builtin_clz="no"])]) if test "$opal_cv_cc_supports___builtin_clz" = "yes" ; then have_cc_builtin_clz=1 else have_cc_builtin_clz=0 fi AC_DEFINE_UNQUOTED([OPAL_C_HAVE_BUILTIN_CLZ], [$have_cc_builtin_clz], [Whether C compiler supports __builtin_clz]) # Preload the optflags for the case where the user didn't specify # any. If we're using GNU compilers, use -O3 (since it GNU # doesn't require all compilation units to be compiled with the # same level of optimization -- selecting a high level of # optimization is not prohibitive). If we're using anything else, # be conservative and just use -O. # # Note: gcc-impersonating compilers accept -O3 if test "$WANT_DEBUG" = "1"; then OPTFLAGS= else if test "$GCC" = yes; then OPTFLAGS="-O3" else OPTFLAGS="-O" fi fi OPAL_ENSURE_CONTAINS_OPTFLAGS("$OPAL_CFLAGS_BEFORE_PICKY") OPAL_CFLAGS_BEFORE_PICKY="$co_result" AC_MSG_CHECKING([for C optimization flags]) OPAL_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) AC_MSG_RESULT([$co_result]) CFLAGS="$co_result" AC_MSG_RESULT(CFLAGS result: $CFLAGS) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_cc.m4:405: -1- AC_DEFUN([_OPAL_START_SETUP_CC], [ opal_show_subtitle "C compiler and preprocessor" ]) m4trace:config/opal_setup_cc.m4:410: -1- AC_DEFUN([_OPAL_PROG_CC], [ dnl It is really easy to accidentally call AC_PROG_CC implicitly through dnl some other test run before OPAL_SETUP_CC. Try to make that harder. m4_provide_if([AC_PROG_CC], [m4_fatal([AC_PROG_CC called before OPAL_SETUP_CC])]) # # Check for the compiler # OPAL_VAR_SCOPE_PUSH([dummy opal_cc_arvgv0]) AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC BASECC="`basename $CC`" OPAL_CC="$CC" AC_DEFINE_UNQUOTED(OPAL_CC, "$OPAL_CC", [OMPI underlying C compiler]) set dummy $CC opal_cc_argv0=[$]2 OPAL_WHICH([$opal_cc_argv0], [OPAL_CC_ABSOLUTE]) AC_SUBST(OPAL_CC_ABSOLUTE) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_cli.m4:21: -1- AC_DEFUN([OPAL_CAPTURE_CONFIGURE_CLI], [ # Capture configure command line do the AC substitution OPAL_VAR_SCOPE_PUSH([sed_quote_subst arg quoted_arg]) $1= for arg in "$[]@"; do sed_quote_subst='s/\(@<:@`"\\@:>@\)/\\\1/g' case "$arg" in *@<:@\\\`\"\$[]@:>@*) quoted_arg=\'`echo "$arg" | sed $sed_quote_subst`\' ;; *) quoted_arg="\'$arg\'" ;; esac eval "$1=\$$1\\ \$quoted_arg" done OPAL_VAR_SCOPE_POP AC_SUBST($1) ]) m4trace:config/opal_setup_ft.m4:32: -1- AC_DEFUN([OPAL_SETUP_FT_BANNER], [ opal_show_subtitle "Fault tolerance" ]) m4trace:config/opal_setup_ft.m4:36: -1- AC_DEFUN([OPAL_SETUP_FT_OPTIONS], [ # define a variable that tells us that these options were enabled opal_setup_ft_options="yes" AC_ARG_WITH([ft], [AS_HELP_STRING([--with-ft=TYPE], [Specify the type of fault tolerance to enable. Options: mpi (ULFM), (default: mpi)])], [], [with_ft=auto]) # If not specified act as if --with-ft=mpi, but make external prte support failure only if hard requested ]) m4trace:config/opal_setup_ft.m4:46: -1- AC_DEFUN([OPAL_SETUP_FT], [ AC_REQUIRE([OPAL_SETUP_FT_BANNER]) if test "$opal_setup_ft_options" = "yes"; then AC_MSG_CHECKING([if want fault tolerance]) fi if test x"$with_ft" != "xno"; then opal_want_ft=1 opal_want_ft_mpi=0 opal_want_ft_type=none as_save_IFS=$IFS IFS="," for opt in $with_ft; do IFS=$as_save_IFS if test "$opt" = "LAM" || test "$opt" = "lam" || test "$opt" = "CR" || test "$opt" = "cr"; then AC_MSG_RESULT([Support for C/R FT has been removed in OMPI 5.0]) fi # Default value if test "$opt" = "auto"; then opal_want_ft_mpi=1 elif test "$opt" = "yes"; then opal_want_ft_mpi=1 elif test "$opt" = "ULFM"; then opal_want_ft_mpi=1 elif test "$opt" = "ulfm"; then opal_want_ft_mpi=1 elif test "$opt" = "MPI"; then opal_want_ft_mpi=1 elif test "$opt" = "mpi"; then opal_want_ft_mpi=1 else AC_MSG_RESULT([Unrecognized FT TYPE: $opt]) AC_MSG_ERROR([Cannot continue]) fi done if test "$opal_want_ft_mpi" = 1; then opal_want_ft_type="mpi" fi # If we use external PRTE, does it support FT? AS_IF([test "$internal_prrte_build" = "0" -a "$opal_want_ft_type" != "none"], [ AS_IF([prte_info | $GREP "Resilience support: yes"], [], [ AS_IF([test "$with_ft" != auto], [ AC_MSG_ERROR([Requested enabling fault-tolerance and using external launcher, but external PRTE doesn't support resilience; you can either use the internal PRTE, recompile the external PRTE with fault-tolerance, or disable fault-tolerance. ABORTING.]) ], [ AC_MSG_WARN([**************************************************]) AC_MSG_WARN([*** Requested external PRTE which doesn't have *]) AC_MSG_WARN([*** Resilience compiled-in. *]) AC_MSG_WARN([*** To enable Open MPI Fault-Tolerance, either *]) AC_MSG_WARN([*** use the internal PRTE, or *]) AC_MSG_WARN([*** compile the external PRTE with resilience *]) AC_MSG_WARN([*** DISABLING FAULT TOLERANCE SUPPORT. *]) AC_MSG_WARN([**************************************************]) opal_want_ft_mpi=0 opal_want_ft_type="none" ]) ]) ]) AC_MSG_RESULT([Enabled $opal_want_ft_type (Specified $with_ft)]) AS_IF([test "$opal_want_ft_type" != "none"], [ AC_MSG_WARN([**************************************************]) AC_MSG_WARN([*** Fault Tolerance Integration into Open MPI is *]) AC_MSG_WARN([*** compiled-in, but off by default. Use mpiexec *]) AC_MSG_WARN([*** and MCA parameters to turn it on. *]) AC_MSG_WARN([*** Not all components support fault tolerance. *]) AC_MSG_WARN([**************************************************]) ]) else opal_want_ft=0 opal_want_ft_mpi=0 if test "$opal_setup_ft_options" = "yes"; then AC_MSG_RESULT([Disabled fault tolerance]) fi fi AC_DEFINE_UNQUOTED([OPAL_ENABLE_FT], [$opal_want_ft], [Enable fault tolerance general components and logic]) AC_DEFINE_UNQUOTED([OPAL_ENABLE_FT_MPI], [$opal_want_ft_mpi], [Enable fault tolerance MPI ULFM components and logic]) AM_CONDITIONAL(WANT_FT, test "$opal_want_ft" = "1") AM_CONDITIONAL(WANT_FT_MPI, test "$opal_want_ft_mpi" = "1") if test "$opal_setup_ft_options" = "yes"; then AC_MSG_CHECKING([if want checkpoint/restart enabled debugging option]) fi if test "$opal_want_ft" = "0"; then if test "$opal_setup_ft_options" = "yes"; then AC_MSG_RESULT([Disabled (fault tolerance disabled --without-ft)]) fi else if test "$opal_setup_ft_options" = "yes"; then AC_MSG_RESULT([Disabled]) fi fi OPAL_SUMMARY_ADD([Miscellaneous], [Fault Tolerance support], [], [$opal_want_ft_type]) ]) m4trace:config/opal_setup_wrappers.m4:37: -1- AC_DEFUN([OPAL_WRAPPER_FLAGS_ADD], [ m4_ifdef([mca_component_configure_active], [m4_fatal([OPAL_WRAPPER_FLAGS_ADD can not be called from a component configure])]) m4_if([$1], [CPPFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_cppflags], [$2])], [$1], [CFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_cflags], [$2])], [$1], [CXXFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_cxxflags], [$2])], [$1], [FCFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_fcflags], [$2])], [$1], [LDFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_ldflags], [$2])], [$1], [STATIC_LDFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_static_ldflags], [$2])], [$1], [LIBS], [OPAL_FLAGS_APPEND_MOVE([wrapper_extra_libs], [$2])], [$1], [STATIC_LIBS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_static_libs], [$2])], [$1], [PC_MODULES], [OPAL_APPEND_UNIQ([wrapper_extra_pkgconfig_modules], [$2])], [m4_fatal([Unknown wrapper flag type $1])]) opal_show_verbose "Adding \"$2\" to \"$1\"" ]) m4trace:config/opal_setup_wrappers.m4:84: -1- AC_DEFUN([OPAL_SETUP_WRAPPER_INIT], [ dnl for OPAL_CC AC_REQUIRE([OPAL_SETUP_CC]) opal_show_subtitle "Wrapper compiler setup" OPAL_VAR_SCOPE_PUSH([wrapper_cc_tmp]) AC_ARG_WITH([wrapper_cc], [AS_HELP_STRING([--with-wrapper-cc=path], [Set a different wrapper C compiler than the one used to build Open MPI])], [], [with_wrapper_cc="$OPAL_CC"]) AC_MSG_CHECKING([for wrapper C compiler]) if test "$with_wrapper_cc" = "yes" || test "$with_wrapper_cc" = "no" ; then AC_MSG_ERROR([--with-wrapper-cc must have an argument.]) fi # Get the full path to the wrapper compiler. If it doesn't exist # assume that the path is not currently valid. wrapper_tmp="$(type -p "$with_wrapper_cc")" if test -z "$wrapper_tmp" ; then AC_MSG_WARN([could not find "$with_wrapper_cc" in path]) fi WRAPPER_CC=$with_wrapper_cc AC_MSG_RESULT([$WRAPPER_CC]) AC_SUBST([WRAPPER_CC]) AC_ARG_WITH([wrapper-cflags], [AS_HELP_STRING([--with-wrapper-cflags], [Extra flags to add to CFLAGS when using mpicc])]) AS_IF([test "$with_wrapper_cflags" = "yes" || test "$with_wrapper_cflags" = "no"], [AC_MSG_ERROR([--with-wrapper-cflags must have an argument.])]) AC_ARG_WITH([wrapper-cflags-prefix], [AS_HELP_STRING([--with-wrapper-cflags-prefix], [Extra flags (before user flags) to add to CFLAGS when using mpicc])]) AS_IF([test "$with_wrapper_cflags_prefix" = "yes" || test "$with_wrapper_cflags_prefix" = "no"], [AC_MSG_ERROR([--with-wrapper-cflags-prefix must have an argument.])]) m4_ifdef([project_ompi], [ AC_ARG_WITH([wrapper-cxxflags], [AS_HELP_STRING([--with-wrapper-cxxflags], [Extra flags to add to CXXFLAGS when using mpiCC/mpic++])]) AS_IF([test "$with_wrapper_cxxflags" = "yes" || test "$with_wrapper_cxxflags" = "no"], [AC_MSG_ERROR([--with-wrapper-cxxflags must have an argument.])]) AC_ARG_WITH([wrapper-cxxflags-prefix], [AS_HELP_STRING([--with-wrapper-cxxflags-prefix], [Extra flags to add to CXXFLAGS when using mpiCC/mpic++])]) AS_IF([test "$with_wrapper_cxxflags_prefix" = "yes" || test "$with_wrapper_cxxflags_prefix" = "no"], [AC_MSG_ERROR([--with-wrapper-cxxflags-prefix must have an argument.])]) AC_ARG_WITH([wrapper-fcflags], [AS_HELP_STRING([--with-wrapper-fcflags], [Extra flags to add to FCFLAGS when using mpifort])]) AS_IF([test "$with_wrapper_fcflags" = "yes" || test "$with_wrapper_fcflags" = "no"], [AC_MSG_ERROR([--with-wrapper-fcflags must have an argument.])]) AC_ARG_WITH([wrapper-fcflags-prefix], [AS_HELP_STRING([--with-wrapper-fcflags-prefix], [Extra flags (before user flags) to add to FCFLAGS when using mpifort])]) AS_IF([test "$with_wrapper_fcflags_prefix" = "yes" || test "$with_wrapper_fcflags_prefix" = "no"], [AC_MSG_ERROR([--with-wrapper-fcflags-prefix must have an argument.])])]) AC_ARG_WITH([wrapper-ldflags], [AS_HELP_STRING([--with-wrapper-ldflags], [Extra flags to add to LDFLAGS when using wrapper compilers])]) AS_IF([test "$with_wrapper_ldflags" = "yes" || test "$with_wrapper_ldflags" = "no"], [AC_MSG_ERROR([--with-wrapper-ldflags must have an argument.])]) AC_ARG_WITH([wrapper-libs], [AS_HELP_STRING([--with-wrapper-libs], [Extra flags to add to LIBS when using wrapper compilers])]) AS_IF([test "$with_wrapper_libs" = "yes" || test "$with_wrapper_libs" = "no"], [AC_MSG_ERROR([--with-wrapper-libs must have an argument.])]) AC_MSG_CHECKING([if want wrapper compiler rpath support]) AC_ARG_ENABLE([wrapper-rpath], [AS_HELP_STRING([--enable-wrapper-rpath], [enable rpath/runpath support in the wrapper compilers (default=yes)])]) AS_IF([test "$enable_wrapper_rpath" != "no"], [enable_wrapper_rpath=yes]) AC_MSG_RESULT([$enable_wrapper_rpath]) AC_MSG_CHECKING([if want wrapper compiler runpath support]) AC_ARG_ENABLE([wrapper-runpath], [AS_HELP_STRING([--enable-wrapper-runpath], [enable runpath in the wrapper compilers if linker supports it (default: enabled, unless wrapper-rpath is disabled).])]) AS_IF([test "$enable_wrapper_runpath" != "no"], [enable_wrapper_runpath=yes]) AC_MSG_RESULT([$enable_wrapper_runpath]) AS_IF([test "$enable_wrapper_rpath" = "no" && test "$enable_wrapper_runpath" = "yes"], [AC_MSG_ERROR([--enable-wrapper-runpath cannot be selected with --disable-wrapper-rpath])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_wrappers.m4:185: -1- AC_DEFUN([OPAL_LIBTOOL_CONFIG], [ OPAL_VAR_SCOPE_PUSH([rpath_script rpath_outfile]) # Output goes into globally-visible variable. Run this in a # sub-process so that we don't pollute the current process # environment. rpath_script=conftest.$$.sh rpath_outfile=conftest.$$.out rm -f $rpath_script $rpath_outfile cat > $rpath_script < $rpath_outfile chmod +x $rpath_outfile . ./$rpath_outfile rm -f $rpath_outfile # Evaluate \$$1, and substitute in LIBDIR for \$libdir $4 flags="\`eval echo \$$1\`" echo \$flags # Done exit 0 EOF chmod +x $rpath_script $2=`./$rpath_script` rm -f $rpath_script OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_wrappers.m4:225: -1- AC_DEFUN([OPAL_SETUP_RPATH], [ OPAL_VAR_SCOPE_PUSH([rpath_libdir_save]) AC_MSG_CHECKING([if linker supports RPATH]) OPAL_LIBTOOL_CONFIG([hardcode_libdir_flag_spec],[rpath_args],[],[libdir=LIBDIR]) AS_IF([test -n "$rpath_args"], [WRAPPER_RPATH_SUPPORT=rpath OPAL_LIBTOOL_CONFIG([hardcode_libdir_flag_spec],[rpath_fc_args],[--tag=FC],[libdir=LIBDIR]) AC_MSG_RESULT([yes ($rpath_args + $rpath_fc_args)])], [WRAPPER_RPATH_SUPPORT=unnecessary AC_MSG_RESULT([yes (no extra flags needed)])]) OPAL_VAR_SCOPE_POP # If we found RPATH support, check for RUNPATH support, too AS_IF([test "$WRAPPER_RPATH_SUPPORT" = "rpath"], [OPAL_SETUP_RUNPATH]) ]) m4trace:config/opal_setup_wrappers.m4:251: -1- AC_DEFUN([OPAL_SETUP_RUNPATH], [ OPAL_VAR_SCOPE_PUSH([LDFLAGS_save wl_fc]) # Set the output in $runpath_args runpath_args= runpath_fc_args= LDFLAGS_save=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,--enable-new-dtags" AS_IF([test x"$enable_wrapper_runpath" = x"yes"], [AC_LANG_PUSH([C]) AC_MSG_CHECKING([if linker supports RUNPATH]) AC_LINK_IFELSE([AC_LANG_PROGRAM([], [return 7;])], [WRAPPER_RPATH_SUPPORT=runpath runpath_args="-Wl,--enable-new-dtags" AC_MSG_RESULT([yes (-Wl,--enable-new-dtags)])], [AC_MSG_RESULT([no])]) AC_LANG_POP([C]) m4_ifdef([project_ompi], [OPAL_LIBTOOL_CONFIG([wl],[wl_fc],[--tag=FC],[]) LDFLAGS="$LDFLAGS_save ${wl_fc}--enable-new-dtags" AC_LANG_PUSH([Fortran]) AC_MSG_CHECKING([if Fortran linker supports RUNPATH]) AC_LINK_IFELSE([AC_LANG_SOURCE([[program test end program]])], [runpath_fc_args="${wl_fc}--enable-new-dtags" AC_MSG_RESULT([yes (-Wl,--enable-new-dtags)])], [AC_MSG_RESULT([no])]) AC_LANG_POP([Fortran])])]) LDFLAGS=$LDFLAGS_save OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_wrappers.m4:289: -1- AC_DEFUN([RPATHIFY_LDFLAGS_INTERNAL], [ OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) AS_IF([test "$enable_wrapper_rpath" = "yes" && test "$WRAPPER_RPATH_SUPPORT" != "disabled" && test "$WRAPPER_RPATH_SUPPORT" != "unnecessary"], [ rpath_out="" for val in ${$1}; do case $val in -L*) rpath_dir=`echo $val | cut -c3-` rpath_tmp=`echo ${$2} | sed -e s@LIBDIR@$rpath_dir@` rpath_out="$rpath_out $rpath_tmp" ;; esac done $1="${$1} $rpath_out" ]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_setup_wrappers.m4:308: -1- AC_DEFUN([RPATHIFY_LDFLAGS], [RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_args])]) m4trace:config/opal_setup_wrappers.m4:310: -1- AC_DEFUN([RPATHIFY_FC_LDFLAGS], [RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_fc_args])]) m4trace:config/opal_setup_wrappers.m4:386: -1- AC_DEFUN([OPAL_SETUP_WRAPPER_FINAL], [ OPAL_VAR_SCOPE_PUSH([wrapper_tmp_arg wrapper_finalize_opal_libs wrapper_finalize_ompi_libs]) # Setup RPATH support, if desired WRAPPER_RPATH_SUPPORT=disabled AS_IF([test "$enable_wrapper_rpath" = "yes"], [OPAL_SETUP_RPATH]) AS_IF([test "$enable_wrapper_rpath" = "yes" && test "$WRAPPER_RPATH_SUPPORT" = "disabled"], [AC_MSG_WARN([RPATH support requested but not available]) AC_MSG_ERROR([Cannot continue])]) AC_DEFINE_UNQUOTED(WRAPPER_RPATH_SUPPORT, "$WRAPPER_RPATH_SUPPORT", [Whether the wrapper compilers add rpath flags by default]) # We now have all relevant flags. Substitute them in everywhere. dnl Add LIBS into the extra wrapper libs, since this is as last dnl minute as we can get. We do the temp variable bit because of dnl libevent and hwloc dependencies. LIBS is going to contain dnl libevent/libev/hwloc libraries, but their dependencies are dnl already in wrapper_extra_libs. We do not want to move -lhwloc dnl (for example) to the far right, right of its dependencies. So dnl we start with our base libs, and add all the wrapper extra dnl bits to that. wapper_tmp_arg="${LIBS}" OPAL_FLAGS_APPEND_MOVE([wrapper_tmp_arg], [${wrapper_extra_libs}]) wrapper_extra_libs="${wrapper_tmp_arg}" dnl We do not want ${includedir} to be expanded, as we want that dnl expansion to happen in the wrapper or pkg-config. m4_ifdef([project_opal], [ AC_MSG_CHECKING([for OPAL wrapper CPPFLAGS]) AS_IF([test "$WANT_INSTALL_HEADERS" = "1"], [OPAL_WRAPPER_CPPFLAGS='-I${includedir} -I${includedir}/openmpi'], [OPAL_WRAPPER_CPPFLAGS='-I${includedir}']) OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_CPPFLAGS], [$opal_mca_wrapper_extra_cppflags $wrapper_extra_cppflags $with_wrapper_cppflags]) AC_SUBST([OPAL_WRAPPER_CPPFLAGS]) AC_MSG_RESULT([$OPAL_WRAPPER_CPPFLAGS]) AC_MSG_CHECKING([for OPAL wrapper CFLAGS]) OPAL_WRAPPER_CFLAGS="$wrapper_extra_cflags $with_wrapper_cflags" AC_SUBST([OPAL_WRAPPER_CFLAGS]) AC_MSG_RESULT([$OPAL_WRAPPER_CFLAGS]) AC_MSG_CHECKING([for OPAL wrapper CFLAGS_PREFIX]) OPAL_WRAPPER_CFLAGS_PREFIX="$with_wrapper_cflags_prefix" AC_SUBST([OPAL_WRAPPER_CFLAGS_PREFIX]) AC_MSG_RESULT([$OPAL_WRAPPER_CFLAGS_PREFIX]) AC_MSG_CHECKING([for OPAL wrapper CXXFLAGS]) OPAL_WRAPPER_CXXFLAGS="$wrapper_extra_cxxflags $with_wrapper_cxxflags" AC_SUBST([OPAL_WRAPPER_CXXFLAGS]) AC_MSG_RESULT([$OPAL_WRAPPER_CXXFLAGS]) AC_MSG_CHECKING([for OPAL wrapper CXXFLAGS_PREFIX]) OPAL_WRAPPER_CXXFLAGS_PREFIX="$with_wrapper_cxxflags_prefix" AC_SUBST([OPAL_WRAPPER_CXXFLAGS_PREFIX]) AC_MSG_RESULT([$OPAL_WRAPPER_CXXFLAGS_PREFIX]) wrapper_finalize_opal_libs="-l${OPAL_LIB_NAME}" dnl No matter the configuration (see the 5 cases above), the base dnl flags should contain a -L${libdir} and -lopen-pal, so that those dnl are found. OPAL_WRAPPER_LDFLAGS='-L${libdir}' OPAL_WRAPPER_LIBS="${wrapper_finalize_opal_libs}" OPAL_WRAPPER_LIBS_STATIC= OPAL_WRAPPER_LDFLAGS_STATIC= AS_IF(dnl shared only case. We add no flags beyond the base -L/-l [test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], dnl building both shared and static libraries. The base dnl case remains the same as the shared-only case (because dnl the app will link against the shared library, but the dnl static case is the full dependency tree. Our full dnl dependency tree is both the wrapper_extra_libs and dnl wrapper_extra_static_libs, because wrapper_extra_libs dnl was not added to the normal case. [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS_STATIC], [${opal_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OPAL_WRAPPER_LIBS_STATIC], [${opal_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS_STATIC], [${opal_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OPAL_WRAPPER_LIBS_STATIC], [${opal_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])], dnl building static only. The base case is that we need to dnl list our dependencies, but not the full treee, because dnl we assume that our dependencies will be shared libraries dnl (unless they too were built static only, in which case dnl their dependencies will be our direct dependencies if dnl their modules are setup correctly). The static case is dnl our full dependency tree, but we only need to list the dnl second leve explicitly, because the wrapper compiler dnl and/or pkg-config merge use the normal case data in the dnl static case. [OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS], [${opal_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OPAL_WRAPPER_LIBS], [${opal_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS_STATIC], [${opal_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OPAL_WRAPPER_LIBS_STATIC], [${opal_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])]) dnl Add the user-provided flags OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS], [${with_wrapper_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OPAL_WRAPPER_LIBS], [${with_wrapper_libs}]) RPATHIFY_LDFLAGS([OPAL_WRAPPER_LDFLAGS]) RPATHIFY_LDFLAGS([OPAL_WRAPPER_LDFLAGS_STATIC]) OPAL_FLAGS_APPEND_UNIQ([OPAL_WRAPPER_LDFLAGS], [${runpath_args}]) AC_MSG_CHECKING([for OPAL wrapper LDFLAGS]) AC_SUBST([OPAL_WRAPPER_LDFLAGS]) AC_MSG_RESULT([$OPAL_WRAPPER_LDFLAGS]) AC_MSG_CHECKING([for OPAL wrapper static LDFLAGS]) AC_SUBST([OPAL_WRAPPER_LDFLAGS_STATIC]) AC_MSG_RESULT([$OPAL_WRAPPER_LDFLAGS_STATIC]) AC_MSG_CHECKING([for OPAL wrapper LIBS]) AC_SUBST([OPAL_WRAPPER_LIBS]) AC_MSG_RESULT([$OPAL_WRAPPER_LIBS]) AC_MSG_CHECKING([for OPAL wrapper static LIBS]) AC_SUBST([OPAL_WRAPPER_LIBS_STATIC]) AC_MSG_RESULT([$OPAL_WRAPPER_LIBS_STATIC]) ]) m4_ifdef([project_ompi], [ AC_MSG_CHECKING([for OMPI wrapper CPPFLAGS]) AS_IF([test "$WANT_INSTALL_HEADERS" = "1"], [OMPI_WRAPPER_CPPFLAGS='-I${includedir} -I${includedir}/openmpi'], [OMPI_WRAPPER_CPPFLAGS='-I${includedir}']) OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_CPPFLAGS], [$ompi_mca_wrapper_extra_cppflags $wrapper_extra_cppflags $with_wrapper_cppflags]) AC_SUBST([OMPI_WRAPPER_CPPFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_CPPFLAGS]) AC_MSG_CHECKING([for OMPI wrapper CFLAGS]) OMPI_WRAPPER_CFLAGS="$wrapper_extra_cflags $with_wrapper_cflags" AC_SUBST([OMPI_WRAPPER_CFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_CFLAGS]) AC_MSG_CHECKING([for OMPI wrapper CFLAGS_PREFIX]) OMPI_WRAPPER_CFLAGS_PREFIX="$with_wrapper_cflags_prefix" AC_SUBST([OMPI_WRAPPER_CFLAGS_PREFIX]) AC_MSG_RESULT([$OMPI_WRAPPER_CFLAGS_PREFIX]) AC_MSG_CHECKING([for OMPI wrapper CXXFLAGS]) OMPI_WRAPPER_CXXFLAGS="$wrapper_extra_cxxflags $with_wrapper_cxxflags" AC_SUBST([OMPI_WRAPPER_CXXFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_CXXFLAGS]) AC_MSG_CHECKING([for OMPI wrapper CXXFLAGS_PREFIX]) OMPI_WRAPPER_CXXFLAGS_PREFIX="$with_wrapper_cxxflags_prefix" AC_SUBST([OMPI_WRAPPER_CXXFLAGS_PREFIX]) AC_MSG_RESULT([$OMPI_WRAPPER_CXXFLAGS_PREFIX]) AC_MSG_CHECKING([for OMPI wrapper FCFLAGS]) OMPI_WRAPPER_FCFLAGS='-I${includedir}'" ${wrapper_extra_fcflags} ${with_wrapper_fcflags}" AS_IF([test -n "${OMPI_FC_MODULE_FLAG}"], [dnl deal with some interesting expansion behavior in OPAL_APPEND wrapper_tmp_arg="${OMPI_FC_MODULE_FLAG}${OMPI_FORTRAN_MODULEDIR}" OPAL_APPEND([OMPI_WRAPPER_FCFLAGS], [${wrapper_tmp_arg}])]) AC_SUBST([OMPI_WRAPPER_FCFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_EXTRA_FCFLAGS]) AC_MSG_CHECKING([for OMPI wrapper FCFLAGS_PREFIX]) OMPI_WRAPPER_FCFLAGS_PREFIX="$with_wrapper_fcflags_prefix" AC_SUBST([OMPI_WRAPPER_FCFLAGS_PREFIX]) AC_MSG_RESULT([$OMPI_WRAPPER_FCFLAGS_PREFIX]) wrapper_finalize_ompi_libs="-l${OMPI_LIBMPI_NAME}" dnl No matter the configuration (see the 5 cases above), the base dnl flags should contain a -L${libdir} and -lmpi, so that those dnl are found. OMPI_WRAPPER_LDFLAGS='-L${libdir}' OMPI_WRAPPER_LIBS="${wrapper_finalize_ompi_libs}" OMPI_WRAPPER_LIBS_STATIC= OMPI_WRAPPER_LDFLAGS_STATIC= AS_IF(dnl shared only case. We add no flags beyond the base -L/-l [test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], dnl building both shared and static libraries. The base dnl case remains the same as the shared-only case (because dnl the app will link against the shared library, but the dnl static case is the full dependency tree. Our full dnl dependency tree is both the wrapper_extra_libs and dnl wrapper_extra_static_libs, because wrapper_extra_libs dnl was not added to the normal case. [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS_STATIC], [${ompi_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OMPI_WRAPPER_LIBS_STATIC], [${wrapper_finalize_opal_libs} ${ompi_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS_STATIC], [${ompi_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OMPI_WRAPPER_LIBS_STATIC], [${ompi_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])], dnl building static only. The base case is that we need to dnl list our dependencies, but not the full treee, because dnl we assume that our dependencies will be shared libraries dnl (unless they too were built static only, in which case dnl their dependencies will be our direct dependencies if dnl their modules are setup correctly). The static case is dnl our full dependency tree, but we only need to list the dnl second leve explicitly, because the wrapper compiler dnl and/or pkg-config merge use the normal case data in the dnl static case. [OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS], [${ompi_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OMPI_WRAPPER_LIBS], [${wrapper_finalize_opal_libs} ${ompi_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS_STATIC], [${ompi_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OMPI_WRAPPER_LIBS_STATIC], [${ompi_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])]) dnl Add the user-provided flags OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS], [${with_wrapper_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OMPI_WRAPPER_LIBS], [${with_wrapper_libs}]) dnl fortran FTW! OMPI_WRAPPER_FC_LIBS="${OMPI_FORTRAN_USEMPIF08_LIB} ${OMPI_FORTRAN_USEMPI_LIB} ${OMPI_FORTRAN_MPIFH_LINK} ${OMPI_WRAPPER_LIBS}" OMPI_WRAPPER_FC_LIBS_STATIC=${OMPI_WRAPPER_LIBS_STATIC} OMPI_WRAPPER_FC_LDFLAGS=$OMPI_WRAPPER_LDFLAGS OMPI_WRAPPER_FC_LDFLAGS_STATIC=$OMPI_WRAPPER_LDFLAGS RPATHIFY_LDFLAGS([OMPI_WRAPPER_LDFLAGS]) RPATHIFY_LDFLAGS([OMPI_WRAPPER_LDFLAGS_STATIC]) RPATHIFY_FC_LDFLAGS([OMPI_WRAPPER_FC_LDFLAGS]) RPATHIFY_FC_LDFLAGS([OMPI_WRAPPER_FC_LDFLAGS_STATIC]) OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_LDFLAGS], [${runpath_args}]) OPAL_FLAGS_APPEND_UNIQ([OMPI_WRAPPER_FC_LDFLAGS], [${runpath_fc_args}]) AC_MSG_CHECKING([for OMPI wrapper LDFLAGS]) AC_SUBST([OMPI_WRAPPER_LDFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_LDFLAGS]) AC_MSG_CHECKING([for OMPI wrapper static LDFLAGS]) AC_SUBST([OMPI_WRAPPER_LDFLAGS_STATIC]) AC_MSG_RESULT([$OMPI_WRAPPER_LDFLAGS_STATIC]) AC_MSG_CHECKING([for OMPI wrapper LIBS]) AC_SUBST([OMPI_WRAPPER_LIBS]) AC_MSG_RESULT([$OMPI_WRAPPER_LIBS]) AC_MSG_CHECKING([for OMPI wrapper static LIBS]) AC_SUBST([OMPI_WRAPPER_LIBS_STATIC]) AC_MSG_RESULT([$OMPI_WRAPPER_LIBS_STATIC]) AC_MSG_CHECKING([for OMPI wrapper Fortran LDFLAGS]) AC_SUBST([OMPI_WRAPPER_FC_LDFLAGS]) AC_MSG_RESULT([$OMPI_WRAPPER_FC_LDFLAGS]) AC_MSG_CHECKING([for OMPI wrapper Fortran static LDFLAGS]) AC_SUBST([OMPI_WRAPPER_FC_LDFLAGS_STATIC]) AC_MSG_RESULT([$OMPI_WRAPPER_LDFLAGS_STATIC]) AC_MSG_CHECKING([for OMPI wrapper Fortran LIBS]) AC_SUBST([OMPI_WRAPPER_FC_LIBS]) AC_MSG_RESULT([$OMPI_WRAPPER_FC_LIBS]) AC_MSG_CHECKING([for OMPI wrapper Fortran static LIBS]) AC_SUBST([OMPI_WRAPPER_FC_LIBS_STATIC]) AC_MSG_RESULT([$OMPI_WRAPPER_FC_LIBS_STATIC]) # language binding support. C++ is a bit different, as the # compiler should work even if there is no MPI C++ bindings # support. However, we do want it to fail if there is no C++ # compiler. if test "$CXX" = "none"; then OMPI_WRAPPER_CXX_REQUIRED_FILE="not supported" else OMPI_WRAPPER_CXX_REQUIRED_FILE="" fi AC_SUBST([OMPI_WRAPPER_CXX_REQUIRED_FILE]) if test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" ; then OMPI_WRAPPER_FORTRAN_REQUIRED_FILE="" else OMPI_WRAPPER_FORTRAN_REQUIRED_FILE="not supported" fi AC_SUBST([OMPI_WRAPPER_FORTRAN_REQUIRED_FILE]) # For script-based wrappers that don't do relocatable binaries. # Don't use if you don't have to. exec_prefix_save="${exec_prefix}" test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" eval "OMPI_WRAPPER_INCLUDEDIR=\"${includedir}\"" eval "OMPI_WRAPPER_LIBDIR=\"${libdir}\"" exec_prefix="${exec_prefix_save}" AC_SUBST([OMPI_WRAPPER_INCLUDEDIR]) AC_SUBST([OMPI_WRAPPER_LIBDIR]) # if wrapper compilers were requested, set the ompi one up if test "$WANT_SCRIPT_WRAPPER_COMPILERS" = "1" ; then AC_CONFIG_FILES([ompi/tools/wrappers/ompi_wrapper_script], [chmod +x ompi/tools/wrappers/ompi_wrapper_script]) fi AC_DEFINE_UNQUOTED(OMPI_WRAPPER_CFLAGS, "$OMPI_WRAPPER_CFLAGS", [CFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OMPI_WRAPPER_CXXFLAGS, "$OMPI_WRAPPER_CXXFLAGS", [CXXFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OMPI_WRAPPER_FCFLAGS, "$OMPI_WRAPPER__FCFLAGS", [FCFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OMPI_WRAPPER_LDFLAGS, "$OMPI_WRAPPER_LDFLAGS", [LDFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OMPI_WRAPPER_LIBS, "$OMPI_WRAPPER_LIBS", [LIBS to pass through the wrapper compilers]) dnl #################################################################### dnl Setup variables for pkg-config files dnl dnl Add all our dependent libraries to libs.Private for users that want dnl to static build, unless we're only building static libraries, in dnl which case, add the dependent libraries to libs itself, since any dnl linking will require the full set of libraries. dnl #################################################################### AC_MSG_CHECKING([for OMPI pkg-config Cflags]) OMPI_PC_CFLAGS="${OMPI_WRAPPER_CPPFLAGS} ${OMPI_WRAPPER_CFLAGS} ${OMPI_WRAPPER_CFLAGS_PREFIX}" OMPI_PC_CFLAGS=`echo ${OMPI_PC_CFLAGS} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_CFLAGS]) AC_MSG_RESULT([${OMPI_PC_CFLAGS}]) AC_MSG_CHECKING([for OMPI pkg-config Libs]) OMPI_PC_LIBS="${OMPI_WRAPPER_LDFLAGS} ${OMPI_WRAPPER_LIBS}" OMPI_PC_LIBS=`echo ${OMPI_PC_LIBS} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_LIBS]) AC_MSG_RESULT([${OMPI_PC_LIBS}]) AC_MSG_CHECKING([for OMPI pkg-config Libs.private]) OMPI_PC_LIBS_PRIVATE="${OMPI_WRAPPER_LDFLAGS_STATIC} ${OMPI_WRAPPER_LIBS_STATIC}" OMPI_PC_LIBS_PRIVATE=`echo ${OMPI_PC_LIBS_PRIVATE} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_LIBS_PRIVATE]) AC_MSG_RESULT([${OMPI_PC_LIBS_PRIVATE}]) AC_MSG_CHECKING([for OMPI pkg-config Fortran Cflags]) OMPI_PC_FC_CFLAGS="${OMPI_WRAPPER_FCFLAGS} ${OMPI_WRAPPER_FCFLAGS_PREFIX}" OMPI_PC_FC_CFLAGS=`echo ${OMPI_PC_FC_CFLAGS} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_FC_CFLAGS]) AC_MSG_RESULT([${OMPI_PC_FC_CFLAGS}]) AC_MSG_CHECKING([for OMPI pkg-config Fortran Libs]) OMPI_PC_FC_LIBS="${OMPI_WRAPPER_FC_LDFLAGS} ${OMPI_WRAPPER_FC_LIBS}" OMPI_PC_FC_LIBS=`echo ${OMPI_PC_FC_LIBS} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_FC_LIBS]) AC_MSG_RESULT([${OMPI_PC_FC_LIBS}]) AC_MSG_CHECKING([for OMPI pkg-config Fortran Libs.private]) OMPI_PC_FC_LIBS_PRIVATE="${OMPI_WRAPPER_FC_LDFLAGS_STATIC} ${OMPI_WRAPPER_FC_LIBS_STATIC}" OMPI_PC_FC_LIBS_PRIVATE=`echo ${OMPI_PC_FC_LIBS_PRIVATE} | sed -e 's/@{/\${/g'` AC_SUBST([OMPI_PC_FC_LIBS_PRIVATE]) AC_MSG_RESULT([${OMPI_PC_FC_LIBS_PRIVATE}]) OMPI_PC_MODULES= OMPI_PC_MODULES_PRIVATE= AS_IF([test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [OMPI_PC_MODULES_PRIVATE="${wrapper_extra_pkgconfig_modules} ${ompi_mca_wrapper_extra_pc_modules}"], [OMPI_PC_MODULES="${wrapper_extra_pkgconfig_modules} ${ompi_mca_wrapper_extra_pc_modules}"]) AC_MSG_CHECKING([for OMPI pkg-config Modules]) AC_SUBST([OMPI_PC_MODULES]) AC_MSG_RESULT([${OMPI_PC_MODULES}]) AC_MSG_CHECKING([for OMPI pkg-config Modules.private]) AC_SUBST([OMPI_PC_MODULES_PRIVATE]) AC_MSG_RESULT([${OMPI_PC_MODULES_PRIVATE}]) ]) m4_ifdef([project_oshmem], [ AC_MSG_CHECKING([for OSHMEM wrapper CPPFLAGS]) AS_IF([test "$WANT_INSTALL_HEADERS" = "1"], [OSHMEM_WRAPPER_CPPFLAGS='-I${includedir} -I${includedir}/openmpi'], [OSHMEM_WRAPPER_CPPFLAGS='-I${includedir}']) OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_CPPFLAGS], [$oshmem_mca_wrapper_extra_cppflags $wrapper_extra_cppflags $with_wrapper_cppflags]) AC_SUBST([OSHMEM_WRAPPER_CPPFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_CPPFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper CFLAGS]) OSHMEM_WRAPPER_CFLAGS="$wrapper_extra_cflags $with_wrapper_cflags" AC_SUBST([OSHMEM_WRAPPER_CFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_CFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper CFLAGS_PREFIX]) OSHMEM_WRAPPER_CFLAGS_PREFIX="$with_wrapper_cflags_prefix" AC_SUBST([OSHMEM_WRAPPER_CFLAGS_PREFIX]) AC_MSG_RESULT([$OSHMEM_WRAPPER_CFLAGS_PREFIX]) AC_MSG_CHECKING([for OSHMEM wrapper CXXFLAGS]) OSHMEM_WRAPPER_CXXFLAGS="$wrapper_extra_cxxflags $with_wrapper_cxxflags" AC_SUBST([OSHMEM_WRAPPER_CXXFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_CXXFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper CXXFLAGS_PREFIX]) OSHMEM_WRAPPER_CXXFLAGS_PREFIX="$with_wrapper_cxxflags_prefix" AC_SUBST([OSHMEM_WRAPPER_CXXFLAGS_PREFIX]) AC_MSG_RESULT([$OSHMEM_WRAPPER_CXXFLAGS_PREFIX]) AC_MSG_CHECKING([for OSHMEM wrapper FCFLAGS]) OSHMEM_WRAPPER_FCFLAGS='-I${includedir}'" ${wrapper_extra_fcflags} ${with_wrapper_fcflags}" AS_IF([test -n "${OMPI_FC_MODULE_FLAG}"], [dnl deal with some interesting expansion behavior in OPAL_APPEND wrapper_tmp_arg="${OMPI_FC_MODULE_FLAG}${OMPI_FORTRAN_MODULEDIR}" OPAL_APPEND([OSHMEM_WRAPPER_FCFLAGS], [${wrapper_tmp_arg}])]) AC_SUBST([OSHMEM_WRAPPER_FCFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_EXTRA_FCFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper FCFLAGS_PREFIX]) OSHMEM_WRAPPER_FCFLAGS_PREFIX="$with_wrapper_fcflags_prefix" AC_SUBST([OSHMEM_WRAPPER_FCFLAGS_PREFIX]) AC_MSG_RESULT([$OSHMEM_WRAPPER_FCFLAGS_PREFIX]) dnl No matter the configuration (see the 5 cases above), the dnl base flags should contain a -L${libdir} and -loshmem -lmpi, dnl so that those are found. OSHMEM_WRAPPER_LDFLAGS='-L${libdir}' OSHMEM_WRAPPER_LIBS="-loshmem ${wrapper_finalize_ompi_libs}" OSHMEM_WRAPPER_LIBS_STATIC= OSHMEM_WRAPPER_LDFLAGS_STATIC= AS_IF(dnl shared only case. We add no flags beyond the base -L/-l [test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], dnl building both shared and static libraries. The base dnl case remains the same as the shared-only case (because dnl the app will link against the shared library, but the dnl static case is the full dependency tree. Our full dnl dependency tree is both the wrapper_extra_libs and dnl wrapper_extra_static_libs, because wrapper_extra_libs dnl was not added to the normal case. [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS_STATIC], [${oshmem_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OSHMEM_WRAPPER_LIBS_STATIC], [${wrapper_finalize_opal_libs} ${oshmem_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS_STATIC], [${oshmem_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OSHMEM_WRAPPER_LIBS_STATIC], [${oshmem_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])], dnl building static only. The base case is that we need to dnl list our dependencies, but not the full treee, because dnl we assume that our dependencies will be shared libraries dnl (unless they too were built static only, in which case dnl their dependencies will be our direct dependencies if dnl their modules are setup correctly). The static case is dnl our full dependency tree, but we only need to list the dnl second leve explicitly, because the wrapper coshmemler dnl and/or pkg-config merge use the normal case data in the dnl static case. [OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS], [${oshmem_mca_wrapper_extra_ldflags} ${wrapper_extra_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OSHMEM_WRAPPER_LIBS], [${wrapper_finalize_opal_libs} ${oshmem_mca_wrapper_extra_libs} ${wrapper_extra_libs}]) OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS_STATIC], [${oshmem_mca_wrapper_extra_static_ldflags} ${wrapper_extra_static_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OSHMEM_WRAPPER_LIBS_STATIC], [${oshmem_mca_wrapper_extra_static_libs} ${wrapper_extra_static_libs}])]) dnl Add the user-provided flags OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS], [${with_wrapper_ldflags}]) OPAL_FLAGS_APPEND_MOVE([OSHMEM_WRAPPER_LIBS], [${with_wrapper_libs}]) dnl fortran FTW! OSHMEM_WRAPPER_FC_LIBS="-loshmem ${OMPI_FORTRAN_MPIFH_LINK}" OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_FC_LIBS], [${OSHMEM_WRAPPER_LIBS}]) OSHMEM_WRAPPER_FC_LIBS_STATIC=${OSHMEM_WRAPPER_LIBS_STATIC} OSHMEM_WRAPPER_FC_LDFLAGS=$OSHMEM_WRAPPER_LDFLAGS OSHMEM_WRAPPER_FC_LDFLAGS_STATIC=$OSHMEM_WRAPPER_LDFLAGS RPATHIFY_LDFLAGS([OSHMEM_WRAPPER_LDFLAGS]) RPATHIFY_LDFLAGS([OSHMEM_WRAPPER_LDFLAGS_STATIC]) RPATHIFY_FC_LDFLAGS([OSHMEM_WRAPPER_FC_LDFLAGS]) RPATHIFY_FC_LDFLAGS([OSHMEM_WRAPPER_FC_LDFLAGS_STATIC]) OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_LDFLAGS], [${runpath_args}]) OPAL_FLAGS_APPEND_UNIQ([OSHMEM_WRAPPER_FC_LDFLAGS], [${runpath_fc_args}]) AC_MSG_CHECKING([for OSHMEM wrapper LDFLAGS]) AC_SUBST([OSHMEM_WRAPPER_LDFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_LDFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper static LDFLAGS]) AC_SUBST([OSHMEM_WRAPPER_LDFLAGS_STATIC]) AC_MSG_RESULT([$OSHMEM_WRAPPER_LDFLAGS_STATIC]) AC_MSG_CHECKING([for OSHMEM wrapper LIBS]) AC_SUBST([OSHMEM_WRAPPER_LIBS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_LIBS]) AC_MSG_CHECKING([for OSHMEM wrapper static LIBS]) AC_SUBST([OSHMEM_WRAPPER_LIBS_STATIC]) AC_MSG_RESULT([$OSHMEM_WRAPPER_LIBS_STATIC]) AC_MSG_CHECKING([for OSHMEM wrapper Fortran LDFLAGS]) AC_SUBST([OSHMEM_WRAPPER_FC_LDFLAGS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_FC_LDFLAGS]) AC_MSG_CHECKING([for OSHMEM wrapper Fortran static LDFLAGS]) AC_SUBST([OSHMEM_WRAPPER_FC_LDFLAGS_STATIC]) AC_MSG_RESULT([$OSHMEM_WRAPPER_FC_LDFLAGS_STATIC]) AC_MSG_CHECKING([for OSHMEM wrapper Fortran LIBS]) AC_SUBST([OSHMEM_WRAPPER_FC_LIBS]) AC_MSG_RESULT([$OSHMEM_WRAPPER_FC_LIBS]) AC_MSG_CHECKING([for OSHMEM wrapper Fortran static LIBS]) AC_SUBST([OSHMEM_WRAPPER_FC_LIBS_STATIC]) AC_MSG_RESULT([$OSHMEM_WRAPPER_FC_LIBS_STATIC]) # language binding support. C++ is a bit different, as the # coshmemler should work even if there is no MPI C++ bindings # support. However, we do want it to fail if there is no C++ # coshmemler. if test "$CXX" = "none"; then OSHMEM_WRAPPER_CXX_REQUIRED_FILE="not supported" else OSHMEM_WRAPPER_CXX_REQUIRED_FILE="" fi AC_SUBST([OSHMEM_WRAPPER_CXX_REQUIRED_FILE]) if test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" ; then OSHMEM_WRAPPER_FORTRAN_REQUIRED_FILE="" else OSHMEM_WRAPPER_FORTRAN_REQUIRED_FILE="not supported" fi AC_SUBST([OSHMEM_WRAPPER_FORTRAN_REQUIRED_FILE]) AC_DEFINE_UNQUOTED(OSHMEM_WRAPPER_CFLAGS, "$OSHMEM_WRAPPER_CFLAGS", [CFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OSHMEM_WRAPPER_CXXFLAGS, "$OSHMEM_WRAPPER_CXXFLAGS", [CXXFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OSHMEM_WRAPPER_FCFLAGS, "$OSHMEM_WRAPPER__FCFLAGS", [FCFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OSHMEM_WRAPPER_LDFLAGS, "$OSHMEM_WRAPPER_LDFLAGS", [LDFLAGS to pass through the wrapper compilers]) AC_DEFINE_UNQUOTED(OSHMEM_WRAPPER_LIBS, "$OSHMEM_WRAPPER_LIBS", [LIBS to pass through the wrapper compilers]) dnl #################################################################### dnl Setup variables for pkg-config files dnl dnl Add all our dependent libraries to libs.Private for users that want dnl to static build, unless we're only building static libraries, in dnl which case, add the dependent libraries to libs itself, since any dnl linking will require the full set of libraries. dnl #################################################################### AC_MSG_CHECKING([for OSHMEM pkg-config Cflags]) OSHMEM_PC_CFLAGS="${OSHMEM_WRAPPER_CPPFLAGS} ${OSHMEM_WRAPPER_CFLAGS} ${OSHMEM_WRAPPER_CFLAGS_PREFIX}" OSHMEM_PC_CFLAGS=`echo ${OSHMEM_PC_CFLAGS} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_CFLAGS]) AC_MSG_RESULT([${OSHMEM_PC_CFLAGS}]) AC_MSG_CHECKING([for OSHMEM pkg-config Libs]) OSHMEM_PC_LIBS="${OSHMEM_WRAPPER_LDFLAGS} ${OSHMEM_WRAPPER_LIBS}" OSHMEM_PC_LIBS=`echo ${OSHMEM_PC_LIBS} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_LIBS]) AC_MSG_RESULT([${OSHMEM_PC_LIBS}]) AC_MSG_CHECKING([for OSHMEM pkg-config Libs.private]) OSHMEM_PC_LIBS_PRIVATE="${OSHMEM_WRAPPER_LDFLAGS_STATIC} ${OSHMEM_WRAPPER_LIBS_STATIC}" OSHMEM_PC_LIBS_PRIVATE=`echo ${OSHMEM_PC_LIBS_PRIVATE} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_LIBS_PRIVATE]) AC_MSG_RESULT([${OSHMEM_PC_LIBS_PRIVATE}]) AC_MSG_CHECKING([for OSHMEM pkg-config Fortran Cflags]) OSHMEM_PC_CFLAGS="${OSHMEM_WRAPPER_FCFLAGS} ${OSHMEM_WRAPPER_FCFLAGS_PREFIX}" OSHMEM_PC_CFLAGS=`echo ${OSHMEM_PC_CFLAGS} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_FC_CFLAGS]) AC_MSG_RESULT([${OSHMEM_PC_FC_CFLAGS}]) AC_MSG_CHECKING([for OSHMEM pkg-config Fortran Libs]) OSHMEM_PC_FC_LIBS="${OSHMEM_WRAPPER_FC_LDFLAGS} ${OSHMEM_WRAPPER_FC_LIBS}" OSHMEM_PC_FC_LIBS=`echo ${OSHMEM_PC_FC_LIBS} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_FC_LIBS]) AC_MSG_RESULT([${OSHMEM_PC_FC_LIBS}]) AC_MSG_CHECKING([for OSHMEM pkg-config Fortran Libs.private]) OSHMEM_PC_FC_LIBS_PRIVATE="${OSHMEM_WRAPPER_FC_LDFLAGS_STATIC} ${OSHMEM_WRAPPER_FC_LIBS_STATIC}" OSHMEM_PC_FC_LIBS_PRIVATE=`echo ${OSHMEM_PC_FC_LIBS_PRIVATE} | sed -e 's/@{/\${/g'` AC_SUBST([OSHMEM_PC_FC_LIBS_PRIVATE]) AC_MSG_RESULT([${OSHMEM_PC_FC_LIBS_PRIVATE}]) OSHMEM_PC_MODULES= OSHMEM_PC_MODULES_PRIVATE= AS_IF([test "${enable_shared}" != "no" -a "${enable_static}" != "yes"], [], [test "${enable_shared}" != "no" -a "${enable_static}" = "yes"], [OSHMEM_PC_MODULES_PRIVATE="${wrapper_extra_pkgconfig_modules} ${oshmem_mca_wrapper_extra_pc_modules}"], [OSHMEM_PC_MODULES="${wrapper_extra_pkgconfig_modules} ${oshmem_mca_wrapper_extra_pc_modules}"]) AC_MSG_CHECKING([for OSHMEM pkg-config Modules]) AC_SUBST([OSHMEM_PC_MODULES]) AC_MSG_RESULT([${OSHMEM_PC_MODULES}]) AC_MSG_CHECKING([for OSHMEM pkg-config Modules.private]) AC_SUBST([OSHMEM_PC_MODULES_PRIVATE]) AC_MSG_RESULT([${OSHMEM_PC_MODULES_PRIVATE}]) ]) OPAL_VAR_SCOPE_POP ]) m4trace:config/opal_strip_optflags.m4:23: -1- AC_DEFUN([OPAL_STRIP_OPTFLAGS], [ # Process a set of flags and remove all debugging and optimization # flags s_arg="$1" s_result= for s_word in $s_arg; do # See http://www.gnu.org/software/autoconf/manual/html_node/Quadrigraphs.html#Quadrigraphs # for an explanation of @<:@ and @:>@ -- they m4 expand to [ and ] case $s_word in -g) ;; -g@<:@1-3@:>@) ;; +K@<:@0-5@:>@) ;; -O) ;; -O@<:@0-9@:>@) ;; -xO) ;; -xO@<:@0-9@:>@) ;; -fast) ;; -finline-functions) ;; # The below Sun Studio flags require or # trigger -xO optimization -xvector*) ;; -xdepend=yes) ;; *) s_result="$s_result $s_word" esac done # Clean up unset s_word s_arg]) m4trace:config/opal_subdir_env.m4:22: -1- AC_DEFUN([OPAL_SUBDIR_ENV_CLEAN], [ for temp_var in $ac_precious_vars; do # save all set variables, with a __set and # __value format. _set will always be saved, # _value if _set evaluates to "set". # # Because we may modify the environment with # OPAL_SUBDIR_ENV_APPEND, also store the original values of # ac_env__set in _ac_env__set eval temp_var_set=\${${temp_var}+set} eval $1_${temp_var}_set=$temp_var_set eval $1_ac_env_${temp_var}_set=\$ac_env_${temp_var}_set if test "$temp_var_set" = "set" ; then eval $1_${temp_var}_value=\$${temp_var} fi unset tmp_var_set # restore the variables that were set at the start of # configure and unset the ones that were not. eval temp_var_orig_set=\$ac_env_${temp_var}_set if test "$temp_var_set" = "set" ; then eval ${temp_var}=\$ac_env_${temp_var}_value else unset $temp_var fi done ]) m4trace:config/opal_subdir_env.m4:61: -1- AC_DEFUN([OPAL_SUBDIR_ENV_RESTORE], [ for temp_var in $ac_precious_vars; do # always restore the value of ac_env__set eval ac_env_${temp_var}_set=\$$1_ac_env_${temp_var}_set # conditionally restore any variable values that were set at # CLEAN time eval temp_var_set=\$$1_${temp_var}_set if test "$temp_var_set" = "set" ; then eval ${temp_var}=\$$1_${temp_var}_value fi unset $1_${temp_var}_value unset $1_${temp_var}_set unset $1_ac_env_${temp_var}_set done ]) m4trace:config/opal_subdir_env.m4:86: -1- AC_DEFUN([OPAL_SUBDIR_ENV_APPEND], [ ac_env_$1_set="set" AS_IF([test -z "$$1"], [$1=$2], [$1="$$1 $2"]) ]) m4trace:config/opal_summary.m4:21: -1- AC_DEFUN([OPAL_SUMMARY_ADD], [ OAC_SUMMARY_ADD([$1], [$2], [$4]) ]) m4trace:config/opal_summary.m4:30: -1- AC_DEFUN([OPAL_SUMMARY_PRINT], [ cat <&AS_MESSAGE_FD else echo "Build MPI C bindings: no" >&AS_MESSAGE_FD fi dnl Print out the bindings if we are building OMPI if test "$project_ompi_amc" = "true" ; then if test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_MPIFH_BINDINGS ; then echo "Build MPI Fortran bindings: mpif.h" >&AS_MESSAGE_FD elif test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_USEMPI_BINDINGS ; then echo "Build MPI Fortran bindings: mpif.h, use mpi" >&AS_MESSAGE_FD elif test $OMPI_BUILD_FORTRAN_BINDINGS = $OMPI_FORTRAN_USEMPIF08_BINDINGS ; then echo "Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08" >&AS_MESSAGE_FD else echo "Build MPI Fortran bindings: no" >&AS_MESSAGE_FD fi if test $WANT_MPI_JAVA_BINDINGS -eq 1 ; then echo "Build MPI Java bindings (experimental): yes" >&AS_MESSAGE_FD else echo "Build MPI Java bindings (experimental): no" >&AS_MESSAGE_FD fi fi if test "$project_oshmem_amc" = "true" ; then echo "Build Open SHMEM support: yes" >&AS_MESSAGE_FD elif test -z "$project_oshmem_amc" ; then echo "Build Open SHMEM support: no" >&AS_MESSAGE_FD else echo "Build Open SHMEM support: $project_oshmem_amc" >&AS_MESSAGE_FD fi if test $WANT_DEBUG = 0 ; then echo "Debug build: no" >&AS_MESSAGE_FD else echo "Debug build: yes" >&AS_MESSAGE_FD fi if test ! -z $with_platform ; then echo "Platform file: $with_platform" >&AS_MESSAGE_FD else echo "Platform file: (none)" >&AS_MESSAGE_FD fi echo " " >&AS_MESSAGE_FD OAC_SUMMARY_PRINT if test $WANT_DEBUG = 1 ; then cat >&AS_MESSAGE_FD <&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:config/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:config/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) m4trace:config/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ]) m4trace:config/pkg.m4:247: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_STATIC_LIBS], [static linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) _PKG_CONFIG2([$1][_STATIC_LIBS], [libs], [static], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS $1[]_STATIC_LIBS=$pkg_cv_[]$1[]_STATIC_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ]) m4trace:configure.ac:45: -1- m4_include([config/autogen_found_items.m4]) m4trace:config/autogen_found_items.m4:228: -1- m4_include([opal/mca/backtrace/configure.m4]) m4trace:opal/mca/backtrace/configure.m4:22: -1- AC_DEFUN([MCA_opal_backtrace_CORE_LIB], [1]) m4trace:config/autogen_found_items.m4:229: -1- m4_include([opal/mca/dl/configure.m4]) m4trace:opal/mca/dl/configure.m4:13: -1- AC_DEFUN([MCA_opal_dl_CORE_LIB], [1]) m4trace:opal/mca/dl/configure.m4:24: -1- AC_DEFUN([MCA_opal_dl_CONFIG], [ OPAL_HAVE_DL_SUPPORT=0 # If --disable-dlopen was used, then have all the components fail # (we still need to configure them all so that things like "make # dist" work", but we just want the MCA system to (artificially) # conclude that it can't build any of the components. AS_IF([test "$enable_dlopen" = "no"], [want_dl=0], [want_dl=1]) MCA_CONFIGURE_FRAMEWORK([opal], [dl], [$want_dl]) # If we found no suitable static dl component and dlopen support # was not specifically disabled, this is an error. AS_IF([test "$MCA_opal_dl_STATIC_COMPONENTS" = "" && \ test "$enable_dlopen" != "no"], [AC_MSG_WARN([Did not find a suitable static opal dl component]) AC_MSG_WARN([You might need to install libltld (and its headers) or]) AC_MSG_WARN([specify --disable-dlopen to configure.]) AC_MSG_ERROR([Cannot continue])]) # If we have a winning component (which, per above, will only # happen if --disable-dlopen was *not* specified), do some more # logic. AS_IF([test "$MCA_opal_dl_STATIC_COMPONENTS" != ""], [OPAL_HAVE_DL_SUPPORT=1]) AC_DEFINE_UNQUOTED([OPAL_HAVE_DL_SUPPORT], [$OPAL_HAVE_DL_SUPPORT], [Whether the OPAL DL framework is functional or not]) ]) m4trace:config/autogen_found_items.m4:230: -1- m4_include([opal/mca/hwloc/configure.m4]) m4trace:opal/mca/hwloc/configure.m4:26: -1- AC_DEFUN([MCA_opal_hwloc_CONFIG], [ AC_CONFIG_FILES([$1/mca/$2/Makefile]) ]) m4trace:config/autogen_found_items.m4:231: -1- m4_include([opal/mca/installdirs/configure.m4]) m4trace:opal/mca/installdirs/configure.m4:13: -1- AC_DEFUN([MCA_opal_installdirs_CORE_LIB], [1]) m4trace:opal/mca/installdirs/configure.m4:15: -1- AC_DEFUN([MCA_opal_installdirs_CONFIGURE_MODE], [PRIORITY]) m4trace:config/autogen_found_items.m4:232: -1- m4_include([opal/mca/memchecker/configure.m4]) m4trace:opal/mca/memchecker/configure.m4:18: -1- AC_DEFUN([MCA_opal_memchecker_CONFIG], [ opal_show_subsubtitle "Pre-configuring the framework memchecker" AC_MSG_CHECKING([if --enable-memchecker was specified]) AC_ARG_ENABLE(memchecker, [AS_HELP_STRING([--enable-memchecker], [Enable memory and buffer checks. Note that disabling will *also* add "memchecker" to the --enable-mca-no-build list (default: disabled)])]) if test "$enable_memchecker" = "yes"; then AC_MSG_RESULT([yes]) WANT_MEMCHECKER=1 else AC_MSG_RESULT([no (adding "memchecker" to --enable-mca-no-build list)]) WANT_MEMCHECKER=0 # Setting this environment variable causes # MCA_COMONENT_BUILD_CHECK (in opal_mca.m4, invoked by # MCA_CONFIGURE_FRAMEWORK, below) to rule that the component # should not be built. It is effectively the same as adding # "memchecker" to the --enable-mca-no-build list. DISABLE_memchecker=1 fi AC_DEFINE_UNQUOTED([OPAL_WANT_MEMCHECKER], [$WANT_MEMCHECKER], [if the memory and buffer checking should be enabled]) AM_CONDITIONAL([OPAL_WANT_MEMCHECKER], [test "$WANT_MEMCHECKER" = "1"]) # first, compile all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) AS_IF([test "$MCA_opal_memchecker_STATIC_COMPONENTS" != "" || test "$MCA_opal_memchecker_DSO_COMPONENTS" != ""], [memchecker_base_found=1], [memchecker_base_found=0]) AS_IF([test $WANT_MEMCHECKER -eq 1 && test $memchecker_base_found -eq 0], [AC_MSG_WARN([Memchecker support requested, but no memchecker]) AC_MSG_WARN([components configured successfully. Did you]) AC_MSG_WARN([forget --with-valgrind?]) AC_MSG_ERROR([Cannot continue])]) ]) m4trace:config/autogen_found_items.m4:233: -1- m4_include([opal/mca/memcpy/configure.m4]) m4trace:opal/mca/memcpy/configure.m4:18: -1- AC_DEFUN([MCA_opal_memcpy_CONFIG], [ memcpy_base_include= # first, compile all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # someone should have set this... if test "$memcpy_base_include" = "" ; then memcpy_base_include="base/memcpy_base_default.h" fi AC_DEFINE_UNQUOTED([MCA_memcpy_IMPLEMENTATION_HEADER], ["opal/mca/memcpy/$memcpy_base_include"], [Header to include for memcpy implementation]) ]) m4trace:config/autogen_found_items.m4:234: -1- m4_include([opal/mca/memory/configure.m4]) m4trace:opal/mca/memory/configure.m4:24: -1- AC_DEFUN([MCA_opal_memory_CONFIG], [ AC_ARG_WITH([memory-manager], [AS_HELP_STRING([--with-memory-manager=TYPE], [Use TYPE for intercepting memory management calls to control memory pinning.])]) memory_base_found=0 memory_base_want=1 AS_IF([test "$with_memory_manager" = "no"], [memory_base_want=0]) MCA_CONFIGURE_FRAMEWORK($1, $2, $memory_base_want) AC_DEFINE_UNQUOTED([OPAL_MEMORY_HAVE_COMPONENT], [$memory_base_found], [Whether any opal memory mca components were found]) # See if someone set to use their header file if test "$memory_base_include" = "" ; then memory_base_include="base/empty.h" fi AC_DEFINE_UNQUOTED([MCA_memory_IMPLEMENTATION_HEADER], ["opal/mca/memory/$memory_base_include"], [Header to include for parts of the memory implementation]) ]) m4trace:config/autogen_found_items.m4:235: -1- m4_include([opal/mca/pmix/configure.m4]) m4trace:opal/mca/pmix/configure.m4:27: -1- AC_DEFUN([MCA_opal_pmix_CONFIG], [ AC_CONFIG_FILES([$1/mca/$2/Makefile]) ]) m4trace:config/autogen_found_items.m4:236: -1- m4_include([opal/mca/smsc/configure.m4]) m4trace:opal/mca/smsc/configure.m4:13: -1- AC_DEFUN([MCA_opal_smsc_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) ]) m4trace:config/autogen_found_items.m4:237: -1- m4_include([opal/mca/threads/configure.m4]) m4trace:opal/mca/threads/configure.m4:26: -1- AC_DEFUN([MCA_opal_threads_CORE_LIB], [1]) m4trace:opal/mca/threads/configure.m4:31: -1- AC_DEFUN([MCA_opal_threads_CONFIG], [ # # Arguments: none # # Dependencies: None # # Modifies: # none - see called tests # # configure threads # # # First see what kind of threads we are going to use # AC_ARG_WITH([threads], [AS_HELP_STRING([--with-threads=TYPE], [Specify thread TYPE to use. default:pthreads. Other options are qthreads and argobots.])]) # # Configure components # MCA_CONFIGURE_FRAMEWORK($1, $2, 1) AS_IF([test x"$opal_thread_type_found" = x""], [AC_MSG_ERROR([Did not find a suitable threads component])]) AC_MSG_RESULT([Found thread type $opal_thread_type_found]) AC_SUBST(THREAD_CFLAGS) AC_SUBST(THREAD_FCFLAGS) AC_SUBST(THREAD_CXXFLAGS) AC_SUBST(THREAD_CPPFLAGS) AC_SUBST(THREAD_LDFLAGS) AC_SUBST(THREAD_LIBS) OPAL_SUMMARY_ADD([Miscellaneous], [Threading Package], [], [$opal_thread_type_found]) ]) m4trace:config/autogen_found_items.m4:238: -1- m4_include([opal/mca/timer/configure.m4]) m4trace:opal/mca/timer/configure.m4:23: -1- AC_DEFUN([MCA_opal_timer_CORE_LIB], [1]) m4trace:opal/mca/timer/configure.m4:28: -1- AC_DEFUN([MCA_opal_timer_CONFIG], [ timer_base_include= # All components look at this value AC_ARG_WITH([timer], [AS_HELP_STRING([--with-timer=TYPE], [Build high resolution timer component TYPE])]) # first, compile all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # someone should have set this... if test "$timer_base_include" = "" ; then timer_base_include="base/timer_base_null.h" fi AC_DEFINE_UNQUOTED([MCA_timer_IMPLEMENTATION_HEADER], ["opal/mca/timer/$timer_base_include"], [Header to include for timer implementation]) ]) m4trace:config/autogen_found_items.m4:239: -1- m4_include([opal/mca/common/ofi/configure.m4]) m4trace:opal/mca/common/ofi/configure.m4:20: -1- AC_DEFUN([MCA_opal_common_ofi_CONFIG], [ OPAL_VAR_SCOPE_PUSH([common_ofi_happy]) AC_CONFIG_FILES([opal/mca/common/ofi/Makefile]) OPAL_CHECK_OFI([common_ofi], [common_ofi_happy=1], [common_ofi_happy=0]) AS_IF([test ${common_ofi_happy} -eq 1], [$1], [$2]) AC_SUBST([common_ofi_CPPFLAGS]) AC_SUBST([common_ofi_LDFLAGS]) AC_SUBST([common_ofi_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:240: -1- m4_include([opal/mca/common/sm/configure.m4]) m4trace:opal/mca/common/sm/configure.m4:26: -1- AC_DEFUN([MCA_opal_common_sm_CONFIG], [ AC_CONFIG_FILES([opal/mca/common/sm/Makefile]) $1 ]) m4trace:config/autogen_found_items.m4:241: -1- m4_include([opal/mca/common/ucx/configure.m4]) m4trace:opal/mca/common/ucx/configure.m4:15: -1- AC_DEFUN([MCA_opal_common_ucx_CONFIG], [ AC_CONFIG_FILES([opal/mca/common/ucx/Makefile]) OMPI_CHECK_UCX([common_ucx], [common_ucx_happy="yes"], [common_ucx_happy="no"]) AC_CHECK_DECLS([open_memstream], [], [], [[#include ]]) AS_IF([test "$common_ucx_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build common_ucx AC_SUBST([common_ucx_CPPFLAGS]) AC_SUBST([common_ucx_LDFLAGS]) AC_SUBST([common_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:242: -1- m4_include([opal/mca/accelerator/cuda/configure.m4]) m4trace:opal/mca/accelerator/cuda/configure.m4:22: -1- AC_DEFUN([MCA_opal_accelerator_cuda_CONFIG], [ AC_CONFIG_FILES([opal/mca/accelerator/cuda/Makefile]) OPAL_CHECK_CUDA([accelerator_cuda]) AS_IF([test "x$CUDA_SUPPORT" = "x1"], [$1], [$2]) AC_SUBST([accelerator_cuda_CPPFLAGS]) AC_SUBST([accelerator_cuda_LDFLAGS]) AC_SUBST([accelerator_cuda_LIBS]) ]) m4trace:config/autogen_found_items.m4:243: -1- m4_include([opal/mca/accelerator/rocm/configure.m4]) m4trace:opal/mca/accelerator/rocm/configure.m4:14: -1- AC_DEFUN([MCA_opal_accelerator_rocm_CONFIG], [ AC_CONFIG_FILES([opal/mca/accelerator/rocm/Makefile]) OPAL_CHECK_ROCM([opal_rocm], [opal_rocm_happy="yes"], [opal_rocm_happy="no"]) OPAL_SUMMARY_ADD([Accelerators], [ROCm support], [], [$opal_rocm_happy]) AS_IF([test "$opal_rocm_happy" = "yes"], [$1], [$2]) AC_SUBST([opal_rocm_LDFLAGS]) AC_SUBST([opal_rocm_LIBS]) AC_SUBST([opal_rocm_CPPFLAGS]) ]) m4trace:config/autogen_found_items.m4:244: -1- m4_include([opal/mca/backtrace/execinfo/configure.m4]) m4trace:opal/mca/backtrace/execinfo/configure.m4:20: -1- AC_DEFUN([MCA_opal_backtrace_execinfo_PRIORITY], [30]) m4trace:opal/mca/backtrace/execinfo/configure.m4:22: -1- AC_DEFUN([MCA_opal_backtrace_execinfo_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/backtrace/execinfo/configure.m4:31: -1- AC_DEFUN([MCA_opal_backtrace_execinfo_CONFIG], [ AC_CONFIG_FILES([opal/mca/backtrace/execinfo/Makefile]) AC_CHECK_HEADERS([execinfo.h]) # FreeBSD has backtrace in -lexecinfo, usually in libc OPAL_SEARCH_LIBS_COMPONENT([backtrace_execinfo], [backtrace], [execinfo], [backtrace_execinfo_happy="yes"], [backtrace_execinfo_happy="no"]) AS_IF([test "$backtrace_execinfo_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:245: -1- m4_include([opal/mca/backtrace/none/configure.m4]) m4trace:opal/mca/backtrace/none/configure.m4:20: -1- AC_DEFUN([MCA_opal_backtrace_none_PRIORITY], [0]) m4trace:opal/mca/backtrace/none/configure.m4:22: -1- AC_DEFUN([MCA_opal_backtrace_none_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/backtrace/none/configure.m4:32: -1- AC_DEFUN([MCA_opal_backtrace_none_CONFIG], [ AC_CONFIG_FILES([opal/mca/backtrace/none/Makefile]) ]) m4trace:config/autogen_found_items.m4:246: -1- m4_include([opal/mca/backtrace/printstack/configure.m4]) m4trace:opal/mca/backtrace/printstack/configure.m4:20: -1- AC_DEFUN([MCA_opal_backtrace_printstack_PRIORITY], [30]) m4trace:opal/mca/backtrace/printstack/configure.m4:22: -1- AC_DEFUN([MCA_opal_backtrace_printstack_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/backtrace/printstack/configure.m4:32: -1- AC_DEFUN([MCA_opal_backtrace_printstack_CONFIG], [ AC_CONFIG_FILES([opal/mca/backtrace/printstack/Makefile]) AC_CHECK_HEADERS([ucontext.h]) # FreeBSD has backtrace in -lexecinfo, usually in libc AC_CHECK_FUNCS([printstack], [backtrace_printstack_happy="yes"], [backtrace_printstack_happy="no"]) AS_IF([test "$backtrace_printstack_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:247: -1- m4_include([opal/mca/btl/ofi/configure.m4]) m4trace:opal/mca/btl/ofi/configure.m4:32: -1- AC_DEFUN([MCA_opal_btl_ofi_CONFIG], [ OPAL_VAR_SCOPE_PUSH([btl_ofi_happy CPPFLAGS_save]) AC_CONFIG_FILES([opal/mca/btl/ofi/Makefile]) # Check for OFI OPAL_CHECK_OFI([btl_ofi], [btl_ofi_happy=1], [btl_ofi_happy=0]) AS_IF([test ${btl_ofi_happy} -eq 1], [CPPFLAGS_save=${CPPFLAGS} OPAL_FLAGS_APPEND_UNIQ([CPPFLAGS], [${btl_ofi_CPPFLAGS}]) AC_CHECK_DECL([FI_MR_VIRT_ADDR], [], [btl_ofi_happy=0], [#include ]) CPPFLAGS=${CPPFLAGS_save}]) AS_IF([test ${btl_ofi_happy} -eq 1], [OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [ofi], [opal], [common], [ofi])]) AS_IF([test ${btl_ofi_happy} -eq 1], [$1], [AS_IF([test -n "${with_ofi}" -a "${with_ofi}" != "no"], [AC_MSG_WARN([OFI libfabric support requested (via --with-ofi or --with-libfabric), but not found.]) AC_MSG_ERROR([Cannot continue.])]) $2]) AC_SUBST([btl_ofi_CPPFLAGS]) AC_SUBST([btl_ofi_LDFLAGS]) AC_SUBST([btl_ofi_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:248: -1- m4_include([opal/mca/btl/portals4/configure.m4]) m4trace:opal/mca/btl/portals4/configure.m4:26: -1- AC_DEFUN([MCA_opal_btl_portals4_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/portals4/Makefile]) OPAL_CHECK_PORTALS4([btl_portals4], [btl_portals4_happy="yes"], [btl_portals4_happy="no"]) AS_IF([test "$btl_portals4_happy" = "yes"], [btl_portals4_WRAPPER_EXTRA_LDFLAGS="$btl_portals4_LDFLAGS" btl_portals4_WRAPPER_EXTRA_LIBS="$btl_portals4_LIBS" $1], [$2]) # need to propagate CPPFLAGS to all of OPAL AS_IF([test "$DIRECT_btl" = "portals4"], [CPPFLAGS="$CPPFLAGS $btl_portals4_CPPFLAGS"]) AC_ARG_ENABLE([btl-portals4-flow-control], [AS_HELP_STRING([--enable-btl-portals4-flow-control], [enable flow control for Portals 4 BTL (default: disabled)])]) AC_MSG_CHECKING([whether to enable flow control]) if test "$enable_btl_portals4_flow_control" != "no"; then AC_MSG_RESULT([yes]) btl_portals4_flow_control_enabled=1 else AC_MSG_RESULT([no]) btl_portals4_flow_control_enabled=0 fi AC_DEFINE_UNQUOTED([OPAL_BTL_PORTALS4_FLOW_CONTROL], [$btl_portals4_flow_control_enabled], [Enable flow control for Portals4 BTL]) AM_CONDITIONAL([OPAL_BTL_PORTALS4_FLOW_CONTROL], [test "$btl_portals4_flow_control_enabled" = "1"]) # substitute in the things needed to build portals4 AC_SUBST([btl_portals4_CPPFLAGS]) AC_SUBST([btl_portals4_LDFLAGS]) AC_SUBST([btl_portals4_LIBS]) ]) m4trace:config/autogen_found_items.m4:249: -1- m4_include([opal/mca/btl/sm/configure.m4]) m4trace:opal/mca/btl/sm/configure.m4:22: -1- AC_DEFUN([MCA_opal_btl_sm_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/sm/Makefile]) # always happy $1 OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/copy in+copy out]],[$1],[yes]) ]) m4trace:config/autogen_found_items.m4:250: -1- m4_include([opal/mca/btl/smcuda/configure.m4]) m4trace:opal/mca/btl/smcuda/configure.m4:19: -1- AC_DEFUN([MCA_opal_btl_smcuda_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/smcuda/Makefile]) OPAL_CHECK_CUDA([btl_smcuda]) # Only build if CUDA support is available AS_IF([test "x$CUDA_SUPPORT" = "x1"], [$1 OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [smcuda], [opal], [common], [sm])], [$2]) AC_SUBST([btl_smcuda_CPPFLAGS]) AC_SUBST([btl_smcuda_LDFLAGS]) AC_SUBST([btl_smcuda_LIBS]) ]) m4trace:config/autogen_found_items.m4:251: -1- m4_include([opal/mca/btl/tcp/configure.m4]) m4trace:opal/mca/btl/tcp/configure.m4:26: -1- AC_DEFUN([MCA_opal_btl_tcp_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/tcp/Makefile]) # check for sockaddr_in (a good sign we have TCP) AC_CHECK_TYPES([struct sockaddr_in], [opal_btl_tcp_happy=yes $1], [opal_btl_tcp_happy=no $2], [AC_INCLUDES_DEFAULT #ifdef HAVE_NETINET_IN_H #include #endif ]) OPAL_SUMMARY_ADD([Transports], [TCP], [], [$opal_btl_tcp_happy]) ]) m4trace:config/autogen_found_items.m4:252: -1- m4_include([opal/mca/btl/uct/configure.m4]) m4trace:opal/mca/btl/uct/configure.m4:34: -1- AC_DEFUN([MCA_opal_btl_uct_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/uct/Makefile]) OMPI_CHECK_UCX([btl_uct], [btl_uct_happy="yes"], [btl_uct_happy="no"]) dnl dnl check UCT version. UCT API can change at any given release dnl so we only allow compiling against ones we know work. dnl AC_ARG_ENABLE([uct-version-check], [AS_HELP_STRING([--enable-uct-version-check], [enable UCT version check (default: enabled)])]) AC_MSG_CHECKING([check uct version]) if test "$enable_uct_version_check" != "no"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi min_allowed_uct_major=1 min_allowed_uct_minor=9 if test "$btl_uct_happy" = "yes" && test "$enable_uct_version_check" != "no"; then AC_MSG_CHECKING([UCT version compatibility]) OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save]) CPPFLAGS_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $btl_uct_CPPFLAGS" AC_PREPROC_IFELSE([AC_LANG_PROGRAM([#include #if (UCT_VERNO_MAJOR < $min_allowed_uct_major) #error "UCT MAJOR VERNO < $min_allowed_uct_major" #endif #if (UCT_VERNO_MAJOR == $min_allowed_uct_major) &&\ (UCT_VERNO_MINOR < $min_allowed_uct_minor) #error "UCT MINOR VERNO < $min_allowed_uct_minor" #endif], [])], [AC_MSG_RESULT([UCT version compatible])], [AC_MSG_RESULT([UCT version not compatible - need UCX $min_allowed_uct_major.$min_allowed_uct_minor or newer]) btl_uct_happy="no"]) CPPFLAGS="$CPPFLAGS_save" OPAL_VAR_SCOPE_POP fi if test "$btl_uct_happy" = "yes" ; then OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save]) CPPFLAGS_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $btl_uct_CPPFLAGS" AC_CHECK_DECLS([UCT_PROGRESS_THREAD_SAFE, UCT_CB_FLAG_SYNC], [], [], [[#include ]]) CPPFLAGS="$CPPFLAGS_save" OPAL_VAR_SCOPE_POP fi AS_IF([test "$btl_uct_happy" = "yes"], [$1 btl_uct_LIBS="$btl_uct_LIBS -luct" ], [$2]) # substitute in the things needed to build ucx AC_SUBST([btl_uct_CPPFLAGS]) AC_SUBST([btl_uct_LDFLAGS]) AC_SUBST([btl_uct_LIBS]) ]) m4trace:config/autogen_found_items.m4:253: -1- m4_include([opal/mca/btl/ugni/configure.m4]) m4trace:opal/mca/btl/ugni/configure.m4:39: -1- AC_DEFUN([MCA_opal_btl_ugni_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/ugni/Makefile]) OPAL_CHECK_UGNI([btl_ugni], [btl_ugni_happy="yes"], [btl_ugni_happy="no"]) AS_IF([test "$btl_ugni_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ugni AC_SUBST([btl_ugni_CPPFLAGS]) AC_SUBST([btl_ugni_LDFLAGS]) AC_SUBST([btl_ugni_LIBS]) ]) m4trace:config/autogen_found_items.m4:254: -1- m4_include([opal/mca/btl/usnic/configure.m4]) m4trace:opal/mca/btl/usnic/configure.m4:28: -1- AC_DEFUN([MCA_opal_btl_usnic_POST_CONFIG], [ AM_CONDITIONAL([OPAL_BTL_USNIC_BUILD_UNIT_TESTS], [test "$1" -eq 1 && test "X$enable_opal_btl_usnic_unit_tests" = "Xyes"]) ]) m4trace:opal/mca/btl/usnic/configure.m4:36: -1- AC_DEFUN([MCA_opal_btl_usnic_CONFIG], [ AC_CONFIG_FILES([opal/mca/btl/usnic/Makefile]) AC_ARG_WITH([usnic], [AS_HELP_STRING([--with-usnic], [If specified, cause an error if usNIC support cannot be built])]) # If --without-usnic was specified, then gracefully exit. # Otherwise, do the rest of the config. AS_IF([test "x$with_usnic" = "xno"], [AC_MSG_WARN([--without-usnic specified; skipping usnic BTL]) $2], [_OPAL_BTL_USNIC_DO_CONFIG($1, $2)]) ]) m4trace:opal/mca/btl/usnic/configure.m4:52: -1- AC_DEFUN([_OPAL_BTL_USNIC_DO_CONFIG], [ OPAL_VAR_SCOPE_PUSH([unit_tests]) # see README.test for information about this scheme AC_ARG_ENABLE([opal-btl-usnic-unit-tests], [AS_HELP_STRING([--enable-opal-btl-usnic-unit-tests], [build unit tests for the usnic BTL, including the test runner program, opal_btl_usnic_run_tests])]) AS_IF([test "X$enable_opal_btl_usnic_unit_tests" = "Xyes"], [unit_tests=1 AC_MSG_NOTICE([enabling usnic BTL unit tests])], [unit_tests=0]) AC_DEFINE_UNQUOTED([OPAL_BTL_USNIC_UNIT_TESTS], [$unit_tests], [define to 1 if usnic BTL unit tests are enabled, 0 otherwise]) unset unit_tests # The current logic in btl_usnic_compat.h checks the OPAL version as a # proxy for the top-level OPAL version. Unfortunately this does the wrong # thing for other top-level projects that might use the usnic BTL, such as # ORCM. ORCM's versioning is totally unrelated to OPAL's. As a short term # workaround, just disqualify ourselves if the OPAL version seems too old. # In the longer term we should be doing something else, like versioning # OPAL and OPAL separately. opal_btl_usnic_happy=yes AS_IF([test "$OPAL_MAJOR_VERSION" -eq "1" && \ test "$OPAL_MINOR_VERSION" -lt "7"], [AC_MSG_NOTICE([OPAL version appears to be too old, disabling the usnic BTL]) opal_btl_usnic_happy=no]) # We only want to build on 64 bit Linux. AS_IF([test "$opal_btl_usnic_happy" = "yes"], [AC_CHECK_SIZEOF([void *]) AC_MSG_CHECKING([for 64 bit Linux]) case $host_os in *linux*) AS_IF([test $ac_cv_sizeof_void_p -eq 8], [], [opal_btl_usnic_happy=no]) ;; *) opal_btl_usnic_happy=no ;; esac AC_MSG_RESULT([$opal_btl_usnic_happy]) ]) AS_IF([test "$opal_btl_usnic_happy" = "yes"], [ # The usnic BTL requires OFI libfabric support OPAL_CHECK_OFI([btl_usnic]) opal_btl_usnic_happy=$opal_ofi_happy]) # The usnic BTL requires at least OFI libfabric v1.3. AS_IF([test "$opal_btl_usnic_happy" = "yes"], [OPAL_CHECK_OFI_VERSION_GE([1,3], [], [opal_btl_usnic_happy=no])]) # Make sure we can find the OFI libfabric usnic extensions header AS_IF([test "$opal_btl_usnic_happy" = "yes" ], [opal_btl_usnic_CPPFLAGS_save=$CPPFLAGS CPPFLAGS="$btl_usnic_CPPFLAGS $CPPFLAGS" AC_CHECK_HEADER([rdma/fi_ext_usnic.h], [], [opal_btl_usnic_happy=no]) CPPFLAGS=$opal_btl_usnic_CPPFLAGS_save ]) AC_SUBST([btl_usnic_CPPFLAGS]) AC_SUBST([btl_usnic_LDFLAGS]) AC_SUBST([btl_usnic_LIBS]) # All done AS_IF([test "$opal_btl_usnic_happy" = "yes"], [$1], [AS_IF([test "$with_usnic" = "yes"], [AC_MSG_WARN([--with-usnic was specified, but Cisco usNIC support cannot be built]) AC_MSG_ERROR([Cannot continue])], [$2]) ]) OPAL_SUMMARY_ADD([Transports], [Cisco usNIC], [], [$opal_btl_usnic_happy]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:255: -1- m4_include([opal/mca/dl/dlopen/configure.m4]) m4trace:opal/mca/dl/dlopen/configure.m4:12: -1- AC_DEFUN([MCA_opal_dl_dlopen_PRIORITY], [80]) m4trace:opal/mca/dl/dlopen/configure.m4:17: -1- AC_DEFUN([MCA_opal_dl_dlopen_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/dl/dlopen/configure.m4:26: -1- AC_DEFUN([MCA_opal_dl_dlopen_CONFIG], [ AC_CONFIG_FILES([opal/mca/dl/dlopen/Makefile]) OAC_CHECK_PACKAGE([dlopen], [opal_dl_dlopen], [dlfcn.h], [dl], [dlopen], [opal_dl_dlopen_happy=yes], [opal_dl_dlopen_happy=no]) AS_IF([test "$opal_dl_dlopen_happy" = "yes"], [$1], [$2]) AC_SUBST(opal_dl_dlopen_LIBS) ]) m4trace:config/autogen_found_items.m4:256: -1- m4_include([opal/mca/dl/libltdl/configure.m4]) m4trace:opal/mca/dl/libltdl/configure.m4:13: -1- AC_DEFUN([MCA_opal_dl_libltdl_PRIORITY], [50]) m4trace:opal/mca/dl/libltdl/configure.m4:18: -1- AC_DEFUN([MCA_opal_dl_libltdl_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/dl/libltdl/configure.m4:27: -1- AC_DEFUN([MCA_opal_dl_libltdl_CONFIG], [ OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_CONFIG_FILES([opal/mca/dl/libltdl/Makefile]) # Add --with options AC_ARG_WITH([libltdl], [AS_HELP_STRING([--with-libltdl(=DIR)], [Build libltdl support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])]) AC_ARG_WITH([libltdl-libdir], [AS_HELP_STRING([--with-libltdl-libdir=DIR], [Search for libltdl libraries in DIR])]) OAC_CHECK_PACKAGE([libltdl], [dl_libltdl], [ltdl.h], [ltdl], [lt_dlopen], [opal_dl_libltdl_happy=yes], [opal_dl_libltdl_happy=no]) # If we have libltdl, do we have lt_dladvise? opal_dl_libltdl_have_lt_dladvise=0 AS_IF([test "$opal_dl_libltdl_happy" = "yes"], [CPPFLAGS_save=$CPPFLAGS LDFLAGS_save=$LDFLAGS LIBS_save=$LIBS CPPFLAGS="$dl_libltdl_CPPFLAGS $CPPFLAGS" LDFLAGS="$dl_libltdl_LDFLAGS $LDFLAGS" LIBS="$dl_libltdl_LIBS $LIBS" AC_CHECK_FUNC([lt_dladvise_init], [opal_dl_libltdl_have_lt_dladvise=1]) CPPFLAGS=$CPPFLAGS_save LDFLAGS=$LDFLAGS_save LIBS=$LIBS_save ]) AC_DEFINE_UNQUOTED(OPAL_DL_LIBLTDL_HAVE_LT_DLADVISE, [$opal_dl_libltdl_have_lt_dladvise], [Whether we have lt_dladvise or not]) AS_IF([test "$opal_dl_libltdl_happy" = "yes"], [$1], [AS_IF([test ! -z "$with_libltdl" && \ test "$with_libltdl" != "no"], [AC_MSG_WARN([Libltdl support requested (via --with-libltdl) but not found.]) AC_MSG_ERROR([Cannot continue.])]) $2]) AC_SUBST(dl_libltdl_CPPFLAGS) AC_SUBST(dl_libltdl_LDFLAGS) AC_SUBST(dl_libltdl_LIBS) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:257: -1- m4_include([opal/mca/if/bsdx_ipv4/configure.m4]) m4trace:opal/mca/if/bsdx_ipv4/configure.m4:13: -1- AC_DEFUN([MCA_opal_if_bsdx_ipv4_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/if/bsdx_ipv4/configure.m4:22: -1- AC_DEFUN([MCA_opal_if_bsdx_ipv4_CONFIG], [ AC_CONFIG_FILES([opal/mca/if/bsdx_ipv4/Makefile]) AC_REQUIRE([OPAL_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're on any of the BSDs, we're # happy. I.e., this: #if defined(__NetBSD__) || defined(__FreeBSD__) || \ # defined(__OpenBSD__) || defined(__DragonFly__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$opal_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([NetBSD, FreeBSD, OpenBSD, or DragonFly]) AS_IF([test "$opal_found_netbsd" = "yes" || \ test "$opal_found_freebsd" = "yes" || \ test "$opal_found_openbsd" = "yes" || \ test "$opal_found_dragonfly" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2])], [AC_MSG_RESULT([no (cached)]) $2]) ]) m4trace:config/autogen_found_items.m4:258: -1- m4_include([opal/mca/if/bsdx_ipv6/configure.m4]) m4trace:opal/mca/if/bsdx_ipv6/configure.m4:13: -1- AC_DEFUN([MCA_opal_if_bsdx_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/if/bsdx_ipv6/configure.m4:22: -1- AC_DEFUN([MCA_opal_if_bsdx_ipv6_CONFIG], [ AC_CONFIG_FILES([opal/mca/if/bsdx_ipv6/Makefile]) AC_REQUIRE([OPAL_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're on any of the BSDs, we're # happy. I.e., this: #if defined( __NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || \ # defined(__386BSD__) || defined(__bsdi__) || defined(__APPLE__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$opal_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([some flavor of BSD]) AS_IF([test "$opal_found_netbsd" = "yes" || \ test "$opal_found_freebsd" = "yes" || \ test "$opal_found_openbsd" = "yes" || \ test "$opal_found_386bsd" = "yes" || \ test "$opal_found_bsdi" = "yes" || test "$opal_found_apple" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2])], [AC_MSG_RESULT([no (cached)]) $2]) ]) m4trace:config/autogen_found_items.m4:259: -1- m4_include([opal/mca/if/linux_ipv6/configure.m4]) m4trace:opal/mca/if/linux_ipv6/configure.m4:13: -1- AC_DEFUN([MCA_opal_if_linux_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/if/linux_ipv6/configure.m4:22: -1- AC_DEFUN([MCA_opal_if_linux_ipv6_CONFIG], [ AC_CONFIG_FILES([opal/mca/if/linux_ipv6/Makefile]) AC_REQUIRE([OPAL_CHECK_OS_FLAVORS]) AC_MSG_CHECKING([if we are on Linux with TCP]) # If we have struct sockaddr and we're on Linux, then we're # happy. AS_IF([test "$opal_found_sockaddr" = "yes" && test "$opal_found_linux" = "yes"], [AC_MSG_RESULT([yes]) $1], [AC_MSG_RESULT([no]) $2]) ]) m4trace:config/autogen_found_items.m4:260: -1- m4_include([opal/mca/if/posix_ipv4/configure.m4]) m4trace:opal/mca/if/posix_ipv4/configure.m4:13: -1- AC_DEFUN([MCA_opal_if_posix_ipv4_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/if/posix_ipv4/configure.m4:22: -1- AC_DEFUN([MCA_opal_if_posix_ipv4_CONFIG], [ AC_CONFIG_FILES([opal/mca/if/posix_ipv4/Makefile]) OPAL_VAR_SCOPE_PUSH([opal_if_posix_ipv4_happy]) opal_if_posix_ipv4_happy=no AC_REQUIRE([OPAL_CHECK_OS_FLAVORS]) # If we found struct sockaddr and we're NOT on most of the BSDs, # we're happy. I.e., if posix but not: #if defined(__NetBSD__) || defined(__FreeBSD__) || \ # defined(__OpenBSD__) || defined(__DragonFly__) AC_MSG_CHECKING([struct sockaddr]) AS_IF([test "$opal_found_sockaddr" = "yes"], [AC_MSG_RESULT([yes (cached)]) AC_MSG_CHECKING([not NetBSD, FreeBSD, OpenBSD, or DragonFly]) AS_IF([test "$opal_found_netbsd" = "no" && test "$opal_found_freebsd" = "no" && test "$opal_found_openbsd" = "no" && test "$opal_found_dragonfly" = "no"], [AC_MSG_RESULT([yes]) opal_if_posix_ipv4_happy=yes], [AC_MSG_RESULT([no])] )], [AC_MSG_RESULT([no (cached)])] ) AS_IF([test "$opal_if_posix_ipv4_happy" = "yes"], [AC_CHECK_MEMBERS([struct ifreq.ifr_hwaddr], [], [], [[#include ]]) AC_CHECK_MEMBERS([struct ifreq.ifr_mtu], [], [], [[#include ]]) ]) AS_IF([test "$opal_if_posix_ipv4_happy" = "yes"], [$1], [$2]); ]) m4trace:config/autogen_found_items.m4:261: -1- m4_include([opal/mca/if/solaris_ipv6/configure.m4]) m4trace:opal/mca/if/solaris_ipv6/configure.m4:11: -1- AC_DEFUN([MCA_opal_if_solaris_ipv6_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/if/solaris_ipv6/configure.m4:20: -1- AC_DEFUN([MCA_opal_if_solaris_ipv6_CONFIG], [ AC_CONFIG_FILES([opal/mca/if/solaris_ipv6/Makefile]) AC_REQUIRE([OPAL_CHECK_OS_FLAVORS]) # check to see if we are on a solaris machine AS_IF([test "$opal_found_sun" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:262: -1- m4_include([opal/mca/installdirs/config/configure.m4]) m4trace:opal/mca/installdirs/config/configure.m4:13: -1- AC_DEFUN([MCA_opal_installdirs_config_PRIORITY], [0]) m4trace:opal/mca/installdirs/config/configure.m4:15: -1- AC_DEFUN([MCA_opal_installdirs_config_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/installdirs/config/configure.m4:25: -1- AC_DEFUN([MCA_opal_installdirs_config_CONFIG], [ AC_CONFIG_FILES([opal/mca/installdirs/config/Makefile opal/mca/installdirs/config/install_dirs.h]) ]) m4trace:config/autogen_found_items.m4:263: -1- m4_include([opal/mca/installdirs/env/configure.m4]) m4trace:opal/mca/installdirs/env/configure.m4:13: -1- AC_DEFUN([MCA_opal_installdirs_env_PRIORITY], [10]) m4trace:opal/mca/installdirs/env/configure.m4:15: -1- AC_DEFUN([MCA_opal_installdirs_env_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/installdirs/env/configure.m4:24: -1- AC_DEFUN([MCA_opal_installdirs_env_CONFIG], [ AC_CONFIG_FILES([opal/mca/installdirs/env/Makefile]) ]) m4trace:config/autogen_found_items.m4:264: -1- m4_include([opal/mca/memchecker/valgrind/configure.m4]) m4trace:opal/mca/memchecker/valgrind/configure.m4:15: -1- AC_DEFUN([MCA_opal_memchecker_valgrind_PRIORITY], [10]) m4trace:opal/mca/memchecker/valgrind/configure.m4:17: -1- AC_DEFUN([MCA_opal_memchecker_valgrind_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/memchecker/valgrind/configure.m4:26: -1- AC_DEFUN([MCA_opal_memchecker_valgrind_CONFIG], [ AC_CONFIG_FILES([opal/mca/memchecker/valgrind/Makefile]) OPAL_VAR_SCOPE_PUSH([opal_memchecker_valgrind_save_CPPFLAGS opal_memchecker_valgrind_happy opal_memchecker_valgrind_CPPFLAGS]) AC_ARG_WITH([valgrind], [AS_HELP_STRING([--with-valgrind(=DIR)], [Directory where the valgrind software is installed])]) OPAL_CHECK_WITHDIR([valgrind], [$with_valgrind], [include/valgrind/valgrind.h]) opal_memchecker_valgrind_CPPFLAGS= opal_memchecker_valgrind_save_CPPFLAGS="$CPPFLAGS" opal_memchecker_valgrind_happy=no AS_IF([test "$with_valgrind" != "no"], [AS_IF([test -n "$with_valgrind" && test "$with_valgrind" != "yes"], [opal_memchecker_valgrind_CPPFLAGS="-I$with_valgrind/include" # We need this -I to stay in CPPFLAGS when we're done CPPFLAGS="$CPPFLAGS -I$with_valgrind/include" opal_memchecker_valgrind_save_CPPFLAGS=$CPPFLAGS]) AC_CHECK_HEADERS([valgrind/valgrind.h], [AC_MSG_CHECKING([for VALGRIND_CHECK_MEM_IS_ADDRESSABLE]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include "valgrind/memcheck.h" ]], [[char buffer = 0x0f; VALGRIND_CHECK_MEM_IS_ADDRESSABLE(&buffer, sizeof(buffer));]])], [AC_MSG_RESULT([yes]) opal_memchecker_valgrind_happy=yes], [AC_MSG_RESULT([no]) AC_MSG_WARN([Need Valgrind version 3.2.0 or later. Can not build component.])] [AC_MSG_RESULT([cross-compiling; assume yes...?]) AC_MSG_WARN([OMPI will fail to compile if you do not have Valgrind version 3.2.0 or later]) opal_memchecker_valgrind_happy=yes]), ], [AC_MSG_WARN([valgrind.h not found]) AC_MSG_WARN([Cannot compile this component])])]) CPPFLAGS="$opal_memchecker_valgrind_save_CPPFLAGS" # If we specifically requested this component and can't build it, error AS_IF([test "$with_valgrind" != "no" && test -n "$with_valgrind" && test "$opal_memchecker_valgrind_happy" != "yes"], [AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$opal_memchecker_valgrind_happy" = "yes"], [$1],[$2]) AC_SUBST([opal_memchecker_valgrind_CPPFLAGS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:265: -1- m4_include([opal/mca/memory/malloc_solaris/configure.m4]) m4trace:opal/mca/memory/malloc_solaris/configure.m4:23: -1- AC_DEFUN([MCA_opal_memory_malloc_solaris_PRIORITY], [0]) m4trace:opal/mca/memory/malloc_solaris/configure.m4:25: -1- AC_DEFUN([MCA_opal_memory_malloc_solaris_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/memory/malloc_solaris/configure.m4:34: -1- AC_DEFUN([MCA_opal_memory_malloc_solaris_CONFIG], [ AC_CONFIG_FILES([opal/mca/memory/malloc_solaris/Makefile]) OPAL_VAR_SCOPE_PUSH([memory_malloc_solaris_happy memory_malloc_solaris_should_use memory_malloc_solaris_munmap memory_alloc_solaris_legacy]) AC_MSG_CHECKING([for Solaris]) case "$host" in *solaris*) AC_MSG_RESULT([yes]) AS_IF([test "$with_memory_manager" = "malloc_solaris"], [memory_malloc_solaris_happy="yes" memory_malloc_solaris_should_use=1], [memory_malloc_solaris_should_use=0 AS_IF([test "$with_memory_manager" = ""], [memory_malloc_solaris_happy="yes"], [memory_malloc_solaris_happy="no"])]) AS_IF([test "$memory_malloc_solaris_happy" = "yes"], [AC_CHECK_HEADER([malloc.h], [], [memory_malloc_solaris_happy="no"])]) AS_IF([test "$memory_malloc_solaris_happy" = "yes"], [memory_malloc_solaris_munmap=0 AC_CHECK_HEADER([sys/syscall.h], [AC_CHECK_FUNCS([syscall], [memory_malloc_solaris_munmap=1])]) AC_CHECK_FUNCS([__munmap], [memory_malloc_solaris_munmap=1]) # only allow dlsym (and therefore add -ldl) if we # really need to AS_IF([test "$memory_malloc_solaris_munmap" = "0"], [memory_malloc_solaris_LIBS_SAVE="$LIBS" AC_CHECK_LIB([dl], [dlsym], [memory_malloc_solaris_LIBS="-ldl" memory_malloc_solaris_munmap=1]) AC_CHECK_FUNCS([dlsym]) LIBS="$memory_malloc_solaris_LIBS_SAVE"]) AS_IF([test "$memory_malloc_solaris_munmap" = "0"], [memory_malloc_solaris_happy="no"])]) # There is a difference in the munmap prototypes for different # Solaris versions. So determine whether we are to use Legacy # S10 or later prototypes. memory_alloc_solaris_legacy=0 AS_IF([test "$memory_malloc_solaris_happy" = "yes"], [AC_MSG_CHECKING([for Solaris Legacy MUNMAP]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[char *addr; extern int munmap(caddr_t addr, size_t len);]])], [memory_alloc_solaris_legacy=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AC_DEFINE_UNQUOTED([USE_SOLARIS_LEGACY_MUNMAP_PROTOTYPE], [$memory_alloc_solaris_legacy], [Whether to use the legacy Solaris munmap prototype or not]) ]) AS_IF([test "$memory_malloc_solaris_happy" = "no" && \ test "$memory_malloc_solaris_should_use" = "1"], [AC_MSG_ERROR([malloc_solaris memory management requested but not available. Aborting.])]) AC_SUBST(memory_malloc_solaris_LIBS) ;; *) AC_MSG_RESULT([no]) AS_IF([test "$with_memory_manager" = "malloc_solaris"], [memory_malloc_solaris_happy="no" memory_malloc_solaris_should_use=0]) ;; esac AS_IF([test "$memory_malloc_solaris_happy" = "yes"], [memory_base_found=1 $1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:266: -1- m4_include([opal/mca/memory/patcher/configure.m4]) m4trace:opal/mca/memory/patcher/configure.m4:24: -1- AC_DEFUN([MCA_opal_memory_patcher_PRIORITY], [41]) m4trace:opal/mca/memory/patcher/configure.m4:26: -1- AC_DEFUN([MCA_opal_memory_patcher_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/memory/patcher/configure.m4:36: -1- AC_DEFUN([MCA_opal_memory_patcher_CONFIG], [ # disable on MacOS/Darwin where it isn't used and the deprecated # syscall interface causes compiler warnings. AC_MSG_CHECKING([if memory patcher supports $host_os]) case $host_os in darwin*) opal_memory_patcher_happy=no ;; *) opal_memory_patcher_happy=yes ;; esac AC_MSG_RESULT([$opal_memory_patcher_happy]) # syscall interface causes compiler warnings. # Per the above logic, memory patcher no longer supports MacOS/Darwin, # so we no longer support Darwin-specific logic for intercept_mmap. # See issue #6853: mmap infinite recurse in opal/mca/memory/patcher AS_IF([test "$opal_memory_patcher_happy" = "yes"], [ AC_CHECK_FUNCS([__curbrk]) AC_CHECK_HEADERS([linux/mman.h sys/syscall.h]) AC_CHECK_DECLS([__syscall], [], [], [#include ]) AC_CHECK_FUNCS([__syscall]) $1], [$2]) AC_CONFIG_FILES([opal/mca/memory/patcher/Makefile]) ]) m4trace:config/autogen_found_items.m4:267: -1- m4_include([opal/mca/mpool/memkind/configure.m4]) m4trace:opal/mca/mpool/memkind/configure.m4:12: -1- AC_DEFUN([MCA_opal_mpool_memkind_CONFIG], [ OPAL_VAR_SCOPE_PUSH([opal_mpool_memkind_happy]) AC_CONFIG_FILES([opal/mca/mpool/memkind/Makefile]) AC_ARG_WITH([memkind], [AS_HELP_STRING([--with-memkind(=DIR)]), [Build with MEMKIND, searching for headers in DIR])]) # # memkind_create_kind was introduced with memkind v1.4.0 release # OAC_CHECK_PACKAGE([memkind], [mpool_memkind], [memkind.h], [memkind -lnuma], [memkind_create_kind], [opal_mpool_memkind_happy="yes"], [opal_mpool_memkind_happy="no"]) AS_IF([test "$ompi_mpool_memkind_happy" = "yes"], [$1], [AS_IF([test -n "$with_memkind" && test "$with_memkind" != "no"], [AC_MSG_ERROR([Lustre support requested but not found. Aborting])]) $2]) # substitute in the things needed to build memkind AC_SUBST([mpool_memkind_CPPFLAGS]) AC_SUBST([mpool_memkind_LDFLAGS]) AC_SUBST([mpool_memkind_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:268: -1- m4_include([opal/mca/patcher/overwrite/configure.m4]) m4trace:opal/mca/patcher/overwrite/configure.m4:28: -1- AC_DEFUN([MCA_opal_patcher_overwrite_CONFIG], [ AC_CONFIG_FILES([opal/mca/patcher/overwrite/Makefile]) opal_patcher_overwrite_happy=no if test $OPAL_ENABLE_DLOPEN_SUPPORT = 1; then # Disable ia64 for now. We can revive it later if anyone cares AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #if !defined(__i386__) && !defined(__x86_64__) && !defined(__PPC__) && !defined(__aarch64__) #error "platform not supported" #endif ]],[])],[opal_patcher_overwrite_happy=yes],[]) fi AS_IF([test $opal_patcher_overwrite_happy = yes], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:269: -1- m4_include([opal/mca/rcache/gpusm/configure.m4]) m4trace:opal/mca/rcache/gpusm/configure.m4:19: -1- AC_DEFUN([MCA_opal_rcache_gpusm_CONFIG], [ AC_CONFIG_FILES([opal/mca/rcache/gpusm/Makefile]) OPAL_CHECK_CUDA([rcache_gpusm]) # Use CUDA_SUPPORT which was filled in by the opal configure code. AS_IF([test "x$CUDA_SUPPORT" = "x1"], [$1], [$2]) AC_SUBST([rcache_gpusm_CPPFLAGS]) AC_SUBST([rcache_gpusm_LDFLAGS]) AC_SUBST([rcache_gpusm_LIBS]) ]) m4trace:config/autogen_found_items.m4:270: -1- m4_include([opal/mca/rcache/rgpusm/configure.m4]) m4trace:opal/mca/rcache/rgpusm/configure.m4:19: -1- AC_DEFUN([MCA_opal_rcache_rgpusm_CONFIG], [ AC_CONFIG_FILES([opal/mca/rcache/rgpusm/Makefile]) OPAL_CHECK_CUDA([rcache_rgpusm]) # Use CUDA_SUPPORT which was filled in by the opal configure code. AS_IF([test "x$CUDA_SUPPORT" = "x1"], [$1], [$2]) AC_SUBST([rcache_rgpusm_CPPFLAGS]) AC_SUBST([rcache_rgpusm_LDFLAGS]) AC_SUBST([rcache_rgpusm_LIBS]) ]) m4trace:config/autogen_found_items.m4:271: -1- m4_include([opal/mca/rcache/udreg/configure.m4]) m4trace:opal/mca/rcache/udreg/configure.m4:24: -1- AC_DEFUN([MCA_opal_rcache_udreg_CONFIG], [ AC_CONFIG_FILES([opal/mca/rcache/udreg/Makefile]) AC_ARG_WITH([udreg], [AS_HELP_STRING([--with-udreg], [Build support for Cray udreg support. Set PKG_CONFIG_PATH env. variable to specify alternate path.])]) rcache_udreg_happy="no" AS_IF([test "$with_udreg" = "no"], [rcache_udreg_happy="no"], [PKG_CHECK_MODULES([CRAY_UDREG], [cray-udreg], [rcache_udreg_LDFLAGS="$CRAY_UDREG_LIBS" rcache_udreg_CPPFLAGS="$CRAY_UDREG_CFLAGS" rcache_udreg_happy="yes"], [AC_MSG_RESULT([no]) rcache_udreg_happ="no"])]) AS_IF([test "$rcache_udreg_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build udreg/rcache AC_SUBST([rcache_udreg_CPPFLAGS]) AC_SUBST([rcache_udreg_LDFLAGS]) AC_SUBST([rcache_udreg_LIBS]) ]) m4trace:config/autogen_found_items.m4:272: -1- m4_include([opal/mca/reachable/netlink/configure.m4]) m4trace:opal/mca/reachable/netlink/configure.m4:18: -1- AC_DEFUN([MCA_opal_reachable_netlink_CONFIG], [ AC_CONFIG_FILES([opal/mca/reachable/netlink/Makefile]) OPAL_VAR_SCOPE_PUSH([opal_reachable_netlink_happy]) # this is terrible, but libnl-1 and libnl-3 are incompatible in # weird ways, and once there are libraries in LIBS for one, the # other is hard to get right. So if someone has already decided # we have libnl version 1, get out. Otherwise, see if we have # libnl-3, which is the only version supported by the netlink # component. AS_IF([test $opal_libnl_version -eq 3], [# Use the libnl base options for the route search with_libnl_route=${with_libnl} with_libnl_route_libdir=${with_libnl_libdir} with_libnl_route_incdir=${with_libnl_incdir} # The first argument of OAC_CHECK_PACKAGE must be a valid # shell variable name, which means no dashes. Deal with that # by being explicit with our module. m4_define([libnl_route_pkgconfig_module], [libnl-route-3.0]) OAC_CHECK_PACKAGE([libnl_route], [reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [rtnl_route_get], [opal_reachable_netlink_happy=1], [opal_reachable_netlink_happy=0]) # See if we have linux/netlink.h, which is part of the kernel # ABI headers and not the libnl3 package (so we assume are in # default includes, as opposed to the libnl directory. AS_IF([test ${opal_reachable_netlink_happy} -eq 1], [AC_CHECK_HEADER([linux/netlink.h], [], [opal_reachable_netlink_happy=0], [ #include #include ])])], [AC_MSG_NOTICE([Disabling component because libnl v1 already linked]) opal_reachable_netlink_happy=0]) AS_IF([test $opal_reachable_netlink_happy -eq 1], [$1], [$2]) AC_SUBST([reachable_netlink_CPPFLAGS]) AC_SUBST([reachable_netlink_LDFLAGS]) AC_SUBST([reachable_netlink_LIBS]) OPAL_VAR_SCOPE_POP() ]) m4trace:config/autogen_found_items.m4:273: -1- m4_include([opal/mca/shmem/mmap/configure.m4]) m4trace:opal/mca/shmem/mmap/configure.m4:28: -1- AC_DEFUN([MCA_opal_shmem_mmap_CONFIG], [ AC_CONFIG_FILES([opal/mca/shmem/mmap/Makefile]) # do we have the mmap shm stuff? AC_MSG_CHECKING([if want mmap shared memory support]) AC_ARG_ENABLE(mmap-shmem, [AS_HELP_STRING([--disable-mmap-shmem], [disable mmap shared memory support (default: enabled)])]) AS_IF([test "$enable_mmap_shmem" = "no"], [AC_MSG_RESULT([no]) shmem_mmap_sm_build_mmap=0], [AC_MSG_RESULT([yes]) AC_SEARCH_LIBS([mmap], [c], [shmem_mmap_sm_build_mmap=1], [shmem_mmap_sm_build_mmap=0])]) AS_IF([test "$enable_mmap_shmem" = "yes" && test "$shmem_mmap_sm_build_mmap" = "0"], [AC_MSG_WARN([mmap shared memory support requested but not found]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$shmem_mmap_sm_build_mmap" = "1"], [$1], [$2]) AC_DEFINE_UNQUOTED([OPAL_SHMEM_MMAP], [$shmem_mmap_sm_build_mmap], [Whether we have shared memory support for mmap or not]) ]) m4trace:config/autogen_found_items.m4:274: -1- m4_include([opal/mca/shmem/posix/configure.m4]) m4trace:opal/mca/shmem/posix/configure.m4:28: -1- AC_DEFUN([MCA_opal_shmem_posix_CONFIG], [ AC_CONFIG_FILES([opal/mca/shmem/posix/Makefile]) # do we have the posix shm stuff? AC_MSG_CHECKING([if want POSIX shared memory support]) AC_ARG_ENABLE(posix-shmem, [AS_HELP_STRING([--disable-posix-shmem], [disable posix shared memory support (default: enabled)])]) AS_IF([test "$enable_posix_shmem" = "no"], [AC_MSG_RESULT([no]) shmem_posix_sm_build_posix=0], [AC_MSG_RESULT([yes]) OPAL_SEARCH_LIBS_COMPONENT([shmem_posix], [shm_open], [rt], [shmem_posix_sm_build_posix=1], [shmem_posix_sm_build_posix=0])]) AS_IF([test "$enable_posix_shmem" = "yes" && test "$shmem_posix_sm_build_posix" = "0"], [AC_MSG_WARN([POSIX shared memory support requested but not found]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$shmem_posix_sm_build_posix" = "1"], [$1], [$2]) AC_DEFINE_UNQUOTED([OPAL_SHMEM_POSIX], [$shmem_posix_sm_build_posix], [Whether we have shared memory support for POSIX or not]) ]) m4trace:config/autogen_found_items.m4:275: -1- m4_include([opal/mca/shmem/sysv/configure.m4]) m4trace:opal/mca/shmem/sysv/configure.m4:28: -1- AC_DEFUN([MCA_opal_shmem_sysv_CONFIG], [ AC_CONFIG_FILES([opal/mca/shmem/sysv/Makefile]) # do we have the sysv shm stuff? AC_MSG_CHECKING([if want SYSV shared memory support]) AC_ARG_ENABLE(sysv-shmem, [AS_HELP_STRING([--disable-sysv-shmem], [disable sysv shared memory support (default: enabled)])]) AS_IF([test "$enable_sysv_shmem" = "no"], [AC_MSG_RESULT([no]) shmem_sysv_sm_build_sysv=0], [AC_MSG_RESULT([yes]) AC_CHECK_FUNC(shmget, [shmem_sysv_sm_build_sysv=1], [shmem_sysv_sm_build_sysv=0])]) AS_IF([test "$enable_sysv_shmem" = "yes" && test "$shmem_sysv_sm_build_sysv" = "0"], [AC_MSG_WARN([SYSV shared memory support requested but not found]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$shmem_sysv_sm_build_sysv" = "1"], [$1], [$2]) AC_DEFINE_UNQUOTED([OPAL_SHMEM_SYSV], [$shmem_sysv_sm_build_sysv], [Whether we have shared memory support for SYSV or not]) ]) m4trace:config/autogen_found_items.m4:276: -1- m4_include([opal/mca/smsc/cma/configure.m4]) m4trace:opal/mca/smsc/cma/configure.m4:23: -1- AC_DEFUN([MCA_opal_smsc_cma_CONFIG], [ AC_CONFIG_FILES([opal/mca/smsc/cma/Makefile]) OPAL_CHECK_CMA([smsc_cma], [AC_CHECK_HEADER([sys/prctl.h]) $1], [$2]) AC_SUBST([smsc_cma_CPPFLAGS]) AC_SUBST([smsc_cma_LDFLAGS]) AC_SUBST([smsc_cma_LIBS]) ]) m4trace:config/autogen_found_items.m4:277: -1- m4_include([opal/mca/smsc/knem/configure.m4]) m4trace:opal/mca/smsc/knem/configure.m4:23: -1- AC_DEFUN([MCA_opal_smsc_knem_CONFIG], [ AC_CONFIG_FILES([opal/mca/smsc/knem/Makefile]) OPAL_CHECK_KNEM([smsc_knem], [$1], [$2]) AC_SUBST([smsc_knem_CPPFLAGS]) AC_SUBST([smsc_knem_LDFLAGS]) AC_SUBST([smsc_knem_LIBS]) ]) m4trace:config/autogen_found_items.m4:278: -1- m4_include([opal/mca/smsc/xpmem/configure.m4]) m4trace:opal/mca/smsc/xpmem/configure.m4:23: -1- AC_DEFUN([MCA_opal_smsc_xpmem_CONFIG], [ AC_CONFIG_FILES([opal/mca/smsc/xpmem/Makefile]) OPAL_CHECK_XPMEM([smsc_xpmem], [$1], [$2]) AC_SUBST([smsc_xpmem_CPPFLAGS]) AC_SUBST([smsc_xpmem_LDFLAGS]) AC_SUBST([smsc_xpmem_LIBS]) ]) m4trace:config/autogen_found_items.m4:279: -1- m4_include([opal/mca/threads/argobots/configure.m4]) m4trace:opal/mca/threads/argobots/configure.m4:27: -1- AC_DEFUN([OPAL_CONFIG_ARGOBOTS_THREADS], [ AC_ARG_WITH([argobots], [AS_HELP_STRING([--with-argobots=DIR], [Specify location of argobots installation. Error if argobots support cannot be found.])]) AC_ARG_WITH([argobots-libdir], [AS_HELP_STRING([--with-argobots-libdir=DIR], [Search for argobots libraries in DIR])]) opal_check_argo_save_CPPFLAGS=$CPPFLAGS opal_check_argo_save_LDFLAGS=$LDFLAGS opal_check_argo_save_LIBS=$LIBS opal_argo_happy=yes opal_argo11_happy=yes OAC_CHECK_PACKAGE([argobots], [opal_argo], [abt.h], [abt], [ABT_init], [opal_argo_happy=yes], [opal_argo_happy=no]) # ABT_unit_get_thread() is a new Argobots 1.1 API. # It was introduced after static mutex/cond initializers. AS_IF([test $opal_argo_happy = yes], [AC_CHECK_FUNCS([ABT_unit_get_thread], [], [opal_argo11_happy="yes"])]) AS_IF([test $opal_argo_happy = yes && test $opal_argo11_happy = no], [AC_MSG_ERROR([Open MPI requires Argobots 1.1 or newer.])]) AS_IF([test $opal_argo_happy = yes], [ AC_SUBST([opal_argo_CPPFLAGS]) AC_SUBST([opal_argo_LDFLAGS]) AC_SUBST([opal_argo_LIBS]) TPKG_CFLAGS="$opal_argo_CPPFLAGS" TPKG_FCFLAGS="$opal_argo_CPPFLAGS" TPKG_CXXFLAGS="$opal_argo_CPPFLAGS" TPKG_CPPFLAGS="$opal_argo_CPPFLAGS" TPKG_CXXCPPFLAGS="$opal_argo_CPPFLAGS" TPKG_LDFLAGS="$opal_argo_LDFLAGS" TPKG_LIBS="$opal_argo_LIBS"]) CPPFLAGS="${opal_check_argo_save_CPPFLAGS} ${opal_argo_CPPFLAGS}" LDFLAGS=$opal_check_argo_save_LDFLAGS LIBS=$opal_check_argo_save_LIBS AS_IF([test "$opal_argo_happy" = "yes"], [$1], [$2]) ]) m4trace:opal/mca/threads/argobots/configure.m4:82: -1- AC_DEFUN([MCA_opal_threads_argobots_PRIORITY], [30]) m4trace:opal/mca/threads/argobots/configure.m4:84: -1- AC_DEFUN([MCA_opal_threads_argobots_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/threads/argobots/configure.m4:92: -1- AC_DEFUN([MCA_opal_threads_argobots_POST_CONFIG], [ AS_IF([test "$1" = "1"], [opal_thread_type_found="argobots" AC_DEFINE_UNQUOTED([MCA_threads_base_include_HEADER], ["opal/mca/threads/argobots/threads_argobots_threads.h"], [Header to include for threads implementation]) AC_DEFINE_UNQUOTED([MCA_threads_mutex_base_include_HEADER], ["opal/mca/threads/argobots/threads_argobots_mutex.h"], [Header to include for mutex implementation]) AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER], ["opal/mca/threads/argobots/threads_argobots_tsd.h"], [Header to include for tsd implementation]) THREAD_CFLAGS="$TPKG_CFLAGS" THREAD_FCFLAGS="$TPKG_FCFLAGS" THREAD_CXXFLAGS="$TPKG_CXXFLAGS" THREAD_CPPFLAGS="$TPKG_CPPFLAGS" THREAD_CXXCPPFLAGS="$TPKG_CXXCPPFLAGS" THREAD_LDFLAGS="$TPKG_LDFLAGS" THREAD_LIBS="$TPKG_LIBS" LIBS="$LIBS $THREAD_LIBS" LDFLAGS="$LDFLAGS $THREAD_LDFLAGS" ]) ]) m4trace:opal/mca/threads/argobots/configure.m4:120: -1- AC_DEFUN([MCA_opal_threads_argobots_CONFIG], [ AC_CONFIG_FILES([opal/mca/threads/argobots/Makefile]) AS_IF([test "$with_threads" = "argobots"], [OPAL_CONFIG_ARGOBOTS_THREADS([argobots_threads_works=1], [argobots_threads_works=0])], [argobots_threads_works=0]) AS_IF([test "$argobots_threads_works" = "1"], [$1 opal_thread_type_found="argobots"], [$2]) ]) m4trace:config/autogen_found_items.m4:280: -1- m4_include([opal/mca/threads/pthreads/configure.m4]) m4trace:opal/mca/threads/pthreads/configure.m4:33: -1- AC_DEFUN([OPAL_INTL_PTHREAD_TRY_LINK], [ # BEGIN: OPAL_INTL_PTHREAD_TRY_LINK # # Make sure that we can run a small application in C or C++, which # ever is the current language. Do make sure that C or C++ is the # current language. # # As long as this is not being run.... # pthread_t may be anything from an int to a struct -- init with self-tid. # AC_LINK_IFELSE([AC_LANG_SOURCE([[ #include int i = 3; pthread_t me, newthread; void cleanup_routine(void *foo); void *thread_main(void *foo); void cleanup_routine(void *foo) { i = 4; } void *thread_main(void *foo) { i = 2; return (void*) &i; } int main(int argc, char* argv[]) { pthread_attr_t attr; me = pthread_self(); pthread_atfork(NULL, NULL, NULL); pthread_attr_init(&attr); pthread_cleanup_push(cleanup_routine, 0); pthread_create(&newthread, &attr, thread_main, 0); pthread_join(newthread, 0); pthread_cleanup_pop(0); return 0; }]])], [$1], [$2]) # END: OPAL_INTL_PTHREAD_TRY_LINK ]) m4trace:opal/mca/threads/pthreads/configure.m4:74: -1- AC_DEFUN([OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN], [ # BEGIN: OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN # # Make sure that we can run a small application in Fortran, with # pthreads living in a C object file OPAL_VAR_SCOPE_PUSH([HAPPY opal_conftest_h]) # Fortran module cat > conftestf.f < conftest.c < #include #include $opal_conftest_h #ifdef __cplusplus extern "C" { #endif int i = 3; pthread_t me, newthread; void cleanup_routine(void *foo); void *thread_main(void *foo); void pthreadtest_f(void); void pthreadtest(void); void pthreadtest_(void); void pthreadtest__(void); void PTHREADTEST(void); void cleanup_routine(void *foo) { i = 4; } void *thread_main(void *foo) { i = 2; return (void*) &i; } void pthreadtest_f(void) { pthread_attr_t attr; me = pthread_self(); pthread_atfork(NULL, NULL, NULL); pthread_attr_init(&attr); pthread_cleanup_push(cleanup_routine, 0); pthread_create(&newthread, &attr, thread_main, 0); pthread_join(newthread, 0); pthread_cleanup_pop(0); } void pthreadtest(void) { pthreadtest_f(); } void pthreadtest_(void) { pthreadtest_f(); } void pthreadtest__(void) { pthreadtest_f(); } void PTHREADTEST(void) { pthreadtest_f(); } #ifdef __cplusplus } #endif EOF # Try the compile OPAL_LOG_COMMAND( [$CC $CFLAGS -I. -c conftest.c], OPAL_LOG_COMMAND( [$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS], [HAPPY=1], [HAPPY=0]), [HAPPY=0]) if test "$HAPPY" = "1"; then $1 else OPAL_LOG_MSG([here is the C program:], 1) OPAL_LOG_FILE([conftest.c]) if test -f conftest.h; then OPAL_LOG_MSG([here is contest.h:], 1) OPAL_LOG_FILE([conftest.h]) fi OPAL_LOG_MSG([here is the fortran program:], 1) OPAL_LOG_FILE([conftestf.f]) $2 fi rm -rf conftest* OPAL_VAR_SCOPE_POP # END: OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN ]) m4trace:opal/mca/threads/pthreads/configure.m4:184: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_PLAIN_C], [ # # C compiler # if test "$opal_pthread_c_success" = "0"; then AC_MSG_CHECKING([if C compiler and POSIX threads work as is]) AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_c_success=1, opal_pthread_c_success=0) AC_LANG_POP(C) if test "$opal_pthread_c_success" = "1"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:204: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_PLAIN_CXX], [ # # C++ compiler # if test "$opal_pthread_cxx_success" = "0"; then AC_MSG_CHECKING([if C++ compiler and POSIX threads work as is]) AC_LANG_PUSH(C++) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_cxx_success=1, opal_pthread_cxx_success=0) AC_LANG_POP(C++) if test "$opal_pthread_cxx_success" = "1"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:224: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_PLAIN_FC], [ # # Fortran compiler # if test "$opal_pthread_fortran_success" = "0" && \ test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" && \ test $ompi_fortran_happy -eq 1; then AC_MSG_CHECKING([if Fortran compiler and POSIX threads work as is]) AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN(opal_pthread_fortran_success=1, opal_pthread_fortran_success=0) AC_LANG_POP(C) if test "$opal_pthread_fortran_success" = "1"; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:246: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_PLAIN], [ # BEGIN: OPAL_INTL_POSIX_THREADS_PLAIN # # Check if can compile without any special flags # we throw -D_REENTRANT or -D_THREAD_SAFE in here, just in # case. Some systems (OS X, for example) generally don't need # the defines, but then will on one system header here or there # why take chances? # # Only run C++ and Fortran if those compilers were found OPAL_INTL_POSIX_THREADS_PLAIN_C AS_IF([test "$CXX" != "no"], [OPAL_INTL_POSIX_THREADS_PLAIN_CXX], [opal_pthread_cxx_success=0]) AS_IF([test "$FC" != "no"], [OPAL_INTL_POSIX_THREADS_PLAIN_FC], [opal_pthread_fortran_success=0]) # End: OPAL_INTL_POSIX_THREADS_PLAIN ]) m4trace:opal/mca/threads/pthreads/configure.m4:277: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_C], [ # # C compiler # if test "$opal_pthread_c_success" = "0"; then for pf in $pflags; do AC_MSG_CHECKING([if C compiler and POSIX threads work with $pf]) CFLAGS="$orig_CFLAGS $pf" AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_c_success=1, opal_pthread_c_success=0) AC_LANG_POP(C) if test "$opal_pthread_c_success" = "1"; then TPKG_CFLAGS="$pf" AC_MSG_RESULT([yes]) break else TPKG_CFLAGS= CFLAGS="$orig_CFLAGS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:303: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_CXX], [ # # C++ compiler # if test "$opal_pthread_cxx_success" = "0"; then for pf in $pflags; do AC_MSG_CHECKING([if C++ compiler and POSIX threads work with $pf]) CXXFLAGS="$orig_CXXFLAGS $pf" AC_LANG_PUSH(C++) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_cxx_success=1, opal_pthread_cxx_success=0) AC_LANG_POP(C++) if test "$opal_pthread_cxx_success" = "1"; then TPKG_CXXFLAGS="$pf" AC_MSG_RESULT([yes]) break else TPKG_CXXFLAGS= CXXFLAGS="$orig_CXXFLAGS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:329: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_FC], [ # # Fortran compiler # if test "$opal_pthread_fortran_success" = "0" && \ test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" && \ test $ompi_fortran_happy -eq 1; then for pf in $pflags; do AC_MSG_CHECKING([if Fortran compiler and POSIX threads work with $pf]) FCFLAGS="$orig_FCFLAGS $pf" AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN(opal_pthread_fortran_success=1, opal_pthread_fortran_success=0) AC_LANG_POP(C) if test "$opal_pthread_fortran_success" = "1"; then TPKG_FCFLAGS="$pf" AC_MSG_RESULT([yes]) break else TPKG_FCFLAGS= FCFLAGS="$orig_FCFLAGS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:357: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS], [ # Begin: OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS # # If above didn't work, try some super-special compiler flags # that get evaluated to the "right" things. # # -Kthread: # -kthread: FreeBSD kernel threads # -pthread: Modern GCC (most all platforms) # -pthreads: GCC on solaris # -mthreads: # -mt: Solaris native compilers / HP-UX aCC # # Put -mt before -mthreads because HP-UX aCC will properly compile # with -mthreads (reading as -mt), but emit a warning about unknown # flags hreads. Stupid compilers. OPAL_VAR_SCOPE_PUSH([pflags]) case "${host_cpu}-${host_os}" in *solaris*) pflags="-pthread -pthreads -mt" ;; *) pflags="-Kthread -kthread -pthread -pthreads -mt -mthreads" ;; esac # Only run C++ and Fortran if those compilers were found OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_C AS_IF([test "$CXX" != "no"], [OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_CXX], [opal_pthread_cxx_success=0]) AS_IF([test "$FC" != "no"], [OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_FC], [opal_pthread_fortran_success=0]) OPAL_VAR_SCOPE_POP # End: OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS ]) m4trace:opal/mca/threads/pthreads/configure.m4:406: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_LIBS_C], [ # # C compiler # if test "$opal_pthread_c_success" = "0"; then for pl in $plibs; do AC_MSG_CHECKING([if C compiler and POSIX threads work with $pl]) case "${host_cpu}-${host-_os}" in *-aix* | *-freebsd*) if test "`echo $CPPFLAGS | $GREP 'D_THREAD_SAFE'`" = ""; then TPKG_CPPFLAGS="-D_THREAD_SAFE" CPPFLAGS="$CPPFLAGS $TPKG_CPPFLAGS" fi ;; *) if test "`echo $CPPFLAGS | $GREP 'D_REENTRANT'`" = ""; then TPKG_CPPFLAGS="-D_REENTRANT" CPPFLAGS="$CPPFLAGS $TPKG_CPPFLAGS" fi ;; esac LIBS="$orig_LIBS $pl" AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_c_success=1, opal_pthread_c_success=0) AC_LANG_POP(C) if test "$opal_pthread_c_success" = "1"; then TPKG_LIBS="$pl" AC_MSG_RESULT([yes]) else TPKG_CPPFLAGS= CPPFLAGS="$orig_CPPFLAGS" LIBS="$orig_LIBS" AC_MSG_RESULT([no]) fi done fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:446: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_LIBS_CXX], [ # # C++ compiler # if test "$opal_pthread_cxx_success" = "0"; then if test ! "$opal_pthread_c_success" = "0" && test ! "$TPKG_LIBS" = "" ; then AC_MSG_CHECKING([if C++ compiler and POSIX threads work with $TPKG_LIBS]) case "${host_cpu}-${host-_os}" in *-aix* | *-freebsd*) if test "`echo $CXXCPPFLAGS | $GREP 'D_THREAD_SAFE'`" = ""; then TPKG_CXXCPPFLAGS="-D_THREAD_SAFE" CXXCPPFLAGS="$CXXCPPFLAGS $TPKG_CXXCPPFLAGS" fi ;; *) if test "`echo $CXXCPPFLAGS | $GREP 'D_REENTRANT'`" = ""; then TPKG_CXXCPPFLAGS="-D_REENTRANT" CXXCPPFLAGS="$CXXCPPFLAGS $TPKG_CXXCPPFLAGS" fi ;; esac LIBS="$orig_LIBS $TPKG_LIBS" AC_LANG_PUSH(C++) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_cxx_success=1, opal_pthread_cxx_success=0) AC_LANG_POP(C++) if test "$opal_pthread_cxx_success" = "1"; then AC_MSG_RESULT([yes]) else CXXCPPFLAGS="$orig_CXXCPPFLAGS" LIBS="$orig_LIBS" AC_MSG_RESULT([no]) AC_MSG_ERROR([Can not find working threads configuration. aborting]) fi else for pl in $plibs; do AC_MSG_CHECKING([if C++ compiler and POSIX threads work with $pl]) case "${host_cpu}-${host-_os}" in *-aix* | *-freebsd*) if test "`echo $CXXCPPFLAGS | $GREP 'D_THREAD_SAFE'`" = ""; then TPKG_CXXCPPFLAGS="-D_THREAD_SAFE" CXXCPPFLAGS="$CXXCPPFLAGS $TPKG_CXXCPPFLAGS" fi ;; *) if test "`echo $CXXCPPFLAGS | $GREP 'D_REENTRANT'`" = ""; then TPKG_CXXCPPFLAGS="-D_REENTRANT" CXXCPPFLAGS="$CXXCPPFLAGS $TPKG_CXXCPPFLAGS" fi ;; esac LIBS="$orig_LIBS $pl" AC_LANG_PUSH(C++) OPAL_INTL_PTHREAD_TRY_LINK(opal_pthread_cxx_success=1, opal_pthread_cxx_success=0) AC_LANG_POP(C++) if test "$opal_pthread_cxx_success" = "1"; then TPKG_LIBS="$pl" AC_MSG_RESULT([yes]) else TPKG_CXXCPPFLAGS= CXXCPPFLAGS="$orig_CXXCPPFLAGS" LIBS="$orig_LIBS" AC_MSG_RESULT([no]) fi done fi fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:517: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_LIBS_FC], [ # # Fortran compiler # if test $opal_pthread_fortran_success -eq 0 && \ test "$OMPI_TRY_FORTRAN_BINDINGS" -gt "$OMPI_FORTRAN_NO_BINDINGS" && \ test $ompi_fortran_happy -eq 1; then if test $opal_pthread_c_success -ne 0 && test ! "$TPKG_LIBS" = "" ; then AC_MSG_CHECKING([if Fortran compiler and POSIX threads work with $TPKG_LIBS]) LIBS="$orig_LIBS $TPKG_LIBS" AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN(opal_pthread_fortran_success=1, opal_pthread_fortran_success=0) AC_LANG_POP(C) if test "$opal_pthread_fortran_success" = "1"; then AC_MSG_RESULT([yes]) else LIBS="$orig_LIBS" AC_MSG_RESULT([no]) AC_MSG_ERROR([Can not find working threads configuration. aborting]) fi else for pl in $plibs; do AC_MSG_CHECKING([if Fortran compiler and POSIX threads work with $pl]) LIBS="$orig_LIBS $pl" AC_LANG_PUSH(C) OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN(opal_pthread_fortran_success=1, opal_pthread_fortran_success=0) AC_LANG_POP(C) if test "$opal_pthread_fortran_success" = "1"; then TPKG_LIBS="$pl" AC_MSG_RESULT([yes]) break else LIBS="$orig_LIBS" AC_MSG_RESULT([no]) fi done fi fi ]) m4trace:opal/mca/threads/pthreads/configure.m4:560: -1- AC_DEFUN([OPAL_INTL_POSIX_THREADS_LIBS], [ # Begin: OPAL_INTL_POSIX_THREADS_LIBS # # if we can't find a super-special compiler flags, try some libraries. # we throw -D_REENTRANT or -D_THREAD_SAFE in here, just in case. Some # systems (OS X, for example) generally don't need the defines, but # then will on one system header here or there why take chances? # # libpthreads: AIX - must check before libpthread # liblthread: LinuxThreads on FreeBSD # libpthread: The usual place (like we can define usual!) OPAL_VAR_SCOPE_PUSH([plibs]) plibs="-lpthreads -llthread -lpthread" # Only run C++ and Fortran if those compilers were found OPAL_INTL_POSIX_THREADS_LIBS_C AS_IF([test "$CXX" != "no"], [OPAL_INTL_POSIX_THREADS_LIBS_CXX], [opal_pthread_cxx_success=0]) AS_IF([test "$FC" != "no"], [OPAL_INTL_POSIX_THREADS_LIBS_FC], [opal_pthread_fortran_success=0]) OPAL_VAR_SCOPE_POP # End: OPAL_INTL_POSIX_THREADS_LIBS ]) m4trace:opal/mca/threads/pthreads/configure.m4:596: -1- AC_DEFUN([OPAL_CONFIG_POSIX_THREADS], [ OPAL_VAR_SCOPE_PUSH([opal_pthreads_result defval opal_pthread_c_success opal_pthread_fortran_success opal_pthread_cxx_success orig_CFLAGS orig_FCFLAGS orig_CXXFLAGS orig_CPPFLAGS orig_CXXCPPFLAGS orig_LDFLAGS orig_LIBS]) AC_REQUIRE([AC_PROG_GREP]) opal_pthread_c_success=0 opal_pthread_fortran_success=0 opal_pthread_cxx_success=0 orig_CFLAGS="$CFLAGS" orig_FCFLAGS="$FCFLAGS" orig_CXXFLAGS="$CXXFLAGS" orig_CPPFLAGS="$CPPFLAGS" orig_CXXCPPFLAGS="$CXXCPPFLAGS" orig_LDFLAGS="$LDFLAGS" orig_LIBS="$LIBS" TPKG_CFLAGS= TPKG_FCFLAGS= TPKG_CXXFLAGS= TPKG_CPPFLAGS= TPKG_CXXCPPFLAGS= TPKG_LDFLAGS= TPKG_LIBS= # Try with the basics, mam. OPAL_INTL_POSIX_THREADS_PLAIN # Try the super-special compiler flags. OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS # Try the normal linking methods (that's no fun) OPAL_INTL_POSIX_THREADS_LIBS # # check to see if we can create shared memory mutexes and conditions # AC_CHECK_FUNCS([pthread_mutexattr_setpshared pthread_condattr_setpshared]) # # check to see if we can set error checking mutexes # # LinuxThreads AC_MSG_CHECKING([for PTHREAD_MUTEX_ERRORCHECK_NP]) AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK_NP);]])], [opal_pthreads_result="yes" defval=1], [opal_pthreads_result="no" defval=0]) AC_MSG_RESULT([$opal_pthreads_result]) AC_DEFINE_UNQUOTED([OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP], [$defval], [If PTHREADS implementation supports PTHREAD_MUTEX_ERRORCHECK_NP]) # Mac OS X AC_MSG_CHECKING([for PTHREAD_MUTEX_ERRORCHECK]) AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK);]])], [opal_pthreads_result="yes" defval=1], [opal_pthreads_result="no" defval=0]) AC_MSG_RESULT([$opal_pthreads_result]) AC_DEFINE_UNQUOTED([OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK], [$defval], [If PTHREADS implementation supports PTHREAD_MUTEX_ERRORCHECK]) CFLAGS="$orig_CFLAGS" FCFLAGS="$orig_FCFLAGS" CXXFLAGS="$orig_CXXFLAGS" CPPFLAGS="$orig_CPPFLAGS" CXXCPPFLAGS="$orig_CXXCPPFLAGS" LDFLAGS="$orig_LDFLAGS" LIBS="$orig_LIBS" THREAD_CFLAGS="$TPKG_CFLAGS" THREAD_FCFLAGS="$TPKG_FCFLAGS" THREAD_CXXFLAGS="$TPKG_CXXFLAGS" THREAD_CPPFLAGS="$TPKG_CPPFLAGS" THREAD_CXXCPPFLAGS="$TPKG_CXXCPPFLAGS" THREAD_LDFLAGS="$TPKG_LDFLAGS" THREAD_LIBS="$TPKG_LIBS" AS_IF([test "$CXX" = "no"], [opal_pthread_cxx_success=1]) if test "$OMPI_TRY_FORTRAN_BINDINGS" = "$OMPI_FORTRAN_NO_BINDINGS" || \ test $ompi_fortran_happy -ne 1; then opal_pthread_fortran_success=1 fi AC_MSG_CHECKING([if POSIX threads work]) if test $opal_pthread_c_success -eq 1 && \ test $opal_pthread_cxx_success -eq 1 && \ test $opal_pthread_fortran_success -eq 1; then AC_MSG_RESULT([yes]) $1 else AC_MSG_RESULT([no]) $2 fi OPAL_VAR_SCOPE_POP ]) m4trace:opal/mca/threads/pthreads/configure.m4:697: -1- AC_DEFUN([MCA_opal_threads_pthreads_PRIORITY], [30]) m4trace:opal/mca/threads/pthreads/configure.m4:699: -1- AC_DEFUN([MCA_opal_threads_pthreads_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/threads/pthreads/configure.m4:707: -1- AC_DEFUN([MCA_opal_threads_pthreads_POST_CONFIG], [ AS_IF([test "$1" = "1"], [opal_thread_type_found="pthreads" AC_DEFINE_UNQUOTED([MCA_threads_base_include_HEADER], ["opal/mca/threads/pthreads/threads_pthreads_threads.h"], [Header to include for threads implementation]) AC_DEFINE_UNQUOTED([MCA_threads_mutex_base_include_HEADER], ["opal/mca/threads/pthreads/threads_pthreads_mutex.h"], [Header to include for mutex implementation]) AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER], ["opal/mca/threads/pthreads/threads_pthreads_tsd.h"], [Header to include for tsd implementation]) THREAD_CFLAGS="$TPKG_CFLAGS" THREAD_FCFLAGS="$TPKG_FCFLAGS" THREAD_CXXFLAGS="$TPKG_CXXFLAGS" THREAD_CPPFLAGS="$TPKG_CPPFLAGS" THREAD_CXXCPPFLAGS="$TPKG_CXXCPPFLAGS" THREAD_LDFLAGS="$TPKG_LDFLAGS" THREAD_LIBS="$TPKG_LIBS" ]) ]) m4trace:opal/mca/threads/pthreads/configure.m4:732: -1- AC_DEFUN([MCA_opal_threads_pthreads_CONFIG], [ AC_CONFIG_FILES([opal/mca/threads/pthreads/Makefile]) OPAL_VAR_SCOPE_PUSH([posix_thread_works]) AS_IF([test -z "$with_threads" || test "$with_threads" = "pthreads" || test "$with_threads" = "yes"], [OPAL_CONFIG_POSIX_THREADS([posix_threads_works=1],[posix_threads_works=0])], [posix_threads_works=0]) AS_IF([test $posix_threads_works -eq 1], [$1], [$2]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:281: -1- m4_include([opal/mca/threads/qthreads/configure.m4]) m4trace:opal/mca/threads/qthreads/configure.m4:26: -1- AC_DEFUN([OPAL_CONFIG_QTHREADS], [ AC_ARG_WITH([qthreads], [AS_HELP_STRING([--with-qthreads=DIR], [Specify location of qthreads installation. Error if qthreads support cannot be found.])]) AC_ARG_WITH([qthreads-libdir], [AS_HELP_STRING([--with-qthreads-libdir=DIR], [Search for qthreads libraries in DIR])]) opal_check_qthreads_save_CPPFLAGS=$CPPFLAGS opal_check_qthreads_save_LDFLAGS=$LDFLAGS opal_check_qthreads_save_LIBS=$LIBS OAC_CHECK_PACKAGE([qthreads], [opal_qthreads], [qthread.h], [qthread], [qthread_initialize], [opal_qthreads_happy=yes], [opal_qthreads_happy=no]) AS_IF([test $opal_qthreads_happy = yes], [TPKG_CFLAGS="$opal_qthreads_CPPFLAGS" TPKG_FCFLAGS="$opal_qthreads_CPPFLAGS" TPKG_CXXFLAGS="$opal_qthreads_CPPFLAGS" TPKG_CPPFLAGS="$opal_qthreads_CPPFLAGS" TPKG_CXXCPPFLAGS="$opal_qthreads_CPPFLAGS" TPKG_LDFLAGS="$opal_qthreads_LDFLAGS" TPKG_LIBS="$opal_qthreads_LIBS"]) AC_SUBST([opal_qthreads_CPPFLAGS]) AC_SUBST([opal_qthreads_LDFLAGS]) AC_SUBST([opal_qthreads_LIBS]) CPPFLAGS="${opal_check_argo_save_CPPFLAGS} ${opal_qthreads_CPPFLAGS}" LDFLAGS=$opal_check_qthreads_save_LDFLAGS LIBS=$opal_check_qthreads_save_LIBS AS_IF([test "$opal_qthreads_happy" = "yes"], [$1], [$2]) ]) m4trace:opal/mca/threads/qthreads/configure.m4:70: -1- AC_DEFUN([MCA_opal_threads_qthreads_PRIORITY], [30]) m4trace:opal/mca/threads/qthreads/configure.m4:72: -1- AC_DEFUN([MCA_opal_threads_qthreads_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/threads/qthreads/configure.m4:79: -1- AC_DEFUN([MCA_opal_threads_qthreads_POST_CONFIG], [ AS_IF([test "$1" = "1"], [opal_thread_type_found="qthreads" AC_DEFINE_UNQUOTED([MCA_threads_base_include_HEADER], ["opal/mca/threads/qthreads/threads_qthreads_threads.h"], [Header to include for threads implementation]) AC_DEFINE_UNQUOTED([MCA_threads_mutex_base_include_HEADER], ["opal/mca/threads/qthreads/threads_qthreads_mutex.h"], [Header to include for mutex implementation]) AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER], ["opal/mca/threads/qthreads/threads_qthreads_tsd.h"], [Header to include for tsd implementation]) THREAD_CFLAGS="$TPKG_CFLAGS" THREAD_FCFLAGS="$TPKG_FCFLAGS" THREAD_CXXFLAGS="$TPKG_CXXFLAGS" THREAD_CPPFLAGS="$TPKG_CPPFLAGS" THREAD_CXXCPPFLAGS="$TPKG_CXXCPPFLAGS" THREAD_LDFLAGS="$TPKG_LDFLAGS" THREAD_LIBS="$TPKG_LIBS" LIBS="$LIBS $THREAD_LIBS" LDFLAGS="$LDFLAGS $THREAD_LDFLAGS" ]) ]) m4trace:opal/mca/threads/qthreads/configure.m4:107: -1- AC_DEFUN([MCA_opal_threads_qthreads_CONFIG], [ AC_CONFIG_FILES([opal/mca/threads/qthreads/Makefile]) AS_IF([test "$with_threads" = "qthreads"], [OPAL_CONFIG_QTHREADS([qthreads_works=1],[qthreads_works=0])], [qthreads_works=0]) AS_IF([test "$qthreads_works" = "1"], [$1 opal_thread_type_found="qthreads"], [$2]) ]) m4trace:config/autogen_found_items.m4:282: -1- m4_include([opal/mca/timer/altix/configure.m4]) m4trace:opal/mca/timer/altix/configure.m4:22: -1- AC_DEFUN([MCA_opal_timer_altix_PRIORITY], [100]) m4trace:opal/mca/timer/altix/configure.m4:24: -1- AC_DEFUN([MCA_opal_timer_altix_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/timer/altix/configure.m4:30: -1- AC_DEFUN([MCA_opal_timer_altix_POST_CONFIG], [ AS_IF([test "$1" = "1"], [timer_base_include="altix/timer_altix.h"]) ]) m4trace:opal/mca/timer/altix/configure.m4:37: -1- AC_DEFUN([MCA_opal_timer_altix_CONFIG], [ AC_CONFIG_FILES([opal/mca/timer/altix/Makefile]) AS_IF([test "$with_timer" = "altix"], [timer_altix_happy="yes" timer_altix_should_use=1], [timer_altix_should_use=0 AS_IF([test "$with_timer" = ""], [timer_altix_happy="yes"], [timer_altix_happy="no"])]) AS_IF([test "$timer_altix_happy" = "yes"], [AC_CHECK_HEADER([sn/mmtimer.h], [timer_altix_happy="yes"], [timer_altix_happy="no"])]) AS_IF([test "$timer_altix_happy" = "yes"], [AC_CHECK_HEADERS([sys/ioctl.h sys/mman.h])]) AS_IF([test "$timer_altix_happy" = "yes"], [AC_CACHE_CHECK([if MM timer can be opened], [ompi_cv_mm_timer_mmap], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #include #include #include #include #include ], [ int fd; fd = open(MMTIMER_FULLNAME, O_RDONLY); if (-1 ==fd) return 1;])], [ompi_cv_mm_timer_mmap="yes"], [ompi_cv_mm_timer_mmap="no"])]) AS_IF([test "$ompi_cv_mm_timer_mmap" = "yes"], [timer_altix_happy="yes"], [timer_altix_happy="no"])]) AS_IF([test "$timer_altix_happy" = "no" && \ test "$timer_altix_should_use" = "1"], [AC_MSG_ERROR([Altix timer requested but not available. Aborting.])]) AS_IF([test "$timer_altix_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:283: -1- m4_include([opal/mca/timer/darwin/configure.m4]) m4trace:opal/mca/timer/darwin/configure.m4:22: -1- AC_DEFUN([MCA_opal_timer_darwin_PRIORITY], [30]) m4trace:opal/mca/timer/darwin/configure.m4:24: -1- AC_DEFUN([MCA_opal_timer_darwin_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/timer/darwin/configure.m4:30: -1- AC_DEFUN([MCA_opal_timer_darwin_POST_CONFIG], [ AS_IF([test "$1" = "1"], [timer_base_include="darwin/timer_darwin.h"]) ]) m4trace:opal/mca/timer/darwin/configure.m4:37: -1- AC_DEFUN([MCA_opal_timer_darwin_CONFIG], [ AC_CONFIG_FILES([opal/mca/timer/darwin/Makefile]) AS_IF([test "$with_timer" = "darwin"], [timer_darwin_happy="yes" timer_darwin_should_use=1], [timer_darwin_should_use=0 AS_IF([test "$with_timer" = ""], [timer_darwin_happy="yes"], [timer_darwin_happy="no"])]) AS_IF([test "$timer_darwin_happy" = "yes"], [AC_CHECK_HEADERS([mach/mach_time.h]) AC_CHECK_FUNC([mach_absolute_time], [timer_darwin_happy="yes"], [timer_darwin_happy="no"])]) AS_IF([test "$timer_darwin_happy" = "no" && \ test "$timer_darwin_should_use" = "1"], [AC_MSG_ERROR([Darwin timer requested but not available. Aborting.])]) AS_IF([test "$timer_darwin_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:284: -1- m4_include([opal/mca/timer/linux/configure.m4]) m4trace:opal/mca/timer/linux/configure.m4:23: -1- AC_DEFUN([MCA_opal_timer_linux_PRIORITY], [30]) m4trace:opal/mca/timer/linux/configure.m4:25: -1- AC_DEFUN([MCA_opal_timer_linux_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/timer/linux/configure.m4:31: -1- AC_DEFUN([MCA_opal_timer_linux_POST_CONFIG], [ AS_IF([test "$1" = "1"], [timer_base_include="linux/timer_linux.h"]) ]) m4trace:opal/mca/timer/linux/configure.m4:38: -1- AC_DEFUN([MCA_opal_timer_linux_CONFIG], [ AC_CONFIG_FILES([opal/mca/timer/linux/Makefile]) AS_IF([test "$with_timer" = "linux"], [timer_linux_happy="yes" timer_linux_should_use=1], [timer_linux_should_use=0 AS_IF([test "$with_timer" = ""], [timer_linux_happy="yes"], [timer_linux_happy="no"])]) case "${host}" in i?86-*linux*|x86_64*linux*|ia64-*linux*|powerpc-*linux*|powerpc64-*linux*|powerpc64le-*linux*|powerpcle-*linux*|sparc*-*linux*|aarch64-*linux*|hppa*-*linux*) AS_IF([test "$timer_linux_happy" = "yes"], [AS_IF([test -r "/proc/cpuinfo"], [timer_linux_happy="yes"], [timer_linux_happy="no"])]) ;; *) timer_linux_happy="no" ;; esac AS_IF([test "$timer_linux_happy" = "no" && \ test "$timer_linux_should_use" = "1"], [AC_MSG_ERROR([Linux timer requested but not available. Aborting.])]) AS_IF([test "$timer_linux_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:285: -1- m4_include([opal/mca/timer/solaris/configure.m4]) m4trace:opal/mca/timer/solaris/configure.m4:22: -1- AC_DEFUN([MCA_opal_timer_solaris_PRIORITY], [30]) m4trace:opal/mca/timer/solaris/configure.m4:24: -1- AC_DEFUN([MCA_opal_timer_solaris_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:opal/mca/timer/solaris/configure.m4:30: -1- AC_DEFUN([MCA_opal_timer_solaris_POST_CONFIG], [ AS_IF([test "$1" = "1"], [timer_base_include="solaris/timer_solaris.h"]) ]) m4trace:opal/mca/timer/solaris/configure.m4:37: -1- AC_DEFUN([MCA_opal_timer_solaris_CONFIG], [ AC_CONFIG_FILES([opal/mca/timer/solaris/Makefile]) AS_IF([test "$with_timer" = "solaris"], [timer_solaris_happy="yes" timer_solaris_should_use=1], [timer_solaris_should_use=0 AS_IF([test "$with_timer" = ""], [timer_solaris_happy="yes"], [timer_solaris_happy="no"])]) AS_IF([test "$timer_solaris_happy" = "yes"], [AC_CHECK_FUNC([gethrtime], [timer_solaris_happy="yes"], [timer_solaris_happy="no"])]) AS_IF([test "$timer_solaris_happy" = "no" && \ test "$timer_solaris_should_use" = "1"], [AC_MSG_ERROR([Solaris timer requested but not available. Aborting.])]) AS_IF([test "$timer_solaris_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:286: -1- m4_include([ompi/mca/fbtl/configure.m4]) m4trace:ompi/mca/fbtl/configure.m4:16: -1- AC_DEFUN([MCA_ompi_fbtl_CONFIG], [ OPAL_VAR_SCOPE_PUSH([want_io_ompio]) AS_IF([test "$enable_io_ompio" != "no"], [want_io_ompio=1], [want_io_ompio=0]) MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_io_ompio]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:287: -1- m4_include([ompi/mca/fcoll/configure.m4]) m4trace:ompi/mca/fcoll/configure.m4:16: -1- AC_DEFUN([MCA_ompi_fcoll_CONFIG], [ OPAL_VAR_SCOPE_PUSH([want_io_ompio]) AS_IF([test "$enable_io_ompio" != "no"], [want_io_ompio=1], [want_io_ompio=0]) MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_io_ompio]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:288: -1- m4_include([ompi/mca/fs/configure.m4]) m4trace:ompi/mca/fs/configure.m4:16: -1- AC_DEFUN([MCA_ompi_fs_CONFIG], [ OPAL_VAR_SCOPE_PUSH([want_io_ompio]) AS_IF([test "$enable_io_ompio" != "no"], [want_io_ompio=1], [want_io_ompio=0]) MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_io_ompio]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:289: -1- m4_include([ompi/mca/hook/configure.m4]) m4trace:ompi/mca/hook/configure.m4:11: -1- AC_DEFUN([MCA_ompi_hook_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) ]) m4trace:config/autogen_found_items.m4:290: -1- m4_include([ompi/mca/mtl/configure.m4]) m4trace:ompi/mca/mtl/configure.m4:12: -1- AC_DEFUN([MCA_ompi_mtl_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) ]) m4trace:config/autogen_found_items.m4:291: -1- m4_include([ompi/mca/part/configure.m4]) m4trace:ompi/mca/part/configure.m4:12: -1- AC_DEFUN([MCA_ompi_part_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) ]) m4trace:config/autogen_found_items.m4:292: -1- m4_include([ompi/mca/pml/configure.m4]) m4trace:ompi/mca/pml/configure.m4:12: -1- AC_DEFUN([MCA_ompi_pml_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) ]) m4trace:config/autogen_found_items.m4:293: -1- m4_include([ompi/mca/sharedfp/configure.m4]) m4trace:ompi/mca/sharedfp/configure.m4:16: -1- AC_DEFUN([MCA_ompi_sharedfp_CONFIG], [ OPAL_VAR_SCOPE_PUSH([want_io_ompio]) AS_IF([test "$enable_io_ompio" != "no"], [want_io_ompio=1], [want_io_ompio=0]) MCA_CONFIGURE_FRAMEWORK([$1], [$2], [$want_io_ompio]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:294: -1- m4_include([ompi/mca/common/monitoring/configure.m4]) m4trace:ompi/mca/common/monitoring/configure.m4:16: -1- AC_DEFUN([MCA_ompi_common_monitoring_CONFIG], [ AC_CONFIG_FILES([ompi/mca/common/monitoring/Makefile]) m4_ifdef([project_ompi], [AC_CONFIG_LINKS(test/monitoring/profile2mat.pl:ompi/mca/common/monitoring/profile2mat.pl test/monitoring/aggregate_profile.pl:ompi/mca/common/monitoring/aggregate_profile.pl)]) [$1] ]) m4trace:config/autogen_found_items.m4:295: -1- m4_include([ompi/mca/common/ompio/configure.m4]) m4trace:ompi/mca/common/ompio/configure.m4:15: -1- AC_DEFUN([MCA_ompi_common_ompio_CONFIG], [ AC_CONFIG_FILES([ompi/mca/common/ompio/Makefile]) AS_IF([test "$enable_io_ompio" != "no"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:296: -1- m4_include([ompi/mca/bml/r2/configure.m4]) m4trace:ompi/mca/bml/r2/configure.m4:15: -1- AC_DEFUN([MCA_ompi_bml_r2_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([BML])]) ]) m4trace:ompi/mca/bml/r2/configure.m4:23: -1- AC_DEFUN([MCA_ompi_bml_r2_CONFIG], [ AC_CONFIG_FILES([ompi/mca/bml/r2/Makefile]) [$1] ]) m4trace:config/autogen_found_items.m4:297: -1- m4_include([ompi/mca/coll/cuda/configure.m4]) m4trace:ompi/mca/coll/cuda/configure.m4:17: -1- AC_DEFUN([MCA_ompi_coll_cuda_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/cuda/Makefile]) # make sure that CUDA-aware checks have been done AC_REQUIRE([OPAL_CHECK_CUDA]) # Only build if CUDA support is available AS_IF([test "x$CUDA_SUPPORT" = "x1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:298: -1- m4_include([ompi/mca/coll/ftagree/configure.m4]) m4trace:ompi/mca/coll/ftagree/configure.m4:14: -1- AC_DEFUN([MCA_ompi_coll_ftagree_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/ftagree/Makefile]) # If we don't want FT, don't compile this component AS_IF([test "$opal_want_ft_mpi" = "1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:299: -1- m4_include([ompi/mca/coll/hcoll/configure.m4]) m4trace:ompi/mca/coll/hcoll/configure.m4:19: -1- AC_DEFUN([MCA_ompi_coll_hcoll_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/hcoll/Makefile]) OMPI_CHECK_HCOLL([coll_hcoll], [coll_hcoll_happy="yes"], [coll_hcoll_happy="no"]) AS_IF([test "$coll_hcoll_happy" = "yes"], [coll_hcoll_WRAPPER_EXTRA_LDFLAGS="$coll_hcoll_LDFLAGS" coll_hcoll_CPPFLAGS="$coll_hcoll_CPPFLAGS" coll_hcoll_WRAPPER_EXTRA_LIBS="$coll_hcoll_LIBS" $1], [$2]) # substitute in the things needed to build hcoll AC_SUBST([coll_hcoll_CPPFLAGS]) AC_SUBST([coll_hcoll_LDFLAGS]) AC_SUBST([coll_hcoll_LIBS]) ]) m4trace:config/autogen_found_items.m4:300: -1- m4_include([ompi/mca/coll/monitoring/configure.m4]) m4trace:ompi/mca/coll/monitoring/configure.m4:16: -1- AC_DEFUN([MCA_ompi_coll_monitoring_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/monitoring/Makefile]) [$1] ]) m4trace:config/autogen_found_items.m4:301: -1- m4_include([ompi/mca/coll/portals4/configure.m4]) m4trace:ompi/mca/coll/portals4/configure.m4:14: -1- AC_DEFUN([MCA_ompi_coll_portals4_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4])]) ]) m4trace:ompi/mca/coll/portals4/configure.m4:21: -1- AC_DEFUN([MCA_ompi_coll_portals4_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/portals4/Makefile]) OPAL_CHECK_PORTALS4([coll_portals4], [coll_portals4_happy="yes"], [coll_portals4_happy="no"]) AS_IF([test "$coll_portals4_happy" = "yes"], [$1], [$2]) AC_SUBST([coll_portals4_CPPFLAGS]) AC_SUBST([coll_portals4_LDFLAGS]) AC_SUBST([coll_portals4_LIBS]) ]) m4trace:config/autogen_found_items.m4:302: -1- m4_include([ompi/mca/coll/sm/configure.m4]) m4trace:ompi/mca/coll/sm/configure.m4:11: -1- AC_DEFUN([MCA_ompi_coll_sm_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/sm/Makefile]) OPAL_MCA_CHECK_DEPENDENCY([ompi], [coll], [sm], [opal], [common], [sm]) $1 ]) m4trace:config/autogen_found_items.m4:303: -1- m4_include([ompi/mca/coll/ucc/configure.m4]) m4trace:ompi/mca/coll/ucc/configure.m4:19: -1- AC_DEFUN([MCA_ompi_coll_ucc_CONFIG], [ AC_CONFIG_FILES([ompi/mca/coll/ucc/Makefile]) OMPI_CHECK_UCC([coll_ucc], [coll_ucc_happy="yes"], [coll_ucc_happy="no"]) AS_IF([test "$coll_ucc_happy" = "yes"], [coll_ucc_WRAPPER_EXTRA_LDFLAGS="$coll_ucc_LDFLAGS" coll_ucc_CPPFLAGS="$coll_ucc_CPPFLAGS" coll_ucc_WRAPPER_EXTRA_LIBS="$coll_ucc_LIBS" $1], [$2]) OPAL_SUMMARY_ADD([Miscellaneous], [Open UCC], [], [$coll_ucc_happy]) # substitute in the things needed to build ucc AC_SUBST([coll_ucc_CPPFLAGS]) AC_SUBST([coll_ucc_LDFLAGS]) AC_SUBST([coll_ucc_LIBS]) ]) m4trace:config/autogen_found_items.m4:304: -1- m4_include([ompi/mca/fbtl/ime/configure.m4]) m4trace:ompi/mca/fbtl/ime/configure.m4:14: -1- AC_DEFUN([MCA_ompi_fbtl_ime_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fbtl/ime/Makefile]) OMPI_CHECK_IME([fbtl_ime], [fbtl_ime_happy="yes"], [fbtl_ime_happy="no"]) AS_IF([test "$fbtl_ime_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ime AC_SUBST([fbtl_ime_CPPFLAGS]) AC_SUBST([fbtl_ime_LDFLAGS]) AC_SUBST([fbtl_ime_LIBS]) ]) m4trace:config/autogen_found_items.m4:305: -1- m4_include([ompi/mca/fbtl/posix/configure.m4]) m4trace:ompi/mca/fbtl/posix/configure.m4:25: -1- AC_DEFUN([MCA_ompi_fbtl_posix_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fbtl/posix/Makefile]) fbtl_posix_happy=no AC_CHECK_HEADER([aio.h], [dnl NetBSD has aio_* in -lrt, vs. the usual libc OPAL_SEARCH_LIBS_COMPONENT([fbtl_posix], [aio_write], [rt], [fbtl_posix_happy="yes"])]) AC_CHECK_FUNCS([pwritev],[],[]) AC_CHECK_FUNCS([preadv],[],[]) AS_IF([test "$fbtl_posix_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:306: -1- m4_include([ompi/mca/fbtl/pvfs2/configure.m4]) m4trace:ompi/mca/fbtl/pvfs2/configure.m4:26: -1- AC_DEFUN([MCA_ompi_fbtl_pvfs2_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fbtl/pvfs2/Makefile]) OMPI_CHECK_PVFS2([fbtl_pvfs2], [fbtl_pvfs2_happy="yes"], [fbtl_pvfs2_happy="no"]) AS_IF([test "$fbtl_pvfs2_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build pvfs2 AC_SUBST([fbtl_pvfs2_CPPFLAGS]) AC_SUBST([fbtl_pvfs2_LDFLAGS]) AC_SUBST([fbtl_pvfs2_LIBS]) ]) m4trace:config/autogen_found_items.m4:307: -1- m4_include([ompi/mca/fs/gpfs/configure.m4]) m4trace:ompi/mca/fs/gpfs/configure.m4:27: -1- AC_DEFUN([MCA_ompi_fs_gpfs_CONFIG], [ OPAL_VAR_SCOPE_PUSH([fs_gpfs_happy]) AC_CONFIG_FILES([ompi/mca/fs/gpfs/Makefile]) OMPI_CHECK_GPFS([fs_gpfs], [fs_gpfs_happy="yes"], [fs_gpfs_happy="no"]) AS_IF([test "$fs_gpfs_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build gpfs AC_SUBST([fs_gpfs_CPPFLAGS]) AC_SUBST([fs_gpfs_LDFLAGS]) AC_SUBST([fs_gpfs_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:308: -1- m4_include([ompi/mca/fs/ime/configure.m4]) m4trace:ompi/mca/fs/ime/configure.m4:15: -1- AC_DEFUN([MCA_ompi_fs_ime_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fs/ime/Makefile]) OMPI_CHECK_IME([fs_ime], [fs_ime_happy="yes"], [fs_ime_happy="no"]) OPAL_SUMMARY_ADD([OMPIO File Systems], [DDN Infinite Memory Engine], [], [$fs_ime_happy]) AS_IF([test "$fs_ime_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ime AC_SUBST([fs_ime_CPPFLAGS]) AC_SUBST([fs_ime_LDFLAGS]) AC_SUBST([fs_ime_LIBS]) ]) m4trace:config/autogen_found_items.m4:309: -1- m4_include([ompi/mca/fs/lustre/configure.m4]) m4trace:ompi/mca/fs/lustre/configure.m4:27: -1- AC_DEFUN([MCA_ompi_fs_lustre_CONFIG], [ OPAL_VAR_SCOPE_PUSH([fs_lustre_happy]) AC_CONFIG_FILES([ompi/mca/fs/lustre/Makefile]) OMPI_CHECK_LUSTRE([fs_lustre], [fs_lustre_happy="yes"], [fs_lustre_happy="no"]) AS_IF([test "$fs_lustre_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build lustre AC_SUBST([fs_lustre_CPPFLAGS]) AC_SUBST([fs_lustre_LDFLAGS]) AC_SUBST([fs_lustre_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:310: -1- m4_include([ompi/mca/fs/pvfs2/configure.m4]) m4trace:ompi/mca/fs/pvfs2/configure.m4:27: -1- AC_DEFUN([MCA_ompi_fs_pvfs2_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fs/pvfs2/Makefile]) OMPI_CHECK_PVFS2([fs_pvfs2], [fs_pvfs2_happy="yes"], [fs_pvfs2_happy="no"]) OPAL_SUMMARY_ADD([OMPIO File Systems], [PVFS2/OrangeFS], [], [$fs_pvfs2_happy]) AS_IF([test "$fs_pvfs2_happy" = "yes"], [$1], [$2]) # AC_CHECK_HEADERS([pvfs2.h], [], # [AC_CHECK_HEADERS([pvfs2.h], [], [$2], # [AC_INCLUDES_DEFAULT])], # [AC_INCLUDES_DEFAULT]) # substitute in the things needed to build pvfs2 AC_SUBST([fs_pvfs2_CPPFLAGS]) AC_SUBST([fs_pvfs2_LDFLAGS]) AC_SUBST([fs_pvfs2_LIBS]) ]) m4trace:config/autogen_found_items.m4:311: -1- m4_include([ompi/mca/fs/ufs/configure.m4]) m4trace:ompi/mca/fs/ufs/configure.m4:26: -1- AC_DEFUN([MCA_ompi_fs_ufs_CONFIG], [ AC_CONFIG_FILES([ompi/mca/fs/ufs/Makefile]) OPAL_SUMMARY_ADD([OMPIO File Systems], [Generic Unix FS], [], [yes]) ]) m4trace:config/autogen_found_items.m4:312: -1- m4_include([ompi/mca/hook/comm_method/configure.m4]) m4trace:ompi/mca/hook/comm_method/configure.m4:12: -1- AC_DEFUN([MCA_ompi_hook_comm_method_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:ompi/mca/hook/comm_method/configure.m4:21: -1- AC_DEFUN([MCA_ompi_hook_comm_method_CONFIG], [ AC_CONFIG_FILES([ompi/mca/hook/comm_method/Makefile]) $1 ]) m4trace:config/autogen_found_items.m4:313: -1- m4_include([ompi/mca/io/ompio/configure.m4]) m4trace:ompi/mca/io/ompio/configure.m4:15: -1- AC_DEFUN([MCA_ompi_io_ompio_CONFIG], [ AC_CONFIG_FILES([ompi/mca/io/ompio/Makefile]) AS_IF([test "$enable_io_ompio" != "no"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:314: -1- m4_include([ompi/mca/io/romio341/configure.m4]) m4trace:ompi/mca/io/romio341/configure.m4:23: -1- AC_DEFUN([MCA_ompi_io_romio341_POST_CONFIG], [ AM_CONDITIONAL([MCA_io_romio341_SHOULD_BUILD], [test $1 -eq 1]) ]) m4trace:ompi/mca/io/romio341/configure.m4:30: -1- AC_DEFUN([MCA_ompi_io_romio341_CONFIG], [ AC_CONFIG_FILES([ompi/mca/io/romio341/Makefile]) OPAL_VAR_SCOPE_PUSH([io_romio341_flags io_romio341_flags_define io_romio341_happy io_romio341_save_LIBS]) AC_ARG_ENABLE([io-romio], [AS_HELP_STRING([--disable-io-romio], [Disable the ROMIO MPI-IO component])]) AC_ARG_WITH([io-romio-flags], [AS_HELP_STRING([--with-io-romio-flags=FLAGS], [Pass FLAGS to the ROMIO distribution configuration script])]) AC_DEFINE_UNQUOTED([MCA_io_romio341_USER_CONFIGURE_FLAGS], ["$with_io_romio_flags"], [Set of user-defined configure flags given to ROMIOs configure script via --with-io-romio-flags]) AC_MSG_CHECKING([if want ROMIO component]) AS_IF([test "$enable_io_romio" = "no"], [AC_MSG_RESULT([no]) $2], [AC_MSG_RESULT([yes]) AC_MSG_CHECKING([if MPI profiling is enabled]) AS_IF([test "$enable_mpi_profile" = "no"], [AC_MSG_RESULT([no]) AC_MSG_WARN([*** The ROMIO io component requires the MPI profiling layer]) AS_IF([test "$enable_io_romio" = "yes"], [AC_MSG_ERROR([*** ROMIO requested but not available. Aborting])]) $2], [AC_MSG_RESULT([yes]) AS_IF([test -n "$with_io_romio_flags" && test "$with_io_romio_flags" != "no"], [io_romio341_flags="$with_io_romio_flags $io_romio341_flags"], [io_romio341_flags=]) # If ROMIO is going to end up in a DSO, all we need is # shared library-ized objects, as we're only building a # DSO (which is always shared). Otherwise, build with # same flags as OMPI, as we might need any combination of # shared and static-ized objects... AS_IF([test "$compile_mode" = "dso"], [io_romio341_shared=enable io_romio341_static=disable], [AS_IF([test "$enable_shared" = "yes"], [io_romio341_shared=enable], [io_romio341_shared=disable]) AS_IF([test "$enable_static" = "yes"], [io_romio341_static=enable], [io_romio341_static=disable])]) AS_IF([test -n "$prefix" && test "$prefix" != "NONE"], [io_romio341_prefix_arg="--prefix=$prefix"], [io_romio341_prefix_arg=]) AS_IF([test "$cross_compiling" = "yes"], [AS_IF([test ! -z $build], [io_romio341_flags="$io_romio341_flags --build=$build"]) AS_IF([test ! -z $host], [io_romio341_flags="$io_romio341_flags --host=$host"]) AS_IF([test ! -z $target], [io_romio341_flags="$io_romio341_flags --target=$target"])]) AS_IF([test "$enable_grequest_extensions" = "yes"], [io_romio341_flags="$io_romio341_flags --enable-grequest-extensions"]) io_romio341_flags_define="$io_romio341_flags FROM_OMPI=yes CC='$CC' CFLAGS='$CFLAGS -D__EXTENSIONS__' CPPFLAGS='$CPPFLAGS' FFLAGS='$FFLAGS' LDFLAGS='$LDFLAGS' --$io_romio341_shared-shared --$io_romio341_static-static $io_romio341_flags $io_romio341_prefix_arg --disable-aio --disable-weak-symbols --enable-strict --disable-f77 --disable-f90 ac_cv_lib_cuda_cuMemGetAddressRange=no" AC_DEFINE_UNQUOTED([MCA_io_romio341_COMPLETE_CONFIGURE_FLAGS], ["$io_romio341_flags_define"], [Complete set of command line arguments given to ROMIOs configure script]) io_romio341_flags="$io_romio341_flags FROM_OMPI=yes CC="'"'"$CC"'"'" CFLAGS="'"'"$CFLAGS -D__EXTENSIONS__"'"'" CPPFLAGS="'"'"$CPPFLAGS"'"'" FFLAGS="'"'"$FFLAGS"'"'" LDFLAGS="'"'"$LDFLAGS"'"'" --$io_romio341_shared-shared --$io_romio341_static-static $io_romio341_flags $io_romio341_prefix_arg --disable-aio --disable-weak-symbols --enable-strict --disable-f77 --disable-f90 ac_cv_lib_cuda_cuMemGetAddressRange=no" opal_show_subtitle "Configuring ROMIO distribution" OPAL_CONFIG_SUBDIR([3rd-party/romio341], [$io_romio341_flags], [io_romio341_happy=1], [io_romio341_happy=0]) AS_IF([test "$io_romio341_happy" = "1"], [ # grab the libraries list from ROMIO. We don't # need this for building the component, as libtool # will figure that part out. But we do need it for # the wrapper settings io_romio341_save_LIBS="$LIBS" LIBS= . 3rd-party/romio341/localdefs io_romio341_LIBS="$LIBS" LIBS="$io_romio341_save_LIBS" OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS romio341" AC_MSG_NOTICE([ROMIO distribution configured successfully])], [AS_IF([test "$enable_io_romio" = "yes"], [AC_MSG_ERROR([ROMIO distribution did not configure successfully])], [AC_MSG_WARN([ROMIO distribution did not configure successfully])])]) AS_IF([test "$io_romio341_happy" = "1"], [AC_CHECK_HEADERS([stdatomic.h], [OPAL_3RDPARTY_SUBDIRS="$OPAL_3RDPARTY_SUBDIRS romio341"], [AC_MSG_WARN([3rd party ROMIO cannot be built, disqualifying the io/romio341 component]) io_romio341_happy=0])]) AS_IF([test "$io_romio341_happy" = "1"], [$1], [OPAL_MAKEDIST_DISABLE="$OPAL_MAKEDIST_DISABLE ROMIO" $2])])]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:315: -1- m4_include([ompi/mca/mtl/ofi/configure.m4]) m4trace:ompi/mca/mtl/ofi/configure.m4:19: -1- AC_DEFUN([MCA_ompi_mtl_ofi_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([MTL])]) ]) m4trace:ompi/mca/mtl/ofi/configure.m4:26: -1- AC_DEFUN([MCA_ompi_mtl_ofi_CONFIG], [ OPAL_VAR_SCOPE_PUSH([mtl_ofi_happy]) AC_CONFIG_FILES([ompi/mca/mtl/ofi/Makefile]) OPAL_CHECK_OFI([mtl_ofi], [mtl_ofi_happy=1], [mtl_ofi_happy=0]) dnl The OFI MTL requires at least OFI libfabric v1.5. AS_IF([test ${mtl_ofi_happy} -eq 1], [OPAL_CHECK_OFI_VERSION_GE([1,5], [], [mtl_ofi_happy=0])]) AS_IF([test ${mtl_ofi_happy} -eq 1], [OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [ofi], [opal], [common], [ofi])]) AS_IF([test ${mtl_ofi_happy} -eq 1], [$1], [AS_IF([test -n "${with_ofi}" -a "${with_ofi}" != "no"], [AC_MSG_WARN([OFI libfabric support requested (via --with-ofi or --with-libfabric), but not found.]) AC_MSG_ERROR([Cannot continue.])]) $2]) AC_SUBST([mtl_ofi_CPPFLAGS]) AC_SUBST([mtl_ofi_LDFLAGS]) AC_SUBST([mtl_ofi_LIBS]) OPAL_VAR_SCOPE_POP ]) m4trace:config/autogen_found_items.m4:316: -1- m4_include([ompi/mca/mtl/portals4/configure.m4]) m4trace:ompi/mca/mtl/portals4/configure.m4:25: -1- AC_DEFUN([MCA_ompi_mtl_portals4_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4])]) ]) m4trace:ompi/mca/mtl/portals4/configure.m4:32: -1- AC_DEFUN([MCA_ompi_mtl_portals4_CONFIG], [ AC_CONFIG_FILES([ompi/mca/mtl/portals4/Makefile]) OPAL_CHECK_PORTALS4([mtl_portals4], [mtl_portals4_happy="yes"], [mtl_portals4_happy="no"]) AS_IF([test "$mtl_portals4_happy" = "yes"], [$1], [$2]) # need to propagate CPPFLAGS to all of OMPI AS_IF([test "$DIRECT_mtl" = "portals4"], [mtl_portals4_WRAPPER_EXTRA_CPPFLAGS="$mtl_portals4_CPPFLAGS" CPPFLAGS="$CPPFLAGS $mtl_portals4_CPPFLAGS"]) AC_ARG_ENABLE([mtl-portals4-flow-control], [AS_HELP_STRING([--enable-mtl-portals4-flow-control], [enable flow control for Portals 4 MTL (default: disabled)])]) AC_MSG_CHECKING([whether to enable flow control]) if test "$enable_mtl_portals4_flow_control" != "no"; then AC_MSG_RESULT([yes]) mtl_portals4_flow_control_enabled=1 else AC_MSG_RESULT([no]) mtl_portals4_flow_control_enabled=0 fi AC_DEFINE_UNQUOTED([OMPI_MTL_PORTALS4_FLOW_CONTROL], [$mtl_portals4_flow_control_enabled], [Enable flow control for Portals4 MTL]) AM_CONDITIONAL([OMPI_MTL_PORTALS4_FLOW_CONTROL], [test "$mtl_portals4_flow_control_enabled" = "1"]) # substitute in the things needed to build portals4 AC_SUBST([mtl_portals4_CPPFLAGS]) AC_SUBST([mtl_portals4_LDFLAGS]) AC_SUBST([mtl_portals4_LIBS]) ]) m4trace:config/autogen_found_items.m4:317: -1- m4_include([ompi/mca/mtl/psm2/configure.m4]) m4trace:ompi/mca/mtl/psm2/configure.m4:27: -1- AC_DEFUN([MCA_ompi_mtl_psm2_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([MTL])]) ]) m4trace:ompi/mca/mtl/psm2/configure.m4:34: -1- AC_DEFUN([MCA_ompi_mtl_psm2_CONFIG], [ AC_CONFIG_FILES([ompi/mca/mtl/psm2/Makefile]) OMPI_CHECK_PSM2([mtl_psm2], [mtl_psm2_happy="yes"], [mtl_psm2_happy="no"]) AS_IF([test "$mtl_psm2_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build psm2 AC_SUBST([mtl_psm2_CPPFLAGS]) AC_SUBST([mtl_psm2_LDFLAGS]) AC_SUBST([mtl_psm2_LIBS]) ]) m4trace:config/autogen_found_items.m4:318: -1- m4_include([ompi/mca/op/aarch64/configure.m4]) m4trace:ompi/mca/op/aarch64/configure.m4:18: -1- AC_DEFUN([MCA_ompi_op_aarch64_CONFIG], [ AC_CONFIG_FILES([ompi/mca/op/aarch64/Makefile]) case "${host}" in aarch64*|arm64*) op_aarch64_check="yes";; *) op_aarch64_check="no";; esac AS_IF([test "$op_aarch64_check" = "yes"], [AC_LANG_PUSH([C]) # # Check for NEON support # AC_CACHE_CHECK([for NEON support], op_cv_neon_support, [ AC_LINK_IFELSE( [AC_LANG_PROGRAM([[ #if defined(__aarch64__) && defined(__ARM_NEON) #include #else #error "No support for __aarch64__" #endif ]], [[ #if defined(__aarch64__) && defined(__ARM_NEON) int32x4_t vA; vA = vmovq_n_s32(0) #endif ]])], [op_cv_neon_support=yes], [op_cv_neon_support=no])]) # # Check for NEON FP support # AC_CACHE_CHECK([for NEON FP support], op_cv_neon_fp_support, [AS_IF([test "$op_cv_neon_support" = "yes"], [ AC_LINK_IFELSE( [AC_LANG_PROGRAM([[ #if defined(__aarch64__) && defined(__ARM_NEON) && (defined(__ARM_NEON_FP) || defined(__ARM_FP)) #include #else #error "No support for __aarch64__ or NEON FP" #endif ]], [[ #if defined(__aarch64__) && defined(__ARM_NEON) && (defined(__ARM_NEON_FP) || defined(__ARM_FP)) float32x4_t vA; vA = vmovq_n_f32(0) #endif ]])], [op_cv_neon_fp_support=yes], [op_cv_neon_fp_support=no])])]) # # Check for SVE support # AC_CACHE_CHECK([for SVE support], op_cv_sve_support, [AS_IF([test "$op_cv_neon_support" = "yes"], [ AC_LINK_IFELSE( [AC_LANG_PROGRAM([[ #if defined(__aarch64__) && defined(__ARM_FEATURE_SVE) #include #else #error "No support for __aarch64__ or SVE" #endif ]], [[ #if defined(__aarch64__) && defined(_ARM_FEATURE_SVE) svfloat32_t vA; vA = svdup_n_f32(0) #endif ]])], [op_cv_sve_support=yes], [op_cv_sve_support=no])])]) ]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_support], [test "$op_cv_neon_support" = "yes"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_fp_support], [test "$op_cv_neon_fp_support" = "yes"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sve_support], [test "$op_cv_sve_support" = "yes"]) AC_SUBST(MCA_BUILD_ompi_op_has_neon_support) AC_SUBST(MCA_BUILD_ompi_op_has_neon_fp_support) AC_SUBST(MCA_BUILD_ompi_op_has_sve_support) AS_IF([test "$op_cv_neon_support" = "yes"], [AC_DEFINE([OMPI_MCA_OP_HAVE_NEON], [1],[NEON supported in the current build])]) AS_IF([test "$op_cv_neon_fp_support" = "yes"], [AC_DEFINE([OMPI_MCA_OP_HAVE_NEON_FP], [1],[NEON FP supported in the current build])]) AS_IF([test "$op_cv_sve_support" = "yes"], [AC_DEFINE([OMPI_MCA_OP_HAVE_SVE], [1],[SVE supported in the current build])]) # If we have at least support for Neon AS_IF([test "$op_cv_neon_support" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:319: -1- m4_include([ompi/mca/op/avx/configure.m4]) m4trace:ompi/mca/op/avx/configure.m4:21: -1- AC_DEFUN([MCA_ompi_op_avx_CONFIG], [ AC_CONFIG_FILES([ompi/mca/op/avx/Makefile]) MCA_BUILD_OP_AVX_FLAGS="" MCA_BUILD_OP_AVX2_FLAGS="" MCA_BUILD_OP_AVX512_FLAGS="" op_sse3_support=0 op_sse41_support=0 op_avx_support=0 op_avx2_support=0 op_avx512_support=0 AS_VAR_PUSHDEF([op_avx_check_sse3], [ompi_cv_op_avx_check_sse3]) AS_VAR_PUSHDEF([op_avx_check_sse41], [ompi_cv_op_avx_check_sse41]) AS_VAR_PUSHDEF([op_avx_check_avx], [ompi_cv_op_avx_check_avx]) AS_VAR_PUSHDEF([op_avx_check_avx2], [ompi_cv_op_avx_check_avx2]) AS_VAR_PUSHDEF([op_avx_check_avx512], [ompi_cv_op_avx_check_avx512]) OPAL_VAR_SCOPE_PUSH([op_avx_cflags_save]) case "${host}" in x86_64-*x32|i?86-*|x86_64*|amd64*) check_avx="yes";; *) check_avx="no";; esac AS_IF([test "$check_avx" = "yes"], [AC_LANG_PUSH([C]) # # Check for AVX512 support # AC_CACHE_CHECK([for AVX512 support], op_avx_check_avx512, AS_VAR_SET(op_avx_check_avx512, yes)) AS_IF([test "$op_avx_check_avx512" = "yes"], [AC_MSG_CHECKING([for AVX512 support (no additional flags)]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX512F__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m512 vA, vB; _mm512_add_ps(vA, vB) ]])], [op_avx512_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AS_IF([test $op_avx512_support -eq 0], [AC_MSG_CHECKING([for AVX512 support (with -mavx512f -mavx512bw -mavx512vl -mavx512dq)]) op_avx_cflags_save="$CFLAGS" CFLAGS="-mavx512f -mavx512bw -mavx512vl -mavx512dq $CFLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX512F__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m512 vA, vB; _mm512_add_ps(vA, vB) ]])], [op_avx512_support=1 MCA_BUILD_OP_AVX512_FLAGS="-mavx512f -mavx512bw -mavx512vl -mavx512dq" AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ]) # # Some combination of gcc and older as would not correctly build the code generated by # _mm256_loadu_si256. Screen them out. # AS_IF([test $op_avx512_support -eq 1], [AC_MSG_CHECKING([if _mm512_loadu_si512 generates code that can be compiled]) op_avx_cflags_save="$CFLAGS" CFLAGS="$CFLAGS_WITHOUT_OPTFLAGS -O0 $MCA_BUILD_OP_AVX512_FLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX512F__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif int A[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; __m512i vA = _mm512_loadu_si512((__m512i*)&(A[1])) ]])], [AC_MSG_RESULT([yes])], [op_avx512_support=0 MCA_BUILD_OP_AVX512_FLAGS="" AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ]) # # Some PGI compilers do not define _mm512_mullo_epi64. Screen them out. # AS_IF([test $op_avx512_support -eq 1], [AC_MSG_CHECKING([if _mm512_mullo_epi64 generates code that can be compiled]) op_avx_cflags_save="$CFLAGS" CFLAGS="$CFLAGS_WITHOUT_OPTFLAGS -O0 $MCA_BUILD_OP_AVX512_FLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX512F__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m512i vA, vB; _mm512_mullo_epi64(vA, vB) ]])], [AC_MSG_RESULT([yes])], [op_avx512_support=0 MCA_BUILD_OP_AVX512_FLAGS="" AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ]) # # Check for combination of AVX512F + AVX512VL # AS_IF([test $op_avx512_support -eq 1], [AC_MSG_CHECKING([if _mm_max_epi64 generates code that can be compiled]) op_avx_cflags_save="$CFLAGS" CFLAGS="$CFLAGS_WITHOUT_OPTFLAGS -O0 $MCA_BUILD_OP_AVX512_FLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if !defined(__AVX512F__) || !defined(__AVX512VL__) || !defined(__AVX512BW__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m128i vA, vB; _mm_max_epi64(vA, vB) ]])], [AC_MSG_RESULT([yes])], [op_avx512_support=0 MCA_BUILD_OP_AVX512_FLAGS="" AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ])]) # # Check support for AVX2 # AC_CACHE_CHECK([for AVX2 support], op_avx_check_avx2, AS_VAR_SET(op_avx_check_avx2, yes)) AS_IF([test "$op_avx_check_avx2" = "yes"], [AC_MSG_CHECKING([for AVX2 support (no additional flags)]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX2__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m256i vA, vB, vC; vC = _mm256_and_si256(vA, vB) ]])], [op_avx2_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AS_IF([test $op_avx2_support -eq 0], [AC_MSG_CHECKING([for AVX2 support (with -mavx2)]) op_avx_cflags_save="$CFLAGS" CFLAGS="-mavx2 $CFLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX2__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m256i vA, vB, vC; vC = _mm256_and_si256(vA, vB) ]])], [op_avx2_support=1 MCA_BUILD_OP_AVX2_FLAGS="-mavx2" AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ]) # # Some combination of gcc and older as would not correctly build the code generated by # _mm256_loadu_si256. Screen them out. # AS_IF([test $op_avx2_support -eq 1], [AC_MSG_CHECKING([if _mm256_loadu_si256 generates code that can be compiled]) op_avx_cflags_save="$CFLAGS" CFLAGS="$CFLAGS_WITHOUT_OPTFLAGS -O0 $MCA_BUILD_OP_AVX2_FLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX2__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif int A[8] = {0, 1, 2, 3, 4, 5, 6, 7}; __m256i vA = _mm256_loadu_si256((__m256i*)&A) ]])], [AC_MSG_RESULT([yes])], [op_avx2_support=0 MCA_BUILD_OP_AVX2_FLAGS="" AC_MSG_RESULT([no])]) CFLAGS="$op_avx_cflags_save" ])]) # # What about early AVX support? The rest of the logic is slightly different as # we need to include some of the SSE4.1 and SSE3 instructions. So, we first check # if we can compile AVX code without a flag, then we validate that we have support # for the SSE4.1 and SSE3 instructions we need. If not, we check for the usage of # the AVX flag, and then recheck if we have support for the SSE4.1 and SSE3 # instructions. # AC_CACHE_CHECK([for AVX support], op_avx_check_avx, AS_VAR_SET(op_avx_check_avx, yes)) AS_IF([test "$op_avx_check_avx" = "yes"], [AC_MSG_CHECKING([for AVX support (no additional flags)]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__AVX__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m256 vA, vB, vC; vC = _mm256_add_ps(vA, vB) ]])], [op_avx_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])]) # # Check for SSE4.1 support # AC_CACHE_CHECK([for SSE4.1 support], op_avx_check_sse41, AS_VAR_SET(op_avx_check_sse41, yes)) AS_IF([test $op_avx_support -eq 1 && test "$op_avx_check_sse41" = "yes"], [AC_MSG_CHECKING([for SSE4.1 support]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__SSE4_1__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m128i vA, vB; (void)_mm_max_epi8(vA, vB) ]])], [op_sse41_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) ]) # # Check for SSE3 support # AC_CACHE_CHECK([for SSE3 support], op_avx_check_sse3, AS_VAR_SET(op_avx_check_sse3, yes)) AS_IF([test $op_avx_support -eq 1 && test "$op_avx_check_sse3" = "yes"], [AC_MSG_CHECKING([for SSE3 support]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__SSE3__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif int A[4] = {0, 1, 2, 3}; __m128i vA = _mm_lddqu_si128((__m128i*)&A) ]])], [op_sse3_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) ]) # Second pass, do we need to add the AVX flag ? AS_IF([test $op_avx_support -eq 0 || test $op_sse41_support -eq 0 || test $op_sse3_support -eq 0], [AS_IF([test "$op_avx_check_avx" = "yes"], [AC_MSG_CHECKING([for AVX support (with -mavx)]) op_avx_cflags_save="$CFLAGS" CFLAGS="-mavx $CFLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ __m256 vA, vB, vC; #if defined(__ICC) && !defined(__AVX__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif vC = _mm256_add_ps(vA, vB) ]])], [op_avx_support=1 MCA_BUILD_OP_AVX_FLAGS="-mavx" op_sse41_support=0 op_sse3_support=0 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])]) AS_IF([test "$op_avx_check_sse41" = "yes" && test $op_sse41_support -eq 0], [AC_MSG_CHECKING([for SSE4.1 support]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__SSE4_1__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif __m128i vA, vB; (void)_mm_max_epi8(vA, vB) ]])], [op_sse41_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])]) AS_IF([test "$op_avx_check_sse3" = "yes" && test $op_sse3_support -eq 0], [AC_MSG_CHECKING([for SSE3 support]) AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #if defined(__ICC) && !defined(__SSE3__) #error "icc needs the -m flags to provide the AVX* detection macros" #endif int A[4] = {0, 1, 2, 3}; __m128i vA = _mm_lddqu_si128((__m128i*)&A) ]])], [op_sse3_support=1 AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])]) CFLAGS="$op_avx_cflags_save"]) AC_LANG_POP([C]) ]) AC_DEFINE_UNQUOTED([OMPI_MCA_OP_HAVE_AVX512], [$op_avx512_support], [AVX512 supported in the current build]) AC_DEFINE_UNQUOTED([OMPI_MCA_OP_HAVE_AVX2], [$op_avx2_support], [AVX2 supported in the current build]) AC_DEFINE_UNQUOTED([OMPI_MCA_OP_HAVE_AVX], [$op_avx_support], [AVX supported in the current build]) AC_DEFINE_UNQUOTED([OMPI_MCA_OP_HAVE_SSE41], [$op_sse41_support], [SSE4.1 supported in the current build]) AC_DEFINE_UNQUOTED([OMPI_MCA_OP_HAVE_SSE3], [$op_sse3_support], [SSE3 supported in the current build]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx512_support], [test "$op_avx512_support" = "1"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx2_support], [test "$op_avx2_support" = "1"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx_support], [test "$op_avx_support" = "1"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse41_support], [test "$op_sse41_support" = "1"]) AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse3_support], [test "$op_sse3_support" = "1"]) AC_SUBST(MCA_BUILD_OP_AVX512_FLAGS) AC_SUBST(MCA_BUILD_OP_AVX2_FLAGS) AC_SUBST(MCA_BUILD_OP_AVX_FLAGS) AS_VAR_POPDEF([op_avx_check_avx512]) AS_VAR_POPDEF([op_avx_check_avx2]) AS_VAR_POPDEF([op_avx_check_avx]) AS_VAR_POPDEF([op_avx_check_sse41]) AS_VAR_POPDEF([op_avx_check_sse3]) OPAL_VAR_SCOPE_POP # Enable this component iff we have at least the most basic form of support # for vectorial ISA AS_IF([test $op_avx_support -eq 1 || test $op_avx2_support -eq 1 || test $op_avx512_support -eq 1], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:320: -1- m4_include([ompi/mca/osc/monitoring/configure.m4]) m4trace:ompi/mca/osc/monitoring/configure.m4:22: -1- AC_DEFUN([MCA_OMPI_OSC_MONITORING_GENERATE_TEMPLATES], [m4_ifval( [$1], [AC_CONFIG_COMMANDS( [$1], [filename="$1" components=`echo "$2" | sed -e 's/,/ /g' -e 's/monitoring//'` cat <$filename /* $filename * * This file was generated from ompi/mca/osc/monitoring/configure.m4 * * DO NOT EDIT THIS FILE. * */ /* * Copyright (c) 2017-2018 Inria. All rights reserved. * \$COPYRIGHT$ * * Additional copyrights may follow * * \$HEADER$ */ #ifndef MCA_OSC_MONITORING_GEN_TEMPLATE_H #define MCA_OSC_MONITORING_GEN_TEMPLATE_H #include "ompi_config.h" #include "ompi/mca/osc/osc.h" #include "ompi/mca/osc/monitoring/osc_monitoring_template.h" /************************************************************/ /* Include template generating macros and inlined functions */ EOF # Generate each case in order to register the proper template functions for comp in $components do echo "OSC_MONITORING_MODULE_TEMPLATE_GENERATE(${comp})" >>$filename done cat <>$filename /************************************************************/ typedef struct { const char * name; ompi_osc_base_module_t * (*fct) (ompi_osc_base_module_t *); } osc_monitoring_components_list_t; static const osc_monitoring_components_list_t osc_monitoring_components_list[[]] = { EOF for comp in $components do echo " { .name = \"${comp}\", .fct = OSC_MONITORING_SET_TEMPLATE_FCT_NAME(${comp}) }," >>$filename done cat <>$filename { .name = NULL, .fct = NULL } }; #endif /* MCA_OSC_MONITORING_GEN_TEMPLATE_H */ EOF unset filename components ]) ])dnl ]) m4trace:ompi/mca/osc/monitoring/configure.m4:91: -1- AC_DEFUN([MCA_ompi_osc_monitoring_CONFIG], [AC_CONFIG_FILES([ompi/mca/osc/monitoring/Makefile]) [$1] MCA_OMPI_OSC_MONITORING_GENERATE_TEMPLATES( [ompi/mca/osc/monitoring/osc_monitoring_template_gen.h], [mca_ompi_osc_m4_config_component_list, mca_ompi_osc_no_config_component_list])dnl ]) m4trace:config/autogen_found_items.m4:321: -1- m4_include([ompi/mca/osc/portals4/configure.m4]) m4trace:ompi/mca/osc/portals4/configure.m4:14: -1- AC_DEFUN([MCA_ompi_osc_portals4_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4])]) ]) m4trace:ompi/mca/osc/portals4/configure.m4:21: -1- AC_DEFUN([MCA_ompi_osc_portals4_CONFIG], [ AC_CONFIG_FILES([ompi/mca/osc/portals4/Makefile]) OPAL_CHECK_PORTALS4([osc_portals4], [osc_portals4_happy="yes"], [osc_portals4_happy="no"]) AS_IF([test "$osc_portals4_happy" = "yes"], [osc_portals4_WRAPPER_EXTRA_LDFLAGS="$osc_portals4_LDFLAGS" osc_portals4_WRAPPER_EXTRA_LIBS="$osc_portals4_LIBS" $1], [$2]) # need to propagate CPPFLAGS to all of OMPI AS_IF([test "$DIRECT_osc" = "portals4"], [CPPFLAGS="$CPPFLAGS $osc_portals4_CPPFLAGS"]) # substitute in the things needed to build portals4 AC_SUBST([osc_portals4_CPPFLAGS]) AC_SUBST([osc_portals4_LDFLAGS]) AC_SUBST([osc_portals4_LIBS]) ]) m4trace:config/autogen_found_items.m4:322: -1- m4_include([ompi/mca/osc/rdma/configure.m4]) m4trace:ompi/mca/osc/rdma/configure.m4:15: -1- AC_DEFUN([MCA_ompi_osc_rdma_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([BML])]) ]) m4trace:ompi/mca/osc/rdma/configure.m4:23: -1- AC_DEFUN([MCA_ompi_osc_rdma_CONFIG], [ AC_CONFIG_FILES([ompi/mca/osc/rdma/Makefile]) [$1] ]) m4trace:config/autogen_found_items.m4:323: -1- m4_include([ompi/mca/osc/ucx/configure.m4]) m4trace:ompi/mca/osc/ucx/configure.m4:15: -1- AC_DEFUN([MCA_ompi_osc_ucx_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([UCX])]) ]) m4trace:ompi/mca/osc/ucx/configure.m4:22: -1- AC_DEFUN([MCA_ompi_osc_ucx_CONFIG], [ AC_CONFIG_FILES([ompi/mca/osc/ucx/Makefile]) OMPI_CHECK_UCX([osc_ucx], [osc_ucx_happy="yes"], [osc_ucx_happy="no"]) AS_IF([test "${osc_ucx_happy}" = "yes"], [OPAL_MCA_CHECK_DEPENDENCY([ompi], [osc], [ucx], [opal], [common], [ucx])]) AS_IF([test "$osc_ucx_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ucx AC_SUBST([osc_ucx_CPPFLAGS]) AC_SUBST([osc_ucx_LDFLAGS]) AC_SUBST([osc_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:324: -1- m4_include([ompi/mca/pml/monitoring/configure.m4]) m4trace:ompi/mca/pml/monitoring/configure.m4:16: -1- AC_DEFUN([MCA_ompi_pml_monitoring_CONFIG], [ AC_CONFIG_FILES([ompi/mca/pml/monitoring/Makefile]) [$1] ]) m4trace:config/autogen_found_items.m4:325: -1- m4_include([ompi/mca/pml/ob1/configure.m4]) m4trace:ompi/mca/pml/ob1/configure.m4:16: -1- AC_DEFUN([MCA_ompi_pml_ob1_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([BML])]) ]) m4trace:ompi/mca/pml/ob1/configure.m4:24: -1- AC_DEFUN([MCA_ompi_pml_ob1_CONFIG], [ OPAL_VAR_SCOPE_PUSH([pml_ob1_matching_engine]) AC_ARG_WITH([pml-ob1-matching], [AS_HELP_STRING([--with-pml-ob1-matching=type], [Configure pml/ob1 to use an alternate matching engine. Only valid on x86_64 systems. Valid values are: none, default, arrays, fuzzy-byte, fuzzy-short, fuzzy-word, vector (default: none)])]) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_NONE if test -n "$with_pml_ob1_matching" ; then case $with_pml_ob1_matching in none) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_NONE ;; default) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_LINKEDLIST ;; arrays) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_ARRAYS ;; fuzzy-byte) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_FUZZY_BYTE ;; fuzzy-short) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_FUZZY_SHORT ;; fuzzy-word) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_FUZZY_WORD ;; vector) pml_ob1_matching_engine=MCA_PML_OB1_CUSTOM_MATCHING_VECTOR ;; *) AC_MSG_ERROR([invalid matching type specified for --pml-ob1-matching: $with_pml_ob1_matching]) ;; esac fi AC_DEFINE_UNQUOTED([MCA_PML_OB1_CUSTOM_MATCHING], [$pml_ob1_matching_engine], [Custom matching engine to use in pml/ob1]) AC_CONFIG_FILES([ompi/mca/pml/ob1/Makefile]) [$1] ]) m4trace:config/autogen_found_items.m4:326: -1- m4_include([ompi/mca/pml/ucx/configure.m4]) m4trace:ompi/mca/pml/ucx/configure.m4:12: -1- AC_DEFUN([MCA_ompi_pml_ucx_POST_CONFIG], [ AS_IF([test "$1" = "1"], [OMPI_REQUIRE_ENDPOINT_TAG([PML])]) ]) m4trace:ompi/mca/pml/ucx/configure.m4:16: -1- AC_DEFUN([MCA_ompi_pml_ucx_CONFIG], [ AC_CONFIG_FILES([ompi/mca/pml/ucx/Makefile]) OMPI_CHECK_UCX([pml_ucx], [pml_ucx_happy="yes"], [pml_ucx_happy="no"]) AS_IF([test "${pml_ucx_happy}" = "yes"], [OPAL_MCA_CHECK_DEPENDENCY([ompi], [pml], [ucx], [opal], [common], [ucx])]) AS_IF([test "$pml_ucx_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ucx AC_SUBST([pml_ucx_CPPFLAGS]) AC_SUBST([pml_ucx_LDFLAGS]) AC_SUBST([pml_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:327: -1- m4_include([ompi/mca/pml/v/configure.m4]) m4trace:ompi/mca/pml/v/configure.m4:10: -1- AC_DEFUN([MCA_ompi_pml_v_COMPILE_MODE], [ AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) $4="static" AC_MSG_RESULT([$$4]) ]) m4trace:ompi/mca/pml/v/configure.m4:16: -1- AC_DEFUN([MCA_ompi_pml_v_CONFIG], [ AC_CONFIG_FILES([ompi/mca/pml/v/Makefile]) $1 ]) m4trace:config/autogen_found_items.m4:328: -1- m4_include([ompi/mca/sharedfp/sm/configure.m4]) m4trace:ompi/mca/sharedfp/sm/configure.m4:27: -1- AC_DEFUN([MCA_ompi_sharedfp_sm_CONFIG], [ AC_CONFIG_FILES([ompi/mca/sharedfp/sm/Makefile]) sharedfp_sm_happy=no AC_CHECK_HEADER([semaphore.h], [dnl requires potentially pthread library OPAL_SEARCH_LIBS_COMPONENT([sharedfp_sm], [sem_open], [pthread], [AC_CHECK_FUNCS([sem_open], [sharedfp_sm_happy="yes"],[])] )]) AC_CHECK_HEADER([semaphore.h], [dnl requires potentially pthread library OPAL_SEARCH_LIBS_COMPONENT([sharedfp_sm], [sem_init], [pthread], [AC_CHECK_FUNCS([sem_init], [sharedfp_sm_happy="yes"],[])] )]) AS_IF([test "$sharedfp_sm_happy" = "yes"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:329: -1- m4_include([ompi/mca/topo/treematch/configure.m4]) m4trace:ompi/mca/topo/treematch/configure.m4:24: -1- AC_DEFUN([MCA_ompi_topo_treematch_CONFIG], [ OPAL_CONFIG_TREEMATCH([topo_treematch], [$1], [$2]) AC_CONFIG_FILES([ompi/mca/topo/treematch/Makefile]) AC_SUBST([topo_treematch_CPPFLAGS]) AC_SUBST([topo_treematch_LDFLAGS]) AC_SUBST([topo_treematch_LIBS]) ]) m4trace:config/autogen_found_items.m4:330: -1- m4_include([oshmem/mca/memheap/configure.m4]) m4trace:oshmem/mca/memheap/configure.m4:13: -1- AC_DEFUN([MCA_oshmem_memheap_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) ]) m4trace:config/autogen_found_items.m4:331: -1- m4_include([oshmem/mca/spml/configure.m4]) m4trace:oshmem/mca/spml/configure.m4:13: -1- AC_DEFUN([MCA_oshmem_spml_CONFIG], [ # configure all the components MCA_CONFIGURE_FRAMEWORK($1, $2, 1) # this is a direct callable component, so set that up. MCA_SETUP_DIRECT_CALL($1, $2) if test -z "$MCA_$1_$2_DSO_COMPONENTS" && test -z "$MCA_$1_$2_STATIC_COMPONENTS"; then OSHMEM_FOUND_WORKING_SPML=0 else OSHMEM_FOUND_WORKING_SPML=1 fi ]) m4trace:config/autogen_found_items.m4:332: -1- m4_include([oshmem/mca/atomic/ucx/configure.m4]) m4trace:oshmem/mca/atomic/ucx/configure.m4:15: -1- AC_DEFUN([MCA_oshmem_atomic_ucx_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/atomic/ucx/Makefile]) OMPI_CHECK_UCX([atomic_ucx], [atomic_ucx_happy="yes"], [atomic_ucx_happy="no"]) AS_IF([test "$atomic_ucx_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ucx AC_SUBST([atomic_ucx_CPPFLAGS]) AC_SUBST([atomic_ucx_LDFLAGS]) AC_SUBST([atomic_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:333: -1- m4_include([oshmem/mca/scoll/ucc/configure.m4]) m4trace:oshmem/mca/scoll/ucc/configure.m4:19: -1- AC_DEFUN([MCA_oshmem_scoll_ucc_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/scoll/ucc/Makefile]) OMPI_CHECK_UCC([scoll_ucc], [scoll_ucc_happy="yes"], [scoll_ucc_happy="no"]) AS_IF([test "$scoll_ucc_happy" = "yes"], [scoll_ucc_WRAPPER_EXTRA_LDFLAGS="$scoll_ucc_LDFLAGS" scoll_ucc_CPPFLAGS="$scoll_ucc_CPPFLAGS" scoll_ucc_WRAPPER_EXTRA_LIBS="$scoll_ucc_LIBS" $1], [$2]) # substitute in the things needed to build ucc AC_SUBST([scoll_ucc_CPPFLAGS]) AC_SUBST([scoll_ucc_LDFLAGS]) AC_SUBST([scoll_ucc_LIBS]) ]) m4trace:config/autogen_found_items.m4:334: -1- m4_include([oshmem/mca/spml/ucx/configure.m4]) m4trace:oshmem/mca/spml/ucx/configure.m4:15: -1- AC_DEFUN([MCA_oshmem_spml_ucx_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/spml/ucx/Makefile]) OMPI_CHECK_UCX([spml_ucx], [spml_ucx_happy="yes"], [spml_ucx_happy="no"]) AS_IF([test "$spml_ucx_happy" = "yes"], [$1], [$2]) # substitute in the things needed to build ucx AC_SUBST([spml_ucx_CPPFLAGS]) AC_SUBST([spml_ucx_LDFLAGS]) AC_SUBST([spml_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:335: -1- m4_include([oshmem/mca/sshmem/mmap/configure.m4]) m4trace:oshmem/mca/sshmem/mmap/configure.m4:18: -1- AC_DEFUN([MCA_oshmem_sshmem_mmap_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/sshmem/mmap/Makefile]) # do we have the mmap shm stuff? AC_MSG_CHECKING([if want mmap shared memory support]) AC_ARG_ENABLE(mmap-sshmem, [AS_HELP_STRING([--disable-mmap-sshmem], [disable mmap shared memory support (default: enabled)])]) AS_IF([test "$enable_mmap_sshmem" = "no"], [AC_MSG_RESULT([no]) oshmem_mmap_sm_build_mmap=0], [AC_MSG_RESULT([yes]) AC_SEARCH_LIBS([mmap], [c], [oshmem_mmap_sm_build_mmap=1], [oshmem_mmap_sm_build_mmap=0])]) AS_IF([test "$enable_mmap_sshmem" = "yes" && test "$oshmem_mmap_sm_build_mmap" = "0"], [AC_MSG_WARN([MMAP shared memory support requested but not found]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$oshmem_mmap_sm_build_mmap" = "1"], [$1], [$2]) AC_DEFINE_UNQUOTED([OSHMEM_SSHMEM_MMAP], [$oshmem_mmap_sm_build_mmap], [Whether we have shared memory support for mmap or not]) ]) m4trace:config/autogen_found_items.m4:336: -1- m4_include([oshmem/mca/sshmem/sysv/configure.m4]) m4trace:oshmem/mca/sshmem/sysv/configure.m4:18: -1- AC_DEFUN([MCA_oshmem_sshmem_sysv_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/sshmem/sysv/Makefile]) # do we have the sysv shm stuff? AC_MSG_CHECKING([if want SYSV shared memory support]) AC_ARG_ENABLE(sysv-sshmem, [AS_HELP_STRING([--disable-sysv-sshmem], [disable sysv shared memory support (default: enabled)])]) AS_IF([test "$enable_sysv_sshmem" = "no"], [AC_MSG_RESULT([no]) oshmem_sysv_sm_build_sysv=0], [AC_MSG_RESULT([yes]) AC_CHECK_FUNC(shmget, [oshmem_sysv_sm_build_sysv=1], [oshmem_sysv_sm_build_sysv=0])]) AS_IF([test "$enable_sysv_sshmem" = "yes" && test "$oshmem_sysv_sm_build_sysv" = "0"], [AC_MSG_WARN([SYSV shared memory support requested but not found]) AC_MSG_ERROR([Cannot continue])]) AS_IF([test "$oshmem_sysv_sm_build_sysv" = "1"], [$1], [$2]) AC_DEFINE_UNQUOTED([OSHMEM_SSHMEM_SYSV], [$oshmem_sysv_sm_build_sysv], [Whether we have shared memory support for SYSV or not]) ]) m4trace:config/autogen_found_items.m4:337: -1- m4_include([oshmem/mca/sshmem/ucx/configure.m4]) m4trace:oshmem/mca/sshmem/ucx/configure.m4:15: -1- AC_DEFUN([MCA_oshmem_sshmem_ucx_CONFIG], [ AC_CONFIG_FILES([oshmem/mca/sshmem/ucx/Makefile]) OMPI_CHECK_UCX([sshmem_ucx], [sshmem_ucx_happy="yes"], [sshmem_ucx_happy="no"]) AS_IF([test "$sshmem_ucx_happy" = "yes"], [$1], [$2]) # Check for UCX device memory allocation support save_LDFLAGS="$LDFLAGS" save_LIBS="$LIBS" save_CPPFLAGS="$CPPFLAGS" CPPFLAGS+=" $sshmem_ucx_CPPFLAGS" LDFLAGS+=" $sshmem_ucx_LDFLAGS" LIBS+=" $sshmem_ucx_LIBS" CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" # substitute in the things needed to build ucx AC_SUBST([sshmem_ucx_CPPFLAGS]) AC_SUBST([sshmem_ucx_LDFLAGS]) AC_SUBST([sshmem_ucx_LIBS]) ]) m4trace:config/autogen_found_items.m4:365: -1- m4_include([ompi/mpiext/affinity/configure.m4]) m4trace:ompi/mpiext/affinity/configure.m4:15: -1- AC_DEFUN([OMPI_MPIEXT_affinity_CONFIG], [ AC_CONFIG_FILES([ompi/mpiext/affinity/Makefile]) AC_CONFIG_FILES([ompi/mpiext/affinity/c/Makefile]) # This example can always build, so we just execute $1 if it was # requested. AS_IF([test "$ENABLE_affinity" = "1" || \ test "$ENABLE_EXT_ALL" = "1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:366: -1- m4_include([ompi/mpiext/cuda/configure.m4]) m4trace:ompi/mpiext/cuda/configure.m4:17: -1- AC_DEFUN([OMPI_MPIEXT_cuda_CONFIG], [ AC_CONFIG_FILES([ompi/mpiext/cuda/Makefile]) AC_CONFIG_FILES([ompi/mpiext/cuda/c/Makefile]) AC_CONFIG_HEADERS([ompi/mpiext/cuda/c/mpiext_cuda_c.h]) AC_DEFINE_UNQUOTED([MPIX_CUDA_AWARE_SUPPORT],[$CUDA_SUPPORT], [Macro that is set to 1 when CUDA-aware support is configured in and 0 when it is not]) # We compile this whether CUDA support was requested or not. It allows # us to to detect if we have CUDA support. AS_IF([test "$ENABLE_cuda" = "1" || \ test "$ENABLE_EXT_ALL" = "1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:367: -1- m4_include([ompi/mpiext/ftmpi/configure.m4]) m4trace:ompi/mpiext/ftmpi/configure.m4:16: -1- AC_DEFUN([OMPI_MPIEXT_ftmpi_CONFIG], [ AC_CONFIG_FILES([ompi/mpiext/ftmpi/Makefile]) AC_CONFIG_FILES([ompi/mpiext/ftmpi/c/Makefile]) AC_CONFIG_FILES([ompi/mpiext/ftmpi/c/profile/Makefile]) AC_CONFIG_FILES([ompi/mpiext/ftmpi/mpif-h/Makefile]) AC_CONFIG_FILES([ompi/mpiext/ftmpi/use-mpi/Makefile]) AC_CONFIG_FILES([ompi/mpiext/ftmpi/use-mpi-f08/Makefile]) # If we don't want FT, don't compile this component AS_IF([test "$opal_want_ft_mpi" = "1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:368: -1- m4_include([ompi/mpiext/rocm/configure.m4]) m4trace:ompi/mpiext/rocm/configure.m4:19: -1- AC_DEFUN([OMPI_MPIEXT_rocm_CONFIG], [ AC_CONFIG_FILES([ompi/mpiext/rocm/Makefile]) AC_CONFIG_FILES([ompi/mpiext/rocm/c/Makefile]) AC_CONFIG_HEADERS([ompi/mpiext/rocm/c/mpiext_rocm_c.h]) AC_DEFINE_UNQUOTED([MPIX_ROCM_AWARE_SUPPORT], [$ROCM_SUPPORT], [Macro that is set to 1 when ROCM-aware support is configured in and 0 when it is not]) # We compile this whether ROCm support was requested or not. It allows # us to to detect if we have ROCm support. AS_IF([test "$ENABLE_rocm" = "1" || \ test "$ENABLE_EXT_ALL" = "1"], [$1], [$2]) ]) m4trace:config/autogen_found_items.m4:369: -1- m4_include([ompi/mpiext/shortfloat/configure.m4]) m4trace:ompi/mpiext/shortfloat/configure.m4:15: -1- AC_DEFUN([OMPI_MPIEXT_shortfloat_CONFIG], [ AC_CONFIG_FILES([ ompi/mpiext/shortfloat/Makefile ompi/mpiext/shortfloat/c/Makefile ompi/mpiext/shortfloat/mpif-h/Makefile ompi/mpiext/shortfloat/use-mpi/Makefile ompi/mpiext/shortfloat/use-mpi-f08/Makefile ompi/mpiext/shortfloat/c/mpiext_shortfloat_c.h ompi/mpiext/shortfloat/mpif-h/mpiext_shortfloat_mpifh.h ompi/mpiext/shortfloat/use-mpi-f08/mpiext_shortfloat_usempif08.h ]) AS_IF([{ test "$ENABLE_shortfloat" = "1" || \ test "$ENABLE_EXT_ALL" = "1"; } && \ { test "$ac_cv_type_short_float" = "yes" || \ test "$ac_cv_type_opal_short_float_t" = "yes"; }], [$1], [$2]) AS_IF([test "$opal_short_float_type" = "_Float16"], [AC_SUBST([OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16], 1) AC_SUBST([OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT], [])], [AC_SUBST([OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16], 0) AC_SUBST([OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT], [!])]) ]) m4trace:ompi/mpiext/shortfloat/configure.m4:45: -1- AC_DEFUN([OMPI_MPIEXT_shortfloat_INCLUDE_MPIFH_IN_USEMPIF08], [0]) m4trace:ompi/mpiext/shortfloat/configure.m4:48: -1- AC_DEFUN([OMPI_MPIEXT_shortfloat_HAVE_OBJECT], [0]) m4trace:configure.ac:47: -1- m4_include([config/opal_get_version.m4]) m4trace:configure.ac:57: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:57: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:57: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:57: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:57: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:57: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:57: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:57: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^runstatedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:57: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:62: -1- AC_CONFIG_MACRO_DIR([config]) m4trace:configure.ac:62: -1- AC_CONFIG_MACRO_DIR_TRACE([config]) m4trace:configure.ac:64: -1- OAC_PUSH_PREFIX([OPAL]) m4trace:configure.ac:66: -1- OPAL_CAPTURE_CONFIGURE_CLI([OPAL_CONFIGURE_CLI]) m4trace:configure.ac:66: -1- OPAL_VAR_SCOPE_PUSH([sed_quote_subst arg quoted_arg]) m4trace:configure.ac:66: -1- OPAL_VAR_SCOPE_INIT m4trace:configure.ac:66: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:66: -1- m4_pattern_allow([^OPAL_CONFIGURE_CLI$]) m4trace:configure.ac:70: -1- OPAL_LOAD_PLATFORM m4trace:configure.ac:70: -1- OPAL_LOG_MSG([Loading environment file $with_platform, with contents below]) m4trace:configure.ac:70: -1- OAC_LOG_MSG([Loading environment file $with_platform, with contents below]) m4trace:configure.ac:70: -1- OAC_LOG_MSG_NOPREFIX([Loading environment file $with_platform, with contents below]) m4trace:configure.ac:70: -1- OPAL_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:70: -1- OAC_LOG_MSG([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:70: -1- OAC_LOG_MSG_NOPREFIX([Loaded platform arguments for $platform_loaded]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_PARAM_FROM_PLATFORM$]) m4trace:configure.ac:70: -1- m4_pattern_allow([^OPAL_DEFAULT_MCA_PARAM_CONF$]) m4trace:configure.ac:79: -1- OPAL_CONFIGURE_SETUP m4trace:configure.ac:79: -1- OPAL_LOG_MSG([=== ${1}], [1]) m4trace:configure.ac:79: -1- OAC_LOG_MSG([=== ${1}]) m4trace:configure.ac:79: -1- OAC_LOG_MSG_NOPREFIX([=== ${1}]) m4trace:configure.ac:79: -1- OPAL_LOG_MSG([*** ${1}], [1]) m4trace:configure.ac:79: -1- OAC_LOG_MSG([*** ${1}]) m4trace:configure.ac:79: -1- OAC_LOG_MSG_NOPREFIX([*** ${1}]) m4trace:configure.ac:79: -1- OPAL_LOG_MSG([+++ ${1}], [1]) m4trace:configure.ac:79: -1- OAC_LOG_MSG([+++ ${1}]) m4trace:configure.ac:79: -1- OAC_LOG_MSG_NOPREFIX([+++ ${1}]) m4trace:configure.ac:79: -1- OPAL_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:79: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:79: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:79: -1- OPAL_LOG_MSG([--- ${1}], [1]) m4trace:configure.ac:79: -1- OAC_LOG_MSG([--- ${1}]) m4trace:configure.ac:79: -1- OAC_LOG_MSG_NOPREFIX([--- ${1}]) m4trace:configure.ac:79: -1- OPAL_LIBNL_SANITY_INIT m4trace:configure.ac:79: -1- OAC_CHECK_PACKAGE_VERIFY_COMMANDS([[OPAL_LIBNL_CHECK_PACKAGE_CALLBACK]]) m4trace:configure.ac:79: -1- m4_pattern_allow([^OPAL_CONFIGURE_USER$]) m4trace:configure.ac:79: -1- m4_pattern_allow([^OPAL_CONFIGURE_HOST$]) m4trace:configure.ac:79: -1- m4_pattern_allow([^OPAL_CONFIGURE_DATE$]) m4trace:configure.ac:83: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:85: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:94: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^target$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^target_cpu$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^target_vendor$]) m4trace:configure.ac:95: -1- m4_pattern_allow([^target_os$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^OPAL_ARCH$]) m4trace:configure.ac:106: -1- AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.ac:106: -1- AM_SET_CURRENT_AUTOMAKE_VERSION m4trace:configure.ac:106: -1- AM_AUTOMAKE_VERSION([1.16.5]) m4trace:configure.ac:106: -1- _AM_AUTOCONF_VERSION([2.72]) m4trace:configure.ac:106: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^am__isrc$]) m4trace:configure.ac:106: -1- _AM_SUBST_NOTMAKE([am__isrc]) m4trace:configure.ac:106: -1- m4_pattern_allow([^CYGPATH_W$]) m4trace:configure.ac:106: -1- _AM_SET_OPTIONS([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([foreign]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([foreign]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([dist-bzip2]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([dist-bzip2]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([subdir-objects]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([subdir-objects]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([no-define]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([1.13.4]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([1.13.4]) m4trace:configure.ac:106: -1- _AM_SET_OPTION([tar-pax]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:106: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.ac:106: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.ac:106: -1- AM_SANITY_CHECK m4trace:configure.ac:106: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) m4trace:configure.ac:106: -1- AM_MISSING_HAS_RUN m4trace:configure.ac:106: -1- AM_AUX_DIR_EXPAND m4trace:configure.ac:106: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.ac:106: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.ac:106: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.ac:106: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.ac:106: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) m4trace:configure.ac:106: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.ac:106: -1- AM_PROG_INSTALL_SH m4trace:configure.ac:106: -1- m4_pattern_allow([^install_sh$]) m4trace:configure.ac:106: -1- AM_PROG_INSTALL_STRIP m4trace:configure.ac:106: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^MKDIR_P$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:106: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.ac:106: -1- AM_SET_LEADING_DOT m4trace:configure.ac:106: -1- m4_pattern_allow([^am__leading_dot$]) m4trace:configure.ac:106: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([tar-ustar]) m4trace:configure.ac:106: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) m4trace:configure.ac:106: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.ac:106: -1- _AM_PROG_TAR([pax]) m4trace:configure.ac:106: -1- m4_pattern_allow([^AMTAR$]) m4trace:configure.ac:106: -1- AM_RUN_LOG([$_am_tar --version]) m4trace:configure.ac:106: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) m4trace:configure.ac:106: -1- AM_RUN_LOG([$am__untar ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Atomic keyword], [opal_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Generic keyword], [opal_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Static_assert], [opal_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_PROG_CC_C11_HELPER([$flag], [opal_cv_c11_flag=$flag], []) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_prog_cc_c11_helper_CFLAGS_save]) m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 _Thread_local], [opal_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 atomic variables], [opal_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 _Atomic keyword], [opal_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 _Generic keyword], [opal_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 _Static_assert], [opal_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC $flag supports C11 atomic_fetch_xor_explicit], [opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_INIT m4trace:configure.ac:366: -1- m4_pattern_allow([OAC_]) m4trace:configure.ac:366: -1- m4_pattern_forbid([OAC_]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CHECK_CC_IQUOTE m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_check_cc_iquote_CFLAGS_save]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_C_COMPILER_VENDOR([opal_c_vendor]) m4trace:configure.ac:366: -1- _OPAL_CHECK_COMPILER_VENDOR([opal_cv_c_compiler_vendor]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__INTEL_COMPILER) || defined(__ICC)], [opal_check_compiler_vendor_result="intel"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__PGI], [opal_check_compiler_vendor_result="portland group"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__FUJITSU)], [opal_check_compiler_vendor_result="fujitsu"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)], [opal_check_compiler_vendor_result="ibm" xlc_major_version=`$CC -qversion 2>&1 | tail -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 1` xlc_minor_version=`$CC -qversion 2>&1 | tail -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 2` AS_IF([ (test "$xlc_major_version" -lt "13" ) || (test "$xlc_major_version" -eq "13" && test "$xlc_minor_version" -lt "1" )], [AC_MSG_ERROR(["XL Compiler versions less than 13.1 not supported. Detected $xlc_major_version.$xlc_minor_version"])]) ], [OPAL_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [opal_check_compiler_vendor_result="ibm"])]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(_AIX) && !defined(__GNUC__)], [opal_check_compiler_vendor_result="ibm"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__TURBOC__], [opal_check_compiler_vendor_result="borland"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__BORLANDC__], [opal_check_compiler_vendor_result="borland"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__COMO__], [opal_check_compiler_vendor_result="comeau"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__DECC) || defined(VAXC) || defined(__VAXC)], [opal_check_compiler_vendor_result="compaq"], [OPAL_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [opal_check_compiler_vendor_result="compaq"], [OPAL_IFDEF_IFELSE([__DECCXX], [opal_check_compiler_vendor_result="compaq"])])]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__osf__) && defined(__LANGUAGE_C__)], [opal_check_compiler_vendor_result="compaq"], [OPAL_IFDEF_IFELSE([__DECCXX], [opal_check_compiler_vendor_result="compaq"])]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__DECCXX], [opal_check_compiler_vendor_result="compaq"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([_CRAYC], [opal_check_compiler_vendor_result="cray"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__DCC__], [opal_check_compiler_vendor_result="diab"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__DMC__) || defined(__SC__) || defined(__ZTC__)], [opal_check_compiler_vendor_result="digital mars"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__HP_cc) || defined(__HP_aCC)], [opal_check_compiler_vendor_result="hp"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__KCC], [opal_check_compiler_vendor_result="kai"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__LCC__], [opal_check_compiler_vendor_result="lcc"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__HIGHC__], [opal_check_compiler_vendor_result="metaware high"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__MWERKS__], [opal_check_compiler_vendor_result="metrowerks"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(sgi) || defined(__sgi)], [opal_check_compiler_vendor_result="sgi"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS)], [opal_check_compiler_vendor_result="mpw"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(_MSC_VER) || defined(__MSC_VER)], [opal_check_compiler_vendor_result="microsoft"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__CC_NORCROFT], [opal_check_compiler_vendor_result="norcroft"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__POCC__], [opal_check_compiler_vendor_result="pelles"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(SASC) || defined(__SASC) || defined(__SASC__)], [opal_check_compiler_vendor_result="sas"]) m4trace:configure.ac:366: -1- OPAL_IF_IFELSE([defined(__SUNPRO_C) || defined(__SUNPRO_CC)], [opal_check_compiler_vendor_result="sun"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__TenDRA__], [opal_check_compiler_vendor_result="tendra"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__TINYC__], [opal_check_compiler_vendor_result="tiny"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__USLC__], [opal_check_compiler_vendor_result="usl"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__WATCOMC__], [opal_check_compiler_vendor_result="watcom"]) m4trace:configure.ac:366: -1- OPAL_IFDEF_IFELSE([__GNUC__], [opal_check_compiler_vendor_result="gnu" # We do not support gccfss as a compiler so die if # someone tries to use said compiler. gccfss (gcc # for SPARC Systems) is a compiler that is no longer # supported by Oracle and it has some major flaws # that prevents it from actually compiling OMPI code. # So if we detect it we automatically bail. if ($CC --version | grep gccfss) >/dev/null 2>&1; then AC_MSG_RESULT([gccfss]) AC_MSG_WARN([Detected gccfss being used to compile Open MPI.]) AC_MSG_WARN([Because of several issues Open MPI does not support]) AC_MSG_WARN([the gccfss compiler. Please use a different compiler.]) AC_MSG_WARN([If you did not think you used gccfss you may want to]) AC_MSG_WARN([check to see if the compiler you think you used is]) AC_MSG_WARN([actually a link to gccfss.]) AC_MSG_ERROR([Cannot continue]) fi]) m4trace:configure.ac:366: -1- OPAL_PROG_CC_C11_HELPER([], [], []) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_prog_cc_c11_helper_CFLAGS_save]) m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Thread_local], [opal_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 atomic variables], [opal_prog_cc_c11_helper_atomic_var_available], [[#include ]], [[static atomic_long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Atomic keyword], [opal_prog_cc_c11_helper__Atomic_available], [[#include ]], [[static _Atomic long foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Generic keyword], [opal_prog_cc_c11_helper__Generic_available], [[#define FOO(x) (_Generic (x, int: 1))]], [[static int x, y; y = FOO(x);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Static_assert], [opal_prog_cc_c11_helper__static_assert_available], [[#include ]], [[_Static_assert(sizeof(int64_t) == 8, "WTH");]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 atomic_fetch_xor_explicit], [opal_prog_cc_c11_helper_atomic_fetch_xor_explicit_available], [[#include #include ]], [[_Atomic uint32_t a; uint32_t b; atomic_fetch_xor_explicit(&a, b, memory_order_relaxed);]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports __thread], [opal_prog_cc__thread_available], [], [[static __thread int foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC supports C11 _Thread_local], [opal_prog_cc_c11_helper__Thread_local_available], [], [[static _Thread_local int foo = 1;++foo;]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE__THREAD_LOCAL$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE_ATOMIC_CONV_VAR$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE__ATOMIC$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE__GENERIC$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE__STATIC_ASSERT$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE___THREAD$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:366: -1- OPAL_CC_HELPER([if $CC is Intel < 20200310 (lacks proper support for atomic operations on _Atomic variables)], [opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics], [], [[ #ifdef __INTEL_COMPILER #if __INTEL_COMPILER_BUILD_DATE <= 20200310 #error Lacks support for proper atomic operations on _Atomic variables. #endif /* __INTEL_COMPILER_BUILD_DATE <= 20200310 */ #endif /* __INTEL_COMPILER */ ]]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_PUSH([opal_cc_helper_result]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE_ATOMIC_SUPPORT_FOR__ATOMIC$]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([--coverage], [coverage]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [coverage]) m4trace:configure.ac:366: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [coverage]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-ftest-coverage], [ftest_coverage]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [ftest_coverage]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [ftest_coverage]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-fprofile-arcs], [fprofile_arcs]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fprofile_arcs]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fprofile_arcs]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wundef], [Wundef]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wundef]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wundef]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wno-long-long], [Wno_long_long], [int main() { long long x; }]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_long]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wno_long_long]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wsign-compare], [Wsign_compare]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wsign_compare]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wsign_compare]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wmissing-prototypes], [Wmissing_prototypes]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wmissing_prototypes]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wmissing_prototypes]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wstrict-prototypes], [Wstrict_prototypes]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wstrict_prototypes]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wstrict_prototypes]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wcomment], [Wcomment]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wcomment]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wcomment]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wshadow], [Wshadow]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wshadow]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wshadow]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Werror-implicit-function-declaration], [Werror_implicit_function_declaration]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Werror_implicit_function_declaration]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Werror_implicit_function_declaration]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wno-long-double], [Wno_long_double], [int main() { long double x; }]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wno_long_double]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wno_long_double]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-fno-strict-aliasing], [fno_strict_aliasing], [int main() { long double x; }]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [fno_strict_aliasing]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [fno_strict_aliasing]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-pedantic], [pedantic]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [pedantic]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [pedantic]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wall], [Wall]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [Wall]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [Wall]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-Wformat-truncation=0], [format_truncation]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [format_truncation]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [format_truncation]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([-finline-functions], [finline_functions]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [finline_functions]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [finline_functions]) m4trace:configure.ac:366: -1- _OPAL_CHECK_SPECIFIC_CFLAGS([$RESTRICT_CFLAGS], [restrict]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:366: -1- OAC_APPEND([CFLAGS], [$oac_list_arg]) m4trace:configure.ac:366: -1- OAC_ASSERT_LITERAL([CFLAGS]) m4trace:configure.ac:366: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown"], [restrict]) m4trace:configure.ac:366: -1- _OPAL_CFLAGS_FAIL_SEARCH(["ignored\|not recognized\|not supported\|not compatible\|unrecognized\|unknown\|error"], [restrict]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE_BUILTIN_EXPECT$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE_BUILTIN_PREFETCH$]) m4trace:configure.ac:366: -1- m4_pattern_allow([^OPAL_C_HAVE_BUILTIN_CLZ$]) m4trace:configure.ac:366: -1- OPAL_ENSURE_CONTAINS_OPTFLAGS(["$OPAL_CFLAGS_BEFORE_PICKY"]) m4trace:configure.ac:366: -1- OPAL_ENSURE_CONTAINS_OPTFLAGS(["$CFLAGS"]) m4trace:configure.ac:366: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:369: -1- OMPI_INTERIX m4trace:configure.ac:396: -1- m4_pattern_allow([^HAVE_INT8_T$]) m4trace:configure.ac:397: -1- m4_pattern_allow([^HAVE_UINT8_T$]) m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_INT16_T$]) m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_UINT16_T$]) m4trace:configure.ac:400: -1- m4_pattern_allow([^HAVE_INT32_T$]) m4trace:configure.ac:401: -1- m4_pattern_allow([^HAVE_UINT32_T$]) m4trace:configure.ac:402: -1- m4_pattern_allow([^HAVE_INT64_T$]) m4trace:configure.ac:403: -1- m4_pattern_allow([^HAVE_UINT64_T$]) m4trace:configure.ac:404: -1- m4_pattern_allow([^HAVE_INT128_T$]) m4trace:configure.ac:405: -1- m4_pattern_allow([^HAVE___INT128$]) m4trace:configure.ac:406: -1- m4_pattern_allow([^HAVE_UINT128_T$]) m4trace:configure.ac:407: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.ac:409: -1- m4_pattern_allow([^HAVE___FLOAT128$]) m4trace:configure.ac:410: -1- m4_pattern_allow([^HAVE_SHORT_FLOAT$]) m4trace:configure.ac:411: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$]) m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_COMPLEX_H$]) m4trace:configure.ac:415: -1- m4_pattern_allow([^HAVE_SHORT_FLOAT__COMPLEX$]) m4trace:configure.ac:416: -1- m4_pattern_allow([^HAVE_FLOAT__COMPLEX$]) m4trace:configure.ac:417: -1- m4_pattern_allow([^HAVE_DOUBLE__COMPLEX$]) m4trace:configure.ac:418: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE__COMPLEX$]) m4trace:configure.ac:420: -1- m4_pattern_allow([^HAVE_INTPTR_T$]) m4trace:configure.ac:421: -1- m4_pattern_allow([^HAVE_UINTPTR_T$]) m4trace:configure.ac:422: -1- m4_pattern_allow([^HAVE_MODE_T$]) m4trace:configure.ac:423: -1- m4_pattern_allow([^HAVE_SSIZE_T$]) m4trace:configure.ac:424: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) m4trace:configure.ac:430: -1- m4_pattern_allow([^SIZEOF__BOOL$]) m4trace:configure.ac:431: -1- m4_pattern_allow([^SIZEOF_CHAR$]) m4trace:configure.ac:432: -1- m4_pattern_allow([^SIZEOF_SHORT$]) m4trace:configure.ac:433: -1- m4_pattern_allow([^SIZEOF_INT$]) m4trace:configure.ac:434: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_INT$]) m4trace:configure.ac:435: -1- m4_pattern_allow([^SIZEOF_LONG$]) m4trace:configure.ac:436: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG$]) m4trace:configure.ac:437: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$]) m4trace:configure.ac:439: -1- m4_pattern_allow([^SIZEOF_SHORT_FLOAT$]) m4trace:configure.ac:441: -1- m4_pattern_allow([^SIZEOF_FLOAT$]) m4trace:configure.ac:442: -1- m4_pattern_allow([^SIZEOF_DOUBLE$]) m4trace:configure.ac:443: -1- m4_pattern_allow([^SIZEOF_LONG_DOUBLE$]) m4trace:configure.ac:445: -1- m4_pattern_allow([^SIZEOF___FLOAT128$]) m4trace:configure.ac:450: -1- m4_pattern_allow([^SIZEOF_SHORT_FLOAT__COMPLEX$]) m4trace:configure.ac:452: -1- m4_pattern_allow([^SIZEOF_FLOAT__COMPLEX$]) m4trace:configure.ac:453: -1- m4_pattern_allow([^SIZEOF_DOUBLE__COMPLEX$]) m4trace:configure.ac:454: -1- m4_pattern_allow([^SIZEOF_LONG_DOUBLE__COMPLEX$]) m4trace:configure.ac:456: -1- m4_pattern_allow([^SIZEOF_VOID_P$]) m4trace:configure.ac:461: -1- m4_pattern_allow([^SIZEOF_SIZE_T$]) m4trace:configure.ac:463: -1- m4_pattern_allow([^SIZEOF_SSIZE_T$]) m4trace:configure.ac:466: -1- m4_pattern_allow([^SIZEOF_PTRDIFF_T$]) m4trace:configure.ac:470: -1- m4_pattern_allow([^SIZEOF_WCHAR_T$]) m4trace:configure.ac:472: -1- m4_pattern_allow([^SIZEOF_PID_T$]) m4trace:configure.ac:475: -1- m4_pattern_allow([^SIZEOF_ATOMIC_SHORT$]) m4trace:configure.ac:476: -1- m4_pattern_allow([^SIZEOF_ATOMIC_INT$]) m4trace:configure.ac:477: -1- m4_pattern_allow([^SIZEOF_ATOMIC_LONG$]) m4trace:configure.ac:478: -1- m4_pattern_allow([^SIZEOF_ATOMIC_LLONG$]) m4trace:configure.ac:484: -1- OPAL_C_GET_ALIGNMENT([bool], [OPAL_ALIGNMENT_BOOL]) m4trace:configure.ac:484: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:484: -1- m4_pattern_allow([^ALIGNOF_BOOL$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^OPAL_ALIGNMENT_BOOL$]) m4trace:configure.ac:484: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:485: -1- OPAL_C_GET_ALIGNMENT([int8_t], [OPAL_ALIGNMENT_INT8]) m4trace:configure.ac:485: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:485: -1- m4_pattern_allow([^ALIGNOF_INT8_T$]) m4trace:configure.ac:485: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT8$]) m4trace:configure.ac:485: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:486: -1- OPAL_C_GET_ALIGNMENT([int16_t], [OPAL_ALIGNMENT_INT16]) m4trace:configure.ac:486: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:486: -1- m4_pattern_allow([^ALIGNOF_INT16_T$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT16$]) m4trace:configure.ac:486: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:487: -1- OPAL_C_GET_ALIGNMENT([int32_t], [OPAL_ALIGNMENT_INT32]) m4trace:configure.ac:487: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:487: -1- m4_pattern_allow([^ALIGNOF_INT32_T$]) m4trace:configure.ac:487: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT32$]) m4trace:configure.ac:487: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:488: -1- OPAL_C_GET_ALIGNMENT([int64_t], [OPAL_ALIGNMENT_INT64]) m4trace:configure.ac:488: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:488: -1- m4_pattern_allow([^ALIGNOF_INT64_T$]) m4trace:configure.ac:488: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT64$]) m4trace:configure.ac:488: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:490: -1- OPAL_C_GET_ALIGNMENT([int128_t], [OPAL_ALIGNMENT_INT128]) m4trace:configure.ac:490: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:490: -1- m4_pattern_allow([^ALIGNOF_INT128_T$]) m4trace:configure.ac:490: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT128$]) m4trace:configure.ac:490: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:492: -1- OPAL_C_GET_ALIGNMENT([char], [OPAL_ALIGNMENT_CHAR]) m4trace:configure.ac:492: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:492: -1- m4_pattern_allow([^ALIGNOF_CHAR$]) m4trace:configure.ac:492: -1- m4_pattern_allow([^OPAL_ALIGNMENT_CHAR$]) m4trace:configure.ac:492: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:493: -1- OPAL_C_GET_ALIGNMENT([short], [OPAL_ALIGNMENT_SHORT]) m4trace:configure.ac:493: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:493: -1- m4_pattern_allow([^ALIGNOF_SHORT$]) m4trace:configure.ac:493: -1- m4_pattern_allow([^OPAL_ALIGNMENT_SHORT$]) m4trace:configure.ac:493: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:494: -1- OPAL_C_GET_ALIGNMENT([wchar_t], [OPAL_ALIGNMENT_WCHAR]) m4trace:configure.ac:494: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:494: -1- m4_pattern_allow([^ALIGNOF_WCHAR_T$]) m4trace:configure.ac:494: -1- m4_pattern_allow([^OPAL_ALIGNMENT_WCHAR$]) m4trace:configure.ac:494: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:495: -1- OPAL_C_GET_ALIGNMENT([int], [OPAL_ALIGNMENT_INT]) m4trace:configure.ac:495: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:495: -1- m4_pattern_allow([^ALIGNOF_INT$]) m4trace:configure.ac:495: -1- m4_pattern_allow([^OPAL_ALIGNMENT_INT$]) m4trace:configure.ac:495: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:496: -1- OPAL_C_GET_ALIGNMENT([long], [OPAL_ALIGNMENT_LONG]) m4trace:configure.ac:496: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:496: -1- m4_pattern_allow([^ALIGNOF_LONG$]) m4trace:configure.ac:496: -1- m4_pattern_allow([^OPAL_ALIGNMENT_LONG$]) m4trace:configure.ac:496: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:497: -1- OPAL_C_GET_ALIGNMENT([long long], [OPAL_ALIGNMENT_LONG_LONG]) m4trace:configure.ac:497: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:497: -1- m4_pattern_allow([^ALIGNOF_LONG_LONG$]) m4trace:configure.ac:497: -1- m4_pattern_allow([^OPAL_ALIGNMENT_LONG_LONG$]) m4trace:configure.ac:497: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:499: -1- OPAL_C_GET_ALIGNMENT([short float], [OPAL_ALIGNMENT_SHORT_FLOAT]) m4trace:configure.ac:499: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:499: -1- m4_pattern_allow([^ALIGNOF_SHORT_FLOAT$]) m4trace:configure.ac:499: -1- m4_pattern_allow([^OPAL_ALIGNMENT_SHORT_FLOAT$]) m4trace:configure.ac:499: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:501: -1- OPAL_C_GET_ALIGNMENT([float], [OPAL_ALIGNMENT_FLOAT]) m4trace:configure.ac:501: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:501: -1- m4_pattern_allow([^ALIGNOF_FLOAT$]) m4trace:configure.ac:501: -1- m4_pattern_allow([^OPAL_ALIGNMENT_FLOAT$]) m4trace:configure.ac:501: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:502: -1- OPAL_C_GET_ALIGNMENT([double], [OPAL_ALIGNMENT_DOUBLE]) m4trace:configure.ac:502: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:502: -1- m4_pattern_allow([^ALIGNOF_DOUBLE$]) m4trace:configure.ac:502: -1- m4_pattern_allow([^OPAL_ALIGNMENT_DOUBLE$]) m4trace:configure.ac:502: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:503: -1- OPAL_C_GET_ALIGNMENT([long double], [OPAL_ALIGNMENT_LONG_DOUBLE]) m4trace:configure.ac:503: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:503: -1- m4_pattern_allow([^ALIGNOF_LONG_DOUBLE$]) m4trace:configure.ac:503: -1- m4_pattern_allow([^OPAL_ALIGNMENT_LONG_DOUBLE$]) m4trace:configure.ac:503: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:505: -1- OPAL_C_GET_ALIGNMENT([__float128], [OPAL_ALIGNMENT___FLOAT128]) m4trace:configure.ac:505: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:505: -1- m4_pattern_allow([^ALIGNOF___FLOAT128$]) m4trace:configure.ac:505: -1- m4_pattern_allow([^OPAL_ALIGNMENT___FLOAT128$]) m4trace:configure.ac:505: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:512: -1- OPAL_C_GET_ALIGNMENT([short float _Complex], [OPAL_ALIGNMENT_SHORT_FLOAT_COMPLEX]) m4trace:configure.ac:512: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:512: -1- m4_pattern_allow([^ALIGNOF_SHORT_FLOAT__COMPLEX$]) m4trace:configure.ac:512: -1- m4_pattern_allow([^OPAL_ALIGNMENT_SHORT_FLOAT_COMPLEX$]) m4trace:configure.ac:512: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:514: -1- OPAL_C_GET_ALIGNMENT([float _Complex], [OPAL_ALIGNMENT_FLOAT_COMPLEX]) m4trace:configure.ac:514: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:514: -1- m4_pattern_allow([^ALIGNOF_FLOAT__COMPLEX$]) m4trace:configure.ac:514: -1- m4_pattern_allow([^OPAL_ALIGNMENT_FLOAT_COMPLEX$]) m4trace:configure.ac:514: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:515: -1- OPAL_C_GET_ALIGNMENT([double _Complex], [OPAL_ALIGNMENT_DOUBLE_COMPLEX]) m4trace:configure.ac:515: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:515: -1- m4_pattern_allow([^ALIGNOF_DOUBLE__COMPLEX$]) m4trace:configure.ac:515: -1- m4_pattern_allow([^OPAL_ALIGNMENT_DOUBLE_COMPLEX$]) m4trace:configure.ac:515: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:516: -1- OPAL_C_GET_ALIGNMENT([long double _Complex], [OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX]) m4trace:configure.ac:516: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:516: -1- m4_pattern_allow([^ALIGNOF_LONG_DOUBLE__COMPLEX$]) m4trace:configure.ac:516: -1- m4_pattern_allow([^OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX$]) m4trace:configure.ac:516: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:518: -1- OPAL_C_GET_ALIGNMENT([void *], [OPAL_ALIGNMENT_VOID_P]) m4trace:configure.ac:518: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:518: -1- m4_pattern_allow([^ALIGNOF_VOID_P$]) m4trace:configure.ac:518: -1- m4_pattern_allow([^OPAL_ALIGNMENT_VOID_P$]) m4trace:configure.ac:518: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:519: -1- OPAL_C_GET_ALIGNMENT([size_t], [OPAL_ALIGNMENT_SIZE_T]) m4trace:configure.ac:519: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:519: -1- m4_pattern_allow([^ALIGNOF_SIZE_T$]) m4trace:configure.ac:519: -1- m4_pattern_allow([^OPAL_ALIGNMENT_SIZE_T$]) m4trace:configure.ac:519: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:525: -1- OPAL_CHECK_ALT_SHORT_FLOAT m4trace:configure.ac:525: -1- m4_pattern_allow([^HAVE__FLOAT16$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^opal_short_float_t$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^opal_short_float_complex_t$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^HAVE_OPAL_SHORT_FLOAT_T$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^HAVE_OPAL_SHORT_FLOAT_COMPLEX_T$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^SIZEOF_OPAL_SHORT_FLOAT_T$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^SIZEOF_OPAL_SHORT_FLOAT_COMPLEX_T$]) m4trace:configure.ac:525: -1- OPAL_C_GET_ALIGNMENT([opal_short_float_t], [OPAL_ALIGNMENT_OPAL_SHORT_FLOAT_T]) m4trace:configure.ac:525: -1- OPAL_VAR_SCOPE_PUSH([opal_align_value]) m4trace:configure.ac:525: -1- m4_pattern_allow([^ALIGNOF_OPAL_SHORT_FLOAT_T$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^OPAL_ALIGNMENT_OPAL_SHORT_FLOAT_T$]) m4trace:configure.ac:525: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:525: -1- OPAL_VAR_SCOPE_PUSH([CFLAGS_save]) m4trace:configure.ac:525: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:525: -1- m4_pattern_allow([^OPAL_SHORT_FLOAT_TYPE$]) m4trace:configure.ac:525: -1- m4_pattern_allow([^OPAL_SHORT_FLOAT_NEEDS_EXTENSION$]) m4trace:configure.ac:547: -1- m4_pattern_allow([^OPAL_ALIGN_WORD_SIZE_INTEGERS$]) m4trace:configure.ac:554: -1- OPAL_C_WEAK_SYMBOLS m4trace:configure.ac:554: -1- _OPAL_C_WEAK_SYMBOLS([opal_cv_c_weak_symbols="yes"], [opal_cv_c_weak_symbols="no"]) m4trace:configure.ac:554: -1- OAC_LOG_MSG([$CC $CFLAGS -c conftest_weak.c]) m4trace:configure.ac:554: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:554: -1- OAC_LOG_MSG([$CC $CFLAGS conftest.c conftest_weak.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:554: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:555: -1- OPAL_C_MACRO_WEAK_SYMBOLS m4trace:configure.ac:555: -1- _OPAL_C_MACRO_WEAK_SYMBOLS([opal_cv_c_macro_weak_symbols="yes"], [opal_cv_c_macro_weak_symbols="no"]) m4trace:configure.ac:555: -1- OAC_LOG_MSG([$CC $CFLAGS -c conftest_weak.c]) m4trace:configure.ac:555: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:555: -1- OAC_LOG_MSG([$CC $CFLAGS conftest.c conftest_weak.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:555: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:573: -1- OPAL_CHECK_OFFSETOF m4trace:configure.ac:573: -1- OPAL_VAR_SCOPE_PUSH([have_offsetof_msg]) m4trace:configure.ac:573: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:584: -1- OMPI_SETUP_CXX m4trace:configure.ac:584: -1- OMPI_SETUP_CXX_BANNER m4trace:configure.ac:584: -1- OMPI_PROG_CXX m4trace:configure.ac:584: -1- OPAL_VAR_SCOPE_PUSH([ompi_cxxflags_save ompi_cxx_argv0]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CXXFLAGS$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^ac_ct_CXX$]) m4trace:configure.ac:584: -1- _AM_DEPENDENCIES([CXX]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CXXDEPMODE$]) m4trace:configure.ac:584: -1- AM_CONDITIONAL([am__fastdepCXX], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3]) m4trace:configure.ac:584: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$]) m4trace:configure.ac:584: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE]) m4trace:configure.ac:584: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE]) m4trace:configure.ac:584: -1- OPAL_WHICH([$ompi_cxx_argv0], [OMPI_CXX_ABSOLUTE]) m4trace:configure.ac:584: -1- OPAL_VAR_SCOPE_PUSH([opal_prog opal_file opal_dir opal_sentinel]) m4trace:configure.ac:584: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:584: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^OMPI_CXX$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^OMPI_CXX_ABSOLUTE$]) m4trace:configure.ac:584: -1- AM_CONDITIONAL([OMPI_HAVE_CXX_COMPILER], [test "$CXX" != "no"]) m4trace:configure.ac:584: -1- m4_pattern_allow([^OMPI_HAVE_CXX_COMPILER_TRUE$]) m4trace:configure.ac:584: -1- m4_pattern_allow([^OMPI_HAVE_CXX_COMPILER_FALSE$]) m4trace:configure.ac:584: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_CXX_COMPILER_TRUE]) m4trace:configure.ac:584: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_CXX_COMPILER_FALSE]) m4trace:configure.ac:584: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:584: -1- OPAL_LANG_LINK_WITH_C([C++], [], [cat <&2 ********************************************************************** * It appears that your C++ compiler is unable to link against object * files created by your C compiler. This generally indicates either * a conflict between the options specified in CFLAGS and CXXFLAGS * or a problem with the local compiler installation. More * information (including exactly what command was given to the * compilers and what error resulted when the commands were executed) is * available in the config.log file in this directory. ********************************************************************** EOF AC_MSG_ERROR([C and C++ compilers are not link compatible. Can not continue.])]) m4trace:configure.ac:584: -1- OAC_LOG_MSG([$CC -c $CFLAGS $CPPFLAGS conftest_c.$ac_ext]) m4trace:configure.ac:584: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:593: -1- OPAL_CHECK_ATTRIBUTES m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE$]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([aligned], [struct foo { char text[4]; } __attribute__ ((__aligned__(8)));], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([aligned]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([aligned]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([aligned]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([always_inline], [int foo (int arg) __attribute__ ((__always_inline__));], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([always_inline]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([always_inline]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([always_inline]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([cold], [ int foo(int arg1, int arg2) __attribute__ ((__cold__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([cold]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([cold]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([cold]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([const], [ int foo(int arg1, int arg2) __attribute__ ((__const__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([const]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([const]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([const]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([deprecated], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([deprecated_argument], [ int foo(int arg1, int arg2) __attribute__ ((__deprecated__("compiler allows argument"))); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated_argument]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated_argument]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([deprecated_argument]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([error], [ int foo(int arg1, int arg2) __attribute__ ((__error__(""))); ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([error]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([error]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([error]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([format], [ int this_printf (void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return this_printf (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([format_funcptr], [ int (*this_printf)(void *my_object, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); ], [ static int usage (int * argument); extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); static int usage (int * argument) { return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format_funcptr]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format_funcptr]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([format_funcptr]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([hot], [ int foo(int arg1, int arg2) __attribute__ ((__hot__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([hot]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([hot]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([hot]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([malloc], [ #ifdef HAVE_STDLIB_H # include #endif int * foo(int arg1) __attribute__ ((__malloc__)); int * foo(int arg1) { return (int*) malloc(arg1); } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([malloc]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([malloc]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([malloc]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([may_alias], [int * p_value __attribute__ ((__may_alias__));], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([may_alias]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([may_alias]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([may_alias]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([no_instrument_function], [int * foo(int arg1) __attribute__ ((__no_instrument_function__));], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([no_instrument_function]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([no_instrument_function]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([no_instrument_function]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noinline], [ int foo(int arg1, int arg2) __attribute__ ((__noinline__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; } static int bar(int arg1, int arg2) __attribute__ ((__noinline__)); static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noinline]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noinline]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noinline]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([nonnull], [ int square(int *arg) __attribute__ ((__nonnull__)); int square(int *arg) { return *arg; } ], [ static int usage(int * argument); int square(int * argument) __attribute__ ((__nonnull__)); int square(int * argument) { return (*argument) * (*argument); } static int usage(int * argument) { return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([nonnull]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([nonnull]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([nonnull]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noreturn], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif void fatal(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { exit(arg1); } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noreturn_funcptr], [ #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDLIB_H # include #endif extern void (*fatal_exit)(int arg1) __attribute__ ((__noreturn__)); void fatal(int arg1) { fatal_exit (arg1); } ], [], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn_funcptr]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn_funcptr]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([noreturn_funcptr]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([packed], [ struct foo { char a; int x[2] __attribute__ ((__packed__)); }; ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([packed]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([packed]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([packed]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([pure], [ int square(int arg) __attribute__ ((__pure__)); int square(int arg) { return arg * arg; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([pure]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([pure]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([pure]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([sentinel], [ int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); ], [ static int usage(int * argument); int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); static int usage(int * argument) { void * last_arg_should_be_null = argument; return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([sentinel]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([sentinel]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([sentinel]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([unused], [ int square(int arg1 __attribute__ ((__unused__)), int arg2); int square(int arg1, int arg2) { return arg2; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([unused]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([unused]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([unused]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([visibility], [ int square(int arg1) __attribute__ ((__visibility__("hidden"))); ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([visibility]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([visibility]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([visibility]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([warn_unused_result], [ int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } ], [ static int usage(int * argument); int foo(int arg) __attribute__ ((__warn_unused_result__)); int foo(int arg) { return arg + 3; } static int usage(int * argument) { foo (*argument); /* Should produce an unused result warning */ return 0; } /* The autoconf-generated main-function is int main(), which produces a warning by itself */ int main(void); ], [$ATTRIBUTE_CFLAGS]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([warn_unused_result]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([warn_unused_result]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([warn_unused_result]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([weak_alias], [ int foo(int arg); int foo(int arg) { return arg + 3; } int foo2(int arg) __attribute__ ((__weak__, __alias__("foo"))); ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([weak_alias]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([weak_alias]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([weak_alias]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([constructor], [ void foo(void) __attribute__ ((__constructor__)); void foo(void) { return ; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([constructor]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([constructor]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([constructor]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([destructor], [ void foo(void) __attribute__ ((__destructor__)); void foo(void) { return ; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([destructor]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([destructor]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([destructor]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([optnone], [ void __attribute__ ((__optnone__)) foo(void); void foo(void) { return ; } ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([optnone]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([optnone]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([optnone]) m4trace:configure.ac:593: -1- _OPAL_CHECK_SPECIFIC_ATTRIBUTE([extension], [ int i = __extension__ 3; ], [], []) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([extension]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([extension]) m4trace:configure.ac:593: -1- _OPAL_ATTRIBUTE_FAIL_SEARCH([extension]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_ALIGNED$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_COLD$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_CONST$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_DEPRECATED$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_FORMAT$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_HOT$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_MALLOC$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_MAY_ALIAS$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_NOINLINE$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_NONNULL$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_NORETURN$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_PACKED$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_PURE$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_SENTINEL$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_UNUSED$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_VISIBILITY$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_CONSTRUCTOR$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_DESTRUCTOR$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_OPTNONE$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_EXTENSION$]) m4trace:configure.ac:593: -1- m4_pattern_allow([^OPAL_HAVE_ATTRIBUTE_ERROR$]) m4trace:configure.ac:594: -1- OPAL_CHECK_COMPILER_VERSION_ID m4trace:configure.ac:594: -1- OPAL_CHECK_COMPILER([FAMILYID]) m4trace:configure.ac:594: -1- OAC_ASSERT_LITERAL([FAMILYID], [1]) m4trace:configure.ac:594: -1- m4_pattern_allow([^OPAL_BUILD_PLATFORM_COMPILER_FAMILYID$]) m4trace:configure.ac:594: -1- OPAL_CHECK_COMPILER([VERSION]) m4trace:configure.ac:594: -1- OAC_ASSERT_LITERAL([VERSION], [1]) m4trace:configure.ac:594: -1- m4_pattern_allow([^OPAL_BUILD_PLATFORM_COMPILER_VERSION$]) m4trace:configure.ac:617: -1- OMPI_SETUP_JAVA_BINDINGS m4trace:configure.ac:617: -1- OMPI_SETUP_JAVA([$enable_mpi_java]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_PUSH([ompi_java_happy ompi_javah_happy]) m4trace:configure.ac:617: -1- _OMPI_SETUP_JAVA m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_PUSH([ompi_java_bad ompi_java_found ompi_java_dir ompi_java_jnih ompi_java_PATH_save ompi_java_CPPFLAGS_save]) m4trace:configure.ac:617: -1- OPAL_WHICH([javac], [with_jdk_bindir]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_PUSH([opal_prog opal_file opal_dir opal_sentinel]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:617: -1- OPAL_WHICH([javac], [with_jdk_bindir]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_PUSH([opal_prog opal_file opal_dir opal_sentinel]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:617: -1- OPAL_CHECK_WITHDIR([jdk-bindir], [$with_jdk_bindir], [javac]) m4trace:configure.ac:617: -1- OPAL_CHECK_WITHDIR([jdk-headers], [$with_jdk_headers], [jni.h]) m4trace:configure.ac:617: -1- m4_pattern_allow([^JAVAC$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^JAR$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^JAVADOC$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^JAVAH$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_JDK_CPPFLAGS$]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:617: -1- AM_CONDITIONAL([OMPI_HAVE_JAVAH_SUPPORT], [test "$ompi_javah_happy" = "yes"]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_HAVE_JAVAH_SUPPORT_TRUE$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_HAVE_JAVAH_SUPPORT_FALSE$]) m4trace:configure.ac:617: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_JAVAH_SUPPORT_TRUE]) m4trace:configure.ac:617: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_JAVAH_SUPPORT_FALSE]) m4trace:configure.ac:617: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:617: -1- m4_pattern_allow([^HAVE_TARGETCONDITIONALS_H$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^HAVE_DL_INFO$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_WANT_JAVA_BINDINGS$]) m4trace:configure.ac:617: -1- AM_CONDITIONAL([OMPI_WANT_JAVA_BINDINGS], [test "$WANT_MPI_JAVA_BINDINGS" = "1"]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_WANT_JAVA_BINDINGS_TRUE$]) m4trace:configure.ac:617: -1- m4_pattern_allow([^OMPI_WANT_JAVA_BINDINGS_FALSE$]) m4trace:configure.ac:617: -1- _AM_SUBST_NOTMAKE([OMPI_WANT_JAVA_BINDINGS_TRUE]) m4trace:configure.ac:617: -1- _AM_SUBST_NOTMAKE([OMPI_WANT_JAVA_BINDINGS_FALSE]) m4trace:configure.ac:625: -1- OMPI_SETUP_MPI_PROFILING m4trace:configure.ac:625: -1- AM_CONDITIONAL([BUILD_MPI_BINDINGS_LAYER], [test "$OMPI_PROFILING_COMPILE_SEPARATELY" = 1]) m4trace:configure.ac:625: -1- m4_pattern_allow([^BUILD_MPI_BINDINGS_LAYER_TRUE$]) m4trace:configure.ac:625: -1- m4_pattern_allow([^BUILD_MPI_BINDINGS_LAYER_FALSE$]) m4trace:configure.ac:625: -1- _AM_SUBST_NOTMAKE([BUILD_MPI_BINDINGS_LAYER_TRUE]) m4trace:configure.ac:625: -1- _AM_SUBST_NOTMAKE([BUILD_MPI_BINDINGS_LAYER_FALSE]) m4trace:configure.ac:625: -1- AM_CONDITIONAL([COMPILE_PROFILING_SEPARATELY], [test "$OMPI_PROFILING_COMPILE_SEPARATELY" = 1]) m4trace:configure.ac:625: -1- m4_pattern_allow([^COMPILE_PROFILING_SEPARATELY_TRUE$]) m4trace:configure.ac:625: -1- m4_pattern_allow([^COMPILE_PROFILING_SEPARATELY_FALSE$]) m4trace:configure.ac:625: -1- _AM_SUBST_NOTMAKE([COMPILE_PROFILING_SEPARATELY_TRUE]) m4trace:configure.ac:625: -1- _AM_SUBST_NOTMAKE([COMPILE_PROFILING_SEPARATELY_FALSE]) m4trace:configure.ac:625: -1- m4_pattern_allow([^OPAL_HAVE_WEAK_SYMBOLS$]) m4trace:configure.ac:626: -1- OSHMEM_SETUP_PROFILING m4trace:configure.ac:626: -1- AM_CONDITIONAL([OSHMEM_PROFILING], [test $oshmem_profiling_support -eq 1]) m4trace:configure.ac:626: -1- m4_pattern_allow([^OSHMEM_PROFILING_TRUE$]) m4trace:configure.ac:626: -1- m4_pattern_allow([^OSHMEM_PROFILING_FALSE$]) m4trace:configure.ac:626: -1- _AM_SUBST_NOTMAKE([OSHMEM_PROFILING_TRUE]) m4trace:configure.ac:626: -1- _AM_SUBST_NOTMAKE([OSHMEM_PROFILING_FALSE]) m4trace:configure.ac:635: -1- AM_PROG_AS m4trace:configure.ac:635: -1- m4_pattern_allow([^CCAS$]) m4trace:configure.ac:635: -1- m4_pattern_allow([^CCASFLAGS$]) m4trace:configure.ac:635: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])]) m4trace:configure.ac:635: -2- _AM_MANGLE_OPTION([no-dependencies]) m4trace:configure.ac:635: -1- _AM_DEPENDENCIES([CCAS]) m4trace:configure.ac:635: -1- m4_pattern_allow([^CCASDEPMODE$]) m4trace:configure.ac:635: -1- AM_CONDITIONAL([am__fastdepCCAS], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3]) m4trace:configure.ac:635: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$]) m4trace:configure.ac:635: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$]) m4trace:configure.ac:635: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE]) m4trace:configure.ac:635: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE]) m4trace:configure.ac:636: -1- OPAL_CONFIG_ASM m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([atomics_found want_c11_atomics want_gcc_builtin_atomics want_asm_atomics]) m4trace:configure.ac:636: -1- OPAL_CHECK_INLINE_C_GCC([gcc_inline=1], [gcc_inline=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([asm_result opal_gcc_inline_assign OPAL_C_GCC_INLINE_ASSEMBLY]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_C_GCC_INLINE_ASSEMBLY$]) m4trace:configure.ac:636: -1- OPAL_CHECK_GCC_ATOMIC_BUILTINS m4trace:configure.ac:636: -1- OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([atomic_compare_exchange_n_128_result atomic_compare_exchange_n_128_CFLAGS_save atomic_compare_exchange_n_128_LIBS_save]) m4trace:configure.ac:636: -1- OPAL_ASM_CHECK_ATOMIC_FUNC([__atomic_compare_exchange_n], [AC_LANG_SOURCE(OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE)], [atomic_compare_exchange_n_128_result=1], [atomic_compare_exchange_n_128_result=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_N_TEST_SOURCE m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_HAVE_GCC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:636: -1- OPAL_CHECK_SYNC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([sync_bool_compare_and_swap_128_result]) m4trace:configure.ac:636: -1- OPAL_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_HAVE_SYNC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- OPAL_CHECK_C11_CSWAP_INT128 m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([atomic_compare_exchange_result atomic_compare_exchange_CFLAGS_save atomic_compare_exchange_LIBS_save]) m4trace:configure.ac:636: -1- OPAL_ASM_CHECK_ATOMIC_FUNC([atomic_compare_exchange_strong_16], [AC_LANG_SOURCE(OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE)], [atomic_compare_exchange_result=1], [atomic_compare_exchange_result=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_ATOMIC_COMPARE_EXCHANGE_STRONG_TEST_SOURCE m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_HAVE_C11_CSWAP_INT128$]) m4trace:configure.ac:636: -1- OPAL_CHECK_SYNC_BUILTIN_CSWAP_INT128 m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([sync_bool_compare_and_swap_128_result]) m4trace:configure.ac:636: -1- OPAL_ASM_CHECK_ATOMIC_FUNC([__sync_bool_compare_and_swap], [AC_LANG_SOURCE(OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE)], [sync_bool_compare_and_swap_128_result=1], [sync_bool_compare_and_swap_128_result=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -2- OPAL_SYNC_BOOL_COMPARE_AND_SWAP_TEST_SOURCE m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_HAVE_SYNC_BUILTIN_CSWAP_INT128$]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- OPAL_CHECK_CMPXCHG16B m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([cmpxchg16b_result]) m4trace:configure.ac:636: -1- OPAL_ASM_CHECK_ATOMIC_FUNC([cmpxchg16b], [AC_LANG_PROGRAM([[unsigned char tmp[16];]], [[__asm__ __volatile__ ("lock cmpxchg16b (%%rsi)" : : "S" (tmp) : "memory", "cc");]])], [cmpxchg16b_result=1], [cmpxchg16b_result=0]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_PUSH([opal_asm_check_func_happy opal_asm_check_func_CFLAGS_save opal_asm_check_func_LIBS_save]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -2- OPAL_CMPXCHG16B_TEST_SOURCE m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_HAVE_CMPXCHG16B$]) m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_USE_C11_ATOMICS$]) m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_USE_GCC_BUILTIN_ATOMICS$]) m4trace:configure.ac:636: -1- m4_pattern_allow([^OPAL_USE_ASM_ATOMICS$]) m4trace:configure.ac:636: -1- OPAL_SUMMARY_ADD([Miscellaneous], [Atomics], [], [$atomics_found]) m4trace:configure.ac:636: -1- OAC_SUMMARY_ADD([Miscellaneous], [Atomics], [$atomics_found]) m4trace:configure.ac:636: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:636: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:636: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:636: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:636: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:645: -1- OMPI_SETUP_MPI_FORTRAN m4trace:configure.ac:645: -1- m4_pattern_allow([^LN_S$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^OMPI_FORTRAN_MPIFH_BINDINGS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^OMPI_FORTRAN_USEMPI_BINDINGS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^OMPI_FORTRAN_USEMPIF08_BINDINGS$]) m4trace:configure.ac:645: -1- OMPI_SETUP_FC([ompi_fortran_happy=1]) m4trace:configure.ac:645: -1- OPAL_VAR_SCOPE_PUSH([ompi_fc_happy LDFLAGS_save fc_version OMPI_FORTRAN_WRAPPER_FLAGS]) m4trace:configure.ac:645: -1- _OMPI_SETUP_FC_BANNER m4trace:configure.ac:645: -1- _OMPI_SETUP_FC_COMPILER m4trace:configure.ac:645: -1- OPAL_VAR_SCOPE_PUSH([ompi_fcflags_save]) m4trace:configure.ac:645: -1- m4_pattern_allow([^FC$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^FCFLAGS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^FC$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^ac_ct_FC$]) m4trace:configure.ac:645: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:645: -1- OPAL_CHECK_COMPILER_WORKS([Fortran], [], [], [], [AC_MSG_ERROR([Could not run a simple Fortran program. Aborting.])]) m4trace:configure.ac:645: -1- m4_pattern_allow([^OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^FCFLAGS_f$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^FCFLAGS_f90$]) m4trace:configure.ac:645: -1- OMPI_FORTRAN_CHECK_PREPROCESS_F90 m4trace:configure.ac:645: -1- OAC_LOG_MSG([$FC $FCFLAGS -c conftest_f.F90]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([$FC $FCFLAGS -fpp -c conftest_f.F90]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:645: -1- OPAL_WRAPPER_FLAGS_ADD([FCFLAGS], [$OMPI_FORTRAN_WRAPPER_FLAGS]) m4trace:configure.ac:645: -1- OAC_ASSERT_LITERAL([wrapper_extra_fcflags]) m4trace:configure.ac:645: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:645: -1- OAC_APPEND([wrapper_extra_fcflags], [$oac_list_arg]) m4trace:configure.ac:645: -1- OAC_ASSERT_LITERAL([wrapper_extra_fcflags]) m4trace:configure.ac:645: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:645: -1- OMPI_FORTRAN_FIND_EXT_SYMBOL_CONVENTION m4trace:configure.ac:645: -1- LT_PATH_NM m4trace:configure.ac:645: -1- m4_pattern_allow([^DUMPBIN$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^DUMPBIN$]) m4trace:configure.ac:645: -1- m4_pattern_allow([^NM$]) m4trace:configure.ac:645: -1- OPAL_VAR_SCOPE_PUSH([FCFLAGS_NEW LDFLAGS_NEW FLAG]) m4trace:configure.ac:645: -1- OPAL_LOG_MSG([Try with new FCFLAGS: $FCFLAGS_NEW and new LDFLAGS:$LDFLAGS_NEW]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([Try with new FCFLAGS: $FCFLAGS_NEW and new LDFLAGS:$LDFLAGS_NEW]) m4trace:configure.ac:645: -1- OAC_LOG_MSG_NOPREFIX([Try with new FCFLAGS: $FCFLAGS_NEW and new LDFLAGS:$LDFLAGS_NEW]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([$FC $FCFLAGS_NEW -c conftest.f $LDFLAGS_NEW $LIBS]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:645: -1- OPAL_LOG_MSG([Could not determine Fortran naming convention. Output from $NM:]) m4trace:configure.ac:645: -1- OAC_LOG_MSG([Could not determine Fortran naming convention. Output from $NM:]) m4trace:configure.ac:645: -1- OAC_LOG_MSG_NOPREFIX([Could not determine Fortran naming convention. Output from $NM:]) m4trace:configure.ac:645: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:645: -1- OPAL_LANG_LINK_WITH_C([Fortran], [], [cat <&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--cflags], [oac_cv_check_package_libevent_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from pkg-config])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libevent_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from pkg-config])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libevent_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from pkg-config])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--libs-only-l], [oac_cv_check_package_libevent_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from pkg-config])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libevent_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libevent_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from pkg-config])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libevent_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libevent_pcfilename} 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libevent], [opal_libevent], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libevent], [opal_libevent], [${oac_cv_check_package_libevent_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libevent_wrapper_compiler_works=yes], [oac_cv_check_package_libevent_wrapper_compiler_works=no]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libevent_wrapper_compiler_works=yes], [oac_cv_check_package_libevent_wrapper_compiler_works=no]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent cppflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_cppflags]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent ldflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_ldflags]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static ldflags from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent libs from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_libs]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libevent_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static libs from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1173: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libevent static libs from wrapper compiler])]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libevent_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_cv_check_package_libevent_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libevent_wrapper_compiler_static_libs]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_GENERIC([libevent], [opal_libevent], [event2/event.h], [event_core], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libevent], [opal_libevent], [event2/event.h], [event_core], [check_package_generic_happy=1]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_APPEND([opal_libevent_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([opal_libevent_LIBS]) m4trace:configure.ac:1173: -1- OAC_APPEND([opal_libevent_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([opal_libevent_STATIC_LIBS]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_APPEND([opal_libevent_LDFLAGS], [${opal_libevent_STATIC_LDFLAGS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([opal_libevent_LDFLAGS]) m4trace:configure.ac:1173: -1- OAC_APPEND([opal_libevent_LIBS], [${opal_libevent_STATIC_LIBS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([opal_libevent_LIBS]) m4trace:configure.ac:1173: -1- _OAC_CHECK_PACKAGE_VERIFY([libevent], [opal_libevent], [event2/event.h], [event_config_new], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1173: -1- OAC_APPEND([CPPFLAGS], [${opal_libevent_CPPFLAGS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1173: -1- OAC_APPEND([LDFLAGS], [${opal_libevent_LDFLAGS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1173: -1- OAC_APPEND([LIBS], [${opal_libevent_LIBS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1173: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([libevent], [opal_libevent], [event2/event.h], [event_config_new], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1173: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([libevent], [event_config_new], [], [opal_libnl_sane]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1173: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1173: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libevent]) m4trace:configure.ac:1173: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libevent]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libevent]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([opal_libevent_LIBS]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1173: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- _OPAL_CONFIG_LIBEVENT_INTERNAL([internal_libevent_happy=1 opal_libevent_mode="internal"]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_PUSH([subconfig_happy subconfig_prefix internal_libevent_location]) m4trace:configure.ac:1173: -1- OPAL_EXPAND_TARBALL([3rd-party/libevent_tarball], [3rd-party/libevent_directory], [configure]) m4trace:configure.ac:1173: -1- OPAL_EXPAND_TARBALL_PREREQ m4trace:configure.ac:1173: -1- m4_pattern_allow([^GZIP_BIN$]) m4trace:configure.ac:1173: -1- m4_pattern_allow([^BZIP2_BIN$]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_PUSH([expansion_dir expansion_tarball]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_SUBDIR_ENV_CLEAN([opal_libevent_configure]) m4trace:configure.ac:1173: -1- PAC_CONFIG_SUBDIR_ARGS([3rd-party/libevent_directory], [--disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport --disable-gcc-warnings --disable-libevent-regress], [], [subconfig_happy=1], [subconfig_happy=0]) m4trace:configure.ac:1173: -1- OPAL_SUBDIR_ENV_RESTORE([opal_libevent_configure]) m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([OPAL_3RDPARTY_EXTRA_DIST]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([OPAL_3RDPARTY_DISTCLEAN_DIRS]) m4trace:configure.ac:1173: -1- OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_libevent_LDFLAGS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_libevent_STATIC_LDFLAGS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_libevent_LIBS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_libevent_STATIC_LIBS}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_libevent_PC_MODULES}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:1173: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_SUMMARY_ADD([Miscellaneous], [libevent], [], [$opal_libevent_mode]) m4trace:configure.ac:1173: -1- OAC_SUMMARY_ADD([Miscellaneous], [libevent], [$opal_libevent_mode]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1173: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1173: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1173: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1173: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_CONFIG_HWLOC m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([external_hwloc_happy internal_hwloc_happy opal_hwloc_STATIC_LDFLAGS opal_hwloc_LIBS opal_hwloc_STATIC_LIBS]) m4trace:configure.ac:1174: -1- OPAL_3RDPARTY_WITH([hwloc], [hwloc], [package_hwloc]) m4trace:configure.ac:1174: -1- _OPAL_CONFIG_HWLOC_EXTERNAL([external_hwloc_happy=1 opal_hwloc_mode="external"], [external_hwloc_happy=0 AS_IF([test "$opal_hwloc_mode" = "external"], [AC_MSG_ERROR([External hwloc requested but not found.])])]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([opal_hwloc_min_num_version opal_hwloc_min_version opal_hwlox_max_num_version opal_hwloc_CPPFLAGS_save opal_hwloc_LDFLAGS_save opal_hwloc_LIBS_save opal_hwloc_external_support]) m4trace:configure.ac:1174: -1- OAC_CHECK_PACKAGE([hwloc], [opal_hwloc], [hwloc.h], [hwloc], [hwloc_topology_init], [opal_hwloc_external_support=yes], [opal_hwloc_external_support=no]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([hwloc]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([opal_hwloc]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_hwloc_save_CPPFLAGS check_package_opal_hwloc_save_LDFLAGS check_package_opal_hwloc_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([hwloc], [opal_hwloc], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1174: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hwloc], [opal_hwloc], [${oac_cv_check_package_hwloc_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_hwloc_PC_MODULES=${oac_cv_check_package_hwloc_pcfilename} oac_cv_check_package_hwloc_pkg_config_exists=yes], [oac_cv_check_package_hwloc_pkg_config_exists=no]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--cflags], [oac_cv_check_package_hwloc_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--libs-only-l], [oac_cv_check_package_hwloc_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hwloc_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_hwloc_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hwloc_pcfilename} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([hwloc], [opal_hwloc], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([hwloc], [opal_hwloc], [${oac_cv_check_package_hwloc_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_hwloc_wrapper_compiler_works=yes], [oac_cv_check_package_hwloc_wrapper_compiler_works=no]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_hwloc_wrapper_compiler_works=yes], [oac_cv_check_package_hwloc_wrapper_compiler_works=no]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc cppflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_cppflags]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc ldflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_ldflags]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static ldflags from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc libs from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_libs]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hwloc_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static libs from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc static libs from wrapper compiler])]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hwloc_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_cv_check_package_hwloc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hwloc_wrapper_compiler_static_libs]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_GENERIC([hwloc], [opal_hwloc], [hwloc.h], [hwloc], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([hwloc], [opal_hwloc], [hwloc.h], [hwloc], [check_package_generic_happy=1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_APPEND([opal_hwloc_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([opal_hwloc_LIBS]) m4trace:configure.ac:1174: -1- OAC_APPEND([opal_hwloc_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([opal_hwloc_STATIC_LIBS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_APPEND([opal_hwloc_LDFLAGS], [${opal_hwloc_STATIC_LDFLAGS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([opal_hwloc_LDFLAGS]) m4trace:configure.ac:1174: -1- OAC_APPEND([opal_hwloc_LIBS], [${opal_hwloc_STATIC_LIBS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([opal_hwloc_LIBS]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_VERIFY([hwloc], [opal_hwloc], [hwloc.h], [hwloc_topology_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1174: -1- OAC_APPEND([CPPFLAGS], [${opal_hwloc_CPPFLAGS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1174: -1- OAC_APPEND([LDFLAGS], [${opal_hwloc_LDFLAGS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1174: -1- OAC_APPEND([LIBS], [${opal_hwloc_LIBS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1174: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([hwloc], [opal_hwloc], [hwloc.h], [hwloc_topology_init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1174: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([hwloc], [hwloc_topology_init], [], [opal_libnl_sane]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1174: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hwloc]) m4trace:configure.ac:1174: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hwloc]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hwloc]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([LIBS], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1174: -1- m4_pattern_allow([^HAVE_DECL_HWLOC_OBJ_OSDEV_COPROC$]) m4trace:configure.ac:1174: -1- m4_pattern_allow([^HAVE_HWLOC_TOPOLOGY_DUP$]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OPAL_CONFIG_HWLOC_INTERNAL([internal_hwloc_happy=1 opal_hwloc_mode="internal"]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([subconfig_happy internal_hwloc_location extra_configure_args found_enable_plugins hwloc_config_arg pkg_config_file pkg_config_happy]) m4trace:configure.ac:1174: -1- OPAL_EXPAND_TARBALL([3rd-party/hwloc_tarball], [3rd-party/hwloc_directory], [configure]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_PUSH([expansion_dir expansion_tarball]) m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_SUBDIR_ENV_CLEAN([opal_hwloc_configure]) m4trace:configure.ac:1174: -1- PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [$extra_configure_args], [[--enable-debug]], [subconfig_happy=1], [subconfig_happy=0]) m4trace:configure.ac:1174: -1- OPAL_SUBDIR_ENV_RESTORE([opal_hwloc_configure]) m4trace:configure.ac:1174: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hwloc_internal], [opal_hwloc], [${pkg_config_file}], [pkg_config_happy=1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--exists], [check_package_pkgconfig_internal_result], [opal_hwloc_PC_MODULES=${pkg_config_file} oac_cv_check_package_hwloc_internal_pkg_config_exists=yes], [oac_cv_check_package_hwloc_internal_pkg_config_exists=no]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${pkg_config_file} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--cflags], [oac_cv_check_package_hwloc_internal_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc_internal cppflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${pkg_config_file} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_internal_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_internal_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc_internal ldflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${pkg_config_file} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_internal_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_hwloc_internal_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc_internal static ldflags from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${pkg_config_file} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_internal_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--libs-only-l], [oac_cv_check_package_hwloc_internal_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc_internal libs from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${pkg_config_file} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_internal_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${pkg_config_file}], [--static --libs-only-l], [oac_cv_check_package_hwloc_internal_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hwloc_internal libs from pkg-config])]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1174: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${pkg_config_file} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hwloc_internal_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${pkg_config_file} 2>&1`]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1174: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_hwloc_LDFLAGS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_hwloc_STATIC_LDFLAGS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_hwloc_LIBS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_hwloc_STATIC_LIBS}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_hwloc_PC_MODULES}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:1174: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_SUMMARY_ADD([Miscellaneous], [hwloc], [], [$opal_hwloc_mode]) m4trace:configure.ac:1174: -1- OAC_SUMMARY_ADD([Miscellaneous], [hwloc], [$opal_hwloc_mode]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1174: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1174: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1174: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1174: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_CONFIG_PMIX m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_PUSH([external_pmix_happy internal_pmix_happy internal_pmix_args internal_pmix_wrapper_libs internal_pmix_CPPFLAGS opal_pmix_STATIC_LDFLAGS opal_pmix_LIBS opal_pmix_STATIC_LIBS]) m4trace:configure.ac:1175: -1- OPAL_3RDPARTY_WITH([pmix], [pmix], [package_pmix]) m4trace:configure.ac:1175: -1- OMPI_PMIX_ADD_ARGS m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_wrapper_libs]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_CPPFLAGS]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_wrapper_libs]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_CPPFLAGS]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- OPAL_SUBDIR_ENV_CLEAN([opal_pmix_configure]) m4trace:configure.ac:1175: -1- OPAL_SUBDIR_ENV_APPEND([CPPFLAGS], [$internal_pmix_CPPFLAGS]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([internal_pmix_args]) m4trace:configure.ac:1175: -1- PAC_CONFIG_SUBDIR_ARGS([3rd-party/openpmix], [$internal_pmix_args], [[--with-libevent=internal], [--with-hwloc=internal], [--with-libevent=external], [--with-hwloc=external], [--with-pmix=[[^ ]]*], [--with-platform=[[^ ]]*]], [internal_pmix_happy=1]) m4trace:configure.ac:1175: -1- OPAL_SUBDIR_ENV_RESTORE([opal_pmix_configure]) m4trace:configure.ac:1175: -1- _OPAL_CONFIG_PMIX_EXTERNAL([external_pmix_happy=1 opal_pmix_mode="external"], [AS_IF([test "$opal_pmix_mode" = "external"], [AC_MSG_ERROR([External PMIx requested but not found.])])]) m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_PUSH([opal_pmix_min_version opal_pmix_min_num_version opal_pmix_CPPFLAGS_save opal_pmix_LDFLAGS_save opal_pmix_LIBS_save opal_pmix_external_support]) m4trace:configure.ac:1175: -1- OAC_CHECK_PACKAGE([pmix], [opal_pmix], [pmix.h], [pmix], [PMIx_Init], [], [opal_pmix_external_support=no]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([pmix]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([opal_pmix]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_pmix_save_CPPFLAGS check_package_opal_pmix_save_LDFLAGS check_package_opal_pmix_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([pmix], [opal_pmix], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1175: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([pmix], [opal_pmix], [${oac_cv_check_package_pmix_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_pmix_PC_MODULES=${oac_cv_check_package_pmix_pcfilename} oac_cv_check_package_pmix_pkg_config_exists=yes], [oac_cv_check_package_pmix_pkg_config_exists=no]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--cflags], [oac_cv_check_package_pmix_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from pkg-config])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_pmix_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from pkg-config])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_pmix_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from pkg-config])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--libs-only-l], [oac_cv_check_package_pmix_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from pkg-config])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pmix_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_pmix_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from pkg-config])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pmix_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pmix_pcfilename} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([pmix], [opal_pmix], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([pmix], [opal_pmix], [${oac_cv_check_package_pmix_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_pmix_wrapper_compiler_works=yes], [oac_cv_check_package_pmix_wrapper_compiler_works=no]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_pmix_wrapper_compiler_works=yes], [oac_cv_check_package_pmix_wrapper_compiler_works=no]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix cppflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_cppflags]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix ldflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_ldflags]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static ldflags from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix libs from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_libs]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pmix_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static libs from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pmix static libs from wrapper compiler])]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pmix_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_cv_check_package_pmix_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pmix_wrapper_compiler_static_libs]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_GENERIC([pmix], [opal_pmix], [pmix.h], [pmix], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([pmix], [opal_pmix], [pmix.h], [pmix], [check_package_generic_happy=1]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OAC_APPEND([opal_pmix_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([opal_pmix_LIBS]) m4trace:configure.ac:1175: -1- OAC_APPEND([opal_pmix_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([opal_pmix_STATIC_LIBS]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OAC_APPEND([opal_pmix_LDFLAGS], [${opal_pmix_STATIC_LDFLAGS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([opal_pmix_LDFLAGS]) m4trace:configure.ac:1175: -1- OAC_APPEND([opal_pmix_LIBS], [${opal_pmix_STATIC_LIBS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([opal_pmix_LIBS]) m4trace:configure.ac:1175: -1- _OAC_CHECK_PACKAGE_VERIFY([pmix], [opal_pmix], [pmix.h], [PMIx_Init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1175: -1- OAC_APPEND([CPPFLAGS], [${opal_pmix_CPPFLAGS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1175: -1- OAC_APPEND([LDFLAGS], [${opal_pmix_LDFLAGS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1175: -1- OAC_APPEND([LIBS], [${opal_pmix_LIBS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1175: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([pmix], [opal_pmix], [pmix.h], [PMIx_Init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1175: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([pmix], [PMIx_Init], [], [opal_libnl_sane]) m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1175: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pmix]) m4trace:configure.ac:1175: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pmix]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pmix]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- _OPAL_CONFIG_PMIX_INTERNAL_POST([]) m4trace:configure.ac:1175: -1- _OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [linker_flags_static], [opal_internal_pmix_cv_STATIC_LDFLAGS], [], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([wrapper_field_results=`sed -ne 's/linker_flags_static=\(.*\)/\1/p' ${datafile} 2>&1`], [AS_VAR_COPY([opal_internal_pmix_cv_STATIC_LDFLAGS], [wrapper_field_results]) ], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper_field_results=`sed -ne 's/linker_flags_static=\(.*\)/\1/p' ${datafile} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper field output: linker_flags_static: ${wrapper_field_results}], [1]) m4trace:configure.ac:1175: -1- _OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [libs], [opal_internal_pmix_cv_LIBS], [], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([wrapper_field_results=`sed -ne 's/libs=\(.*\)/\1/p' ${datafile} 2>&1`], [AS_VAR_COPY([opal_internal_pmix_cv_LIBS], [wrapper_field_results]) ], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper_field_results=`sed -ne 's/libs=\(.*\)/\1/p' ${datafile} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper field output: libs: ${wrapper_field_results}], [1]) m4trace:configure.ac:1175: -1- _OPAL_CONFIG_PMIX_GET_WRAPPER_FIELD([${datafile}], [libs_static], [opal_internal_pmix_cv_STATIC_LIBS], [], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_COMMAND([wrapper_field_results=`sed -ne 's/libs_static=\(.*\)/\1/p' ${datafile} 2>&1`], [AS_VAR_COPY([opal_internal_pmix_cv_STATIC_LIBS], [wrapper_field_results]) ], [pmix_internal_happy=0]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper_field_results=`sed -ne 's/libs_static=\(.*\)/\1/p' ${datafile} 2>&1`]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1175: -1- OAC_LOG_MSG([wrapper field output: libs_static: ${wrapper_field_results}], [1]) m4trace:configure.ac:1175: -1- OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [${opal_pmix_LDFLAGS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LDFLAGS], [${opal_pmix_STATIC_LDFLAGS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_static_ldflags], [$oac_list_arg]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_ldflags]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_WRAPPER_FLAGS_ADD([LIBS], [${opal_pmix_LIBS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_libs]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_WRAPPER_FLAGS_ADD([STATIC_LIBS], [${opal_pmix_STATIC_LIBS}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_static_libs], [$oac_list_arg]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_static_libs]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_WRAPPER_FLAGS_ADD([PC_MODULES], [${opal_pmix_PC_MODULES}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_found oac_list_val]) m4trace:configure.ac:1175: -1- OAC_APPEND([wrapper_extra_pkgconfig_modules], [${oac_list_arg}]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([wrapper_extra_pkgconfig_modules]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- m4_pattern_allow([^OPAL_USING_INTERNAL_PMIX$]) m4trace:configure.ac:1175: -1- OPAL_SUMMARY_ADD([Miscellaneous], [pmix], [], [$opal_pmix_mode]) m4trace:configure.ac:1175: -1- OAC_SUMMARY_ADD([Miscellaneous], [pmix], [$opal_pmix_mode]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1175: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1175: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1175: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1175: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- OMPI_SETUP_PRRTE m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_PUSH([prrte_setup_internal_happy prrte_setup_external_happy target_rst_dir]) m4trace:configure.ac:1176: -1- OAC_ASSERT_BEFORE([OAC_SETUP_SPHINX], [OMPI_SETUP_PRRTE]) m4trace:configure.ac:1176: -1- OPAL_3RDPARTY_WITH([prrte], [prrte], [package_prrte], [1]) m4trace:configure.ac:1176: -1- OMPI_PRRTE_ADD_ARGS m4trace:configure.ac:1176: -1- _OMPI_SETUP_PRRTE_INTERNAL([prrte_setup_internal_happy=1], [prrte_setup_internal_happy=0]) m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_PUSH([internal_prrte_args internal_prrte_happy deprecated_prefix_by_default print_prrte_warning internal_prrte_CPPFLAGS opal_prrte_CPPFLAGS_save]) m4trace:configure.ac:1176: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1176: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1176: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- OPAL_SUBDIR_ENV_CLEAN([opal_prrte_configure]) m4trace:configure.ac:1176: -1- OPAL_SUBDIR_ENV_APPEND([CPPFLAGS], [$internal_prrte_CPPFLAGS]) m4trace:configure.ac:1176: -1- PAC_CONFIG_SUBDIR_ARGS([3rd-party/prrte], [$internal_prrte_args], [[--with-libevent=internal], [--with-hwloc=internal], [--with-libevent=external], [--with-hwloc=external], [--with-pmix=internal], [--with-pmix=external], [--with-platform=[[^ ]]*]], [internal_prrte_happy="yes"], [internal_prrte_happy="no"]) m4trace:configure.ac:1176: -1- OPAL_SUBDIR_ENV_RESTORE([opal_prrte_configure]) m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- _OMPI_SETUP_PRRTE_EXTERNAL([prrte_setup_external_happy=1 opal_prrte_mode="external"], [AS_IF([test "$opal_prrte_mode" = "external"], [AC_MSG_ERROR([External PRRTE requested but not found.])])]) m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_PUSH([ompi_prte_min_version ompi_prte_min_num_version setup_prrte_external_happy opal_prrte_CPPFLAGS_save]) m4trace:configure.ac:1176: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1176: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1176: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_PRTERUN_PATH$]) m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- _OMPI_SETUP_PRRTE_INTERNAL_POST([]) m4trace:configure.ac:1176: -1- AM_CONDITIONAL([OMPI_WANT_PRRTE], [test "$prrte_setup_internal_happy" = "1" -o "$prrte_setup_external_happy" = "1"]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_WANT_PRRTE_TRUE$]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_WANT_PRRTE_FALSE$]) m4trace:configure.ac:1176: -1- _AM_SUBST_NOTMAKE([OMPI_WANT_PRRTE_TRUE]) m4trace:configure.ac:1176: -1- _AM_SUBST_NOTMAKE([OMPI_WANT_PRRTE_FALSE]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_HAVE_PRRTE$]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_USING_INTERNAL_PRRTE$]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_PRRTE_RST_CONTENT_DIR$]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_SCHIZO_OMPI_RST_CONTENT_DIR$]) m4trace:configure.ac:1176: -1- AM_CONDITIONAL([OMPI_HAVE_PRRTE_RST], [test $OMPI_HAVE_PRRTE_RST -eq 1]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_HAVE_PRRTE_RST_TRUE$]) m4trace:configure.ac:1176: -1- m4_pattern_allow([^OMPI_HAVE_PRRTE_RST_FALSE$]) m4trace:configure.ac:1176: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_PRRTE_RST_TRUE]) m4trace:configure.ac:1176: -1- _AM_SUBST_NOTMAKE([OMPI_HAVE_PRRTE_RST_FALSE]) m4trace:configure.ac:1176: -1- OPAL_SUMMARY_ADD([Miscellaneous], [PRRTE], [], [$opal_prrte_mode]) m4trace:configure.ac:1176: -1- OAC_SUMMARY_ADD([Miscellaneous], [PRRTE], [$opal_prrte_mode]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1176: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1176: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1176: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1176: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1178: -1- m4_pattern_allow([^OPAL_3RDPARTY_SUBDIRS$]) m4trace:configure.ac:1179: -1- m4_pattern_allow([^OPAL_3RDPARTY_DIST_SUBDIRS$]) m4trace:configure.ac:1180: -1- m4_pattern_allow([^OPAL_3RDPARTY_EXTRA_DIST$]) m4trace:configure.ac:1181: -1- m4_pattern_allow([^OPAL_3RDPARTY_DISTCLEAN_DIRS$]) m4trace:configure.ac:1187: -1- OPAL_SETUP_FT m4trace:configure.ac:1187: -1- OPAL_SETUP_FT_BANNER m4trace:configure.ac:1187: -1- m4_pattern_allow([^OPAL_ENABLE_FT$]) m4trace:configure.ac:1187: -1- m4_pattern_allow([^OPAL_ENABLE_FT_MPI$]) m4trace:configure.ac:1187: -1- AM_CONDITIONAL([WANT_FT], [test "$opal_want_ft" = "1"]) m4trace:configure.ac:1187: -1- m4_pattern_allow([^WANT_FT_TRUE$]) m4trace:configure.ac:1187: -1- m4_pattern_allow([^WANT_FT_FALSE$]) m4trace:configure.ac:1187: -1- _AM_SUBST_NOTMAKE([WANT_FT_TRUE]) m4trace:configure.ac:1187: -1- _AM_SUBST_NOTMAKE([WANT_FT_FALSE]) m4trace:configure.ac:1187: -1- AM_CONDITIONAL([WANT_FT_MPI], [test "$opal_want_ft_mpi" = "1"]) m4trace:configure.ac:1187: -1- m4_pattern_allow([^WANT_FT_MPI_TRUE$]) m4trace:configure.ac:1187: -1- m4_pattern_allow([^WANT_FT_MPI_FALSE$]) m4trace:configure.ac:1187: -1- _AM_SUBST_NOTMAKE([WANT_FT_MPI_TRUE]) m4trace:configure.ac:1187: -1- _AM_SUBST_NOTMAKE([WANT_FT_MPI_FALSE]) m4trace:configure.ac:1187: -1- OPAL_SUMMARY_ADD([Miscellaneous], [Fault Tolerance support], [], [$opal_want_ft_type]) m4trace:configure.ac:1187: -1- OAC_SUMMARY_ADD([Miscellaneous], [Fault Tolerance support], [$opal_want_ft_type]) m4trace:configure.ac:1187: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1187: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1187: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1187: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1196: -1- OPAL_CONFIG_SUBDIR_ARGS([opal_subdir_args]) m4trace:configure.ac:1196: -1- OPAL_VAR_SCOPE_PUSH([subdirs_str subdirs_skip subdirs_args subdirs_arg]) m4trace:configure.ac:1196: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA m4trace:configure.ac:1199: -1- MCA_CONFIGURE_PROJECT([opal]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [common], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [common], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [common], [ofi], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ofi], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_common_ofi_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([common_ofi_happy]) m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI([common_ofi], [common_ofi_happy=1], [common_ofi_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_ofi_save_CPPFLAGS opal_check_ofi_save_LDFLAGS opal_check_ofi_save_LIBS opal_check_fi_info_pci]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ofi], [common_ofi], [rdma/fabric.h], [fabric], [fi_getinfo], [opal_ofi_happy=yes], [opal_ofi_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_common_ofi_save_CPPFLAGS check_package_common_ofi_save_LDFLAGS check_package_common_ofi_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ofi], [common_ofi], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ofi], [common_ofi], [${oac_cv_check_package_ofi_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [common_ofi_PC_MODULES=${oac_cv_check_package_ofi_pcfilename} oac_cv_check_package_ofi_pkg_config_exists=yes], [oac_cv_check_package_ofi_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--cflags], [oac_cv_check_package_ofi_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-l], [oac_cv_check_package_ofi_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ofi_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ofi], [common_ofi], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ofi], [common_ofi], [${oac_cv_check_package_ofi_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ofi], [common_ofi], [rdma/fabric.h], [fabric], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ofi], [common_ofi], [rdma/fabric.h], [fabric], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([common_ofi_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ofi_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([common_ofi_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ofi_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([common_ofi_LDFLAGS], [${common_ofi_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ofi_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([common_ofi_LIBS], [${common_ofi_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ofi_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ofi], [common_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${common_ofi_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${common_ofi_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${common_ofi_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ofi], [common_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ofi], [fi_getinfo], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_RDMA_FI_EXT_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_PCI_DATA_AVAILABLE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_FI_OPT_FI_HMEM_P2P$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_FI_OPS_MEM_MONITOR$]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_PMIX_PACKAGE_RANK$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_MR_IFACE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_HMEM_ROCR$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [], [${common_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [${common_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ofi_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ofi_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ofi_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [common], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [common], [ofi]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_common_ofi_DSO], [test "$BUILD_opal_common_ofi_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_ofi_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_ofi_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_ofi_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_ofi_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [common], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [common], [sm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [sm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_common_sm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [common], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [common], [sm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_common_sm_DSO], [test "$BUILD_opal_common_sm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_sm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_sm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_sm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_sm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [common], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [common], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_common_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([common_ucx], [common_ucx_happy="yes"], [common_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [common_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_common_ucx_save_CPPFLAGS check_package_common_ucx_save_LDFLAGS check_package_common_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [common_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [common_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [common_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [common_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [common_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [common_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [common_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([common_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([common_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([common_ucx_LDFLAGS], [${common_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([common_ucx_LIBS], [${common_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [common_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${common_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${common_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${common_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [common_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_OPEN_MEMSTREAM$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [common], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [common], [ucx]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_common_ucx_DSO], [test "$BUILD_opal_common_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_common_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_common_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_common]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_common]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_common_ALL_SUBDIRS], [common], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_common_STATIC_SUBDIRS], [common], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_common_DSO_SUBDIRS], [common], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_common_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [accelerator], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [accelerator], [null], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [accelerator], [null], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [accelerator], [null], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([null], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [accelerator], [null], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [accelerator], [null], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [accelerator], [null]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_accelerator_null_DSO], [test "$BUILD_opal_accelerator_null_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_null_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_null_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_null_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_null_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [accelerator], [cuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [accelerator], [cuda], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [accelerator], [cuda], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [accelerator], [cuda], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_accelerator_cuda_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CUDA([accelerator_cuda]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([cuda_save_CPPFLAGS cuda_save_LDFLAGS cuda_save_LIBS]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([cuda], [accelerator_cuda], [cuda.h], [cuda], [cuMemFree], [opal_check_cuda_happy="yes"], [opal_check_cuda_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator_cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_accelerator_cuda_save_CPPFLAGS check_package_accelerator_cuda_save_LDFLAGS check_package_accelerator_cuda_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([cuda], [accelerator_cuda], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([cuda], [accelerator_cuda], [${oac_cv_check_package_cuda_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [accelerator_cuda_PC_MODULES=${oac_cv_check_package_cuda_pcfilename} oac_cv_check_package_cuda_pkg_config_exists=yes], [oac_cv_check_package_cuda_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--cflags], [oac_cv_check_package_cuda_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-l], [oac_cv_check_package_cuda_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_cuda_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([cuda], [accelerator_cuda], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([cuda], [accelerator_cuda], [${oac_cv_check_package_cuda_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([cuda], [accelerator_cuda], [cuda.h], [cuda], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([cuda], [accelerator_cuda], [cuda.h], [cuda], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([accelerator_cuda_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator_cuda_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([accelerator_cuda_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator_cuda_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([accelerator_cuda_LDFLAGS], [${accelerator_cuda_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator_cuda_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([accelerator_cuda_LIBS], [${accelerator_cuda_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator_cuda_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([cuda], [accelerator_cuda], [cuda.h], [cuMemFree], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${accelerator_cuda_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${accelerator_cuda_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${accelerator_cuda_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([cuda], [accelerator_cuda], [cuda.h], [cuMemFree], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([cuda], [cuMemFree], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_cuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Accelerators], [CUDA support], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Accelerators])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SUPPORT$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_sync_memops], [test "x$CUDA_SYNC_MEMOPS" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SYNC_MEMOPS$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_get_attributes], [test "x$CUDA_GET_ATTRIBUTES" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GET_ATTRIBUTES$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_gdr_support], [test "x$CUDA_VERSION_60_OR_GREATER" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GDR_SUPPORT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^accelerator_cuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^accelerator_cuda_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^accelerator_cuda_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [accelerator], [cuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [accelerator], [cuda]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_accelerator_cuda_DSO], [test "$BUILD_opal_accelerator_cuda_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_cuda_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_cuda_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_cuda_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_cuda_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [accelerator], [rocm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [accelerator], [rocm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [accelerator], [rocm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([accelerator], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rocm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [accelerator], [rocm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_accelerator_rocm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_ROCM([opal_rocm], [opal_rocm_happy="yes"], [opal_rocm_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_rocm_happy rocm_save_CPPFLAGS rocm_save_LDFLAGS rocm_save_LIBS rocm_CPPFLAGS rocm_LDFLAGS rocm_LIBS]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([rocm], [opal_rocm], [hip/hip_runtime.h], [amdhip64], [hipFree], [opal_check_rocm_happy="yes"], [opal_check_rocm_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rocm]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_rocm_save_CPPFLAGS check_package_opal_rocm_save_LDFLAGS check_package_opal_rocm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([rocm], [opal_rocm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([rocm], [opal_rocm], [${oac_cv_check_package_rocm_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_rocm_PC_MODULES=${oac_cv_check_package_rocm_pcfilename} oac_cv_check_package_rocm_pkg_config_exists=yes], [oac_cv_check_package_rocm_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--cflags], [oac_cv_check_package_rocm_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_rocm_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_rocm_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_rocm_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_rocm_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_rocm_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--libs-only-l], [oac_cv_check_package_rocm_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_rocm_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_rocm_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_rocm_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_rocm_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_rocm_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_rocm_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([rocm], [opal_rocm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([rocm], [opal_rocm], [${oac_cv_check_package_rocm_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_rocm_wrapper_compiler_works=yes], [oac_cv_check_package_rocm_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_rocm_wrapper_compiler_works=yes], [oac_cv_check_package_rocm_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_rocm_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_rocm_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_rocm_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_rocm_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_rocm_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving rocm static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_rocm_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_rocm_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_rocm_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([rocm], [opal_rocm], [hip/hip_runtime.h], [amdhip64], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([rocm], [opal_rocm], [hip/hip_runtime.h], [amdhip64], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_rocm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_rocm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_rocm_LDFLAGS], [${opal_rocm_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_rocm_LIBS], [${opal_rocm_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([rocm], [opal_rocm], [hip/hip_runtime.h], [hipFree], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${opal_rocm_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${opal_rocm_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${opal_rocm_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([rocm], [opal_rocm], [hip/hip_runtime.h], [hipFree], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([rocm], [hipFree], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([rocm]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([rocm]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([rocm]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_rocm_CPPFLAGS]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_ROCM_SUPPORT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_ROCM_SUPPORT$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_rocm_support], [test "$opal_check_rocm_happy" = "yes"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_rocm_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_rocm_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_rocm_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_rocm_support_FALSE]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Accelerators], [ROCm support], [], [$opal_rocm_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Accelerators], [ROCm support], [$opal_rocm_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Accelerators])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_rocm_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_rocm_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_rocm_CPPFLAGS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [accelerator], [rocm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [accelerator], [rocm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_accelerator_rocm_DSO], [test "$BUILD_opal_accelerator_rocm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_rocm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_accelerator_rocm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_rocm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_accelerator_rocm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_accelerator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_accelerator]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_accelerator]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_accelerator_ALL_SUBDIRS], [accelerator], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_accelerator_STATIC_SUBDIRS], [accelerator], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_accelerator_DSO_SUBDIRS], [accelerator], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_accelerator_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [allocator], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [allocator], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [allocator], [basic], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [allocator], [basic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([allocator], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([basic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [allocator], [basic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [allocator], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [allocator], [basic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_allocator_basic_DSO], [test "$BUILD_opal_allocator_basic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_allocator_basic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_allocator_basic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_allocator_basic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_allocator_basic_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [allocator], [bucket], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [allocator], [bucket], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [allocator], [bucket], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([allocator], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([bucket], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [allocator], [bucket], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [allocator], [bucket], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [allocator], [bucket]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_allocator_bucket_DSO], [test "$BUILD_opal_allocator_bucket_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_allocator_bucket_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_allocator_bucket_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_allocator_bucket_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_allocator_bucket_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_allocator_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_allocator]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_allocator]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_allocator_ALL_SUBDIRS], [allocator], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_allocator_STATIC_SUBDIRS], [allocator], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_allocator_DSO_SUBDIRS], [allocator], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_allocator_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [backtrace], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [backtrace]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_backtrace_execinfo_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_backtrace_execinfo_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_backtrace_none_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_backtrace_none_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_backtrace_printstack_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_backtrace_printstack_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [backtrace], [execinfo], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_execinfo_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [backtrace], [execinfo], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [backtrace], [execinfo], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([backtrace], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([execinfo], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_execinfo_COMPILE_MODE([opal], [backtrace], [execinfo], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_backtrace_execinfo_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_EXECINFO_H$]) m4trace:configure.ac:1199: -1- OPAL_SEARCH_LIBS_COMPONENT([backtrace_execinfo], [backtrace], [execinfo], [backtrace_execinfo_happy="yes"], [backtrace_execinfo_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([LIBS_save add]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([backtrace_execinfo_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([backtrace_execinfo_LIBS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([backtrace_execinfo_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_BACKTRACE_EXECINFO$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [backtrace], [execinfo], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [backtrace], [execinfo]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_backtrace_execinfo_DSO], [test "$BUILD_opal_backtrace_execinfo_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_execinfo_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_execinfo_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_execinfo_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_execinfo_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [backtrace], [printstack], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_printstack_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [backtrace], [printstack], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [backtrace], [printstack], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([backtrace], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([printstack], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_printstack_COMPILE_MODE([opal], [backtrace], [printstack], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_backtrace_printstack_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCONTEXT_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PRINTSTACK$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [backtrace], [printstack], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [backtrace], [printstack]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_backtrace_printstack_DSO], [test "$BUILD_opal_backtrace_printstack_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_printstack_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_printstack_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_printstack_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_printstack_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [backtrace], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_none_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [backtrace], [none], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [backtrace], [none], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([backtrace], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([none], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_backtrace_none_COMPILE_MODE([opal], [backtrace], [none], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_backtrace_none_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [backtrace], [none], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [backtrace], [none]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_backtrace_none_DSO], [test "$BUILD_opal_backtrace_none_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_none_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_backtrace_none_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_none_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_backtrace_none_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_backtrace_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_backtrace]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_backtrace]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_backtrace_ALL_SUBDIRS], [backtrace], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_backtrace_STATIC_SUBDIRS], [backtrace], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_backtrace_DSO_SUBDIRS], [backtrace], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_backtrace_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [btl], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [btl], [self], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [self], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [self], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([self], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [self], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [self], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [self]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_self_DSO], [test "$BUILD_opal_btl_self_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_self_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_self_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_self_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_self_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [ofi], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [ofi], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_ofi_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([btl_ofi_happy CPPFLAGS_save]) m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI([btl_ofi], [btl_ofi_happy=1], [btl_ofi_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_ofi_save_CPPFLAGS opal_check_ofi_save_LDFLAGS opal_check_ofi_save_LIBS opal_check_fi_info_pci]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ofi], [btl_ofi], [rdma/fabric.h], [fabric], [fi_getinfo], [opal_ofi_happy=yes], [opal_ofi_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_btl_ofi_save_CPPFLAGS check_package_btl_ofi_save_LDFLAGS check_package_btl_ofi_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ofi], [btl_ofi], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ofi], [btl_ofi], [${oac_cv_check_package_ofi_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [btl_ofi_PC_MODULES=${oac_cv_check_package_ofi_pcfilename} oac_cv_check_package_ofi_pkg_config_exists=yes], [oac_cv_check_package_ofi_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--cflags], [oac_cv_check_package_ofi_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-l], [oac_cv_check_package_ofi_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ofi_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ofi], [btl_ofi], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ofi], [btl_ofi], [${oac_cv_check_package_ofi_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ofi], [btl_ofi], [rdma/fabric.h], [fabric], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ofi], [btl_ofi], [rdma/fabric.h], [fabric], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_ofi_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_ofi_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_ofi_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_ofi_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_ofi_LDFLAGS], [${btl_ofi_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_ofi_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_ofi_LIBS], [${btl_ofi_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_ofi_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ofi], [btl_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${btl_ofi_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${btl_ofi_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${btl_ofi_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ofi], [btl_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ofi], [fi_getinfo], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_RDMA_FI_EXT_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_PCI_DATA_AVAILABLE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_FI_OPT_FI_HMEM_P2P$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_FI_OPS_MEM_MONITOR$]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_PMIX_PACKAGE_RANK$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_MR_IFACE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_HMEM_ROCR$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [], [${btl_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [${btl_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [ofi], [opal], [common], [ofi]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [ofi], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ofi], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ofi_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ofi_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ofi_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [ofi]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_ofi_DSO], [test "$BUILD_opal_btl_ofi_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_ofi_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_ofi_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_ofi_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_ofi_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [portals4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [portals4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [portals4], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_portals4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_PORTALS4([btl_portals4], [btl_portals4_happy="yes"], [btl_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_portals4_happy max_md_size max_va_size]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([portals4], [btl_portals4], [portals4.h], [portals], [PtlLEAppend], [ompi_check_portals4_happy="yes"], [ompi_check_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_btl_portals4_save_CPPFLAGS check_package_btl_portals4_save_LDFLAGS check_package_btl_portals4_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([portals4], [btl_portals4], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([portals4], [btl_portals4], [${oac_cv_check_package_portals4_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [btl_portals4_PC_MODULES=${oac_cv_check_package_portals4_pcfilename} oac_cv_check_package_portals4_pkg_config_exists=yes], [oac_cv_check_package_portals4_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--cflags], [oac_cv_check_package_portals4_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-l], [oac_cv_check_package_portals4_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_portals4_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([portals4], [btl_portals4], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([portals4], [btl_portals4], [${oac_cv_check_package_portals4_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([portals4], [btl_portals4], [portals4.h], [portals], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([portals4], [btl_portals4], [portals4.h], [portals], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_portals4_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_portals4_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_portals4_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_portals4_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_portals4_LDFLAGS], [${btl_portals4_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_portals4_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_portals4_LIBS], [${btl_portals4_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_portals4_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([portals4], [btl_portals4], [portals4.h], [PtlLEAppend], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${btl_portals4_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${btl_portals4_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${btl_portals4_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([portals4], [btl_portals4], [portals4.h], [PtlLEAppend], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([portals4], [PtlLEAppend], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_MD_SIZE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_VA_SIZE$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Portals4], [], [${btl_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Portals4], [${btl_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_PORTALS4_FLOW_CONTROL$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_BTL_PORTALS4_FLOW_CONTROL], [test "$btl_portals4_flow_control_enabled" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_PORTALS4_FLOW_CONTROL_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_PORTALS4_FLOW_CONTROL_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_BTL_PORTALS4_FLOW_CONTROL_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_BTL_PORTALS4_FLOW_CONTROL_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_portals4_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_portals4_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_portals4_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [portals4]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_portals4_DSO], [test "$BUILD_opal_btl_portals4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_portals4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_portals4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_portals4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_portals4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [sm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [sm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_sm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([[Transports]], [[Shared memory/copy in+copy out]], [should_build=$should_build], [yes]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([[Transports]], [[Shared memory/copy in+copy out]], [yes]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([[Transports]])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [sm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_sm_DSO], [test "$BUILD_opal_btl_sm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_sm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_sm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_sm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_sm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [smcuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [smcuda], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [smcuda], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smcuda], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [smcuda], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_smcuda_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CUDA([btl_smcuda]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([cuda_save_CPPFLAGS cuda_save_LDFLAGS cuda_save_LIBS]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([cuda], [btl_smcuda], [cuda.h], [cuda], [cuMemFree], [opal_check_cuda_happy="yes"], [opal_check_cuda_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_smcuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_btl_smcuda_save_CPPFLAGS check_package_btl_smcuda_save_LDFLAGS check_package_btl_smcuda_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([cuda], [btl_smcuda], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([cuda], [btl_smcuda], [${oac_cv_check_package_cuda_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [btl_smcuda_PC_MODULES=${oac_cv_check_package_cuda_pcfilename} oac_cv_check_package_cuda_pkg_config_exists=yes], [oac_cv_check_package_cuda_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--cflags], [oac_cv_check_package_cuda_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-l], [oac_cv_check_package_cuda_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_cuda_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([cuda], [btl_smcuda], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([cuda], [btl_smcuda], [${oac_cv_check_package_cuda_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([cuda], [btl_smcuda], [cuda.h], [cuda], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([cuda], [btl_smcuda], [cuda.h], [cuda], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_smcuda_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_smcuda_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_smcuda_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_smcuda_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_smcuda_LDFLAGS], [${btl_smcuda_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_smcuda_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_smcuda_LIBS], [${btl_smcuda_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_smcuda_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([cuda], [btl_smcuda], [cuda.h], [cuMemFree], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${btl_smcuda_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${btl_smcuda_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${btl_smcuda_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([cuda], [btl_smcuda], [cuda.h], [cuMemFree], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([cuda], [cuMemFree], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_cuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Accelerators], [CUDA support], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Accelerators])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SUPPORT$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_sync_memops], [test "x$CUDA_SYNC_MEMOPS" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SYNC_MEMOPS$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_get_attributes], [test "x$CUDA_GET_ATTRIBUTES" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GET_ATTRIBUTES$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_gdr_support], [test "x$CUDA_VERSION_60_OR_GREATER" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GDR_SUPPORT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [smcuda], [opal], [common], [sm]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [smcuda], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smcuda], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [smcuda], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [sm], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_smcuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_smcuda_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_smcuda_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [smcuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [smcuda]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_smcuda_DSO], [test "$BUILD_opal_btl_smcuda_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_smcuda_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_smcuda_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_smcuda_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_smcuda_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [tcp], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [tcp], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([tcp], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [tcp], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_tcp_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [TCP], [], [$opal_btl_tcp_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [TCP], [$opal_btl_tcp_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [tcp], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [tcp]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_tcp_DSO], [test "$BUILD_opal_btl_tcp_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_tcp_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_tcp_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_tcp_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_tcp_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [uct], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [uct], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [uct], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([uct], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [uct], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_uct_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([btl_uct], [btl_uct_happy="yes"], [btl_uct_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [btl_uct], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_uct]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_btl_uct_save_CPPFLAGS check_package_btl_uct_save_LDFLAGS check_package_btl_uct_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [btl_uct], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [btl_uct], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [btl_uct_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [btl_uct], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [btl_uct], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [btl_uct], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [btl_uct], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_uct_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_uct_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_uct_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_uct_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_uct_LDFLAGS], [${btl_uct_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_uct_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_uct_LIBS], [${btl_uct_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_uct_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [btl_uct], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${btl_uct_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${btl_uct_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${btl_uct_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [btl_uct], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCT_PROGRESS_THREAD_SAFE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCT_CB_FLAG_SYNC$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_uct_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_uct_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_uct_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [uct], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [uct]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_uct_DSO], [test "$BUILD_opal_btl_uct_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_uct_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_uct_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_uct_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_uct_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [ugni], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [ugni], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [ugni], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ugni], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [ugni], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_ugni_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_UGNI([btl_ugni], [btl_ugni_happy="yes"], [btl_ugni_happy="no"]) m4trace:configure.ac:1199: -1- PKG_CHECK_MODULES([CRAY_UGNI], [cray-ugni], [opal_check_ugni_happy="yes"], [opal_check_ugni_happy="no"]) m4trace:configure.ac:1199: -1- PKG_PROG_PKG_CONFIG m4trace:configure.ac:1199: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^PKG_CONFIG$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_UGNI_CFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_UGNI_LIBS$]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_CFLAGS=`$PKG_CONFIG --[]cflags "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-ugni], [pkg_cv_[]CRAY_UGNI_LIBS=`$PKG_CONFIG --[]libs "cray-ugni" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_GNI_GETJOBRESINFO$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Cray uGNI (Gemini/Aries)], [], [$opal_check_ugni_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Cray uGNI (Gemini/Aries)], [$opal_check_ugni_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ugni_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ugni_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_ugni_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [ugni], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [ugni]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_ugni_DSO], [test "$BUILD_opal_btl_ugni_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_ugni_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_ugni_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_ugni_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_ugni_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [btl], [usnic], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [btl], [usnic], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [usnic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([usnic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [usnic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_btl_usnic_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- _OPAL_BTL_USNIC_DO_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([unit_tests]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_USNIC_UNIT_TESTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^SIZEOF_VOID_P$]) m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI([btl_usnic]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_ofi_save_CPPFLAGS opal_check_ofi_save_LDFLAGS opal_check_ofi_save_LIBS opal_check_fi_info_pci]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ofi], [btl_usnic], [rdma/fabric.h], [fabric], [fi_getinfo], [opal_ofi_happy=yes], [opal_ofi_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_usnic]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_btl_usnic_save_CPPFLAGS check_package_btl_usnic_save_LDFLAGS check_package_btl_usnic_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ofi], [btl_usnic], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ofi], [btl_usnic], [${oac_cv_check_package_ofi_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [btl_usnic_PC_MODULES=${oac_cv_check_package_ofi_pcfilename} oac_cv_check_package_ofi_pkg_config_exists=yes], [oac_cv_check_package_ofi_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--cflags], [oac_cv_check_package_ofi_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-l], [oac_cv_check_package_ofi_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ofi_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ofi], [btl_usnic], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ofi], [btl_usnic], [${oac_cv_check_package_ofi_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ofi], [btl_usnic], [rdma/fabric.h], [fabric], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ofi], [btl_usnic], [rdma/fabric.h], [fabric], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_usnic_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_usnic_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_usnic_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_usnic_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([btl_usnic_LDFLAGS], [${btl_usnic_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_usnic_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([btl_usnic_LIBS], [${btl_usnic_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl_usnic_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ofi], [btl_usnic], [rdma/fabric.h], [fi_getinfo], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${btl_usnic_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${btl_usnic_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${btl_usnic_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ofi], [btl_usnic], [rdma/fabric.h], [fi_getinfo], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ofi], [fi_getinfo], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_RDMA_FI_EXT_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_PCI_DATA_AVAILABLE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_FI_OPT_FI_HMEM_P2P$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_FI_OPS_MEM_MONITOR$]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_PMIX_PACKAGE_RANK$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_MR_IFACE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_HMEM_ROCR$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [], [${btl_usnic_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [${btl_usnic_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI_VERSION_GE([1,3], [], [opal_btl_usnic_happy=no]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_ofi_ver_ge_save_CPPFLAGS opal_ofi_ver_ge_happy]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_usnic_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_usnic_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^btl_usnic_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Cisco usNIC], [], [$opal_btl_usnic_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Cisco usNIC], [$opal_btl_usnic_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [btl], [usnic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [btl], [usnic]) m4trace:configure.ac:1199: -1- MCA_opal_btl_usnic_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_BTL_USNIC_BUILD_UNIT_TESTS], [test "$should_build" -eq 1 && test "X$enable_opal_btl_usnic_unit_tests" = "Xyes"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_USNIC_BUILD_UNIT_TESTS_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_BTL_USNIC_BUILD_UNIT_TESTS_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_BTL_USNIC_BUILD_UNIT_TESTS_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_BTL_USNIC_BUILD_UNIT_TESTS_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_btl_usnic_DSO], [test "$BUILD_opal_btl_usnic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_usnic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_btl_usnic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_usnic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_btl_usnic_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_btl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_btl]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_btl]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_btl_ALL_SUBDIRS], [btl], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_btl_STATIC_SUBDIRS], [btl], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_btl_DSO_SUBDIRS], [btl], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_btl_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_opal_dl_CONFIG([opal], [dl]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [dl], [$want_dl]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [dl]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_dl_dlopen_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_dl_dlopen_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_dl_libltdl_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_dl_libltdl_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [dl], [dlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_dl_dlopen_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [dl], [dlopen], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [dl], [dlopen], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dlopen], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_dl_dlopen_COMPILE_MODE([opal], [dl], [dlopen], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_dl_dlopen_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([dlopen], [opal_dl_dlopen], [dlfcn.h], [dl], [dlopen], [opal_dl_dlopen_happy=yes], [opal_dl_dlopen_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dlopen]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_dl_dlopen]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_dl_dlopen_save_CPPFLAGS check_package_opal_dl_dlopen_save_LDFLAGS check_package_opal_dl_dlopen_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([dlopen], [opal_dl_dlopen], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([dlopen], [opal_dl_dlopen], [${oac_cv_check_package_dlopen_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_dl_dlopen_PC_MODULES=${oac_cv_check_package_dlopen_pcfilename} oac_cv_check_package_dlopen_pkg_config_exists=yes], [oac_cv_check_package_dlopen_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--cflags], [oac_cv_check_package_dlopen_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_dlopen_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_dlopen_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--libs-only-l], [oac_cv_check_package_dlopen_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_dlopen_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_dlopen_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_dlopen_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_dlopen_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([dlopen], [opal_dl_dlopen], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([dlopen], [opal_dl_dlopen], [${oac_cv_check_package_dlopen_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_dlopen_wrapper_compiler_works=yes], [oac_cv_check_package_dlopen_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_dlopen_wrapper_compiler_works=yes], [oac_cv_check_package_dlopen_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_dlopen_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving dlopen static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_dlopen_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_dlopen_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_dlopen_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([dlopen], [opal_dl_dlopen], [dlfcn.h], [dl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([dlopen], [opal_dl_dlopen], [dlfcn.h], [dl], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_dl_dlopen_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_dl_dlopen_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_dl_dlopen_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_dl_dlopen_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_dl_dlopen_LDFLAGS], [${opal_dl_dlopen_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_dl_dlopen_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_dl_dlopen_LIBS], [${opal_dl_dlopen_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_dl_dlopen_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([dlopen], [opal_dl_dlopen], [dlfcn.h], [dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${opal_dl_dlopen_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${opal_dl_dlopen_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${opal_dl_dlopen_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([dlopen], [opal_dl_dlopen], [dlfcn.h], [dlopen], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([dlopen], [dlopen], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([dlopen]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([dlopen]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([dlopen]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_dl_dlopen_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [dl], [dlopen], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [dl], [dlopen]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_dl_dlopen_DSO], [test "$BUILD_opal_dl_dlopen_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_dl_dlopen_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_dl_dlopen_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_dl_dlopen_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_dl_dlopen_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [dl], [libltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_dl_libltdl_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [dl], [libltdl], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [dl], [libltdl], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([libltdl], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_dl_libltdl_COMPILE_MODE([opal], [dl], [libltdl], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_dl_libltdl_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save LDFLAGS_save LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([libltdl], [dl_libltdl], [ltdl.h], [ltdl], [lt_dlopen], [opal_dl_libltdl_happy=yes], [opal_dl_libltdl_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([libltdl]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl_libltdl]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_dl_libltdl_save_CPPFLAGS check_package_dl_libltdl_save_LDFLAGS check_package_dl_libltdl_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libltdl], [dl_libltdl], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libltdl], [dl_libltdl], [${oac_cv_check_package_libltdl_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [dl_libltdl_PC_MODULES=${oac_cv_check_package_libltdl_pcfilename} oac_cv_check_package_libltdl_pkg_config_exists=yes], [oac_cv_check_package_libltdl_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--cflags], [oac_cv_check_package_libltdl_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libltdl_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libltdl_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--libs-only-l], [oac_cv_check_package_libltdl_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libltdl_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libltdl_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libltdl_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libltdl_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libltdl], [dl_libltdl], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libltdl], [dl_libltdl], [${oac_cv_check_package_libltdl_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libltdl_wrapper_compiler_works=yes], [oac_cv_check_package_libltdl_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libltdl_wrapper_compiler_works=yes], [oac_cv_check_package_libltdl_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libltdl_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libltdl static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libltdl_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libltdl_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libltdl_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([libltdl], [dl_libltdl], [ltdl.h], [ltdl], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libltdl], [dl_libltdl], [ltdl.h], [ltdl], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([dl_libltdl_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl_libltdl_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([dl_libltdl_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl_libltdl_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([dl_libltdl_LDFLAGS], [${dl_libltdl_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl_libltdl_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([dl_libltdl_LIBS], [${dl_libltdl_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dl_libltdl_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([libltdl], [dl_libltdl], [ltdl.h], [lt_dlopen], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${dl_libltdl_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${dl_libltdl_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${dl_libltdl_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([libltdl], [dl_libltdl], [ltdl.h], [lt_dlopen], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([libltdl], [lt_dlopen], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libltdl]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libltdl]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libltdl]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_DL_LIBLTDL_HAVE_LT_DLADVISE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^dl_libltdl_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^dl_libltdl_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^dl_libltdl_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [dl], [libltdl], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [dl], [libltdl]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_dl_libltdl_DSO], [test "$BUILD_opal_dl_libltdl_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_dl_libltdl_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_dl_libltdl_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_dl_libltdl_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_dl_libltdl_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_dl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_dl]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_dl]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_dl_ALL_SUBDIRS], [dl], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_dl_STATIC_SUBDIRS], [dl], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_dl_DSO_SUBDIRS], [dl], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_dl_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_DL_SUPPORT$]) m4trace:configure.ac:1199: -1- MCA_opal_hwloc_CONFIG([opal], [hwloc]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [if], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [if], [bsdx_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [if], [bsdx_ipv4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [if], [bsdx_ipv4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([if], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([bsdx_ipv4], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_if_bsdx_ipv4_COMPILE_MODE([opal], [if], [bsdx_ipv4], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_if_bsdx_ipv4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [if], [bsdx_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [if], [bsdx_ipv4]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_if_bsdx_ipv4_DSO], [test "$BUILD_opal_if_bsdx_ipv4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_bsdx_ipv4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_bsdx_ipv4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_bsdx_ipv4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_bsdx_ipv4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [if], [bsdx_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [if], [bsdx_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [if], [bsdx_ipv6], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([if], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([bsdx_ipv6], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_if_bsdx_ipv6_COMPILE_MODE([opal], [if], [bsdx_ipv6], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_if_bsdx_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [if], [bsdx_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [if], [bsdx_ipv6]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_if_bsdx_ipv6_DSO], [test "$BUILD_opal_if_bsdx_ipv6_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_bsdx_ipv6_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_bsdx_ipv6_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_bsdx_ipv6_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_bsdx_ipv6_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [if], [linux_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [if], [linux_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [if], [linux_ipv6], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([if], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([linux_ipv6], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_if_linux_ipv6_COMPILE_MODE([opal], [if], [linux_ipv6], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_if_linux_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [if], [linux_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [if], [linux_ipv6]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_if_linux_ipv6_DSO], [test "$BUILD_opal_if_linux_ipv6_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_linux_ipv6_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_linux_ipv6_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_linux_ipv6_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_linux_ipv6_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [if], [posix_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [if], [posix_ipv4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [if], [posix_ipv4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([if], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([posix_ipv4], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_if_posix_ipv4_COMPILE_MODE([opal], [if], [posix_ipv4], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_if_posix_ipv4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_if_posix_ipv4_happy]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_IFREQ_IFR_HWADDR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_IFREQ_IFR_MTU$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [if], [posix_ipv4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [if], [posix_ipv4]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_if_posix_ipv4_DSO], [test "$BUILD_opal_if_posix_ipv4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_posix_ipv4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_posix_ipv4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_posix_ipv4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_posix_ipv4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [if], [solaris_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [if], [solaris_ipv6], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [if], [solaris_ipv6], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([if], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([solaris_ipv6], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_if_solaris_ipv6_COMPILE_MODE([opal], [if], [solaris_ipv6], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_if_solaris_ipv6_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [if], [solaris_ipv6], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [if], [solaris_ipv6]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_if_solaris_ipv6_DSO], [test "$BUILD_opal_if_solaris_ipv6_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_solaris_ipv6_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_if_solaris_ipv6_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_solaris_ipv6_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_if_solaris_ipv6_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_if_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_if]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_if]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_if_ALL_SUBDIRS], [if], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_if_STATIC_SUBDIRS], [if], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_if_DSO_SUBDIRS], [if], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_if_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [installdirs], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [installdirs]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_installdirs_config_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_installdirs_config_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_installdirs_env_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_installdirs_env_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [installdirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_installdirs_env_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [installdirs], [env], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [installdirs], [env], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([installdirs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([env], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_installdirs_env_COMPILE_MODE([opal], [installdirs], [env], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_installdirs_env_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [installdirs], [env], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [installdirs], [env]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_installdirs_env_DSO], [test "$BUILD_opal_installdirs_env_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_installdirs_env_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_installdirs_env_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_installdirs_env_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_installdirs_env_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [installdirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_installdirs_config_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [installdirs], [config], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [installdirs], [config], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([installdirs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([config], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_installdirs_config_COMPILE_MODE([opal], [installdirs], [config], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_installdirs_config_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [installdirs], [config], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [installdirs], [config]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_installdirs_config_DSO], [test "$BUILD_opal_installdirs_config_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_installdirs_config_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_installdirs_config_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_installdirs_config_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_installdirs_config_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_installdirs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- MCA_opal_installdirs_CONFIGURE_MODE m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_installdirs]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_installdirs]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_installdirs_ALL_SUBDIRS], [installdirs], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_installdirs_STATIC_SUBDIRS], [installdirs], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_installdirs_DSO_SUBDIRS], [installdirs], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_installdirs_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_opal_memchecker_CONFIG([opal], [memchecker]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_WANT_MEMCHECKER$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_WANT_MEMCHECKER], [test "$WANT_MEMCHECKER" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_WANT_MEMCHECKER_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_WANT_MEMCHECKER_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_WANT_MEMCHECKER_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_WANT_MEMCHECKER_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [memchecker], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [memchecker]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_memchecker_valgrind_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_memchecker_valgrind_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [memchecker], [valgrind], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_memchecker_valgrind_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [memchecker], [valgrind], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [memchecker], [valgrind], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memchecker], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([valgrind], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_memchecker_valgrind_COMPILE_MODE([opal], [memchecker], [valgrind], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_memchecker_valgrind_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_memchecker_valgrind_save_CPPFLAGS opal_memchecker_valgrind_happy opal_memchecker_valgrind_CPPFLAGS]) m4trace:configure.ac:1199: -1- OPAL_CHECK_WITHDIR([valgrind], [$with_valgrind], [include/valgrind/valgrind.h]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_VALGRIND_VALGRIND_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_memchecker_valgrind_CPPFLAGS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [memchecker], [valgrind], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [memchecker], [valgrind]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_memchecker_valgrind_DSO], [test "$BUILD_opal_memchecker_valgrind_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memchecker_valgrind_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memchecker_valgrind_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memchecker_valgrind_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memchecker_valgrind_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memchecker_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_memchecker]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_memchecker]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memchecker_ALL_SUBDIRS], [memchecker], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memchecker_STATIC_SUBDIRS], [memchecker], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memchecker_DSO_SUBDIRS], [memchecker], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memchecker_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_opal_memcpy_CONFIG([opal], [memcpy]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [memcpy], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memcpy_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memcpy_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memcpy_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memcpy_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [memcpy]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_memcpy__PRIORITY ]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_memcpy]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_memcpy]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memcpy_ALL_SUBDIRS], [memcpy], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memcpy_STATIC_SUBDIRS], [memcpy], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memcpy_DSO_SUBDIRS], [memcpy], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memcpy_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_memcpy_IMPLEMENTATION_HEADER$]) m4trace:configure.ac:1199: -1- MCA_opal_memory_CONFIG([opal], [memory]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [memory], [$memory_base_want]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [memory]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_memory_malloc_solaris_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_memory_malloc_solaris_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_memory_patcher_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_memory_patcher_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [memory], [patcher], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_memory_patcher_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [memory], [patcher], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [memory], [patcher], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memory], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([patcher], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_memory_patcher_COMPILE_MODE([opal], [memory], [patcher], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_memory_patcher_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE___CURBRK$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_LINUX_MMAN_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYS_SYSCALL_H$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL___SYSCALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE___SYSCALL$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [memory], [patcher], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [memory], [patcher]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_memory_patcher_DSO], [test "$BUILD_opal_memory_patcher_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memory_patcher_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memory_patcher_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memory_patcher_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memory_patcher_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [memory], [malloc_solaris], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_memory_malloc_solaris_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [memory], [malloc_solaris], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [memory], [malloc_solaris], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memory], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([malloc_solaris], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_memory_malloc_solaris_COMPILE_MODE([opal], [memory], [malloc_solaris], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_memory_malloc_solaris_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([memory_malloc_solaris_happy memory_malloc_solaris_should_use memory_malloc_solaris_munmap memory_alloc_solaris_legacy]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYSCALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE___MUNMAP$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DLSYM$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^USE_SOLARIS_LEGACY_MUNMAP_PROTOTYPE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^memory_malloc_solaris_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [memory], [malloc_solaris], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [memory], [malloc_solaris]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_memory_malloc_solaris_DSO], [test "$BUILD_opal_memory_malloc_solaris_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memory_malloc_solaris_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_memory_malloc_solaris_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memory_malloc_solaris_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_memory_malloc_solaris_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_memory_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_memory]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_memory]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memory_ALL_SUBDIRS], [memory], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memory_STATIC_SUBDIRS], [memory], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_memory_DSO_SUBDIRS], [memory], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_memory_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_MEMORY_HAVE_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_memory_IMPLEMENTATION_HEADER$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [mpool], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [mpool], [hugepage], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [mpool], [hugepage], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [mpool], [hugepage], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([hugepage], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [mpool], [hugepage], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [mpool], [hugepage], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [mpool], [hugepage]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_mpool_hugepage_DSO], [test "$BUILD_opal_mpool_hugepage_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_mpool_hugepage_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_mpool_hugepage_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_mpool_hugepage_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_mpool_hugepage_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [mpool], [memkind], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [mpool], [memkind], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [mpool], [memkind], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memkind], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [mpool], [memkind], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_mpool_memkind_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_mpool_memkind_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([memkind], [mpool_memkind], [memkind.h], [memkind -lnuma], [memkind_create_kind], [opal_mpool_memkind_happy="yes"], [opal_mpool_memkind_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memkind]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool_memkind]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_mpool_memkind_save_CPPFLAGS check_package_mpool_memkind_save_LDFLAGS check_package_mpool_memkind_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([memkind], [mpool_memkind], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([memkind], [mpool_memkind], [${oac_cv_check_package_memkind_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [mpool_memkind_PC_MODULES=${oac_cv_check_package_memkind_pcfilename} oac_cv_check_package_memkind_pkg_config_exists=yes], [oac_cv_check_package_memkind_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--cflags], [oac_cv_check_package_memkind_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_memkind_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_memkind_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_memkind_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_memkind_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_memkind_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--libs-only-l], [oac_cv_check_package_memkind_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_memkind_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_memkind_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_memkind_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_memkind_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_memkind_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_memkind_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([memkind], [mpool_memkind], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([memkind], [mpool_memkind], [${oac_cv_check_package_memkind_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_memkind_wrapper_compiler_works=yes], [oac_cv_check_package_memkind_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_memkind_wrapper_compiler_works=yes], [oac_cv_check_package_memkind_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_memkind_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_memkind_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_memkind_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_memkind_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_memkind_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving memkind static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_memkind_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_memkind_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_memkind_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([memkind], [mpool_memkind], [memkind.h], [memkind -lnuma], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([memkind], [mpool_memkind], [memkind.h], [memkind -lnuma], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mpool_memkind_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool_memkind_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mpool_memkind_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool_memkind_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mpool_memkind_LDFLAGS], [${mpool_memkind_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool_memkind_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mpool_memkind_LIBS], [${mpool_memkind_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpool_memkind_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([memkind], [mpool_memkind], [memkind.h], [memkind_create_kind], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${mpool_memkind_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${mpool_memkind_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${mpool_memkind_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([memkind], [mpool_memkind], [memkind.h], [memkind_create_kind], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([memkind], [memkind_create_kind], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([memkind]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([memkind]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([memkind]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^mpool_memkind_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mpool_memkind_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mpool_memkind_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [mpool], [memkind], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [mpool], [memkind]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_mpool_memkind_DSO], [test "$BUILD_opal_mpool_memkind_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_mpool_memkind_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_mpool_memkind_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_mpool_memkind_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_mpool_memkind_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_mpool_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_mpool]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_mpool]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_mpool_ALL_SUBDIRS], [mpool], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_mpool_STATIC_SUBDIRS], [mpool], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_mpool_DSO_SUBDIRS], [mpool], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_mpool_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [patcher], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [patcher], [overwrite], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [patcher], [overwrite], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [patcher], [overwrite], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([patcher], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([overwrite], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [patcher], [overwrite], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_patcher_overwrite_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [patcher], [overwrite], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [patcher], [overwrite]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_patcher_overwrite_DSO], [test "$BUILD_opal_patcher_overwrite_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_patcher_overwrite_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_patcher_overwrite_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_patcher_overwrite_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_patcher_overwrite_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_patcher_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_patcher]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_patcher]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_patcher_ALL_SUBDIRS], [patcher], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_patcher_STATIC_SUBDIRS], [patcher], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_patcher_DSO_SUBDIRS], [patcher], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_patcher_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_opal_pmix_CONFIG([opal], [pmix]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [rcache], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [rcache], [grdma], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [rcache], [grdma], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [rcache], [grdma], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([grdma], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [rcache], [grdma], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [rcache], [grdma], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [rcache], [grdma]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_rcache_grdma_DSO], [test "$BUILD_opal_rcache_grdma_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_grdma_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_grdma_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_grdma_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_grdma_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [rcache], [gpusm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [rcache], [gpusm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [rcache], [gpusm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([gpusm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [rcache], [gpusm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_rcache_gpusm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CUDA([rcache_gpusm]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([cuda_save_CPPFLAGS cuda_save_LDFLAGS cuda_save_LIBS]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([cuda], [rcache_gpusm], [cuda.h], [cuda], [cuMemFree], [opal_check_cuda_happy="yes"], [opal_check_cuda_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_gpusm]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_rcache_gpusm_save_CPPFLAGS check_package_rcache_gpusm_save_LDFLAGS check_package_rcache_gpusm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([cuda], [rcache_gpusm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([cuda], [rcache_gpusm], [${oac_cv_check_package_cuda_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [rcache_gpusm_PC_MODULES=${oac_cv_check_package_cuda_pcfilename} oac_cv_check_package_cuda_pkg_config_exists=yes], [oac_cv_check_package_cuda_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--cflags], [oac_cv_check_package_cuda_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-l], [oac_cv_check_package_cuda_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_cuda_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([cuda], [rcache_gpusm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([cuda], [rcache_gpusm], [${oac_cv_check_package_cuda_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([cuda], [rcache_gpusm], [cuda.h], [cuda], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([cuda], [rcache_gpusm], [cuda.h], [cuda], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_gpusm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_gpusm_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_gpusm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_gpusm_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_gpusm_LDFLAGS], [${rcache_gpusm_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_gpusm_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_gpusm_LIBS], [${rcache_gpusm_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_gpusm_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([cuda], [rcache_gpusm], [cuda.h], [cuMemFree], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${rcache_gpusm_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${rcache_gpusm_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${rcache_gpusm_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([cuda], [rcache_gpusm], [cuda.h], [cuMemFree], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([cuda], [cuMemFree], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_cuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Accelerators], [CUDA support], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Accelerators])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SUPPORT$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_sync_memops], [test "x$CUDA_SYNC_MEMOPS" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SYNC_MEMOPS$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_get_attributes], [test "x$CUDA_GET_ATTRIBUTES" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GET_ATTRIBUTES$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_gdr_support], [test "x$CUDA_VERSION_60_OR_GREATER" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GDR_SUPPORT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_gpusm_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_gpusm_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_gpusm_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [rcache], [gpusm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [rcache], [gpusm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_rcache_gpusm_DSO], [test "$BUILD_opal_rcache_gpusm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_gpusm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_gpusm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_gpusm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_gpusm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [rcache], [rgpusm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [rcache], [rgpusm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [rcache], [rgpusm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rgpusm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [rcache], [rgpusm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_rcache_rgpusm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CUDA([rcache_rgpusm]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([cuda_save_CPPFLAGS cuda_save_LDFLAGS cuda_save_LIBS]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([cuda], [rcache_rgpusm], [cuda.h], [cuda], [cuMemFree], [opal_check_cuda_happy="yes"], [opal_check_cuda_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_rgpusm]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_rcache_rgpusm_save_CPPFLAGS check_package_rcache_rgpusm_save_LDFLAGS check_package_rcache_rgpusm_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([cuda], [rcache_rgpusm], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([cuda], [rcache_rgpusm], [${oac_cv_check_package_cuda_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [rcache_rgpusm_PC_MODULES=${oac_cv_check_package_cuda_pcfilename} oac_cv_check_package_cuda_pkg_config_exists=yes], [oac_cv_check_package_cuda_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--cflags], [oac_cv_check_package_cuda_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_cuda_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--libs-only-l], [oac_cv_check_package_cuda_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_cuda_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_cuda_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_cuda_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_cuda_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([cuda], [rcache_rgpusm], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([cuda], [rcache_rgpusm], [${oac_cv_check_package_cuda_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_cuda_wrapper_compiler_works=yes], [oac_cv_check_package_cuda_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_cuda_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving cuda static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_cuda_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_cuda_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_cuda_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([cuda], [rcache_rgpusm], [cuda.h], [cuda], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([cuda], [rcache_rgpusm], [cuda.h], [cuda], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_rgpusm_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_rgpusm_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_rgpusm_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_rgpusm_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_rgpusm_LDFLAGS], [${rcache_rgpusm_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_rgpusm_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([rcache_rgpusm_LIBS], [${rcache_rgpusm_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache_rgpusm_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([cuda], [rcache_rgpusm], [cuda.h], [cuMemFree], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${rcache_rgpusm_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${rcache_rgpusm_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${rcache_rgpusm_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([cuda], [rcache_rgpusm], [cuda.h], [cuMemFree], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([cuda], [cuMemFree], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([cuda]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^common_cuda_CPPFLAGS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Accelerators], [CUDA support], [$opal_check_cuda_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Accelerators])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SUPPORT$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_sync_memops], [test "x$CUDA_SYNC_MEMOPS" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_sync_memops_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_sync_memops_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_SYNC_MEMOPS$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_get_attributes], [test "x$CUDA_GET_ATTRIBUTES" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_get_attributes_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_get_attributes_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GET_ATTRIBUTES$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OPAL_cuda_gdr_support], [test "x$CUDA_VERSION_60_OR_GREATER" = "x1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_cuda_gdr_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OPAL_cuda_gdr_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CUDA_GDR_SUPPORT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_rgpusm_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_rgpusm_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_rgpusm_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [rcache], [rgpusm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [rcache], [rgpusm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_rcache_rgpusm_DSO], [test "$BUILD_opal_rcache_rgpusm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_rgpusm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_rgpusm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_rgpusm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_rgpusm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [rcache], [udreg], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [rcache], [udreg], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [rcache], [udreg], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rcache], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([udreg], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [rcache], [udreg], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_rcache_udreg_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- PKG_CHECK_MODULES([CRAY_UDREG], [cray-udreg], [rcache_udreg_LDFLAGS="$CRAY_UDREG_LIBS" rcache_udreg_CPPFLAGS="$CRAY_UDREG_CFLAGS" rcache_udreg_happy="yes"], [AC_MSG_RESULT([no]) rcache_udreg_happ="no"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_UDREG_CFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_UDREG_LIBS$]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-udreg], [pkg_cv_[]CRAY_UDREG_CFLAGS=`$PKG_CONFIG --[]cflags "cray-udreg" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-udreg], [pkg_cv_[]CRAY_UDREG_LIBS=`$PKG_CONFIG --[]libs "cray-udreg" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_udreg_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_udreg_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^rcache_udreg_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [rcache], [udreg], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [rcache], [udreg]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_rcache_udreg_DSO], [test "$BUILD_opal_rcache_udreg_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_udreg_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_rcache_udreg_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_udreg_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_rcache_udreg_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_rcache_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_rcache]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_rcache]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_rcache_ALL_SUBDIRS], [rcache], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_rcache_STATIC_SUBDIRS], [rcache], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_rcache_DSO_SUBDIRS], [rcache], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_rcache_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [reachable], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([opal], [reachable], [weighted], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [reachable], [weighted], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [reachable], [weighted], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([weighted], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [reachable], [weighted], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [reachable], [weighted], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [reachable], [weighted]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_reachable_weighted_DSO], [test "$BUILD_opal_reachable_weighted_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_reachable_weighted_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_reachable_weighted_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_reachable_weighted_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_reachable_weighted_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [reachable], [netlink], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [reachable], [netlink], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [reachable], [netlink], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([netlink], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [reachable], [netlink], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_reachable_netlink_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_reachable_netlink_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([libnl_route], [reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [rtnl_route_get], [opal_reachable_netlink_happy=1], [opal_reachable_netlink_happy=0]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([libnl_route]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable_netlink]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_reachable_netlink_save_CPPFLAGS check_package_reachable_netlink_save_LDFLAGS check_package_reachable_netlink_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([libnl_route], [reachable_netlink], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([libnl_route], [reachable_netlink], [${oac_cv_check_package_libnl_route_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [reachable_netlink_PC_MODULES=${oac_cv_check_package_libnl_route_pcfilename} oac_cv_check_package_libnl_route_pkg_config_exists=yes], [oac_cv_check_package_libnl_route_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--cflags], [oac_cv_check_package_libnl_route_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_libnl_route_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_libnl_route_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--libs-only-l], [oac_cv_check_package_libnl_route_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_libnl_route_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_libnl_route_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_libnl_route_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_libnl_route_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([libnl_route], [reachable_netlink], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([libnl_route], [reachable_netlink], [${oac_cv_check_package_libnl_route_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_libnl_route_wrapper_compiler_works=yes], [oac_cv_check_package_libnl_route_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_libnl_route_wrapper_compiler_works=yes], [oac_cv_check_package_libnl_route_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_libnl_route_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving libnl_route static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_libnl_route_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_libnl_route_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([libnl_route], [reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([libnl_route], [reachable_netlink], [netlink/route/route.h], [nl-route-3 nl-3], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([reachable_netlink_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable_netlink_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([reachable_netlink_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable_netlink_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([reachable_netlink_LDFLAGS], [${reachable_netlink_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable_netlink_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([reachable_netlink_LIBS], [${reachable_netlink_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([reachable_netlink_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([libnl_route], [reachable_netlink], [netlink/route/route.h], [rtnl_route_get], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${reachable_netlink_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${reachable_netlink_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${reachable_netlink_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([libnl_route], [reachable_netlink], [netlink/route/route.h], [rtnl_route_get], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([libnl_route], [rtnl_route_get], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libnl_route]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libnl_route]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([libnl_route]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^reachable_netlink_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^reachable_netlink_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^reachable_netlink_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [reachable], [netlink], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [reachable], [netlink]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_reachable_netlink_DSO], [test "$BUILD_opal_reachable_netlink_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_reachable_netlink_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_reachable_netlink_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_reachable_netlink_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_reachable_netlink_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_reachable_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_reachable]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_reachable]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_reachable_ALL_SUBDIRS], [reachable], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_reachable_STATIC_SUBDIRS], [reachable], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_reachable_DSO_SUBDIRS], [reachable], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_reachable_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [shmem], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [shmem], [mmap], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [shmem], [mmap], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [shmem], [mmap], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([shmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mmap], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [shmem], [mmap], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_shmem_mmap_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_SHMEM_MMAP$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [shmem], [mmap], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [shmem], [mmap]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_shmem_mmap_DSO], [test "$BUILD_opal_shmem_mmap_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_mmap_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_mmap_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_mmap_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_mmap_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [shmem], [posix], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [shmem], [posix], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [shmem], [posix], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([shmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([posix], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [shmem], [posix], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_shmem_posix_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_SEARCH_LIBS_COMPONENT([shmem_posix], [shm_open], [rt], [shmem_posix_sm_build_posix=1], [shmem_posix_sm_build_posix=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([LIBS_save add]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([shmem_posix_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([shmem_posix_LIBS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([shmem_posix_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_SHMEM_POSIX$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_SHMEM_POSIX$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [shmem], [posix], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [shmem], [posix]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_shmem_posix_DSO], [test "$BUILD_opal_shmem_posix_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_posix_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_posix_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_posix_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_posix_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [shmem], [sysv], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [shmem], [sysv], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [shmem], [sysv], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([shmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sysv], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [shmem], [sysv], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_shmem_sysv_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_SHMEM_SYSV$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [shmem], [sysv], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [shmem], [sysv]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_shmem_sysv_DSO], [test "$BUILD_opal_shmem_sysv_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_sysv_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_shmem_sysv_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_sysv_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_shmem_sysv_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_shmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_shmem]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_shmem]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_shmem_ALL_SUBDIRS], [shmem], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_shmem_STATIC_SUBDIRS], [shmem], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_shmem_DSO_SUBDIRS], [shmem], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_shmem_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_opal_smsc_CONFIG([opal], [smsc]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [smsc], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [smsc], [cma], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [smsc], [cma], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [smsc], [cma], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cma], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [smsc], [cma], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_smsc_cma_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CMA([smsc_cma], [AC_CHECK_HEADER([sys/prctl.h]) should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CMA_BACKEND m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYS_PRCTL_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CMA_NEED_SYSCALL_DEFS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_LINUX_KCMP_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYS_SYSCALL_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_CMA_KCMP_AVAIL$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Shared memory/Linux CMA], [], [$opal_check_cma_msg]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Shared memory/Linux CMA], [$opal_check_cma_msg]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_cma_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_cma_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_cma_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [smsc], [cma], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [smsc], [cma]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_smsc_cma_DSO], [test "$BUILD_opal_smsc_cma_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_cma_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_cma_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_cma_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_cma_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [smsc], [knem], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [smsc], [knem], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [smsc], [knem], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([knem], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [smsc], [knem], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_smsc_knem_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_KNEM([smsc_knem], [should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_knem_happy opal_check_knem_CPPFLAGS_save]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Shared memory/Linux KNEM], [], [$opal_check_knem_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Shared memory/Linux KNEM], [$opal_check_knem_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_knem_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_knem_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_knem_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [smsc], [knem], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [smsc], [knem]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_smsc_knem_DSO], [test "$BUILD_opal_smsc_knem_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_knem_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_knem_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_knem_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_knem_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [smsc], [xpmem], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [smsc], [xpmem], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [smsc], [xpmem], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([xpmem], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [smsc], [xpmem], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_smsc_xpmem_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_XPMEM([smsc_xpmem], [should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_xpmem_happy]) m4trace:configure.ac:1199: -1- OPAL_CHECK_CRAY_XPMEM([smsc_xpmem], [opal_check_xpmem_happy=yes], [opal_check_xpmem_happy=no]) m4trace:configure.ac:1199: -1- PKG_CHECK_MODULES_STATIC([CRAY_XPMEM], [cray-xpmem], [opal_check_cray_xpmem_happy="yes"], [opal_check_cray_xpmem_happy="no" AS_IF([test "$with_cray_xpmem" = "yes"], [AC_MSG_WARN([Cray XPMEM support requested but pkg-config failed.]) AC_MSG_ERROR([Aborting])],[]) ]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_XPMEM_CFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_XPMEM_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^CRAY_XPMEM_STATIC_LIBS$]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-xpmem], [pkg_cv_[]CRAY_XPMEM_CFLAGS=`$PKG_CONFIG --[]cflags "cray-xpmem" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-xpmem], [pkg_cv_[]CRAY_XPMEM_LIBS=`$PKG_CONFIG --[]libs "cray-xpmem" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- PKG_CHECK_EXISTS([cray-xpmem], [pkg_cv_[]CRAY_XPMEM_STATIC_LIBS=`$PKG_CONFIG --[]libs --[]static "cray-xpmem" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:1199: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_XPMEM_H$]) m4trace:configure.ac:1199: -1- OPAL_CHECK_BASE_XPMEM([smsc_xpmem], [opal_check_xpmem_happy=yes], [opal_check_xpmem_happy=no]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_xpmem_base_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([xpmem], [smsc_xpmem], [xpmem.h], [xpmem], [xpmem_make], [opal_check_xpmem_base_happy="yes"], [opal_check_xpmem_base_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([xpmem]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc_xpmem]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_smsc_xpmem_save_CPPFLAGS check_package_smsc_xpmem_save_LDFLAGS check_package_smsc_xpmem_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([xpmem], [smsc_xpmem], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([xpmem], [smsc_xpmem], [${oac_cv_check_package_xpmem_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [smsc_xpmem_PC_MODULES=${oac_cv_check_package_xpmem_pcfilename} oac_cv_check_package_xpmem_pkg_config_exists=yes], [oac_cv_check_package_xpmem_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--cflags], [oac_cv_check_package_xpmem_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_xpmem_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_xpmem_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_xpmem_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_xpmem_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_xpmem_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--libs-only-l], [oac_cv_check_package_xpmem_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_xpmem_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_xpmem_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_xpmem_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_xpmem_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_xpmem_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_xpmem_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([xpmem], [smsc_xpmem], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([xpmem], [smsc_xpmem], [${oac_cv_check_package_xpmem_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_xpmem_wrapper_compiler_works=yes], [oac_cv_check_package_xpmem_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_xpmem_wrapper_compiler_works=yes], [oac_cv_check_package_xpmem_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_xpmem_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_xpmem_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_xpmem_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_xpmem_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_xpmem_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving xpmem static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_xpmem_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_xpmem_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_xpmem_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([xpmem], [smsc_xpmem], [xpmem.h], [xpmem], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([xpmem], [smsc_xpmem], [xpmem.h], [xpmem], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([smsc_xpmem_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc_xpmem_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([smsc_xpmem_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc_xpmem_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([smsc_xpmem_LDFLAGS], [${smsc_xpmem_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc_xpmem_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([smsc_xpmem_LIBS], [${smsc_xpmem_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([smsc_xpmem_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([xpmem], [smsc_xpmem], [xpmem.h], [xpmem_make], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${smsc_xpmem_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${smsc_xpmem_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${smsc_xpmem_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([xpmem], [smsc_xpmem], [xpmem.h], [xpmem_make], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([xpmem], [xpmem_make], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([xpmem]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([xpmem]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([xpmem]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_XPMEM_H$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Shared memory/XPMEM], [], [$opal_check_xpmem_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Shared memory/XPMEM], [$opal_check_xpmem_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_xpmem_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_xpmem_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^smsc_xpmem_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [smsc], [xpmem], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [smsc], [xpmem]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_smsc_xpmem_DSO], [test "$BUILD_opal_smsc_xpmem_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_xpmem_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_smsc_xpmem_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_xpmem_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_smsc_xpmem_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_smsc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_smsc]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_smsc]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_smsc_ALL_SUBDIRS], [smsc], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_smsc_STATIC_SUBDIRS], [smsc], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_smsc_DSO_SUBDIRS], [smsc], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([opal], [smsc]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_smsc_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_opal_threads_CONFIG([opal], [threads]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [threads], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [threads]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_threads_argobots_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_threads_argobots_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_threads_pthreads_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_threads_pthreads_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_threads_qthreads_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_threads_qthreads_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [threads], [argobots], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_threads_argobots_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [threads], [argobots], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [threads], [argobots], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([threads], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([argobots], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_threads_argobots_COMPILE_MODE([opal], [threads], [argobots], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_threads_argobots_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CONFIG_ARGOBOTS_THREADS([argobots_threads_works=1], [argobots_threads_works=0]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([argobots], [opal_argo], [abt.h], [abt], [ABT_init], [opal_argo_happy=yes], [opal_argo_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([argobots]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_argo]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_argo_save_CPPFLAGS check_package_opal_argo_save_LDFLAGS check_package_opal_argo_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([argobots], [opal_argo], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([argobots], [opal_argo], [${oac_cv_check_package_argobots_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_argo_PC_MODULES=${oac_cv_check_package_argobots_pcfilename} oac_cv_check_package_argobots_pkg_config_exists=yes], [oac_cv_check_package_argobots_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--cflags], [oac_cv_check_package_argobots_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_argobots_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_argobots_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_argobots_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_argobots_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_argobots_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--libs-only-l], [oac_cv_check_package_argobots_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_argobots_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_argobots_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_argobots_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_argobots_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_argobots_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_argobots_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([argobots], [opal_argo], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([argobots], [opal_argo], [${oac_cv_check_package_argobots_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_argobots_wrapper_compiler_works=yes], [oac_cv_check_package_argobots_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_argobots_wrapper_compiler_works=yes], [oac_cv_check_package_argobots_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_argobots_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_argobots_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_argobots_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_argobots_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_argobots_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving argobots static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_argobots_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_argobots_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_argobots_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([argobots], [opal_argo], [abt.h], [abt], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([argobots], [opal_argo], [abt.h], [abt], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_argo_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_argo_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_argo_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_argo_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_argo_LDFLAGS], [${opal_argo_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_argo_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_argo_LIBS], [${opal_argo_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_argo_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([argobots], [opal_argo], [abt.h], [ABT_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${opal_argo_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${opal_argo_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${opal_argo_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([argobots], [opal_argo], [abt.h], [ABT_init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([argobots], [ABT_init], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([argobots]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([argobots]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([argobots]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_ABT_UNIT_GET_THREAD$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_argo_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_argo_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_argo_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [threads], [argobots], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [threads], [argobots]) m4trace:configure.ac:1199: -1- MCA_opal_threads_argobots_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_mutex_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_tsd_base_include_HEADER$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_threads_argobots_DSO], [test "$BUILD_opal_threads_argobots_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_argobots_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_argobots_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_argobots_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_argobots_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [threads], [pthreads], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_threads_pthreads_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [threads], [pthreads], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [threads], [pthreads], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([threads], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pthreads], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_threads_pthreads_COMPILE_MODE([opal], [threads], [pthreads], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_threads_pthreads_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([posix_thread_works]) m4trace:configure.ac:1199: -1- OPAL_CONFIG_POSIX_THREADS([posix_threads_works=1], [posix_threads_works=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_pthreads_result defval opal_pthread_c_success opal_pthread_fortran_success opal_pthread_cxx_success orig_CFLAGS orig_FCFLAGS orig_CXXFLAGS orig_CPPFLAGS orig_CXXCPPFLAGS orig_LDFLAGS orig_LIBS]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_PLAIN m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_PLAIN_C m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_c_success=1], [opal_pthread_c_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_PLAIN_CXX m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_cxx_success=1], [opal_pthread_cxx_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_PLAIN_FC m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN([opal_pthread_fortran_success=1], [opal_pthread_fortran_success=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([HAPPY opal_conftest_h]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC $CFLAGS -I. -c conftest.c]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the C program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the C program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the C program:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is contest.h:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is contest.h:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is contest.h:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the fortran program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the fortran program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the fortran program:]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([pflags]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_C m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_c_success=1], [opal_pthread_c_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_CXX m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_cxx_success=1], [opal_pthread_cxx_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_SPECIAL_FLAGS_FC m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN([opal_pthread_fortran_success=1], [opal_pthread_fortran_success=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([HAPPY opal_conftest_h]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC $CFLAGS -I. -c conftest.c]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the C program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the C program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the C program:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is contest.h:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is contest.h:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is contest.h:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the fortran program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the fortran program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the fortran program:]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_LIBS m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([plibs]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_LIBS_C m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_c_success=1], [opal_pthread_c_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_LIBS_CXX m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_cxx_success=1], [opal_pthread_cxx_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK([opal_pthread_cxx_success=1], [opal_pthread_cxx_success=0]) m4trace:configure.ac:1199: -1- OPAL_INTL_POSIX_THREADS_LIBS_FC m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN([opal_pthread_fortran_success=1], [opal_pthread_fortran_success=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([HAPPY opal_conftest_h]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC $CFLAGS -I. -c conftest.c]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the C program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the C program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the C program:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is contest.h:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is contest.h:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is contest.h:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the fortran program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the fortran program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the fortran program:]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN([opal_pthread_fortran_success=1], [opal_pthread_fortran_success=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([HAPPY opal_conftest_h]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([$FC $FCFLAGS conftestf.f conftest.o -o conftest $LDFLAGS $LIBS]) m4trace:configure.ac:1199: -2- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC $CFLAGS -I. -c conftest.c]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the C program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the C program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the C program:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is contest.h:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is contest.h:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is contest.h:]) m4trace:configure.ac:1199: -1- OPAL_LOG_MSG([here is the fortran program:], [1]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([here is the fortran program:]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG_NOPREFIX([here is the fortran program:]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEXATTR_SETPSHARED$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PTHREAD_CONDATTR_SETPSHARED$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [threads], [pthreads], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [threads], [pthreads]) m4trace:configure.ac:1199: -1- MCA_opal_threads_pthreads_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_mutex_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_tsd_base_include_HEADER$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_threads_pthreads_DSO], [test "$BUILD_opal_threads_pthreads_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_pthreads_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_pthreads_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_pthreads_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_pthreads_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [threads], [qthreads], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_threads_qthreads_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [threads], [qthreads], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [threads], [qthreads], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([threads], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([qthreads], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_threads_qthreads_COMPILE_MODE([opal], [threads], [qthreads], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_threads_qthreads_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CONFIG_QTHREADS([qthreads_works=1], [qthreads_works=0]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([qthreads], [opal_qthreads], [qthread.h], [qthread], [qthread_initialize], [opal_qthreads_happy=yes], [opal_qthreads_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([qthreads]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_qthreads]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_opal_qthreads_save_CPPFLAGS check_package_opal_qthreads_save_LDFLAGS check_package_opal_qthreads_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([qthreads], [opal_qthreads], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([qthreads], [opal_qthreads], [${oac_cv_check_package_qthreads_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [opal_qthreads_PC_MODULES=${oac_cv_check_package_qthreads_pcfilename} oac_cv_check_package_qthreads_pkg_config_exists=yes], [oac_cv_check_package_qthreads_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--cflags], [oac_cv_check_package_qthreads_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_qthreads_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_qthreads_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_qthreads_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_qthreads_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_qthreads_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--libs-only-l], [oac_cv_check_package_qthreads_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_qthreads_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_qthreads_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_qthreads_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_qthreads_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_qthreads_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_qthreads_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([qthreads], [opal_qthreads], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([qthreads], [opal_qthreads], [${oac_cv_check_package_qthreads_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_qthreads_wrapper_compiler_works=yes], [oac_cv_check_package_qthreads_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_qthreads_wrapper_compiler_works=yes], [oac_cv_check_package_qthreads_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_qthreads_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_qthreads_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_qthreads_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_qthreads_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_qthreads_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving qthreads static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_qthreads_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_qthreads_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_qthreads_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([qthreads], [opal_qthreads], [qthread.h], [qthread], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([qthreads], [opal_qthreads], [qthread.h], [qthread], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_qthreads_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_qthreads_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_qthreads_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_qthreads_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([opal_qthreads_LDFLAGS], [${opal_qthreads_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_qthreads_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([opal_qthreads_LIBS], [${opal_qthreads_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal_qthreads_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([qthreads], [opal_qthreads], [qthread.h], [qthread_initialize], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${opal_qthreads_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${opal_qthreads_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${opal_qthreads_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([qthreads], [opal_qthreads], [qthread.h], [qthread_initialize], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([qthreads], [qthread_initialize], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([qthreads]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([qthreads]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([qthreads]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_qthreads_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_qthreads_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^opal_qthreads_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [threads], [qthreads], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [threads], [qthreads]) m4trace:configure.ac:1199: -1- MCA_opal_threads_qthreads_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_mutex_base_include_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_threads_tsd_base_include_HEADER$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_threads_qthreads_DSO], [test "$BUILD_opal_threads_qthreads_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_qthreads_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_threads_qthreads_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_qthreads_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_threads_qthreads_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_threads_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_threads]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_threads]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_threads_ALL_SUBDIRS], [threads], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_threads_STATIC_SUBDIRS], [threads], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_threads_DSO_SUBDIRS], [threads], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_threads_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_CFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_FCFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_CXXFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^THREAD_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Miscellaneous], [Threading Package], [], [$opal_thread_type_found]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Miscellaneous], [Threading Package], [$opal_thread_type_found]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_timer_CONFIG([opal], [timer]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([opal], [timer], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_ORDER_COMPONENT_LIST([opal], [timer]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_timer_altix_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_timer_altix_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_timer_darwin_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_timer_darwin_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_timer_linux_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_timer_linux_PRIORITY m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([MCA_opal_timer_solaris_PRIORITY ]) m4trace:configure.ac:1199: -4- MCA_opal_timer_solaris_PRIORITY m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [timer], [altix], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_timer_altix_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [timer], [altix], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [timer], [altix], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([timer], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([altix], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_timer_altix_COMPILE_MODE([opal], [timer], [altix], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_timer_altix_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYS_IOCTL_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [timer], [altix], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [timer], [altix]) m4trace:configure.ac:1199: -1- MCA_opal_timer_altix_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_timer_altix_DSO], [test "$BUILD_opal_timer_altix_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_altix_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_altix_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_altix_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_altix_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [timer], [darwin], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_timer_darwin_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [timer], [darwin], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [timer], [darwin], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([timer], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([darwin], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_timer_darwin_COMPILE_MODE([opal], [timer], [darwin], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_timer_darwin_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_MACH_MACH_TIME_H$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [timer], [darwin], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [timer], [darwin]) m4trace:configure.ac:1199: -1- MCA_opal_timer_darwin_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_timer_darwin_DSO], [test "$BUILD_opal_timer_darwin_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_darwin_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_darwin_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_darwin_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_darwin_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [timer], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_timer_linux_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [timer], [linux], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [timer], [linux], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([timer], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([linux], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_timer_linux_COMPILE_MODE([opal], [timer], [linux], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_timer_linux_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [timer], [linux], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [timer], [linux]) m4trace:configure.ac:1199: -1- MCA_opal_timer_linux_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_timer_linux_DSO], [test "$BUILD_opal_timer_linux_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_linux_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_linux_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_linux_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_linux_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([opal], [timer], [solaris], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_opal_timer_solaris_PRIORITY m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([opal], [timer], [solaris], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [timer], [solaris], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([timer], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([solaris], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_opal_timer_solaris_COMPILE_MODE([opal], [timer], [solaris], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_opal_timer_solaris_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([opal], [timer], [solaris], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([opal], [timer], [solaris]) m4trace:configure.ac:1199: -1- MCA_opal_timer_solaris_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_opal_timer_solaris_DSO], [test "$BUILD_opal_timer_solaris_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_solaris_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_opal_timer_solaris_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_solaris_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_opal_timer_solaris_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_opal_timer_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_timer]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_timer]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_timer_ALL_SUBDIRS], [timer], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_timer_STATIC_SUBDIRS], [timer], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_opal_timer_DSO_SUBDIRS], [timer], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_timer_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_timer_IMPLEMENTATION_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORKS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORKS_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORK_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_opal_FRAMEWORK_CORE_LIBS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_PROJECT([ompi]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [common], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [common], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [common], [monitoring], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [common], [monitoring], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([monitoring], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [common], [monitoring], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_common_monitoring_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [common], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [common], [monitoring]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_common_monitoring_DSO], [test "$BUILD_ompi_common_monitoring_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_common_monitoring_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_common_monitoring_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_common_monitoring_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_common_monitoring_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [common], [ompio], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [common], [ompio], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [common], [ompio], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompio], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [common], [ompio], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_common_ompio_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [common], [ompio], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [common], [ompio]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_common_ompio_DSO], [test "$BUILD_ompi_common_ompio_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_common_ompio_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_common_ompio_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_common_ompio_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_common_ompio_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_common_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_common]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_common]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_common_ALL_SUBDIRS], [common], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_common_STATIC_SUBDIRS], [common], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_common_DSO_SUBDIRS], [common], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_common_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [bml], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [bml], [r2], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [bml], [r2], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [bml], [r2], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([bml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([r2], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [bml], [r2], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_bml_r2_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [bml], [r2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [bml], [r2]) m4trace:configure.ac:1199: -1- MCA_ompi_bml_r2_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([BML]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG_INIT m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_BML$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_bml_r2_DSO], [test "$BUILD_ompi_bml_r2_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_bml_r2_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_bml_r2_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_bml_r2_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_bml_r2_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_bml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_bml]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_bml]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_bml_ALL_SUBDIRS], [bml], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_bml_STATIC_SUBDIRS], [bml], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_bml_DSO_SUBDIRS], [bml], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_bml_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [coll], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [adapt], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [adapt], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [adapt], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([adapt], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [adapt], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [adapt], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [adapt]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_adapt_DSO], [test "$BUILD_ompi_coll_adapt_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_adapt_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_adapt_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_adapt_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_adapt_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [basic], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [basic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([basic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [basic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [basic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_basic_DSO], [test "$BUILD_ompi_coll_basic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_basic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_basic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_basic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_basic_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [han], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [han], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [han], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([han], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [han], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [han], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [han]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_han_DSO], [test "$BUILD_ompi_coll_han_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_han_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_han_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_han_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_han_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [inter], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [inter], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [inter], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([inter], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [inter], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [inter], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [inter]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_inter_DSO], [test "$BUILD_ompi_coll_inter_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_inter_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_inter_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_inter_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_inter_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [libnbc], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [libnbc], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [libnbc], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([libnbc], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [libnbc], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [libnbc], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [libnbc]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_libnbc_DSO], [test "$BUILD_ompi_coll_libnbc_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_libnbc_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_libnbc_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_libnbc_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_libnbc_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [self], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [self], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [self], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([self], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [self], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [self], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [self]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_self_DSO], [test "$BUILD_ompi_coll_self_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_self_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_self_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_self_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_self_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [sync], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [sync], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [sync], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sync], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [sync], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [sync], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [sync]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_sync_DSO], [test "$BUILD_ompi_coll_sync_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_sync_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_sync_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_sync_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_sync_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [coll], [tuned], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [tuned], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [tuned], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([tuned], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [tuned], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [tuned], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [tuned]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_tuned_DSO], [test "$BUILD_ompi_coll_tuned_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_tuned_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_tuned_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_tuned_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_tuned_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [cuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [cuda], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [cuda], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cuda], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [cuda], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_cuda_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [cuda], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [cuda]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_cuda_DSO], [test "$BUILD_ompi_coll_cuda_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_cuda_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_cuda_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_cuda_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_cuda_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [ftagree], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [ftagree], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [ftagree], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ftagree], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [ftagree], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_ftagree_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [ftagree], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [ftagree]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_ftagree_DSO], [test "$BUILD_ompi_coll_ftagree_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_ftagree_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_ftagree_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_ftagree_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_ftagree_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [hcoll], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [hcoll], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [hcoll], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([hcoll], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [hcoll], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_hcoll_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_HCOLL([coll_hcoll], [coll_hcoll_happy="yes"], [coll_hcoll_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_hcoll_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([hcoll], [coll_hcoll], [hcoll/api/hcoll_api.h], [hcoll], [hcoll_get_version], [ompi_check_hcoll_happy="yes"], [ompi_check_hcoll_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([hcoll]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_hcoll]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_coll_hcoll_save_CPPFLAGS check_package_coll_hcoll_save_LDFLAGS check_package_coll_hcoll_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([hcoll], [coll_hcoll], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([hcoll], [coll_hcoll], [${oac_cv_check_package_hcoll_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [coll_hcoll_PC_MODULES=${oac_cv_check_package_hcoll_pcfilename} oac_cv_check_package_hcoll_pkg_config_exists=yes], [oac_cv_check_package_hcoll_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--cflags], [oac_cv_check_package_hcoll_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hcoll_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_hcoll_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hcoll_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_hcoll_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hcoll_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--libs-only-l], [oac_cv_check_package_hcoll_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hcoll_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_hcoll_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_hcoll_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hcoll_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_hcoll_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_hcoll_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([hcoll], [coll_hcoll], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([hcoll], [coll_hcoll], [${oac_cv_check_package_hcoll_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_hcoll_wrapper_compiler_works=yes], [oac_cv_check_package_hcoll_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_hcoll_wrapper_compiler_works=yes], [oac_cv_check_package_hcoll_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hcoll_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hcoll_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hcoll_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hcoll_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_hcoll_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving hcoll static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_hcoll_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_hcoll_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_hcoll_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([hcoll], [coll_hcoll], [hcoll/api/hcoll_api.h], [hcoll], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([hcoll], [coll_hcoll], [hcoll/api/hcoll_api.h], [hcoll], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_hcoll_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_hcoll_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_hcoll_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_hcoll_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_hcoll_LDFLAGS], [${coll_hcoll_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_hcoll_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_hcoll_LIBS], [${coll_hcoll_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_hcoll_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([hcoll], [coll_hcoll], [hcoll/api/hcoll_api.h], [hcoll_get_version], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${coll_hcoll_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${coll_hcoll_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${coll_hcoll_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([hcoll], [coll_hcoll], [hcoll/api/hcoll_api.h], [hcoll_get_version], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([hcoll], [hcoll_get_version], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hcoll]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hcoll]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([hcoll]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_HCOLL_CONTEXT_FREE$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_hcoll_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_hcoll_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_hcoll_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [hcoll], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [hcoll]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_hcoll_DSO], [test "$BUILD_ompi_coll_hcoll_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_hcoll_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_hcoll_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_hcoll_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_hcoll_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [monitoring], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [monitoring], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([monitoring], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [monitoring], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_monitoring_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [monitoring]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_monitoring_DSO], [test "$BUILD_ompi_coll_monitoring_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_monitoring_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_monitoring_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_monitoring_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_monitoring_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [portals4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [portals4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [portals4], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_portals4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_PORTALS4([coll_portals4], [coll_portals4_happy="yes"], [coll_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_portals4_happy max_md_size max_va_size]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([portals4], [coll_portals4], [portals4.h], [portals], [PtlLEAppend], [ompi_check_portals4_happy="yes"], [ompi_check_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_coll_portals4_save_CPPFLAGS check_package_coll_portals4_save_LDFLAGS check_package_coll_portals4_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([portals4], [coll_portals4], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([portals4], [coll_portals4], [${oac_cv_check_package_portals4_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [coll_portals4_PC_MODULES=${oac_cv_check_package_portals4_pcfilename} oac_cv_check_package_portals4_pkg_config_exists=yes], [oac_cv_check_package_portals4_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--cflags], [oac_cv_check_package_portals4_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-l], [oac_cv_check_package_portals4_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_portals4_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([portals4], [coll_portals4], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([portals4], [coll_portals4], [${oac_cv_check_package_portals4_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([portals4], [coll_portals4], [portals4.h], [portals], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([portals4], [coll_portals4], [portals4.h], [portals], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_portals4_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_portals4_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_portals4_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_portals4_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_portals4_LDFLAGS], [${coll_portals4_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_portals4_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_portals4_LIBS], [${coll_portals4_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_portals4_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([portals4], [coll_portals4], [portals4.h], [PtlLEAppend], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${coll_portals4_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${coll_portals4_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${coll_portals4_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([portals4], [coll_portals4], [portals4.h], [PtlLEAppend], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([portals4], [PtlLEAppend], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_MD_SIZE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_VA_SIZE$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Portals4], [], [${coll_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Portals4], [${coll_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_portals4_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_portals4_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_portals4_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [portals4]) m4trace:configure.ac:1199: -1- MCA_ompi_coll_portals4_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_PORTALS4$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_portals4_DSO], [test "$BUILD_ompi_coll_portals4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_portals4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_portals4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_portals4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_portals4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [sm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [sm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_sm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([ompi], [coll], [sm], [opal], [common], [sm]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [sm], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [sm], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [sm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_sm_DSO], [test "$BUILD_ompi_coll_sm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_sm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_sm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_sm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_sm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [coll], [ucc], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [coll], [ucc], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [coll], [ucc], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucc], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [coll], [ucc], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_coll_ucc_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCC([coll_ucc], [coll_ucc_happy="yes"], [coll_ucc_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucc_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucc], [coll_ucc], [ucc/api/ucc.h], [ucc], [ucc_init_version], [ompi_check_ucc_happy="yes"], [ompi_check_ucc_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucc]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_coll_ucc_save_CPPFLAGS check_package_coll_ucc_save_LDFLAGS check_package_coll_ucc_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucc], [coll_ucc], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucc], [coll_ucc], [${oac_cv_check_package_ucc_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [coll_ucc_PC_MODULES=${oac_cv_check_package_ucc_pcfilename} oac_cv_check_package_ucc_pkg_config_exists=yes], [oac_cv_check_package_ucc_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--cflags], [oac_cv_check_package_ucc_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucc_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucc_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucc_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucc_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucc], [coll_ucc], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucc], [coll_ucc], [${oac_cv_check_package_ucc_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucc_wrapper_compiler_works=yes], [oac_cv_check_package_ucc_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucc_wrapper_compiler_works=yes], [oac_cv_check_package_ucc_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucc], [coll_ucc], [ucc/api/ucc.h], [ucc], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucc], [coll_ucc], [ucc/api/ucc.h], [ucc], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_ucc_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_ucc_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_ucc_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_ucc_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([coll_ucc_LDFLAGS], [${coll_ucc_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_ucc_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([coll_ucc_LIBS], [${coll_ucc_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([coll_ucc_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucc], [coll_ucc], [ucc/api/ucc.h], [ucc_init_version], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${coll_ucc_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${coll_ucc_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${coll_ucc_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucc], [coll_ucc], [ucc/api/ucc.h], [ucc_init_version], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucc], [ucc_init_version], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCC_COMM_FREE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^UCC_HAVE_COMPLEX_AND_FLOAT128_DT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Miscellaneous], [Open UCC], [], [$coll_ucc_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Miscellaneous], [Open UCC], [$coll_ucc_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Miscellaneous])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_ucc_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_ucc_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^coll_ucc_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [coll], [ucc], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [coll], [ucc]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_coll_ucc_DSO], [test "$BUILD_ompi_coll_ucc_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_ucc_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_coll_ucc_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_ucc_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_coll_ucc_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_coll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_coll]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_coll]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_coll_ALL_SUBDIRS], [coll], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_coll_STATIC_SUBDIRS], [coll], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_coll_DSO_SUBDIRS], [coll], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_coll_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_ompi_fbtl_CONFIG([ompi], [fbtl]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [fbtl], [$want_io_ompio]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fbtl], [ime], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fbtl], [ime], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fbtl], [ime], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ime], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fbtl], [ime], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fbtl_ime_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_IME([fbtl_ime], [fbtl_ime_happy="yes"], [fbtl_ime_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ime_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ime], [fbtl_ime], [ime_native.h], [im_client], [ime_client_native2_init], [ompi_check_ime_happy="yes"], [ompi_check_ime_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ime]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fbtl_ime_save_CPPFLAGS check_package_fbtl_ime_save_LDFLAGS check_package_fbtl_ime_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ime], [fbtl_ime], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ime], [fbtl_ime], [${oac_cv_check_package_ime_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fbtl_ime_PC_MODULES=${oac_cv_check_package_ime_pcfilename} oac_cv_check_package_ime_pkg_config_exists=yes], [oac_cv_check_package_ime_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--cflags], [oac_cv_check_package_ime_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ime_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ime_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--libs-only-l], [oac_cv_check_package_ime_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ime_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ime], [fbtl_ime], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ime], [fbtl_ime], [${oac_cv_check_package_ime_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ime_wrapper_compiler_works=yes], [oac_cv_check_package_ime_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ime_wrapper_compiler_works=yes], [oac_cv_check_package_ime_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ime], [fbtl_ime], [ime_native.h], [im_client], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ime], [fbtl_ime], [ime_native.h], [im_client], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_ime_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_ime_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_ime_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_ime_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_ime_LDFLAGS], [${fbtl_ime_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_ime_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_ime_LIBS], [${fbtl_ime_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_ime_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ime], [fbtl_ime], [ime_native.h], [ime_client_native2_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fbtl_ime_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fbtl_ime_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fbtl_ime_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ime], [fbtl_ime], [ime_native.h], [ime_client_native2_init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ime], [ime_client_native2_init], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_ime_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_ime_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_ime_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fbtl], [ime], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fbtl], [ime]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fbtl_ime_DSO], [test "$BUILD_ompi_fbtl_ime_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_ime_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_ime_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_ime_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_ime_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fbtl], [posix], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fbtl], [posix], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fbtl], [posix], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([posix], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fbtl], [posix], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fbtl_posix_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_SEARCH_LIBS_COMPONENT([fbtl_posix], [aio_write], [rt], [fbtl_posix_happy="yes"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([LIBS_save add]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_posix_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_posix_LIBS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_posix_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_FBTL_POSIX$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PWRITEV$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PREADV$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fbtl], [posix], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fbtl], [posix]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fbtl_posix_DSO], [test "$BUILD_ompi_fbtl_posix_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_posix_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_posix_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_posix_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_posix_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fbtl], [pvfs2], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fbtl], [pvfs2], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fbtl], [pvfs2], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pvfs2], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fbtl], [pvfs2], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fbtl_pvfs2_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_PVFS2([fbtl_pvfs2], [fbtl_pvfs2_happy="yes"], [fbtl_pvfs2_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_pvfs2_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([pvfs2], [fbtl_pvfs2], [pvfs2.h], [pvfs2], [PVFS_util_resolve], [ompi_check_pvfs2_happy="yes"], [ompi_check_pvfs2_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pvfs2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fbtl_pvfs2_save_CPPFLAGS check_package_fbtl_pvfs2_save_LDFLAGS check_package_fbtl_pvfs2_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([pvfs2], [fbtl_pvfs2], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([pvfs2], [fbtl_pvfs2], [${oac_cv_check_package_pvfs2_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fbtl_pvfs2_PC_MODULES=${oac_cv_check_package_pvfs2_pcfilename} oac_cv_check_package_pvfs2_pkg_config_exists=yes], [oac_cv_check_package_pvfs2_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--cflags], [oac_cv_check_package_pvfs2_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_pvfs2_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_pvfs2_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--libs-only-l], [oac_cv_check_package_pvfs2_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_pvfs2_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([pvfs2], [fbtl_pvfs2], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([pvfs2], [fbtl_pvfs2], [${oac_cv_check_package_pvfs2_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_pvfs2_wrapper_compiler_works=yes], [oac_cv_check_package_pvfs2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_pvfs2_wrapper_compiler_works=yes], [oac_cv_check_package_pvfs2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([pvfs2], [fbtl_pvfs2], [pvfs2.h], [pvfs2], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([pvfs2], [fbtl_pvfs2], [pvfs2.h], [pvfs2], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_pvfs2_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_pvfs2_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_pvfs2_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_pvfs2_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_pvfs2_LDFLAGS], [${fbtl_pvfs2_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_pvfs2_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fbtl_pvfs2_LIBS], [${fbtl_pvfs2_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fbtl_pvfs2_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([pvfs2], [fbtl_pvfs2], [pvfs2.h], [PVFS_util_resolve], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fbtl_pvfs2_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fbtl_pvfs2_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fbtl_pvfs2_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([pvfs2], [fbtl_pvfs2], [pvfs2.h], [PVFS_util_resolve], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([pvfs2], [PVFS_util_resolve], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_pvfs2_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_pvfs2_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fbtl_pvfs2_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fbtl], [pvfs2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fbtl], [pvfs2]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fbtl_pvfs2_DSO], [test "$BUILD_ompi_fbtl_pvfs2_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_pvfs2_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fbtl_pvfs2_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_pvfs2_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fbtl_pvfs2_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fbtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_fbtl]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_fbtl]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fbtl_ALL_SUBDIRS], [fbtl], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fbtl_STATIC_SUBDIRS], [fbtl], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fbtl_DSO_SUBDIRS], [fbtl], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fbtl_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fcoll_CONFIG([ompi], [fcoll]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [fcoll], [$want_io_ompio]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [fcoll], [dynamic], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fcoll], [dynamic], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fcoll], [dynamic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fcoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dynamic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fcoll], [dynamic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fcoll], [dynamic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fcoll], [dynamic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fcoll_dynamic_DSO], [test "$BUILD_ompi_fcoll_dynamic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_dynamic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_dynamic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_dynamic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_dynamic_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [fcoll], [dynamic_gen2], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fcoll], [dynamic_gen2], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fcoll], [dynamic_gen2], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fcoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([dynamic_gen2], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fcoll], [dynamic_gen2], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fcoll], [dynamic_gen2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fcoll], [dynamic_gen2]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO], [test "$BUILD_ompi_fcoll_dynamic_gen2_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [fcoll], [individual], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fcoll], [individual], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fcoll], [individual], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fcoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([individual], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fcoll], [individual], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fcoll], [individual], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fcoll], [individual]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fcoll_individual_DSO], [test "$BUILD_ompi_fcoll_individual_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_individual_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_individual_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_individual_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_individual_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [fcoll], [vulcan], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fcoll], [vulcan], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fcoll], [vulcan], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fcoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([vulcan], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fcoll], [vulcan], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fcoll], [vulcan], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fcoll], [vulcan]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fcoll_vulcan_DSO], [test "$BUILD_ompi_fcoll_vulcan_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_vulcan_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fcoll_vulcan_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_vulcan_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fcoll_vulcan_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fcoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_fcoll]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_fcoll]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fcoll_ALL_SUBDIRS], [fcoll], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fcoll_STATIC_SUBDIRS], [fcoll], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fcoll_DSO_SUBDIRS], [fcoll], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fcoll_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_CONFIG([ompi], [fs]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [fs], [$want_io_ompio]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fs], [gpfs], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fs], [gpfs], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fs], [gpfs], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([gpfs], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fs], [gpfs], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_gpfs_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([fs_gpfs_happy]) m4trace:configure.ac:1199: -1- OMPI_CHECK_GPFS([fs_gpfs], [fs_gpfs_happy="yes"], [fs_gpfs_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_gpfs_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([gpfs], [fs_gpfs], [gpfs.h], [gpfs], [gpfs_lib_init], [ompi_check_gpfs_happy="yes"], [ompi_check_gpfs_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([gpfs]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_gpfs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fs_gpfs_save_CPPFLAGS check_package_fs_gpfs_save_LDFLAGS check_package_fs_gpfs_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([gpfs], [fs_gpfs], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([gpfs], [fs_gpfs], [${oac_cv_check_package_gpfs_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fs_gpfs_PC_MODULES=${oac_cv_check_package_gpfs_pcfilename} oac_cv_check_package_gpfs_pkg_config_exists=yes], [oac_cv_check_package_gpfs_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--cflags], [oac_cv_check_package_gpfs_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_gpfs_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_gpfs_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_gpfs_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_gpfs_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_gpfs_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--libs-only-l], [oac_cv_check_package_gpfs_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_gpfs_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_gpfs_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_gpfs_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_gpfs_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_gpfs_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_gpfs_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([gpfs], [fs_gpfs], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([gpfs], [fs_gpfs], [${oac_cv_check_package_gpfs_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_gpfs_wrapper_compiler_works=yes], [oac_cv_check_package_gpfs_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_gpfs_wrapper_compiler_works=yes], [oac_cv_check_package_gpfs_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_gpfs_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_gpfs_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_gpfs_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_gpfs_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_gpfs_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving gpfs static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_gpfs_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_gpfs_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_gpfs_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([gpfs], [fs_gpfs], [gpfs.h], [gpfs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([gpfs], [fs_gpfs], [gpfs.h], [gpfs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_gpfs_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_gpfs_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_gpfs_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_gpfs_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_gpfs_LDFLAGS], [${fs_gpfs_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_gpfs_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_gpfs_LIBS], [${fs_gpfs_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_gpfs_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([gpfs], [fs_gpfs], [gpfs.h], [gpfs_lib_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fs_gpfs_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fs_gpfs_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fs_gpfs_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([gpfs], [fs_gpfs], [gpfs.h], [gpfs_lib_init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([gpfs], [gpfs_lib_init], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([gpfs]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([gpfs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([gpfs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([OMPIO File Systems], [IBM Spectrum Scale/GPFS], [], [${fs_gpfs_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([OMPIO File Systems], [IBM Spectrum Scale/GPFS], [${fs_gpfs_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([OMPIO File Systems])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_gpfs_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_gpfs_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_gpfs_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fs], [gpfs], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fs], [gpfs]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fs_gpfs_DSO], [test "$BUILD_ompi_fs_gpfs_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_gpfs_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_gpfs_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_gpfs_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_gpfs_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fs], [ime], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fs], [ime], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fs], [ime], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ime], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fs], [ime], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_ime_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_IME([fs_ime], [fs_ime_happy="yes"], [fs_ime_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ime_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ime], [fs_ime], [ime_native.h], [im_client], [ime_client_native2_init], [ompi_check_ime_happy="yes"], [ompi_check_ime_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ime]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fs_ime_save_CPPFLAGS check_package_fs_ime_save_LDFLAGS check_package_fs_ime_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ime], [fs_ime], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ime], [fs_ime], [${oac_cv_check_package_ime_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fs_ime_PC_MODULES=${oac_cv_check_package_ime_pcfilename} oac_cv_check_package_ime_pkg_config_exists=yes], [oac_cv_check_package_ime_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--cflags], [oac_cv_check_package_ime_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ime_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ime_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--libs-only-l], [oac_cv_check_package_ime_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ime_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ime_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ime_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ime_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ime], [fs_ime], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ime], [fs_ime], [${oac_cv_check_package_ime_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ime_wrapper_compiler_works=yes], [oac_cv_check_package_ime_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ime_wrapper_compiler_works=yes], [oac_cv_check_package_ime_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ime_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ime static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ime_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ime_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ime_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ime], [fs_ime], [ime_native.h], [im_client], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ime], [fs_ime], [ime_native.h], [im_client], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_ime_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_ime_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_ime_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_ime_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_ime_LDFLAGS], [${fs_ime_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_ime_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_ime_LIBS], [${fs_ime_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_ime_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ime], [fs_ime], [ime_native.h], [ime_client_native2_init], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fs_ime_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fs_ime_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fs_ime_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ime], [fs_ime], [ime_native.h], [ime_client_native2_init], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ime], [ime_client_native2_init], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ime]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([OMPIO File Systems], [DDN Infinite Memory Engine], [], [$fs_ime_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([OMPIO File Systems], [DDN Infinite Memory Engine], [$fs_ime_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([OMPIO File Systems])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_ime_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_ime_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_ime_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fs], [ime], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fs], [ime]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fs_ime_DSO], [test "$BUILD_ompi_fs_ime_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_ime_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_ime_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_ime_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_ime_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fs], [lustre], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fs], [lustre], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fs], [lustre], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([lustre], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fs], [lustre], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_lustre_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([fs_lustre_happy]) m4trace:configure.ac:1199: -1- OMPI_CHECK_LUSTRE([fs_lustre], [fs_lustre_happy="yes"], [fs_lustre_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_lustre_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([lustre], [fs_lustre], [lustre/lustreapi.h], [lustreapi], [llapi_file_create], [ompi_check_lustre_happy="yes"], [ompi_check_lustre_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([lustre]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_lustre]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fs_lustre_save_CPPFLAGS check_package_fs_lustre_save_LDFLAGS check_package_fs_lustre_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([lustre], [fs_lustre], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([lustre], [fs_lustre], [${oac_cv_check_package_lustre_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fs_lustre_PC_MODULES=${oac_cv_check_package_lustre_pcfilename} oac_cv_check_package_lustre_pkg_config_exists=yes], [oac_cv_check_package_lustre_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--cflags], [oac_cv_check_package_lustre_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_lustre_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_lustre_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--libs-only-l], [oac_cv_check_package_lustre_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_lustre_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_lustre_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_lustre_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_lustre_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([lustre], [fs_lustre], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([lustre], [fs_lustre], [${oac_cv_check_package_lustre_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_lustre_wrapper_compiler_works=yes], [oac_cv_check_package_lustre_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_lustre_wrapper_compiler_works=yes], [oac_cv_check_package_lustre_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_lustre_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving lustre static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_lustre_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_lustre_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_lustre_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([lustre], [fs_lustre], [lustre/lustreapi.h], [lustreapi], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([lustre], [fs_lustre], [lustre/lustreapi.h], [lustreapi], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_lustre_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_lustre_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_lustre_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_lustre_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_lustre_LDFLAGS], [${fs_lustre_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_lustre_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_lustre_LIBS], [${fs_lustre_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_lustre_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([lustre], [fs_lustre], [lustre/lustreapi.h], [llapi_file_create], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fs_lustre_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fs_lustre_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fs_lustre_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([lustre], [fs_lustre], [lustre/lustreapi.h], [llapi_file_create], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([lustre], [llapi_file_create], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([lustre]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([lustre]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([lustre]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC $CFLAGS ${fs_lustre_CPPFLAGS} -c conftest.c]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([OMPIO File Systems], [Lustre], [], [${fs_lustre_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([OMPIO File Systems], [Lustre], [${fs_lustre_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([OMPIO File Systems])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_lustre_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_lustre_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_lustre_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fs], [lustre], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fs], [lustre]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fs_lustre_DSO], [test "$BUILD_ompi_fs_lustre_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_lustre_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_lustre_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_lustre_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_lustre_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fs], [pvfs2], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fs], [pvfs2], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fs], [pvfs2], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pvfs2], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fs], [pvfs2], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_pvfs2_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_PVFS2([fs_pvfs2], [fs_pvfs2_happy="yes"], [fs_pvfs2_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_pvfs2_happy]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([pvfs2], [fs_pvfs2], [pvfs2.h], [pvfs2], [PVFS_util_resolve], [ompi_check_pvfs2_happy="yes"], [ompi_check_pvfs2_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pvfs2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_fs_pvfs2_save_CPPFLAGS check_package_fs_pvfs2_save_LDFLAGS check_package_fs_pvfs2_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([pvfs2], [fs_pvfs2], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([pvfs2], [fs_pvfs2], [${oac_cv_check_package_pvfs2_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [fs_pvfs2_PC_MODULES=${oac_cv_check_package_pvfs2_pcfilename} oac_cv_check_package_pvfs2_pkg_config_exists=yes], [oac_cv_check_package_pvfs2_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--cflags], [oac_cv_check_package_pvfs2_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_pvfs2_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_pvfs2_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--libs-only-l], [oac_cv_check_package_pvfs2_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_pvfs2_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_pvfs2_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_pvfs2_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_pvfs2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([pvfs2], [fs_pvfs2], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([pvfs2], [fs_pvfs2], [${oac_cv_check_package_pvfs2_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_pvfs2_wrapper_compiler_works=yes], [oac_cv_check_package_pvfs2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_pvfs2_wrapper_compiler_works=yes], [oac_cv_check_package_pvfs2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_pvfs2_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving pvfs2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_pvfs2_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_pvfs2_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([pvfs2], [fs_pvfs2], [pvfs2.h], [pvfs2], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([pvfs2], [fs_pvfs2], [pvfs2.h], [pvfs2], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_pvfs2_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_pvfs2_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_pvfs2_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_pvfs2_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([fs_pvfs2_LDFLAGS], [${fs_pvfs2_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_pvfs2_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([fs_pvfs2_LIBS], [${fs_pvfs2_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs_pvfs2_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([pvfs2], [fs_pvfs2], [pvfs2.h], [PVFS_util_resolve], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${fs_pvfs2_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${fs_pvfs2_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${fs_pvfs2_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([pvfs2], [fs_pvfs2], [pvfs2.h], [PVFS_util_resolve], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([pvfs2], [PVFS_util_resolve], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([pvfs2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([OMPIO File Systems], [PVFS2/OrangeFS], [], [$fs_pvfs2_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([OMPIO File Systems], [PVFS2/OrangeFS], [$fs_pvfs2_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([OMPIO File Systems])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_pvfs2_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_pvfs2_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^fs_pvfs2_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fs], [pvfs2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fs], [pvfs2]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fs_pvfs2_DSO], [test "$BUILD_ompi_fs_pvfs2_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_pvfs2_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_pvfs2_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_pvfs2_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_pvfs2_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [fs], [ufs], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [fs], [ufs], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [fs], [ufs], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([fs], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ufs], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [fs], [ufs], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_fs_ufs_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([OMPIO File Systems], [Generic Unix FS], [], [yes]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([OMPIO File Systems], [Generic Unix FS], [yes]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([OMPIO File Systems])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [fs], [ufs], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [fs], [ufs]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_fs_ufs_DSO], [test "$BUILD_ompi_fs_ufs_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_ufs_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_fs_ufs_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_ufs_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_fs_ufs_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_fs_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_fs]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_fs]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fs_ALL_SUBDIRS], [fs], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fs_STATIC_SUBDIRS], [fs], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_fs_DSO_SUBDIRS], [fs], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_fs_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_hook_CONFIG([ompi], [hook]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [hook], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [hook], [comm_method], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [hook], [comm_method], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [hook], [comm_method], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([hook], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([comm_method], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_ompi_hook_comm_method_COMPILE_MODE([ompi], [hook], [comm_method], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_hook_comm_method_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [hook], [comm_method], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [hook], [comm_method]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_hook_comm_method_DSO], [test "$BUILD_ompi_hook_comm_method_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_hook_comm_method_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_hook_comm_method_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_hook_comm_method_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_hook_comm_method_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_hook_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_hook]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_hook]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_hook_ALL_SUBDIRS], [hook], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_hook_STATIC_SUBDIRS], [hook], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_hook_DSO_SUBDIRS], [hook], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_hook_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [io], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [io], [ompio], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [io], [ompio], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [io], [ompio], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([io], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompio], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [io], [ompio], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_io_ompio_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [io], [ompio], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [io], [ompio]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_io_ompio_DSO], [test "$BUILD_ompi_io_ompio_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_io_ompio_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_io_ompio_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_io_ompio_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_io_ompio_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [io], [romio341], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [io], [romio341], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [io], [romio341], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([io], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([romio341], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [io], [romio341], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_io_romio341_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([io_romio341_flags io_romio341_flags_define io_romio341_happy io_romio341_save_LIBS]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_io_romio341_USER_CONFIGURE_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_io_romio341_COMPLETE_CONFIGURE_FLAGS$]) m4trace:configure.ac:1199: -1- OPAL_CONFIG_SUBDIR([3rd-party/romio341], [$io_romio341_flags], [io_romio341_happy=1], [io_romio341_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part temp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STDATOMIC_H$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [io], [romio341], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [io], [romio341]) m4trace:configure.ac:1199: -1- MCA_ompi_io_romio341_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_io_romio341_SHOULD_BUILD], [test $should_build -eq 1]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_io_romio341_SHOULD_BUILD_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_io_romio341_SHOULD_BUILD_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_io_romio341_SHOULD_BUILD_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_io_romio341_SHOULD_BUILD_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_io_romio341_DSO], [test "$BUILD_ompi_io_romio341_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_io_romio341_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_io_romio341_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_io_romio341_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_io_romio341_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_io_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_io]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_io]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_io_ALL_SUBDIRS], [io], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_io_STATIC_SUBDIRS], [io], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_io_DSO_SUBDIRS], [io], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_io_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_ompi_mtl_CONFIG([ompi], [mtl]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [mtl], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [mtl], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [mtl], [ofi], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [mtl], [ofi], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [mtl], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_mtl_ofi_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([mtl_ofi_happy]) m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI([mtl_ofi], [mtl_ofi_happy=1], [mtl_ofi_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_check_ofi_save_CPPFLAGS opal_check_ofi_save_LDFLAGS opal_check_ofi_save_LIBS opal_check_fi_info_pci]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ofi], [mtl_ofi], [rdma/fabric.h], [fabric], [fi_getinfo], [opal_ofi_happy=yes], [opal_ofi_happy=no]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_mtl_ofi_save_CPPFLAGS check_package_mtl_ofi_save_LDFLAGS check_package_mtl_ofi_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ofi], [mtl_ofi], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ofi], [mtl_ofi], [${oac_cv_check_package_ofi_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [mtl_ofi_PC_MODULES=${oac_cv_check_package_ofi_pcfilename} oac_cv_check_package_ofi_pkg_config_exists=yes], [oac_cv_check_package_ofi_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--cflags], [oac_cv_check_package_ofi_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ofi_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--libs-only-l], [oac_cv_check_package_ofi_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ofi_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ofi_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ofi_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ofi_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ofi], [mtl_ofi], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ofi], [mtl_ofi], [${oac_cv_check_package_ofi_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ofi_wrapper_compiler_works=yes], [oac_cv_check_package_ofi_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ofi_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ofi static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ofi_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ofi_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ofi_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ofi], [mtl_ofi], [rdma/fabric.h], [fabric], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ofi], [mtl_ofi], [rdma/fabric.h], [fabric], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_ofi_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_ofi_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_ofi_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_ofi_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_ofi_LDFLAGS], [${mtl_ofi_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_ofi_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_ofi_LIBS], [${mtl_ofi_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_ofi_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ofi], [mtl_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${mtl_ofi_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${mtl_ofi_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${mtl_ofi_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ofi], [mtl_ofi], [rdma/fabric.h], [fi_getinfo], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ofi], [fi_getinfo], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ofi]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_RDMA_FI_EXT_H$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_PCI_DATA_AVAILABLE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_FI_OPT_FI_HMEM_P2P$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_STRUCT_FI_OPS_MEM_MONITOR$]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_PMIX_PACKAGE_RANK$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_MR_IFACE$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_OFI_HAVE_FI_HMEM_ROCR$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [], [${mtl_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [OpenFabrics OFI Libfabric], [${mtl_ofi_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_CHECK_OFI_VERSION_GE([1,5], [], [mtl_ofi_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_ofi_ver_ge_save_CPPFLAGS opal_ofi_ver_ge_happy]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([opal], [btl], [ofi], [opal], [common], [ofi]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [btl], [ofi], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([btl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [btl], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ofi], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ofi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ofi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_ofi_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_ofi_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_ofi_LIBS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [mtl], [ofi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [mtl], [ofi]) m4trace:configure.ac:1199: -1- MCA_ompi_mtl_ofi_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([MTL]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_MTL$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_mtl_ofi_DSO], [test "$BUILD_ompi_mtl_ofi_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_ofi_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_ofi_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_ofi_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_ofi_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [mtl], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [mtl], [portals4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [mtl], [portals4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [mtl], [portals4], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_mtl_portals4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_PORTALS4([mtl_portals4], [mtl_portals4_happy="yes"], [mtl_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_portals4_happy max_md_size max_va_size]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([portals4], [mtl_portals4], [portals4.h], [portals], [PtlLEAppend], [ompi_check_portals4_happy="yes"], [ompi_check_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_mtl_portals4_save_CPPFLAGS check_package_mtl_portals4_save_LDFLAGS check_package_mtl_portals4_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([portals4], [mtl_portals4], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([portals4], [mtl_portals4], [${oac_cv_check_package_portals4_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [mtl_portals4_PC_MODULES=${oac_cv_check_package_portals4_pcfilename} oac_cv_check_package_portals4_pkg_config_exists=yes], [oac_cv_check_package_portals4_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--cflags], [oac_cv_check_package_portals4_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-l], [oac_cv_check_package_portals4_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_portals4_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([portals4], [mtl_portals4], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([portals4], [mtl_portals4], [${oac_cv_check_package_portals4_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([portals4], [mtl_portals4], [portals4.h], [portals], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([portals4], [mtl_portals4], [portals4.h], [portals], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_portals4_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_portals4_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_portals4_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_portals4_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_portals4_LDFLAGS], [${mtl_portals4_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_portals4_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_portals4_LIBS], [${mtl_portals4_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_portals4_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([portals4], [mtl_portals4], [portals4.h], [PtlLEAppend], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${mtl_portals4_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${mtl_portals4_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${mtl_portals4_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([portals4], [mtl_portals4], [portals4.h], [PtlLEAppend], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([portals4], [PtlLEAppend], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_MD_SIZE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_VA_SIZE$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Portals4], [], [${mtl_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Portals4], [${mtl_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MTL_PORTALS4_FLOW_CONTROL$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([OMPI_MTL_PORTALS4_FLOW_CONTROL], [test "$mtl_portals4_flow_control_enabled" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MTL_PORTALS4_FLOW_CONTROL_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MTL_PORTALS4_FLOW_CONTROL_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OMPI_MTL_PORTALS4_FLOW_CONTROL_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([OMPI_MTL_PORTALS4_FLOW_CONTROL_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_portals4_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_portals4_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_portals4_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [mtl], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [mtl], [portals4]) m4trace:configure.ac:1199: -1- MCA_ompi_mtl_portals4_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_PORTALS4$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_mtl_portals4_DSO], [test "$BUILD_ompi_mtl_portals4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_portals4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_portals4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_portals4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_portals4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [mtl], [psm2], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [mtl], [psm2], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [mtl], [psm2], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([psm2], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [mtl], [psm2], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_mtl_psm2_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_PSM2([mtl_psm2], [mtl_psm2_happy="yes"], [mtl_psm2_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_psm2_CPPFLAGS_save opal_psm2_LDFLAGS_save opal_psm2_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([psm2], [mtl_psm2], [psm2.h], [psm2], [psm2_mq_irecv2], [ompi_check_psm2_happy="yes"], [ompi_check_psm2_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([psm2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_psm2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_mtl_psm2_save_CPPFLAGS check_package_mtl_psm2_save_LDFLAGS check_package_mtl_psm2_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([psm2], [mtl_psm2], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([psm2], [mtl_psm2], [${oac_cv_check_package_psm2_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [mtl_psm2_PC_MODULES=${oac_cv_check_package_psm2_pcfilename} oac_cv_check_package_psm2_pkg_config_exists=yes], [oac_cv_check_package_psm2_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--cflags], [oac_cv_check_package_psm2_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_psm2_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_psm2_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_psm2_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_psm2_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_psm2_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--libs-only-l], [oac_cv_check_package_psm2_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_psm2_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_psm2_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_psm2_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_psm2_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_psm2_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_psm2_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([psm2], [mtl_psm2], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([psm2], [mtl_psm2], [${oac_cv_check_package_psm2_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_psm2_wrapper_compiler_works=yes], [oac_cv_check_package_psm2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_psm2_wrapper_compiler_works=yes], [oac_cv_check_package_psm2_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_psm2_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_psm2_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_psm2_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_psm2_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_psm2_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving psm2 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_psm2_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_psm2_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_psm2_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([psm2], [mtl_psm2], [psm2.h], [psm2], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([psm2], [mtl_psm2], [psm2.h], [psm2], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_psm2_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_psm2_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_psm2_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_psm2_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_psm2_LDFLAGS], [${mtl_psm2_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_psm2_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([mtl_psm2_LIBS], [${mtl_psm2_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mtl_psm2_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([psm2], [mtl_psm2], [psm2.h], [psm2_mq_irecv2], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${mtl_psm2_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${mtl_psm2_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${mtl_psm2_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([psm2], [mtl_psm2], [psm2.h], [psm2_mq_irecv2], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([psm2], [psm2_mq_irecv2], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([psm2]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([psm2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([psm2]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_GLOB_H$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_PSM2_LIB_REFCOUNT_CAP$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Intel Omnipath (PSM2)], [], [${mtl_psm2_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Intel Omnipath (PSM2)], [${mtl_psm2_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_psm2_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_psm2_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^mtl_psm2_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [mtl], [psm2], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [mtl], [psm2]) m4trace:configure.ac:1199: -1- MCA_ompi_mtl_psm2_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([MTL]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_MTL$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_mtl_psm2_DSO], [test "$BUILD_ompi_mtl_psm2_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_psm2_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_mtl_psm2_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_psm2_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_mtl_psm2_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_mtl_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_mtl]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_mtl]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_mtl_ALL_SUBDIRS], [mtl], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_mtl_STATIC_SUBDIRS], [mtl], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_mtl_DSO_SUBDIRS], [mtl], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([ompi], [mtl]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_mtl_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [op], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [op], [aarch64], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [op], [aarch64], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [op], [aarch64], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([op], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([aarch64], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [op], [aarch64], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_op_aarch64_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_support], [test "$op_cv_neon_support" = "yes"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_neon_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_neon_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_neon_fp_support], [test "$op_cv_neon_fp_support" = "yes"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_fp_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_fp_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_neon_fp_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_neon_fp_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sve_support], [test "$op_cv_sve_support" = "yes"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sve_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sve_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sve_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sve_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_support$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_neon_fp_support$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sve_support$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_NEON$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_NEON_FP$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_SVE$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [op], [aarch64], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [op], [aarch64]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_aarch64_DSO], [test "$BUILD_ompi_op_aarch64_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_aarch64_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_aarch64_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_aarch64_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_aarch64_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [op], [avx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [op], [avx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [op], [avx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([op], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([avx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [op], [avx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_op_avx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([op_avx_cflags_save]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_AVX512$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_AVX2$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_AVX$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_SSE41$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_MCA_OP_HAVE_SSE3$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx512_support], [test "$op_avx512_support" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx512_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx512_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx512_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx512_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx2_support], [test "$op_avx2_support" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx2_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx2_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx2_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx2_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_avx_support], [test "$op_avx_support" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_avx_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_avx_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse41_support], [test "$op_sse41_support" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sse41_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sse41_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sse41_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sse41_support_FALSE]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_has_sse3_support], [test "$op_sse3_support" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sse3_support_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_has_sse3_support_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sse3_support_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_has_sse3_support_FALSE]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_OP_AVX512_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_OP_AVX2_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_OP_AVX_FLAGS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [op], [avx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [op], [avx]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_op_avx_DSO], [test "$BUILD_ompi_op_avx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_avx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_op_avx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_avx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_op_avx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_op_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_op]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_op]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_op_ALL_SUBDIRS], [op], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_op_STATIC_SUBDIRS], [op], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_op_DSO_SUBDIRS], [op], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_op_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [osc], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [osc], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [osc], [sm], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [sm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [osc], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [osc], [sm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_osc_sm_DSO], [test "$BUILD_ompi_osc_sm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_sm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_sm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_sm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_sm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [osc], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [osc], [monitoring], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [monitoring], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([monitoring], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [monitoring], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [osc], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [osc], [monitoring]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_osc_monitoring_DSO], [test "$BUILD_ompi_osc_monitoring_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_monitoring_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_monitoring_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_monitoring_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_monitoring_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [osc], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [osc], [portals4], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [portals4], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [portals4], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_osc_portals4_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CHECK_PORTALS4([osc_portals4], [osc_portals4_happy="yes"], [osc_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_portals4_happy max_md_size max_va_size]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([portals4], [osc_portals4], [portals4.h], [portals], [PtlLEAppend], [ompi_check_portals4_happy="yes"], [ompi_check_portals4_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([portals4]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_osc_portals4_save_CPPFLAGS check_package_osc_portals4_save_LDFLAGS check_package_osc_portals4_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([portals4], [osc_portals4], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([portals4], [osc_portals4], [${oac_cv_check_package_portals4_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [osc_portals4_PC_MODULES=${oac_cv_check_package_portals4_pcfilename} oac_cv_check_package_portals4_pkg_config_exists=yes], [oac_cv_check_package_portals4_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--cflags], [oac_cv_check_package_portals4_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_portals4_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--libs-only-l], [oac_cv_check_package_portals4_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_portals4_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_portals4_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_portals4_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_portals4_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([portals4], [osc_portals4], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([portals4], [osc_portals4], [${oac_cv_check_package_portals4_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_portals4_wrapper_compiler_works=yes], [oac_cv_check_package_portals4_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_portals4_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving portals4 static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_portals4_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_portals4_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_portals4_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([portals4], [osc_portals4], [portals4.h], [portals], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([portals4], [osc_portals4], [portals4.h], [portals], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([osc_portals4_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_portals4_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([osc_portals4_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_portals4_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([osc_portals4_LDFLAGS], [${osc_portals4_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_portals4_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([osc_portals4_LIBS], [${osc_portals4_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_portals4_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([portals4], [osc_portals4], [portals4.h], [PtlLEAppend], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${osc_portals4_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${osc_portals4_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${osc_portals4_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([portals4], [osc_portals4], [portals4.h], [PtlLEAppend], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([portals4], [PtlLEAppend], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([portals4]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_MD_SIZE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_PORTALS4_MAX_VA_SIZE$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Portals4], [], [${osc_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Portals4], [${osc_portals4_SUMMARY}]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_portals4_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_portals4_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_portals4_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [osc], [portals4], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [osc], [portals4]) m4trace:configure.ac:1199: -1- MCA_ompi_osc_portals4_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([PORTALS4]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_PORTALS4$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_osc_portals4_DSO], [test "$BUILD_ompi_osc_portals4_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_portals4_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_portals4_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_portals4_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_portals4_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [osc], [rdma], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [osc], [rdma], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [rdma], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([rdma], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [rdma], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_osc_rdma_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [osc], [rdma], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [osc], [rdma]) m4trace:configure.ac:1199: -1- MCA_ompi_osc_rdma_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([BML]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_BML$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_osc_rdma_DSO], [test "$BUILD_ompi_osc_rdma_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_rdma_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_rdma_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_rdma_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_rdma_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [osc], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [osc], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_osc_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([osc_ucx], [osc_ucx_happy="yes"], [osc_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [osc_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_osc_ucx_save_CPPFLAGS check_package_osc_ucx_save_LDFLAGS check_package_osc_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [osc_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [osc_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [osc_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [osc_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [osc_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [osc_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [osc_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([osc_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([osc_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([osc_ucx_LDFLAGS], [${osc_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([osc_ucx_LIBS], [${osc_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [osc_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${osc_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${osc_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${osc_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [osc_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([ompi], [osc], [ucx], [opal], [common], [ucx]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [osc], [ucx], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([osc], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [osc], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ucx], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^osc_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [osc], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [osc], [ucx]) m4trace:configure.ac:1199: -1- MCA_ompi_osc_ucx_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([UCX]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_UCX$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_osc_ucx_DSO], [test "$BUILD_ompi_osc_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_osc_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_osc_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_osc_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_osc]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_osc]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_osc_ALL_SUBDIRS], [osc], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_osc_STATIC_SUBDIRS], [osc], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_osc_DSO_SUBDIRS], [osc], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_osc_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_ompi_part_CONFIG([ompi], [part]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [part], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [part], [persist], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [part], [persist], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [part], [persist], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([part], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([persist], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [part], [persist], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [part], [persist], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [part], [persist]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_part_persist_DSO], [test "$BUILD_ompi_part_persist_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_part_persist_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_part_persist_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_part_persist_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_part_persist_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_part_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_part]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_part]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_part_ALL_SUBDIRS], [part], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_part_STATIC_SUBDIRS], [part], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_part_DSO_SUBDIRS], [part], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([ompi], [part]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_part_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_ompi_pml_CONFIG([ompi], [pml]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [pml], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [pml], [cm], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [pml], [cm], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [cm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([cm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [pml], [cm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [pml], [cm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [pml], [cm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_pml_cm_DSO], [test "$BUILD_ompi_pml_cm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_cm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_cm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_cm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_cm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [pml], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [pml], [monitoring], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [monitoring], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([monitoring], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [pml], [monitoring], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_pml_monitoring_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [pml], [monitoring], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [pml], [monitoring]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_pml_monitoring_DSO], [test "$BUILD_ompi_pml_monitoring_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_monitoring_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_monitoring_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_monitoring_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_monitoring_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [pml], [ob1], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [pml], [ob1], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [ob1], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ob1], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [pml], [ob1], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_pml_ob1_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([pml_ob1_matching_engine]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_PML_OB1_CUSTOM_MATCHING$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [pml], [ob1], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [pml], [ob1]) m4trace:configure.ac:1199: -1- MCA_ompi_pml_ob1_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([BML]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_BML$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_pml_ob1_DSO], [test "$BUILD_ompi_pml_ob1_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_ob1_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_ob1_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_ob1_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_ob1_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [pml], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [pml], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [pml], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_pml_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([pml_ucx], [pml_ucx_happy="yes"], [pml_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [pml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pml_ucx_save_CPPFLAGS check_package_pml_ucx_save_LDFLAGS check_package_pml_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [pml_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [pml_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [pml_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [pml_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [pml_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [pml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [pml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([pml_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([pml_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([pml_ucx_LDFLAGS], [${pml_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([pml_ucx_LIBS], [${pml_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [pml_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${pml_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${pml_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${pml_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [pml_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_CHECK_DEPENDENCY([ompi], [pml], [ucx], [opal], [common], [ucx]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode dependency_compile_mode]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [ucx], [component_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [pml], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([opal], [common], [ucx], [dependency_compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([opal], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([common], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([opal], [common], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^pml_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^pml_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^pml_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [pml], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [pml], [ucx]) m4trace:configure.ac:1199: -1- MCA_ompi_pml_ucx_POST_CONFIG([$should_build]) m4trace:configure.ac:1199: -1- OMPI_REQUIRE_ENDPOINT_TAG([PML]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_PML$]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_pml_ucx_DSO], [test "$BUILD_ompi_pml_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [pml], [v], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [pml], [v], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [pml], [v], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([v], [3]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- MCA_ompi_pml_v_COMPILE_MODE([ompi], [pml], [v], [component_compile_mode_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_pml_v_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [pml], [v], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [pml], [v]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_pml_v_DSO], [test "$BUILD_ompi_pml_v_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_v_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_pml_v_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_v_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_pml_v_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_pml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_pml]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_pml]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_pml_ALL_SUBDIRS], [pml], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_pml_STATIC_SUBDIRS], [pml], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_pml_DSO_SUBDIRS], [pml], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([ompi], [pml]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_pml_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_ompi_sharedfp_CONFIG([ompi], [sharedfp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [sharedfp], [$want_io_ompio]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [sharedfp], [individual], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [sharedfp], [individual], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [sharedfp], [individual], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([individual], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [sharedfp], [individual], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [sharedfp], [individual], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [sharedfp], [individual]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_sharedfp_individual_DSO], [test "$BUILD_ompi_sharedfp_individual_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_individual_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_individual_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_individual_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_individual_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [sharedfp], [lockedfile], [all_components], [static_components], [dso_components], [static_ltlibs], [$want_io_ompio]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [sharedfp], [lockedfile], [should_build=$want_io_ompio], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [sharedfp], [lockedfile], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([lockedfile], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [sharedfp], [lockedfile], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [sharedfp], [lockedfile], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [sharedfp], [lockedfile]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_sharedfp_lockedfile_DSO], [test "$BUILD_ompi_sharedfp_lockedfile_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_lockedfile_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_lockedfile_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_lockedfile_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_lockedfile_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [sharedfp], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [sharedfp], [sm], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [sharedfp], [sm], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sm], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [sharedfp], [sm], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_sharedfp_sm_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_SEARCH_LIBS_COMPONENT([sharedfp_sm], [sem_open], [pthread], [AC_CHECK_FUNCS([sem_open], [sharedfp_sm_happy="yes"],[]) ]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([LIBS_save add]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp_sm_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([sharedfp_sm_LIBS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp_sm_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SEM_OPEN$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_SHAREDFP_SM$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_SEARCH_LIBS_COMPONENT([sharedfp_sm], [sem_init], [pthread], [AC_CHECK_FUNCS([sem_init], [sharedfp_sm_happy="yes"],[]) ]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([LIBS_save add]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp_sm_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([sharedfp_sm_LIBS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sharedfp_sm_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_SEM_INIT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OPAL_HAVE_SHAREDFP_SM$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [sharedfp], [sm], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [sharedfp], [sm]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_sharedfp_sm_DSO], [test "$BUILD_ompi_sharedfp_sm_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_sm_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_sharedfp_sm_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_sm_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_sharedfp_sm_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_sharedfp_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_sharedfp]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_sharedfp]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_sharedfp_ALL_SUBDIRS], [sharedfp], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_sharedfp_STATIC_SUBDIRS], [sharedfp], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_sharedfp_DSO_SUBDIRS], [sharedfp], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_sharedfp_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [topo], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [topo], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [topo], [basic], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [topo], [basic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([topo], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([basic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [topo], [basic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [topo], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [topo], [basic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_topo_basic_DSO], [test "$BUILD_ompi_topo_basic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_topo_basic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_topo_basic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_topo_basic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_topo_basic_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([ompi], [topo], [treematch], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [topo], [treematch], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [topo], [treematch], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([topo], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([treematch], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [topo], [treematch], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_ompi_topo_treematch_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_CONFIG_TREEMATCH([topo_treematch], [should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([treematch_builddir]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^topo_treematch_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^topo_treematch_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^topo_treematch_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [topo], [treematch], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [topo], [treematch]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_topo_treematch_DSO], [test "$BUILD_ompi_topo_treematch_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_topo_treematch_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_topo_treematch_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_topo_treematch_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_topo_treematch_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_topo_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_topo]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_topo]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_topo_ALL_SUBDIRS], [topo], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_topo_STATIC_SUBDIRS], [topo], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_topo_DSO_SUBDIRS], [topo], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_topo_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([ompi], [vprotocol], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([ompi], [vprotocol], [pessimist], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([ompi], [vprotocol], [pessimist], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([ompi], [vprotocol], [pessimist], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ompi], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([vprotocol], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([pessimist], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([ompi], [vprotocol], [pessimist], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([ompi], [vprotocol], [pessimist], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([ompi], [vprotocol], [pessimist]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_ompi_vprotocol_pessimist_DSO], [test "$BUILD_ompi_vprotocol_pessimist_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_vprotocol_pessimist_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_ompi_vprotocol_pessimist_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_vprotocol_pessimist_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_ompi_vprotocol_pessimist_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_ompi_vprotocol_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_vprotocol]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_vprotocol]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_vprotocol_ALL_SUBDIRS], [vprotocol], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_vprotocol_STATIC_SUBDIRS], [vprotocol], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_ompi_vprotocol_DSO_SUBDIRS], [vprotocol], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_vprotocol_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORKS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORKS_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORK_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_ompi_FRAMEWORK_CORE_LIBS$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_PROJECT([oshmem]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([oshmem], [atomic], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([oshmem], [atomic], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [atomic], [basic], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [atomic], [basic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([basic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [atomic], [basic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [atomic], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [atomic], [basic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_atomic_basic_DSO], [test "$BUILD_oshmem_atomic_basic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_atomic_basic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_atomic_basic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_atomic_basic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_atomic_basic_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [atomic], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [atomic], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [atomic], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [atomic], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_atomic_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([atomic_ucx], [atomic_ucx_happy="yes"], [atomic_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [atomic_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_atomic_ucx_save_CPPFLAGS check_package_atomic_ucx_save_LDFLAGS check_package_atomic_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [atomic_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [atomic_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [atomic_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [atomic_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [atomic_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [atomic_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [atomic_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([atomic_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([atomic_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([atomic_ucx_LDFLAGS], [${atomic_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([atomic_ucx_LIBS], [${atomic_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([atomic_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [atomic_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${atomic_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${atomic_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${atomic_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [atomic_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^atomic_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^atomic_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^atomic_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [atomic], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [atomic], [ucx]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_atomic_ucx_DSO], [test "$BUILD_oshmem_atomic_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_atomic_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_atomic_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_atomic_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_atomic_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_atomic_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_atomic]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_atomic]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_atomic_ALL_SUBDIRS], [atomic], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_atomic_STATIC_SUBDIRS], [atomic], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_atomic_DSO_SUBDIRS], [atomic], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_atomic_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_oshmem_memheap_CONFIG([oshmem], [memheap]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([oshmem], [memheap], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([oshmem], [memheap], [buddy], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [memheap], [buddy], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [memheap], [buddy], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memheap], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([buddy], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [memheap], [buddy], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [memheap], [buddy], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [memheap], [buddy]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_memheap_buddy_DSO], [test "$BUILD_oshmem_memheap_buddy_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_memheap_buddy_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_memheap_buddy_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_memheap_buddy_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_memheap_buddy_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([oshmem], [memheap], [ptmalloc], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [memheap], [ptmalloc], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [memheap], [ptmalloc], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([memheap], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ptmalloc], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [memheap], [ptmalloc], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [memheap], [ptmalloc], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [memheap], [ptmalloc]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_memheap_ptmalloc_DSO], [test "$BUILD_oshmem_memheap_ptmalloc_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_memheap_ptmalloc_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_memheap_ptmalloc_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_memheap_ptmalloc_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_memheap_ptmalloc_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_memheap_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_memheap]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_memheap]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_memheap_ALL_SUBDIRS], [memheap], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_memheap_STATIC_SUBDIRS], [memheap], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_memheap_DSO_SUBDIRS], [memheap], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([oshmem], [memheap]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_memheap_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([oshmem], [scoll], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([oshmem], [scoll], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [scoll], [basic], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [scoll], [basic], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([basic], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [scoll], [basic], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [scoll], [basic], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [scoll], [basic]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_scoll_basic_DSO], [test "$BUILD_oshmem_scoll_basic_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_basic_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_basic_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_basic_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_basic_DSO_FALSE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_NO_CONFIG_COMPONENT([oshmem], [scoll], [mpi], [all_components], [static_components], [dso_components], [static_ltlibs], [1]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [scoll], [mpi], [should_build=1], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [scoll], [mpi], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mpi], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [scoll], [mpi], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [scoll], [mpi], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [scoll], [mpi]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_scoll_mpi_DSO], [test "$BUILD_oshmem_scoll_mpi_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_mpi_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_mpi_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_mpi_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_mpi_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [scoll], [ucc], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [scoll], [ucc], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [scoll], [ucc], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucc], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [scoll], [ucc], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_scoll_ucc_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCC([scoll_ucc], [scoll_ucc_happy="yes"], [scoll_ucc_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucc_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucc], [scoll_ucc], [ucc/api/ucc.h], [ucc], [ucc_init_version], [ompi_check_ucc_happy="yes"], [ompi_check_ucc_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucc]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll_ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_scoll_ucc_save_CPPFLAGS check_package_scoll_ucc_save_LDFLAGS check_package_scoll_ucc_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucc], [scoll_ucc], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucc], [scoll_ucc], [${oac_cv_check_package_ucc_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [scoll_ucc_PC_MODULES=${oac_cv_check_package_ucc_pcfilename} oac_cv_check_package_ucc_pkg_config_exists=yes], [oac_cv_check_package_ucc_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--cflags], [oac_cv_check_package_ucc_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucc_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucc_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucc_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucc_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucc_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucc_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucc_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucc], [scoll_ucc], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucc], [scoll_ucc], [${oac_cv_check_package_ucc_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucc_wrapper_compiler_works=yes], [oac_cv_check_package_ucc_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucc_wrapper_compiler_works=yes], [oac_cv_check_package_ucc_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucc_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucc static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucc_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucc_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucc_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucc], [scoll_ucc], [ucc/api/ucc.h], [ucc], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucc], [scoll_ucc], [ucc/api/ucc.h], [ucc], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([scoll_ucc_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll_ucc_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([scoll_ucc_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll_ucc_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([scoll_ucc_LDFLAGS], [${scoll_ucc_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll_ucc_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([scoll_ucc_LIBS], [${scoll_ucc_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([scoll_ucc_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucc], [scoll_ucc], [ucc/api/ucc.h], [ucc_init_version], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${scoll_ucc_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${scoll_ucc_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${scoll_ucc_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucc], [scoll_ucc], [ucc/api/ucc.h], [ucc_init_version], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucc], [ucc_init_version], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucc]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCC_COMM_FREE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^UCC_HAVE_COMPLEX_AND_FLOAT128_DT$]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^scoll_ucc_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^scoll_ucc_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^scoll_ucc_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [scoll], [ucc], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [scoll], [ucc]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_scoll_ucc_DSO], [test "$BUILD_oshmem_scoll_ucc_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_ucc_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_scoll_ucc_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_ucc_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_scoll_ucc_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_scoll_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_scoll]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_scoll]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_scoll_ALL_SUBDIRS], [scoll], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_scoll_STATIC_SUBDIRS], [scoll], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_scoll_DSO_SUBDIRS], [scoll], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_scoll_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_oshmem_spml_CONFIG([oshmem], [spml]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([oshmem], [spml], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [spml], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [spml], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [spml], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [spml], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_spml_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([spml_ucx], [spml_ucx_happy="yes"], [spml_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [spml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_spml_ucx_save_CPPFLAGS check_package_spml_ucx_save_LDFLAGS check_package_spml_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [spml_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [spml_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [spml_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [spml_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [spml_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [spml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [spml_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([spml_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([spml_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([spml_ucx_LDFLAGS], [${spml_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([spml_ucx_LIBS], [${spml_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([spml_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [spml_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${spml_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${spml_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${spml_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [spml_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^spml_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^spml_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^spml_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [spml], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [spml], [ucx]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_spml_ucx_DSO], [test "$BUILD_oshmem_spml_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_spml_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_spml_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_spml_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_spml_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_spml_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_spml]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_spml]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_spml_ALL_SUBDIRS], [spml], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_spml_STATIC_SUBDIRS], [spml], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_spml_DSO_SUBDIRS], [spml], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- MCA_SETUP_DIRECT_CALL([oshmem], [spml]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DIRECT_CALL$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DIRECT_CALL_COMPONENT$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_spml_DIRECT_CALL_HEADER$]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_FRAMEWORK([oshmem], [sshmem], [1]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [sshmem], [mmap], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [sshmem], [mmap], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [sshmem], [mmap], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mmap], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [sshmem], [mmap], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_sshmem_mmap_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OSHMEM_SSHMEM_MMAP$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [sshmem], [mmap], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [sshmem], [mmap]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_sshmem_mmap_DSO], [test "$BUILD_oshmem_sshmem_mmap_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_mmap_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_mmap_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_mmap_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_mmap_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [sshmem], [sysv], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [sshmem], [sysv], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [sshmem], [sysv], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sysv], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [sshmem], [sysv], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_sshmem_sysv_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^OSHMEM_SSHMEM_SYSV$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [sshmem], [sysv], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [sshmem], [sysv]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_sshmem_sysv_DSO], [test "$BUILD_oshmem_sshmem_sysv_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_sysv_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_sysv_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_sysv_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_sysv_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- MCA_CONFIGURE_M4_CONFIG_COMPONENT([oshmem], [sshmem], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$components_looking_for_succeed], [components_last_result=1], [components_last_result=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_BUILD_CHECK([oshmem], [sshmem], [ucx], [should_build=$components_looking_for_succeed], [should_build=0]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE([oshmem], [sshmem], [ucx], [compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oshmem], [1]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem], [2]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx], [3]) m4trace:configure.ac:1199: -1- MCA_COMPONENT_COMPILE_MODE_INTERNAL([oshmem], [sshmem], [ucx], [compile_mode_cv]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([compile_mode_internal_tmp SHARED_FRAMEWORK SHARED_COMPONENT STATIC_FRAMEWORK STATIC_COMPONENT]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_oshmem_sshmem_ucx_CONFIG([should_build=$should_build], [should_build=0]) m4trace:configure.ac:1199: -1- OMPI_CHECK_UCX([sshmem_ucx], [sshmem_ucx_happy="yes"], [sshmem_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([ompi_check_ucx_happy ompi_check_ucx_CPPFLAGS_save ompi_check_ucx_LDFLAGS_save ompi_check_ucx_LIBS_save]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE([ucx], [sshmem_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [ucp_cleanup], [ompi_check_ucx_happy="yes"], [ompi_check_ucx_happy="no"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([ucx]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem_ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_sshmem_ucx_save_CPPFLAGS check_package_sshmem_ucx_save_LDFLAGS check_package_sshmem_ucx_save_LIBS check_package_happy check_package_have_flags check_package_prefix check_package_libdir check_package_incdir check_package_pcfilename]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG([ucx], [sshmem_ucx], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_CHECK_PACKAGE_PARSE_PKGCONFIG([ucx], [sshmem_ucx], [${oac_cv_check_package_ucx_pcfilename}], [check_package_type="pkg-config" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_internal_result]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--exists], [check_package_pkgconfig_internal_result], [sshmem_ucx_PC_MODULES=${oac_cv_check_package_ucx_pcfilename} oac_cv_check_package_ucx_pkg_config_exists=yes], [oac_cv_check_package_ucx_pkg_config_exists=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([check_package_pkgconfig_internal_result], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --exists ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--cflags], [oac_cv_check_package_ucx_pkg_config_cppflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_cppflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --cflags ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-L --libs-only-other], [oac_cv_check_package_ucx_pkg_config_static_ldflags], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_ldflags], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-L --libs-only-other ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--libs-only-l], [oac_cv_check_package_ucx_pkg_config_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_PKGCONFIG_RUN([${oac_cv_check_package_ucx_pcfilename}], [--static --libs-only-l], [oac_cv_check_package_ucx_pkg_config_static_libs], [], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from pkg-config])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_pkgconfig_run_results check_package_pkgconfig_run_happy]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`], [AS_VAR_COPY([oac_cv_check_package_ucx_pkg_config_static_libs], [check_package_pkgconfig_run_results]) check_package_pkgconfig_run_happy=yes]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_pkgconfig_run_results=`${PKG_CONFIG} --static --libs-only-l ${oac_cv_check_package_ucx_pcfilename} 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([pkg-config output: ${check_package_pkgconfig_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_COMPILER([ucx], [sshmem_ucx], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_INTERNAL([ucx], [sshmem_ucx], [${oac_cv_check_package_ucx_wrapper_compiler}], [check_package_type="wrapper compiler" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_internal_result check_package_wrapper_internal_tmp]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:version], [check_package_wrapper_internal_result], [oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) oac_cv_check_package_ucx_wrapper_compiler_works=yes], [oac_cv_check_package_ucx_wrapper_compiler_works=no]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:version 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:incdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx cppflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:incdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_cppflags], ["-I${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_cppflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libdirs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static ldflags from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libdirs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags], ["-L${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_ldflags]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_WRAPPER_RUN([${oac_cv_check_package_ucx_wrapper_compiler}], [--showme:libs_static], [check_package_wrapper_internal_result], [for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_wrapper_run_results]) m4trace:configure.ac:1199: -1- OAC_LOG_COMMAND([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`], [AS_VAR_COPY([check_package_wrapper_internal_result], [check_package_wrapper_run_results]) for check_package_wrapper_internal_tmp in ${check_package_wrapper_internal_result} ; do OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) done], [AC_MSG_RESULT([error]) AC_MSG_ERROR([An error occurred retrieving ucx static libs from wrapper compiler])]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([check_package_wrapper_run_results=`${oac_cv_check_package_ucx_wrapper_compiler} --showme:libs_static 2>&1`]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_cv_check_package_ucx_wrapper_compiler_static_libs], ["-l${check_package_wrapper_internal_tmp}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_cv_check_package_ucx_wrapper_compiler_static_libs]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([wrapper output: ${check_package_wrapper_run_results}], [1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC([ucx], [sshmem_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_type="" check_package_have_flags=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_happy check_package_generic_lib]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_GENERIC_PREFIX([ucx], [sshmem_ucx], [ucp/api/ucp.h], [ucp -luct -lucm -lucs], [check_package_generic_happy=1]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_generic_search_header check_package_generic_search_lib check_package_generic_incdir]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([sshmem_ucx_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem_ucx_LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([sshmem_ucx_STATIC_LIBS], ["-l${check_package_generic_lib}"]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem_ucx_STATIC_LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_APPEND([sshmem_ucx_LDFLAGS], [${sshmem_ucx_STATIC_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem_ucx_LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([sshmem_ucx_LIBS], [${sshmem_ucx_STATIC_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([sshmem_ucx_LIBS]) m4trace:configure.ac:1199: -1- _OAC_CHECK_PACKAGE_VERIFY([ucx], [sshmem_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_happy=1], [check_package_happy=0]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([check_package_verify_search_header check_package_verify_happy]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [${sshmem_ucx_CPPFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [${sshmem_ucx_LDFLAGS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${sshmem_ucx_LIBS}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_CHECK_PACKAGE_CALLBACK([ucx], [sshmem_ucx], [ucp/api/ucp.h], [ucp_cleanup], [check_package_verify_happy=1], [check_package_verify_happy=0]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_CHECK_LINUX([ucx], [ucp_cleanup], [], [opal_libnl_sane]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([this_requires_v1 libnl_sane this_requires_v3 ldd_output result_msg]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([$CC -o conftest $CFLAGS $CPPFLAGS conftest_c.$ac_ext $LDFLAGS $LIBS ]) m4trace:configure.ac:1199: -1- OAC_LOG_MSG([\$? = $oac_log_command_status]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([result_msg]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_LIBNL_SANITY_FAIL_MSG([ucx]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_uniq_name oac_uniq_done oac_uniq_i oac_uniq_found oac_uniq_count oac_uniq_newval oac_uniq_val]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([ldd_output libnl_sane this_requires_v1 this_requires_v3 result_msg]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP([opal_libnl_sane]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_TAG_SEND_NBR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLUSH_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_REQUEST_CHECK_STATUS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NB$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PUT_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_GET_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_OP_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_FLUSH_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCM_TEST_EXTERNAL_EVENTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_AND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_OR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_POST_OP_XOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FAND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATOMIC_FETCH_OP_FXOR$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_PARAM_FIELD_ESTIMATED_NUM_PPN$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_FLAG_IGNORE_REQUEST_LEAK$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_OP_ATTR_FLAG_MULTI_SEND$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_MEM_MAP_SYMMETRIC_RKEY$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCS_MEMORY_TYPE_RDMA$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_WORKER_ADDRESS_FLAGS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_ATTR_FIELD_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_ATTR_MEMORY_TYPES$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_EP_ATTR_FIELD_TRANSPORTS$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_SEND_SYNC_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_TAG_RECV_NBX$]) m4trace:configure.ac:1199: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_DECL_UCP_RKEY_COMPARE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^HAVE_UCP_REQUEST_PARAM_T$]) m4trace:configure.ac:1199: -1- OPAL_SUMMARY_ADD([Transports], [Open UCX], [], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_SUMMARY_ADD([Transports], [Open UCX], [$ompi_check_ucx_happy]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_summary_line oac_summary_newline oac_summary_key]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_summary_sections], [AS_TR_SH([Transports])]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_summary_sections]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- m4_pattern_allow([^sshmem_ucx_CPPFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^sshmem_ucx_LDFLAGS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^sshmem_ucx_LIBS$]) m4trace:configure.ac:1199: -1- MCA_PROCESS_COMPONENT([oshmem], [sshmem], [ucx], [all_components], [static_components], [dso_components], [static_ltlibs], [$compile_mode]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_ldflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OPAL_MCA_STRIP_LAFILES([tmp_flags], [$tmp_all_flags]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_PUSH([opal_tmp]) m4trace:configure.ac:1199: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_libs], [${oac_list_arg}]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_libs]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1199: -1- OAC_APPEND([mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1199: -1- OAC_ASSERT_LITERAL([mca_wrapper_extra_cppflags]) m4trace:configure.ac:1199: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1199: -1- MCA_PROCESS_DEAD_COMPONENT([oshmem], [sshmem], [ucx]) m4trace:configure.ac:1199: -1- AM_CONDITIONAL([MCA_BUILD_oshmem_sshmem_ucx_DSO], [test "$BUILD_oshmem_sshmem_ucx_DSO" = "1"]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_ucx_DSO_TRUE$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_BUILD_oshmem_sshmem_ucx_DSO_FALSE$]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_ucx_DSO_TRUE]) m4trace:configure.ac:1199: -1- _AM_SUBST_NOTMAKE([MCA_BUILD_oshmem_sshmem_ucx_DSO_FALSE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -2- OPAL_EVAL_ARG([MCA_oshmem_sshmem_CONFIGURE_MODE]) m4trace:configure.ac:1199: -4- OPAL_EVAL_ARG([DIRECT_sshmem]) m4trace:configure.ac:1199: -1- OPAL_EVAL_ARG([DIRECT_sshmem]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_ALL_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_STATIC_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_DSO_COMPONENTS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_STATIC_LTLIBS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_sshmem_ALL_SUBDIRS], [sshmem], [$all_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_sshmem_STATIC_SUBDIRS], [sshmem], [$static_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- OPAL_MCA_MAKE_DIR_LIST([MCA_oshmem_sshmem_DSO_SUBDIRS], [sshmem], [$dso_components]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_sshmem_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORKS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORKS_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORK_COMPONENT_ALL_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORK_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_oshmem_FRAMEWORK_CORE_LIBS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_PROJECT_SUBDIRS$]) m4trace:configure.ac:1199: -1- m4_pattern_allow([^MCA_PROJECT_DIST_SUBDIRS$]) m4trace:configure.ac:1204: -1- OPAL_WRAPPER_FLAGS_ADD([CFLAGS], [$THREAD_CFLAGS]) m4trace:configure.ac:1204: -1- OAC_ASSERT_LITERAL([wrapper_extra_cflags]) m4trace:configure.ac:1204: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1204: -1- OAC_APPEND([wrapper_extra_cflags], [$oac_list_arg]) m4trace:configure.ac:1204: -1- OAC_ASSERT_LITERAL([wrapper_extra_cflags]) m4trace:configure.ac:1204: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1205: -1- OPAL_WRAPPER_FLAGS_ADD([CXXFLAGS], [$THREAD_CXXFLAGS]) m4trace:configure.ac:1205: -1- OAC_ASSERT_LITERAL([wrapper_extra_cxxflags]) m4trace:configure.ac:1205: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1205: -1- OAC_APPEND([wrapper_extra_cxxflags], [$oac_list_arg]) m4trace:configure.ac:1205: -1- OAC_ASSERT_LITERAL([wrapper_extra_cxxflags]) m4trace:configure.ac:1205: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1206: -1- OPAL_WRAPPER_FLAGS_ADD([FCFLAGS], [$THREAD_FCFLAGS]) m4trace:configure.ac:1206: -1- OAC_ASSERT_LITERAL([wrapper_extra_fcflags]) m4trace:configure.ac:1206: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1206: -1- OAC_APPEND([wrapper_extra_fcflags], [$oac_list_arg]) m4trace:configure.ac:1206: -1- OAC_ASSERT_LITERAL([wrapper_extra_fcflags]) m4trace:configure.ac:1206: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1207: -1- OPAL_WRAPPER_FLAGS_ADD([LDFLAGS], [$THREAD_LDFLAGS]) m4trace:configure.ac:1207: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1207: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1207: -1- OAC_APPEND([wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1207: -1- OAC_ASSERT_LITERAL([wrapper_extra_ldflags]) m4trace:configure.ac:1207: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1209: -1- OMPI_REQUIRE_ENDPOINT_TAG_FINI m4trace:configure.ac:1209: -1- m4_pattern_allow([^OMPI_PROC_ENDPOINT_TAG_MAX$]) m4trace:configure.ac:1235: -1- OMPI_SETUP_MPI_EXT m4trace:configure.ac:1235: -1- OMPI_EXT m4trace:configure.ac:1235: -1- EXT_CONFIGURE m4trace:configure.ac:1235: -1- AM_CONDITIONAL([OMPI_BUILD_FORTRAN_USEMPI_EXT], [test $OMPI_BUILD_FORTRAN_USEMPI_EXT -eq 1]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPI_EXT_TRUE$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPI_EXT_FALSE$]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPI_EXT_TRUE]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPI_EXT_FALSE]) m4trace:configure.ac:1235: -1- AM_CONDITIONAL([OMPI_BUILD_FORTRAN_USEMPIF08_EXT], [test $OMPI_BUILD_FORTRAN_USEMPIF08_EXT -eq 1]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPIF08_EXT_TRUE$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPIF08_EXT_FALSE$]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPIF08_EXT_TRUE]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPIF08_EXT_FALSE]) m4trace:configure.ac:1235: -1- AM_CONDITIONAL([OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT], [test $OMPI_BUILD_FORTRAN_USEMPI_EXT -eq 1 || \ test $OMPI_BUILD_FORTRAN_USEMPIF08_EXT -eq 1]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_TRUE$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_FALSE$]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_TRUE]) m4trace:configure.ac:1235: -1- _AM_SUBST_NOTMAKE([OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_FALSE]) m4trace:configure.ac:1235: -1- EXT_CONFIGURE_M4_CONFIG_COMPONENT([affinity], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- EXT_COMPONENT_BUILD_CHECK([affinity], [should_build=1], [should_build=0]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_affinity_CONFIG([should_build=${should_build}], [should_build=0]) m4trace:configure.ac:1235: -1- EXT_PROCESS_COMPONENT([affinity], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- EXT_PROCESS_DEAD_COMPONENT([affinity], [OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- EXT_CONFIGURE_M4_CONFIG_COMPONENT([cuda], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- EXT_COMPONENT_BUILD_CHECK([cuda], [should_build=1], [should_build=0]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_cuda_CONFIG([should_build=${should_build}], [should_build=0]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^MPIX_CUDA_AWARE_SUPPORT$]) m4trace:configure.ac:1235: -1- EXT_PROCESS_COMPONENT([cuda], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- EXT_PROCESS_DEAD_COMPONENT([cuda], [OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- EXT_CONFIGURE_M4_CONFIG_COMPONENT([ftmpi], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- EXT_COMPONENT_BUILD_CHECK([ftmpi], [should_build=1], [should_build=0]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_ftmpi_CONFIG([should_build=${should_build}], [should_build=0]) m4trace:configure.ac:1235: -1- EXT_PROCESS_COMPONENT([ftmpi], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- EXT_PROCESS_DEAD_COMPONENT([ftmpi], [OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- EXT_CONFIGURE_M4_CONFIG_COMPONENT([rocm], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- EXT_COMPONENT_BUILD_CHECK([rocm], [should_build=1], [should_build=0]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_rocm_CONFIG([should_build=${should_build}], [should_build=0]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^MPIX_ROCM_AWARE_SUPPORT$]) m4trace:configure.ac:1235: -1- EXT_PROCESS_COMPONENT([rocm], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- EXT_PROCESS_DEAD_COMPONENT([rocm], [OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- EXT_CONFIGURE_M4_CONFIG_COMPONENT([shortfloat], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- EXT_COMPONENT_BUILD_CHECK([shortfloat], [should_build=1], [should_build=0]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_shortfloat_CONFIG([should_build=${should_build}], [should_build=0]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIX_C_FLOAT16_FORTRAN_COMMENT_OUT$]) m4trace:configure.ac:1235: -1- EXT_PROCESS_COMPONENT([shortfloat], [OMPI_MPIEXT_ALL], [OMPI_MPIEXT_C], [OMPI_MPIEXT_MPIFH], [OMPI_MPIEXT_USEMPI], [OMPI_MPIEXT_USEMPIF08], [OMPI_MPIEXT_ARCHIVE]) m4trace:configure.ac:1235: -1- OMPI_MPIEXT_shortfloat_INCLUDE_MPIFH_IN_USEMPIF08 m4trace:configure.ac:1235: -1- OMPI_MPIEXT_shortfloat_HAVE_OBJECT m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_ldflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_ldflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_libs], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_libs]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1235: -1- OAC_APPEND([ompi_mca_wrapper_extra_cppflags], [$oac_list_arg]) m4trace:configure.ac:1235: -1- OAC_ASSERT_LITERAL([ompi_mca_wrapper_extra_cppflags]) m4trace:configure.ac:1235: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1235: -1- EXT_PROCESS_DEAD_COMPONENT([shortfloat], [OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- OMPI_EXT_MAKE_DIR_LIST([OMPI_MPIEXT_ALL_SUBDIRS], [$OMPI_MPIEXT_ALL]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_ALL_SUBDIRS$]) m4trace:configure.ac:1235: -1- OMPI_EXT_MAKE_LISTS([OMPI_MPIEXT_C], [$OMPI_MPIEXT_C], [$OMPI_MPIEXT_ARCHIVE], [c], [c]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_C_DIRS$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_C_LIBS$]) m4trace:configure.ac:1235: -1- OMPI_EXT_MAKE_LISTS([OMPI_MPIEXT_MPIFH], [$OMPI_MPIEXT_MPIFH], [$OMPI_MPIEXT_ARCHIVE], [mpif-h], [mpifh]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_MPIFH_DIRS$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_MPIFH_LIBS$]) m4trace:configure.ac:1235: -1- OMPI_EXT_MAKE_LISTS([OMPI_MPIEXT_USEMPI], [$OMPI_MPIEXT_USEMPI], [$OMPI_MPIEXT_ARCHIVE], [use-mpi], [usempi]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_USEMPI_DIRS$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_USEMPI_LIBS$]) m4trace:configure.ac:1235: -1- OMPI_EXT_MAKE_LISTS([OMPI_MPIEXT_USEMPIF08], [$OMPI_MPIEXT_USEMPIF08], [$OMPI_MPIEXT_ARCHIVE], [use-mpi-f08], [usempif08]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_USEMPIF08_DIRS$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_USEMPIF08_LIBS$]) m4trace:configure.ac:1235: -1- m4_pattern_allow([^OMPI_MPIEXT_COMPONENTS$]) m4trace:configure.ac:1249: -1- OPAL_CHECK_VISIBILITY m4trace:configure.ac:1249: -1- m4_pattern_allow([^OPAL_C_HAVE_VISIBILITY$]) m4trace:configure.ac:1275: -1- LT_INIT m4trace:configure.ac:1275: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) m4trace:configure.ac:1275: -1- LTOPTIONS_VERSION m4trace:configure.ac:1275: -1- LTSUGAR_VERSION m4trace:configure.ac:1275: -1- LTVERSION_VERSION m4trace:configure.ac:1275: -1- LTOBSOLETE_VERSION m4trace:configure.ac:1275: -1- _LT_PROG_LTMAIN m4trace:configure.ac:1275: -1- m4_pattern_allow([^LIBTOOL$]) m4trace:configure.ac:1275: -1- _LT_PREPARE_SED_QUOTE_VARS m4trace:configure.ac:1275: -1- _LT_PROG_ECHO_BACKSLASH m4trace:configure.ac:1275: -1- LT_PATH_LD m4trace:configure.ac:1275: -1- m4_pattern_allow([^SED$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^FGREP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:1275: -1- LT_CMD_MAX_LEN m4trace:configure.ac:1275: -1- m4_pattern_allow([^FILECMD$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^OBJDUMP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^DLLTOOL$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^ac_ct_AR$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:1275: -1- _LT_WITH_SYSROOT m4trace:configure.ac:1275: -1- m4_pattern_allow([LT_OBJDIR]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LT_OBJDIR$]) m4trace:configure.ac:1275: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:1275: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:1275: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) m4trace:configure.ac:1275: -1- LT_SUPPORTED_TAG([CC]) m4trace:configure.ac:1275: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) m4trace:configure.ac:1275: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) m4trace:configure.ac:1275: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^MANIFEST_TOOL$]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- _LT_REQUIRED_DARWIN_CHECKS m4trace:configure.ac:1275: -1- m4_pattern_allow([^DSYMUTIL$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^NMEDIT$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LIPO$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^OTOOL$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^OTOOL64$]) m4trace:configure.ac:1275: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:1275: -1- LT_SYS_DLOPEN_SELF m4trace:configure.ac:1275: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) m4trace:configure.ac:1275: -1- LT_LANG([CXX]) m4trace:configure.ac:1275: -1- LT_SUPPORTED_TAG([CXX]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^CXXCPP$]) m4trace:configure.ac:1275: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:1275: -1- LT_PATH_LD m4trace:configure.ac:1275: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no]) m4trace:configure.ac:1275: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:1275: -1- LT_LANG([FC]) m4trace:configure.ac:1275: -1- LT_SUPPORTED_TAG([FC]) m4trace:configure.ac:1275: -1- _LT_COMPILER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_LINKER_BOILERPLATE m4trace:configure.ac:1275: -1- _LT_CC_BASENAME([$compiler]) m4trace:configure.ac:1275: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, FC) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, FC)], [$_LT_TAGVAR(lt_prog_compiler_pic, FC)@&t@m4_if([FC],[],[ -DPIC],[m4_if([FC],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, FC) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, FC)=" $_LT_TAGVAR(lt_prog_compiler_pic, FC)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, FC)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, FC)=no]) m4trace:configure.ac:1275: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_FC], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, FC)=]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- _LT_DLL_DEF_P([$export_symbols]) m4trace:configure.ac:1275: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:1308: -1- m4_pattern_allow([^OPAL_DYN_LIB_PREFIX$]) m4trace:configure.ac:1309: -1- m4_pattern_allow([^OPAL_DYN_LIB_SUFFIX$]) m4trace:configure.ac:1312: -1- LT_OUTPUT m4trace:configure.ac:1312: -1- _LT_PROG_LTMAIN m4trace:configure.ac:1349: -1- OMPI_SETUP_DEBUGGER_FLAGS m4trace:configure.ac:1349: -1- OPAL_STRIP_OPTFLAGS([$CFLAGS]) m4trace:configure.ac:1349: -1- m4_pattern_allow([^CFLAGS_WITHOUT_OPTFLAGS$]) m4trace:configure.ac:1349: -1- m4_pattern_allow([^DEBUGGER_CFLAGS$]) m4trace:configure.ac:1349: -1- _OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS([-fasynchronous-unwind-tables], [MPIR_UNWIND_CFLAGS="-fasynchronous-unwind-tables"], [_OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS([-Meh_frame -Mframe], [MPIR_UNWIND_CFLAGS="-Meh_frame -Mframe"], [MPIR_UNWIND_CFLAGS=-g]) ]) m4trace:configure.ac:1349: -1- OPAL_VAR_SCOPE_PUSH([OMPI_SETUP_DEBUGGER_FLAGS_CFLAGS_save]) m4trace:configure.ac:1349: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1349: -1- _OMPI_SETUP_DEBUGGER_FLAGS_TRY_CFLAGS([-Meh_frame -Mframe], [MPIR_UNWIND_CFLAGS="-Meh_frame -Mframe"], [MPIR_UNWIND_CFLAGS=-g]) m4trace:configure.ac:1349: -1- OPAL_VAR_SCOPE_PUSH([OMPI_SETUP_DEBUGGER_FLAGS_CFLAGS_save]) m4trace:configure.ac:1349: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1349: -1- m4_pattern_allow([^MPIR_UNWIND_CFLAGS$]) m4trace:configure.ac:1355: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:1356: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^FFLAGS$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^FCFLAGS$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^OMPI_LIBMPI_EXTRA_LIBS$]) m4trace:configure.ac:1357: -1- m4_pattern_allow([^OMPI_LIBMPI_EXTRA_LDFLAGS$]) m4trace:configure.ac:1366: -1- m4_pattern_allow([^AMCA_PARAM_SETS_DIR$]) m4trace:configure.ac:1375: -1- m4_pattern_allow([^PERL$]) m4trace:configure.ac:1377: -1- OPAL_SETUP_WRAPPER_FINAL m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([wrapper_tmp_arg wrapper_finalize_opal_libs wrapper_finalize_ompi_libs]) m4trace:configure.ac:1377: -1- OPAL_SETUP_RPATH m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_libdir_save]) m4trace:configure.ac:1377: -1- OPAL_LIBTOOL_CONFIG([hardcode_libdir_flag_spec], [rpath_args], [], [libdir=LIBDIR]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_script rpath_outfile]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OPAL_LIBTOOL_CONFIG([hardcode_libdir_flag_spec], [rpath_fc_args], [--tag=FC], [libdir=LIBDIR]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_script rpath_outfile]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OPAL_SETUP_RUNPATH m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([LDFLAGS_save wl_fc]) m4trace:configure.ac:1377: -1- OPAL_LIBTOOL_CONFIG([wl], [wl_fc], [--tag=FC], []) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_script rpath_outfile]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^WRAPPER_RPATH_SUPPORT$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([wrapper_tmp_arg]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([wrapper_tmp_arg], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([wrapper_tmp_arg]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([wrapper_tmp_arg], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([wrapper_tmp_arg]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_CPPFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_CFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_CXXFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_CXXFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OPAL_WRAPPER_LDFLAGS], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OPAL_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OPAL_WRAPPER_LDFLAGS_STATIC], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OPAL_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OPAL_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_LDFLAGS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OPAL_WRAPPER_LIBS_STATIC$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CPPFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CXXFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CXXFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_FCFLAGS]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FCFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FCFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OMPI_WRAPPER_LDFLAGS], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OMPI_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OMPI_WRAPPER_LDFLAGS_STATIC], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_FC_LDFLAGS([OMPI_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OMPI_WRAPPER_FC_LDFLAGS], [rpath_fc_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_FC_LDFLAGS([OMPI_WRAPPER_FC_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OMPI_WRAPPER_FC_LDFLAGS_STATIC], [rpath_fc_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OMPI_WRAPPER_FC_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OMPI_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LDFLAGS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LIBS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FC_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FC_LDFLAGS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FC_LIBS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CXX_REQUIRED_FILE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FORTRAN_REQUIRED_FILE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_INCLUDEDIR$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LIBDIR$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_CXXFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_FCFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_WRAPPER_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_LIBS_PRIVATE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_FC_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_FC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_FC_LIBS_PRIVATE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_MODULES$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OMPI_PC_MODULES_PRIVATE$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_CPPFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CPPFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CXXFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CXXFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_FCFLAGS]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FCFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FCFLAGS_PREFIX$]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS_STATIC], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS_STATIC], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS_STATIC]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LIBS], [${oac_list_arg}]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_FC_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_FC_LIBS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_FC_LIBS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OSHMEM_WRAPPER_LDFLAGS], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS([OSHMEM_WRAPPER_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OSHMEM_WRAPPER_LDFLAGS_STATIC], [rpath_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_FC_LDFLAGS([OSHMEM_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OSHMEM_WRAPPER_FC_LDFLAGS], [rpath_fc_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- RPATHIFY_FC_LDFLAGS([OSHMEM_WRAPPER_FC_LDFLAGS_STATIC]) m4trace:configure.ac:1377: -1- RPATHIFY_LDFLAGS_INTERNAL([OSHMEM_WRAPPER_FC_LDFLAGS_STATIC], [rpath_fc_args]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_PUSH([rpath_out rpath_dir rpath_tmp]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1377: -1- OAC_APPEND([OSHMEM_WRAPPER_FC_LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1377: -1- OAC_ASSERT_LITERAL([OSHMEM_WRAPPER_FC_LDFLAGS]) m4trace:configure.ac:1377: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LDFLAGS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LIBS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FC_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FC_LDFLAGS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FC_LIBS_STATIC$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CXX_REQUIRED_FILE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FORTRAN_REQUIRED_FILE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_CXXFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_FCFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LDFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_WRAPPER_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_LIBS_PRIVATE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_FC_CFLAGS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_FC_LIBS$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_FC_LIBS_PRIVATE$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_MODULES$]) m4trace:configure.ac:1377: -1- m4_pattern_allow([^OSHMEM_PC_MODULES_PRIVATE$]) m4trace:configure.ac:1377: -1- OPAL_VAR_SCOPE_POP m4trace:configure.ac:1388: -1- m4_pattern_allow([^OPAL_STDC_HEADERS$]) m4trace:configure.ac:1391: -1- m4_pattern_allow([^OPAL_HAVE_SYS_TIME_H$]) m4trace:configure.ac:1395: -1- m4_pattern_allow([^OPAL_HAVE_LONG_LONG$]) m4trace:configure.ac:1399: -1- m4_pattern_allow([^OPAL_HAVE_SYS_SYNCH_H$]) m4trace:configure.ac:1436: -1- AM_CONDITIONAL([PROJECT_OMPI], [test "$project_ompi_amc" = "true"]) m4trace:configure.ac:1436: -1- m4_pattern_allow([^PROJECT_OMPI_TRUE$]) m4trace:configure.ac:1436: -1- m4_pattern_allow([^PROJECT_OMPI_FALSE$]) m4trace:configure.ac:1436: -1- _AM_SUBST_NOTMAKE([PROJECT_OMPI_TRUE]) m4trace:configure.ac:1436: -1- _AM_SUBST_NOTMAKE([PROJECT_OMPI_FALSE]) m4trace:configure.ac:1437: -1- AM_CONDITIONAL([PROJECT_OSHMEM], [test "$project_oshmem_amc" = "true"]) m4trace:configure.ac:1437: -1- m4_pattern_allow([^PROJECT_OSHMEM_TRUE$]) m4trace:configure.ac:1437: -1- m4_pattern_allow([^PROJECT_OSHMEM_FALSE$]) m4trace:configure.ac:1437: -1- _AM_SUBST_NOTMAKE([PROJECT_OSHMEM_TRUE]) m4trace:configure.ac:1437: -1- _AM_SUBST_NOTMAKE([PROJECT_OSHMEM_FALSE]) m4trace:configure.ac:1460: -1- m4_pattern_allow([^opaldatadir$]) m4trace:configure.ac:1461: -1- m4_pattern_allow([^opallibdir$]) m4trace:configure.ac:1462: -1- m4_pattern_allow([^opalincludedir$]) m4trace:configure.ac:1463: -1- m4_pattern_allow([^pkglibdir$]) m4trace:configure.ac:1465: -1- OPAL_SET_MCA_PREFIX([OMPI_MCA_]) m4trace:configure.ac:1465: -1- m4_pattern_allow([^OPAL_MCA_PREFIX$]) m4trace:configure.ac:1466: -1- OPAL_SET_MCA_CMD_LINE_ID([mca]) m4trace:configure.ac:1466: -1- m4_pattern_allow([^OPAL_MCA_CMD_LINE_ID$]) m4trace:configure.ac:1467: -1- m4_pattern_allow([^ompidatadir$]) m4trace:configure.ac:1467: -1- m4_pattern_allow([^ompilibdir$]) m4trace:configure.ac:1467: -1- m4_pattern_allow([^ompiincludedir$]) m4trace:configure.ac:1474: -1- m4_pattern_allow([^oshmemdatadir$]) m4trace:configure.ac:1474: -1- m4_pattern_allow([^oshmemlibdir$]) m4trace:configure.ac:1474: -1- m4_pattern_allow([^oshmemincludedir$]) m4trace:configure.ac:1526: -1- m4_pattern_allow([^OPAL_MAKEDIST_DISABLE$]) m4trace:configure.ac:1528: -1- OPAL_CONFIG_FILES m4trace:configure.ac:1529: -1- OMPI_CONFIG_FILES m4trace:configure.ac:1530: -1- OSHMEM_CONFIG_FILES m4trace:configure.ac:1532: -1- OPAL_CHECK_LIBNL_SUMMARY m4trace:configure.ac:1537: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:1537: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.ac:1537: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) m4trace:configure.ac:1537: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) m4trace:configure.ac:1537: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) m4trace:configure.ac:1537: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) m4trace:configure.ac:1537: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) m4trace:configure.ac:1537: -1- OPAL_CONFIG_LIBEVENT_INTERNAL_LIBS_HANDLER m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OPAL_CONFIG_HWLOC_INTERNAL_LIBS_HANDLER m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OPAL_CONFIG_PMIX_INTERNAL_LIBS_HANDLER m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([CPPFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([CPPFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_prefix oac_list_append oac_list_arg oac_list_val]) m4trace:configure.ac:1537: -1- OAC_APPEND([LDFLAGS], [$oac_list_arg]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LDFLAGS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_val oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_val}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([oac_list_tmp_variable], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([oac_list_tmp_variable]) m4trace:configure.ac:1537: -1- OAC_APPEND([LIBS], [${oac_list_arg}]) m4trace:configure.ac:1537: -1- OAC_ASSERT_LITERAL([LIBS]) m4trace:configure.ac:1537: -1- OAC_VAR_SCOPE_POP m4trace:configure.ac:1537: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) m4trace:configure.ac:1537: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.ac:1537: -1- AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) m4trace:configure.ac:1537: -1- _LT_PROG_LTMAIN m4trace:configure.ac:1539: -1- OPAL_SUMMARY_PRINT m4trace:configure.ac:1539: -1- OAC_SUMMARY_PRINT m4trace:configure.ac:1539: -1- OAC_VAR_SCOPE_PUSH([oac_summary_section oac_summary_section_name]) m4trace:configure.ac:1539: -1- OAC_VAR_SCOPE_POP