This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Open MPI configure 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/openmpi-2.1.2 --htmldir=/usr/share/doc/openmpi-2.1.2/html --libdir=/usr/lib32 --sysconfdir=/etc/openmpi --enable-pretty-print-stacktrace --enable-orterun-prefix-by-default --with-hwloc=/usr --with-libltdl=/usr --with-libevent=/usr --enable-mpi-fortran=all --enable-mpi-cxx --without-cma --without-cuda --disable-io-romio --disable-heterogeneous --enable-ipv6 --disable-java --disable-mpi-java --disable-mpi-thread-multiple --without-verbs --without-knem --without-psm --disable-openib-control-hdr-padding --disable-openib-rdmacm --disable-openib-udcm --disable-openib-dynamic-sl --without-tm --without-slurm ## --------- ## ## Platform. ## ## --------- ## hostname = wim uname -m = x86_64 uname -r = 4.15.0-gentoo-JeR uname -s = Linux uname -v = #1 SMP PREEMPT Wed Jan 31 05:39:25 CET 2018 /usr/bin/uname -p = AMD Athlon(tm) II X3 455 Processor /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python2.7/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 PATH: /usr/lib/llvm/5/bin PATH: /usr/lib/llvm/4/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /opt/nvidia-cg-toolkit/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:5237: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:5579: checking for perl configure:5595: found /usr/bin/perl configure:5607: result: perl configure:5636: === Configuring Open MPI configure:5652: *** Startup tests configure:5730: checking build system type configure:5744: result: i686-pc-linux-gnu configure:5764: checking host system type configure:5777: result: i686-pc-linux-gnu configure:5797: checking target system type configure:5810: result: i686-pc-linux-gnu configure:5911: checking for i686-pc-linux-gnu-gcc configure:5938: result: x86_64-pc-linux-gnu-gcc -m32 configure:6207: checking for C compiler version configure:6216: x86_64-pc-linux-gnu-gcc -m32 --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 7.3.0 p1.1) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6227: $? = 0 configure:6216: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /home/portage/sys-devel/gcc-7.3.0/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 7.3.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0 p1.1) configure:6227: $? = 0 configure:6216: x86_64-pc-linux-gnu-gcc -m32 -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:6227: $? = 1 configure:6216: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:6227: $? = 1 configure:6247: checking whether the C compiler works configure:6269: x86_64-pc-linux-gnu-gcc -m32 -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:6273: $? = 0 configure:6321: result: yes configure:6324: checking for C compiler default output file name configure:6326: result: a.out configure:6332: checking for suffix of executables configure:6339: x86_64-pc-linux-gnu-gcc -m32 -o conftest -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:6343: $? = 0 configure:6365: result: configure:6387: checking whether we are cross compiling configure:6395: x86_64-pc-linux-gnu-gcc -m32 -o conftest -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:6399: $? = 0 configure:6406: ./conftest configure:6410: $? = 0 configure:6425: result: no configure:6430: checking for suffix of object files configure:6452: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:6456: $? = 0 configure:6477: result: o configure:6481: checking whether we are using the GNU C compiler configure:6500: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:6500: $? = 0 configure:6509: result: yes configure:6518: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:6538: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 configure:6538: $? = 0 configure:6579: result: yes configure:6596: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:6659: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:6659: $? = 0 configure:6672: result: none needed configure:6697: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together configure:6719: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o configure:6722: $? = 0 configure:6719: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o configure:6722: $? = 0 configure:6734: result: yes configure:6757: checking how to run the C preprocessor configure:6788: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:6788: $? = 0 configure:6802: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6802: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | /* end confdefs.h. */ | #include configure:6827: result: x86_64-pc-linux-gnu-gcc -m32 -E configure:6847: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:6847: $? = 0 configure:6861: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6861: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | /* end confdefs.h. */ | #include configure:6890: checking for grep that handles long lines and -e configure:6948: result: /bin/grep configure:6953: checking for egrep configure:7015: result: /bin/grep -E configure:7020: checking for ANSI C header files configure:7040: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7040: $? = 0 configure:7113: x86_64-pc-linux-gnu-gcc -m32 -o conftest -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:7113: $? = 0 configure:7113: ./conftest configure:7113: $? = 0 configure:7124: result: yes configure:7137: checking for sys/types.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for sys/stat.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for stdlib.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for string.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for memory.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for strings.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for inttypes.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for stdint.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7137: checking for unistd.h configure:7137: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7137: $? = 0 configure:7137: result: yes configure:7150: checking minix/config.h usability configure:7150: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:53:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:7150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7150: result: no configure:7150: checking minix/config.h presence configure:7150: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:20:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:7150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7150: result: no configure:7150: checking for minix/config.h configure:7150: result: no configure:7171: checking whether it is safe to define __EXTENSIONS__ configure:7189: x86_64-pc-linux-gnu-gcc -m32 -c -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:7189: $? = 0 configure:7196: result: yes configure:7257: checking for a BSD-compatible install configure:7325: result: /usr/bin/install -c configure:7336: checking whether build environment is sane configure:7391: result: yes configure:7539: checking for a thread-safe mkdir -p configure:7578: result: /bin/mkdir -p configure:7585: checking for gawk configure:7601: found /usr/bin/gawk configure:7612: result: gawk configure:7623: checking whether make sets $(MAKE) configure:7645: result: yes configure:7675: checking for style of include used by make configure:7703: result: GNU configure:7737: checking whether make supports nested variables configure:7754: result: yes configure:7834: checking whether UID '250' is supported by ustar format configure:7837: result: yes configure:7844: checking whether GID '250' is supported by ustar format configure:7847: result: yes configure:7855: checking how to create a ustar tar archive configure:7866: tar --version tar (GNU tar) 1.29 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:7869: $? = 0 configure:7909: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:7912: $? = 0 configure:7916: tar -xf - &5 configure:9382: $? = 0 configure:9382: ./conftest configure:9382: $? = 0 configure:9392: result: no configure:9500: checking if want IPv6 support configure:9508: result: yes configure:9526: checking if want package/brand string configure:9542: result: Open MPI portage@wim Distribution configure:9548: checking if want ident string configure:9574: result: 2.1.2 configure:9581: checking if want to use an alternative checksum algo for messages configure:9594: result: no configure:9610: checking maximum length of processor name configure:9641: result: 256 configure:9655: checking maximum length of error string configure:9686: result: 256 configure:9700: checking maximum length of object name configure:9731: result: 64 configure:9745: checking maximum length of info key configure:9776: result: 36 configure:9790: checking maximum length of info val configure:9821: result: 256 configure:9835: checking maximum length of port name configure:9866: result: 1024 configure:9880: checking maximum length of datarep string configure:9911: result: 128 configure:9929: checking if want getpwuid support configure:9941: result: yes configure:9958: checking __NetBSD__ configure:9974: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __NetBSD__ ^ configure:9974: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __NetBSD__ | error: this isnt __NetBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:9980: result: no configure:9984: checking __FreeBSD__ configure:10000: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __FreeBSD__ ^ configure:10000: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __FreeBSD__ | error: this isnt __FreeBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:10006: result: no configure:10010: checking __OpenBSD__ configure:10026: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __OpenBSD__ ^ configure:10026: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __OpenBSD__ | error: this isnt __OpenBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:10032: result: no configure:10036: checking __DragonFly__ configure:10052: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __DragonFly__ ^ configure:10052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __DragonFly__ | error: this isnt __DragonFly__ | #endif | | int | main () | { | | ; | return 0; | } configure:10058: result: no configure:10062: checking __386BSD__ configure:10078: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __386BSD__ ^ configure:10078: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __386BSD__ | error: this isnt __386BSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:10084: result: no configure:10088: checking __bsdi__ configure:10104: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __bsdi__ ^ configure:10104: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __bsdi__ | error: this isnt __bsdi__ | #endif | | int | main () | { | | ; | return 0; | } configure:10110: result: no configure:10114: checking __APPLE__ configure:10130: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __APPLE__ ^ configure:10130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __APPLE__ | error: this isnt __APPLE__ | #endif | | int | main () | { | | ; | return 0; | } configure:10136: result: no configure:10140: checking __linux__ configure:10156: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:10156: $? = 0 configure:10162: result: yes configure:10166: checking __sun__ configure:10182: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __sun__ ^ configure:10182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __sun__ | error: this isnt __sun__ | #endif | | int | main () | { | | ; | return 0; | } configure:10188: result: no configure:10193: checking __sun configure:10209: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:81:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token error: this isnt __sun ^ configure:10209: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | /* end confdefs.h. */ | #ifndef __sun | error: this isnt __sun | #endif | | int | main () | { | | ; | return 0; | } configure:10215: result: no configure:10237: checking netdb.h usability configure:10237: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking netdb.h presence configure:10237: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking for netdb.h configure:10237: result: yes configure:10237: checking netinet/in.h usability configure:10237: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking netinet/in.h presence configure:10237: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking for netinet/in.h configure:10237: result: yes configure:10237: checking netinet/tcp.h usability configure:10237: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking netinet/tcp.h presence configure:10237: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:10237: $? = 0 configure:10237: result: yes configure:10237: checking for netinet/tcp.h configure:10237: result: yes configure:10247: checking for struct sockaddr_in configure:10247: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:10247: $? = 0 configure:10247: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c: In function 'main': conftest.c:124:33: error: expected expression before ')' token if (sizeof ((struct sockaddr_in))) ^ configure:10247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | | int | main () | { | if (sizeof ((struct sockaddr_in))) | return 0; | ; | return 0; | } configure:10247: result: yes configure:10274: checking if --with-cuda is set configure:10288: result: not set (--with-cuda=no) configure:10398: checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared configure:10398: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:85:10: fatal error: /cuda.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef CU_POINTER_ATTRIBUTE_SYNC_MEMOPS | #ifdef __cplusplus | (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS; | #else | (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS; | #endif | #endif | | ; | return 0; | } configure:10398: result: no configure:10424: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:85:10: fatal error: /cuda.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10424: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | /* end confdefs.h. */ | #include | int | main () | { | | #if CUDA_VERSION < 6000 | #error "CUDA_VERSION is less than 6000" | #endif | | ; | return 0; | } configure:10434: checking whether cuPointerGetAttributes is declared configure:10434: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:85:10: fatal error: /cuda.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10434: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef cuPointerGetAttributes | #ifdef __cplusplus | (void) cuPointerGetAttributes; | #else | (void) cuPointerGetAttributes; | #endif | #endif | | ; | return 0; | } configure:10434: result: no configure:10444: checking if have cuda support configure:10453: result: no configure:10651: checking if user requested external PMIx support() configure:10654: result: no configure:5652: *** ORTE Configuration options configure:10903: checking if want orterun "--prefix" behavior to be enabled by default configure:10919: result: yes configure:10934: checking if want orte static ports configure:10946: result: yes configure:5652: *** OMPI Configuration options configure:10977: checking if want compile-time warnings inside of mpi.h configure:10985: result: yes configure:11003: checking if want sparse process groups configure:11015: result: no configure:11030: checking if want peruse support configure:11042: result: no configure:11063: checking if want Fortran MPI bindings configure:11103: result: all (usempif08) configure:11143: checking if want C++ bindings configure:11151: result: yes configure:11160: checking if want MPI::SEEK_SET support configure:11168: result: yes configure:11187: checking if want run-time MPI parameter checking configure:11211: result: runtime configure:11239: checking which 'use mpi_f08' implementation to use configure:11261: result: regular (no subarray support) configure:5652: *** OSHMEM Configuration options configure:11288: checking if want oshmem configure:11315: result: yes configure:11327: checking if want SGI/Quadrics compatibility mode configure:11335: result: yes configure:11354: checking if want OSHMEM API parameter checking configure:11372: result: always configure:11400: checking for on_exit configure:11400: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:11400: $? = 0 configure:11400: result: yes configure:11418: checking if want pshmem configure:11421: result: yes configure:11443: checking if want to build OSHMEM fortran bindings configure:11465: result: yes configure:11565: checking if want custom libmpi(_FOO) name configure:11586: result: mpi configure:11746: checking if want wrapper compiler rpath support configure:11756: result: yes configure:5636: === Compiler and preprocessor tests configure:5652: *** C compiler and preprocessor configure:11851: checking for i686-pc-linux-gnu-gcc configure:11878: result: x86_64-pc-linux-gnu-gcc -m32 configure:12147: checking for C compiler version configure:12156: x86_64-pc-linux-gnu-gcc -m32 --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 7.3.0 p1.1) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:12167: $? = 0 configure:12156: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /home/portage/sys-devel/gcc-7.3.0/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 7.3.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0 p1.1) configure:12167: $? = 0 configure:12156: x86_64-pc-linux-gnu-gcc -m32 -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:12167: $? = 1 configure:12156: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:12167: $? = 1 configure:12171: checking whether we are using the GNU C compiler configure:12199: result: yes configure:12208: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:12269: result: yes configure:12286: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:12362: result: none needed configure:12387: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together configure:12424: result: yes configure:12565: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99 configure:12714: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c: In function 'test_varargs': conftest.c:173:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] float fnumber; ^~~~~~~ conftest.c:172:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] int number; ^~~~~~ conftest.c:171:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] const char *str; ^~~ configure:12714: $? = 0 configure:12727: result: none needed configure:12753: checking for the C compiler vendor configure:12782: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:104:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" ^~~~~ conftest.c:105:1: error: unknown type name 'choke' choke me ^~~~~ conftest.c:105:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:12782: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | /* end confdefs.h. */ | | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | choke me | #endif configure:12799: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:104:2: error: #error "condition defined(__FUJITSU) not met" #error "condition defined(__FUJITSU) not met" ^~~~~ conftest.c:105:1: error: unknown type name 'choke' choke me ^~~~~ conftest.c:105:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:12799: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | /* end confdefs.h. */ | | #if !( defined(__FUJITSU) ) | #error "condition defined(__FUJITSU) not met" | choke me | #endif configure:12816: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:104:2: error: #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" ^~~~~ conftest.c:105:1: error: unknown type name 'choke' choke me ^~~~~ conftest.c:105:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:12816: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | /* end confdefs.h. */ | | #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) ) | #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" | choke me | #endif configure:12834: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 conftest.c:104:2: error: #error "condition defined(_AIX) && !defined(__GNUC__) not met" #error "condition defined(_AIX) && !defined(__GNUC__) not met" ^~~~~ conftest.c:105:1: error: unknown type name 'choke' choke me ^~~~~ conftest.c:105:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:12834: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | /* end confdefs.h. */ | | #if !( defined(_AIX) && !defined(__GNUC__) ) | #error "condition defined(_AIX) && !defined(__GNUC__) not met" | choke me | #endif configure:12853: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment conftest.c >&5 configure:12853: $? = 0 configure:13344: result: gnu configure:13352: checking for ANSI C header files configure:13456: result: yes configure:14173: checking if x86_64-pc-linux-gnu-gcc -m32 supports -finline-functions configure:14189: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions conftest.c >&5 configure:14189: $? = 0 configure:14205: result: yes configure:14215: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-strict-aliasing configure:14231: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 configure:14231: $? = 0 configure:14238: result: yes configure:14332: WARNING: -fno-strict-aliasing has been added to CFLAGS configure:14476: checking if x86_64-pc-linux-gnu-gcc -m32 supports __builtin_expect configure:14493: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:14493: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | void *ptr = (void*) 0; | if (__builtin_expect (ptr != (void*) 0, 1)) return 0; | ; | return 0; | } configure:14501: result: no configure:14515: checking if x86_64-pc-linux-gnu-gcc -m32 supports __builtin_prefetch configure:14532: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:14532: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | /* end confdefs.h. */ | | int | main () | { | int ptr; | __builtin_prefetch(&ptr,0,0); | ; | return 0; | } configure:14540: result: no configure:14554: checking if x86_64-pc-linux-gnu-gcc -m32 supports __builtin_clz configure:14571: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:14571: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | /* end confdefs.h. */ | | int | main () | { | int value = 0xffff; /* we know we have 16 bits set */ | if ((8*sizeof(int)-16) != __builtin_clz(value)) return 0; | ; | return 0; | } configure:14579: result: no configure:14657: checking for C optimization flags configure:14704: result: -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing configure:14723: checking for Interix environment configure:14738: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:14738: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | /* end confdefs.h. */ | | int | main () | { | #if !defined(__INTERIX) | #error Normal Unix environment | #endif | ; | return 0; | } configure:14744: result: no configure:14778: checking for C ident string support configure:14806: x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:14813: $? = 1 configure:15731: result: configure:15741: checking for int8_t configure:15741: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (int8_t)) | return 0; | ; | return 0; | } configure:15741: result: no configure:15751: checking for uint8_t configure:15751: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uint8_t)) | return 0; | ; | return 0; | } configure:15751: result: no configure:15761: checking for int16_t configure:15761: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (int16_t)) | return 0; | ; | return 0; | } configure:15761: result: no configure:15771: checking for uint16_t configure:15771: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15771: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uint16_t)) | return 0; | ; | return 0; | } configure:15771: result: no configure:15781: checking for int32_t configure:15781: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15781: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (int32_t)) | return 0; | ; | return 0; | } configure:15781: result: no configure:15791: checking for uint32_t configure:15791: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:15791: result: no configure:15801: checking for int64_t configure:15801: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15801: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (int64_t)) | return 0; | ; | return 0; | } configure:15801: result: no configure:15811: checking for uint64_t configure:15811: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uint64_t)) | return 0; | ; | return 0; | } configure:15811: result: no configure:15821: checking for int128_t configure:15821: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15821: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (int128_t)) | return 0; | ; | return 0; | } configure:15821: result: no configure:15831: checking for __int128 configure:15831: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (__int128)) | return 0; | ; | return 0; | } configure:15831: result: no configure:15841: checking for uint128_t configure:15841: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15841: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uint128_t)) | return 0; | ; | return 0; | } configure:15841: result: no configure:15851: checking for long long configure:15851: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15851: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (long long)) | return 0; | ; | return 0; | } configure:15851: result: no configure:15862: checking for __float128 configure:15862: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (__float128)) | return 0; | ; | return 0; | } configure:15862: result: no configure:15872: checking for long double configure:15872: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15872: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (long double)) | return 0; | ; | return 0; | } configure:15872: result: no configure:15886: checking complex.h usability configure:15886: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15886: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15886: result: no configure:15886: checking complex.h presence configure:15886: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:15886: $? = 0 configure:15886: result: yes configure:15886: WARNING: complex.h: present but cannot be compiled configure:15886: WARNING: complex.h: check for missing prerequisite headers? configure:15886: WARNING: complex.h: see the Autoconf documentation configure:15886: WARNING: complex.h: section "Present But Cannot Be Compiled" configure:15886: WARNING: complex.h: proceeding with the compiler's result configure:15886: checking for complex.h configure:15886: result: no configure:15896: checking for float _Complex configure:15896: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15896: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (float _Complex)) | return 0; | ; | return 0; | } configure:15896: result: no configure:15906: checking for double _Complex configure:15906: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15906: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (double _Complex)) | return 0; | ; | return 0; | } configure:15906: result: no configure:15916: checking for long double _Complex configure:15916: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (long double _Complex)) | return 0; | ; | return 0; | } configure:15916: result: no configure:15927: checking for intptr_t configure:15927: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15927: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (intptr_t)) | return 0; | ; | return 0; | } configure:15927: result: no configure:15937: checking for uintptr_t configure:15937: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (uintptr_t)) | return 0; | ; | return 0; | } configure:15937: result: no configure:15947: checking for mode_t configure:15947: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15947: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (mode_t)) | return 0; | ; | return 0; | } configure:15947: result: no configure:15957: checking for ssize_t configure:15957: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15957: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (ssize_t)) | return 0; | ; | return 0; | } configure:15957: result: no configure:15967: checking for ptrdiff_t configure:15967: x86_64-pc-linux-gnu-gcc -m32 -c -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15967: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (ptrdiff_t)) | return 0; | ; | return 0; | } configure:15967: result: no configure:15986: checking size of char configure:15991: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:15991: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (char)); } | static unsigned long int ulongval () { return (long int) (sizeof (char)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (char))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (char)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (char)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16005: result: 0 configure:16019: checking size of short configure:16024: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16024: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (short)); } | static unsigned long int ulongval () { return (long int) (sizeof (short)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (short))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (short)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (short)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16038: result: 0 configure:16052: checking size of int configure:16057: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16057: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (int)); } | static unsigned long int ulongval () { return (long int) (sizeof (int)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (int))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (int)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (int)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16071: result: 0 configure:16085: checking size of long configure:16090: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16090: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (long)); } | static unsigned long int ulongval () { return (long int) (sizeof (long)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (long))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (long)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (long)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16104: result: 0 configure:16153: checking size of float configure:16158: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16158: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (float)); } | static unsigned long int ulongval () { return (long int) (sizeof (float)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (float))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (float)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (float)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16172: result: 0 configure:16186: checking size of double configure:16191: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16191: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (double)); } | static unsigned long int ulongval () { return (long int) (sizeof (double)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (double))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (double)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (double)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16205: result: 0 configure:16397: checking size of void * configure:16402: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16402: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | #define SIZEOF_DOUBLE 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (void *)); } | static unsigned long int ulongval () { return (long int) (sizeof (void *)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (void *))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (void *)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (void *)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16416: result: 0 configure:16430: checking size of size_t configure:16435: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16435: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | #define SIZEOF_DOUBLE 0 | #define SIZEOF_VOID_P 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (size_t)); } | static unsigned long int ulongval () { return (long int) (sizeof (size_t)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (size_t))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (size_t)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (size_t)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16449: result: 0 configure:16533: checking size of wchar_t configure:16538: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16538: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | #define SIZEOF_DOUBLE 0 | #define SIZEOF_VOID_P 0 | #define SIZEOF_SIZE_T 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (wchar_t)); } | static unsigned long int ulongval () { return (long int) (sizeof (wchar_t)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (wchar_t))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (wchar_t)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (wchar_t)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16552: result: 0 configure:16567: checking size of pid_t configure:16572: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16572: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | #define SIZEOF_DOUBLE 0 | #define SIZEOF_VOID_P 0 | #define SIZEOF_SIZE_T 0 | #define SIZEOF_WCHAR_T 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | static long int longval () { return (long int) (sizeof (pid_t)); } | static unsigned long int ulongval () { return (long int) (sizeof (pid_t)); } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if (((long int) (sizeof (pid_t))) < 0) | { | long int i = longval (); | if (i != ((long int) (sizeof (pid_t)))) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != ((long int) (sizeof (pid_t)))) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:16586: result: 0 configure:16603: checking alignment of _Bool configure:16648: x86_64-pc-linux-gnu-gcc -m32 -o conftest -DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: l1-cache-line-size=64: No such file or directory x86_64-pc-linux-gnu-gcc: error: l2-cache-size=512: No such file or directory configure:16648: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "2.1.2" | #define PACKAGE_STRING "Open MPI 2.1.2" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "i686-pc-linux-gnu" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define OMPI_MAJOR_VERSION 2 | #define OMPI_MINOR_VERSION 1 | #define OMPI_RELEASE_VERSION 2 | #define OMPI_GREEK_VERSION "" | #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" | #define OMPI_TARBALL_VERSION "2.1.2" | #define OMPI_VERSION "2" | #define OMPI_RELEASE_DATE "Sep 20, 2017" | #define ORTE_MAJOR_VERSION 2 | #define ORTE_MINOR_VERSION 1 | #define ORTE_RELEASE_VERSION 2 | #define ORTE_GREEK_VERSION "" | #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" | #define ORTE_TARBALL_VERSION "2.1.2" | #define ORTE_VERSION "2" | #define ORTE_RELEASE_DATE "Sep 20, 2017" | #define OSHMEM_MAJOR_VERSION 2 | #define OSHMEM_MINOR_VERSION 1 | #define OSHMEM_RELEASE_VERSION 2 | #define OSHMEM_GREEK_VERSION "" | #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" | #define OSHMEM_TARBALL_VERSION "2.1.2" | #define OSHMEM_VERSION "2" | #define OSHMEM_RELEASE_DATE "Sep 20, 2017" | #define OPAL_MAJOR_VERSION 2 | #define OPAL_MINOR_VERSION 1 | #define OPAL_RELEASE_VERSION 2 | #define OPAL_GREEK_VERSION "" | #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" | #define OPAL_TARBALL_VERSION "2.1.2" | #define OPAL_VERSION "2" | #define OPAL_RELEASE_DATE "Sep 20, 2017" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_TIMING 0 | #define OPAL_ENABLE_DEBUG 0 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_DLOPEN_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 1 | #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" | #define OPAL_IDENT_STRING "2.1.2" | #define OPAL_MAX_PROCESSOR_NAME 256 | #define OPAL_MAX_ERROR_STRING 256 | #define OPAL_MAX_OBJECT_NAME 64 | #define OPAL_MAX_INFO_KEY 36 | #define OPAL_MAX_INFO_VAL 256 | #define OPAL_MAX_PORT_NAME 1024 | #define OPAL_MAX_DATAREP_STRING 128 | #define OPAL_ENABLE_CRDEBUG 0 | #define OPAL_ENABLE_GETPWUID 1 | #define OPAL_ENABLE_PROGRESS_THREADS 0 | #define OPAL_HAVE_SOLARIS 0 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_STRUCT_SOCKADDR_IN 1 | #define OPAL_CUDA_SUPPORT 0 | #define OPAL_CUDA_SYNC_MEMOPS 0 | #define OPAL_CUDA_GET_ATTRIBUTES 0 | #define OPAL_CUDA_GDR_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 1 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 0 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 0 | #define OPAL_CC_USE_IDENT 0 | #define OPAL_CC_USE_PRAGMA_COMMENT | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | #define SIZEOF_CHAR 0 | #define SIZEOF_SHORT 0 | #define SIZEOF_INT 0 | #define SIZEOF_LONG 0 | #define SIZEOF_FLOAT 0 | #define SIZEOF_DOUBLE 0 | #define SIZEOF_VOID_P 0 | #define SIZEOF_SIZE_T 0 | #define SIZEOF_WCHAR_T 0 | #define SIZEOF_PID_T 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | | struct foo { char c; _Bool x; }; | struct foo *p = (struct foo *) malloc(sizeof(struct foo)); | int diff; | FILE *f=fopen("conftestval", "w"); | if (!f) exit(1); | diff = ((char *)&p->x) - ((char *)&p->c); | fprintf(f, "%d\n", (diff >= 0) ? diff : -diff); | | ; | return 0; | } configure:16651: WARNING: *** Problem running configure test! configure:16653: WARNING: *** See config.log for details. configure:16655: error: *** Cannot continue. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -Wno-comment' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CRAY_ALPSLLI_CFLAGS_set= ac_cv_env_CRAY_ALPSLLI_CFLAGS_value= ac_cv_env_CRAY_ALPSLLI_LIBS_set= ac_cv_env_CRAY_ALPSLLI_LIBS_value= ac_cv_env_CRAY_ALPSLLI_STATIC_LIBS_set= ac_cv_env_CRAY_ALPSLLI_STATIC_LIBS_value= ac_cv_env_CRAY_ALPSUTIL_CFLAGS_set= ac_cv_env_CRAY_ALPSUTIL_CFLAGS_value= ac_cv_env_CRAY_ALPSUTIL_LIBS_set= ac_cv_env_CRAY_ALPSUTIL_LIBS_value= ac_cv_env_CRAY_ALPSUTIL_STATIC_LIBS_set= ac_cv_env_CRAY_ALPSUTIL_STATIC_LIBS_value= ac_cv_env_CRAY_ALPS_CFLAGS_set= ac_cv_env_CRAY_ALPS_CFLAGS_value= ac_cv_env_CRAY_ALPS_LIBS_set= ac_cv_env_CRAY_ALPS_LIBS_value= ac_cv_env_CRAY_ALPS_STATIC_LIBS_set= ac_cv_env_CRAY_ALPS_STATIC_LIBS_value= ac_cv_env_CRAY_PMI_CFLAGS_set= ac_cv_env_CRAY_PMI_CFLAGS_value= ac_cv_env_CRAY_PMI_LIBS_set= ac_cv_env_CRAY_PMI_LIBS_value= ac_cv_env_CRAY_PMI_STATIC_LIBS_set= ac_cv_env_CRAY_PMI_STATIC_LIBS_value= ac_cv_env_CRAY_UDREG_CFLAGS_set= ac_cv_env_CRAY_UDREG_CFLAGS_value= ac_cv_env_CRAY_UDREG_LIBS_set= ac_cv_env_CRAY_UDREG_LIBS_value= ac_cv_env_CRAY_UGNI_CFLAGS_set= ac_cv_env_CRAY_UGNI_CFLAGS_value= ac_cv_env_CRAY_UGNI_LIBS_set= ac_cv_env_CRAY_UGNI_LIBS_value= ac_cv_env_CRAY_WLM_DETECT_CFLAGS_set= ac_cv_env_CRAY_WLM_DETECT_CFLAGS_value= ac_cv_env_CRAY_WLM_DETECT_LIBS_set= ac_cv_env_CRAY_WLM_DETECT_LIBS_value= ac_cv_env_CRAY_WLM_DETECT_STATIC_LIBS_set= ac_cv_env_CRAY_WLM_DETECT_STATIC_LIBS_value= ac_cv_env_CRAY_XPMEM_CFLAGS_set= ac_cv_env_CRAY_XPMEM_CFLAGS_value= ac_cv_env_CRAY_XPMEM_LIBS_set= ac_cv_env_CRAY_XPMEM_LIBS_value= ac_cv_env_CRAY_XPMEM_STATIC_LIBS_set= ac_cv_env_CRAY_XPMEM_STATIC_LIBS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10' ac_cv_env_CXX_set=set ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' ac_cv_env_FCFLAGS_set=set ac_cv_env_FCFLAGS_value='-O2 -pipe' ac_cv_env_FC_set=set ac_cv_env_FC_value='x86_64-pc-linux-gnu-gfortran -m32' ac_cv_env_HWLOC_KERRIGHED_CFLAGS_set= ac_cv_env_HWLOC_KERRIGHED_CFLAGS_value= ac_cv_env_HWLOC_KERRIGHED_LIBS_set= ac_cv_env_HWLOC_KERRIGHED_LIBS_value= ac_cv_env_HWLOC_LIBXML2_CFLAGS_set= ac_cv_env_HWLOC_LIBXML2_CFLAGS_value= ac_cv_env_HWLOC_LIBXML2_LIBS_set= ac_cv_env_HWLOC_LIBXML2_LIBS_value= ac_cv_env_HWLOC_MS_LIB_set= ac_cv_env_HWLOC_MS_LIB_value= ac_cv_env_HWLOC_PCIACCESS_CFLAGS_set= ac_cv_env_HWLOC_PCIACCESS_CFLAGS_value= ac_cv_env_HWLOC_PCIACCESS_LIBS_set= ac_cv_env_HWLOC_PCIACCESS_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set=set ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_on_exit=yes ac_cv_have_decl_CU_POINTER_ATTRIBUTE_SYNC_MEMOPS=no ac_cv_have_decl_cuPointerGetAttributes=no ac_cv_header_complex_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' ac_cv_prog_PERL=perl ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sizeof_char=0 ac_cv_sizeof_double=0 ac_cv_sizeof_float=0 ac_cv_sizeof_int=0 ac_cv_sizeof_long=0 ac_cv_sizeof_pid_t=0 ac_cv_sizeof_short=0 ac_cv_sizeof_size_t=0 ac_cv_sizeof_void_p=0 ac_cv_sizeof_wchar_t=0 ac_cv_target=i686-pc-linux-gnu ac_cv_type___float128=no ac_cv_type___int128=no ac_cv_type_double__Complex=no ac_cv_type_float__Complex=no ac_cv_type_int128_t=no ac_cv_type_int16_t=no ac_cv_type_int32_t=no ac_cv_type_int64_t=no ac_cv_type_int8_t=no ac_cv_type_intptr_t=no ac_cv_type_long_double=no ac_cv_type_long_double__Complex=no ac_cv_type_long_long=no ac_cv_type_mode_t=no ac_cv_type_ptrdiff_t=no ac_cv_type_ssize_t=no ac_cv_type_struct_sockaddr_in=yes ac_cv_type_uint128_t=no ac_cv_type_uint16_t=no ac_cv_type_uint32_t=no ac_cv_type_uint64_t=no ac_cv_type_uint8_t=no ac_cv_type_uintptr_t=no am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar ompi_cv_c_word_size_align=no opal_cv_c_compiler_vendor=gnu opal_cv_cc_finline_functions=yes opal_cv_cc_fno_strict_aliasing=yes opal_cv_cc_supports___builtin_clz=no opal_cv_cc_supports___builtin_expect=no opal_cv_cc_supports___builtin_prefetch=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/missing aclocal-1.15' AMCA_PARAM_SETS_DIR='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='' AS='' AUTOCONF='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/missing autoconf' AUTOHEADER='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/missing autoheader' AUTOMAKE='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/missing automake-1.15' AWK='gawk' BASH='/bin/sh' BUILD_FORTRAN_SIZEOF_FALSE='' BUILD_FORTRAN_SIZEOF_TRUE='' BUILD_MPI_BINDINGS_LAYER_FALSE='' BUILD_MPI_BINDINGS_LAYER_TRUE='' BUILD_MPI_CXX_BINDINGS_FALSE='' BUILD_MPI_CXX_BINDINGS_TRUE='' BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE='' BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE='' BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE='' BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE='' CASE_SENSITIVE_FS_FALSE='' CASE_SENSITIVE_FS_TRUE='' CC='x86_64-pc-linux-gnu-gcc -m32' CCAS='' CCASDEPMODE='' CCASFLAGS='' CCDEPMODE='depmode=none' CFLAGS='-DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 l1-cache-line-size=64 l2-cache-size=512 -mtune=amdfam10 -Wno-comment -finline-functions -fno-strict-aliasing' CFLAGS_WITHOUT_OPTFLAGS='' CLEANFILES='*~ .\#*' COMPILE_PROFILING_SEPARATELY_FALSE='' COMPILE_PROFILING_SEPARATELY_TRUE='' CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION' CPP='x86_64-pc-linux-gnu-gcc -m32 -E' CPPFLAGS='' CRAY_ALPSLLI_CFLAGS='' CRAY_ALPSLLI_LIBS='' CRAY_ALPSLLI_STATIC_LIBS='' CRAY_ALPSUTIL_CFLAGS='' CRAY_ALPSUTIL_LIBS='' CRAY_ALPSUTIL_STATIC_LIBS='' CRAY_ALPS_CFLAGS='' CRAY_ALPS_LIBS='' CRAY_ALPS_STATIC_LIBS='' CRAY_PMI_CFLAGS='' CRAY_PMI_LIBS='' CRAY_PMI_STATIC_LIBS='' CRAY_UDREG_CFLAGS='' CRAY_UDREG_LIBS='' CRAY_UGNI_CFLAGS='' CRAY_UGNI_LIBS='' CRAY_WLM_DETECT_CFLAGS='' CRAY_WLM_DETECT_LIBS='' CRAY_WLM_DETECT_STATIC_LIBS='' CRAY_XPMEM_CFLAGS='' CRAY_XPMEM_LIBS='' CRAY_XPMEM_STATIC_LIBS='' CXX='x86_64-pc-linux-gnu-g++ -m32' CXXCPP='' CXXCPPFLAGS='' CXXDEPMODE='' CXXFLAGS='-DNDEBUG -frecord-gcc-switches -g -pipe -O2 -Wall -Wformat=2 -march=amdfam10 -mmmx -m3dnow -msse -msse2 -msse3 -msse4a -mcx16 -msahf -mpopcnt -mabm -mlzcnt -mprfchw -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10' CYGPATH_W='echo' DEBUGGER_CFLAGS='' DEFS='' DEPDIR='.deps' DLLTOOL='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FC='x86_64-pc-linux-gnu-gfortran -m32' FCFLAGS='-O2 -pipe' FCFLAGS_f90='' FCFLAGS_f='' FFLAGS='-O2 -pipe' FGREP='' GREP='/bin/grep' HWLOC_BUILD_DOXYGEN_FALSE='' HWLOC_BUILD_DOXYGEN_TRUE='' HWLOC_BUILD_README_FALSE='' HWLOC_BUILD_README_TRUE='' HWLOC_BUILD_STANDALONE_FALSE='' HWLOC_BUILD_STANDALONE_TRUE='' HWLOC_CFLAGS='' HWLOC_CPPFLAGS='' HWLOC_CUDA_BUILD_STATIC_FALSE='' HWLOC_CUDA_BUILD_STATIC_TRUE='' HWLOC_CUDA_LIBS='' HWLOC_EMBEDDED_CFLAGS='' HWLOC_EMBEDDED_CPPFLAGS='' HWLOC_EMBEDDED_LDADD='' HWLOC_EMBEDDED_LIBS='' HWLOC_GL_BUILD_STATIC_FALSE='' HWLOC_GL_BUILD_STATIC_TRUE='' HWLOC_GL_LIBS='' HWLOC_HAVE_AIX_FALSE='' HWLOC_HAVE_AIX_TRUE='' HWLOC_HAVE_BGQ_FALSE='' HWLOC_HAVE_BGQ_TRUE='' HWLOC_HAVE_BUNZIPP_FALSE='' HWLOC_HAVE_BUNZIPP_TRUE='' HWLOC_HAVE_CAIRO_FALSE='' HWLOC_HAVE_CAIRO_TRUE='' HWLOC_HAVE_CUDART_FALSE='' HWLOC_HAVE_CUDART_TRUE='' HWLOC_HAVE_CUDA_FALSE='' HWLOC_HAVE_CUDA_TRUE='' HWLOC_HAVE_CXX_FALSE='' HWLOC_HAVE_CXX_TRUE='' HWLOC_HAVE_DARWIN_FALSE='' HWLOC_HAVE_DARWIN_TRUE='' HWLOC_HAVE_FREEBSD_FALSE='' HWLOC_HAVE_FREEBSD_TRUE='' HWLOC_HAVE_GCC_FALSE='' HWLOC_HAVE_GCC_TRUE='' HWLOC_HAVE_GL_FALSE='' HWLOC_HAVE_GL_TRUE='' HWLOC_HAVE_HPUX_FALSE='' HWLOC_HAVE_HPUX_TRUE='' HWLOC_HAVE_IRIX_FALSE='' HWLOC_HAVE_IRIX_TRUE='' HWLOC_HAVE_LIBIBVERBS_FALSE='' HWLOC_HAVE_LIBIBVERBS_TRUE='' HWLOC_HAVE_LIBXML2='' HWLOC_HAVE_LIBXML2_FALSE='' HWLOC_HAVE_LIBXML2_TRUE='' HWLOC_HAVE_LINUX_FALSE='' HWLOC_HAVE_LINUX_LIBNUMA_FALSE='' HWLOC_HAVE_LINUX_LIBNUMA_TRUE='' HWLOC_HAVE_LINUX_TRUE='' HWLOC_HAVE_MBIND_FALSE='' HWLOC_HAVE_MBIND_TRUE='' HWLOC_HAVE_MINGW32_FALSE='' HWLOC_HAVE_MINGW32_TRUE='' HWLOC_HAVE_MS_LIB_FALSE='' HWLOC_HAVE_MS_LIB_TRUE='' HWLOC_HAVE_MYRIEXPRESS_FALSE='' HWLOC_HAVE_MYRIEXPRESS_TRUE='' HWLOC_HAVE_NETBSD_FALSE='' HWLOC_HAVE_NETBSD_TRUE='' HWLOC_HAVE_NVML='' HWLOC_HAVE_NVML_FALSE='' HWLOC_HAVE_NVML_TRUE='' HWLOC_HAVE_OPENAT_FALSE='' HWLOC_HAVE_OPENAT_TRUE='' HWLOC_HAVE_OPENCL='' HWLOC_HAVE_OPENCL_FALSE='' HWLOC_HAVE_OPENCL_TRUE='' HWLOC_HAVE_OSF_FALSE='' HWLOC_HAVE_OSF_TRUE='' HWLOC_HAVE_PCI_FALSE='' HWLOC_HAVE_PCI_TRUE='' HWLOC_HAVE_PLUGINS_FALSE='' HWLOC_HAVE_PLUGINS_TRUE='' HWLOC_HAVE_PTHREAD_FALSE='' HWLOC_HAVE_PTHREAD_TRUE='' HWLOC_HAVE_SCHED_SETAFFINITY_FALSE='' HWLOC_HAVE_SCHED_SETAFFINITY_TRUE='' HWLOC_HAVE_SET_MEMPOLICY_FALSE='' HWLOC_HAVE_SET_MEMPOLICY_TRUE='' HWLOC_HAVE_SOLARIS_FALSE='' HWLOC_HAVE_SOLARIS_TRUE='' HWLOC_HAVE_WINDOWS_FALSE='' HWLOC_HAVE_WINDOWS_TRUE='' HWLOC_HAVE_X86_32_FALSE='' HWLOC_HAVE_X86_32_TRUE='' HWLOC_HAVE_X86_64_FALSE='' HWLOC_HAVE_X86_64_TRUE='' HWLOC_HAVE_X86_CPUID_FALSE='' HWLOC_HAVE_X86_CPUID_TRUE='' HWLOC_HAVE_X86_FALSE='' HWLOC_HAVE_X86_TRUE='' HWLOC_INSTALL_DOXYGEN_FALSE='' HWLOC_INSTALL_DOXYGEN_TRUE='' HWLOC_KERRIGHED_CFLAGS='' HWLOC_KERRIGHED_LIBS='' HWLOC_LDFLAGS='' HWLOC_LIBS='' HWLOC_LIBS_PRIVATE='' HWLOC_LIBXML2_CFLAGS='' HWLOC_LIBXML2_LIBS='' HWLOC_LINUX_LIBNUMA_LIBS='' HWLOC_MS_LIB='' HWLOC_MS_LIB_ARCH='' HWLOC_NVML_BUILD_STATIC_FALSE='' HWLOC_NVML_BUILD_STATIC_TRUE='' HWLOC_NVML_LIBS='' HWLOC_OPENCL_BUILD_STATIC_FALSE='' HWLOC_OPENCL_BUILD_STATIC_TRUE='' HWLOC_OPENCL_LIBS='' HWLOC_PCIACCESS_CFLAGS='' HWLOC_PCIACCESS_LIBS='' HWLOC_PCI_BUILD_STATIC_FALSE='' HWLOC_PCI_BUILD_STATIC_TRUE='' HWLOC_PLUGINS_DIR='' HWLOC_PLUGINS_PATH='' HWLOC_RELEASE_DATE='' HWLOC_REQUIRES='' HWLOC_VERSION='' HWLOC_X11_CPPFLAGS='' HWLOC_X11_LIBS='' HWLOC_XML_LIBXML_BUILD_STATIC_FALSE='' HWLOC_XML_LIBXML_BUILD_STATIC_TRUE='' HWLOC_top_builddir='' HWLOC_top_srcdir='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='' JAVAC='/etc/java-config-2/current-system-vm/bin/javac' JAVAH='' LD='x86_64-pc-linux-gnu-ld -m elf_i386' LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS='' LIBTOOL='' LIPO='' LN_S='' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/missing makeinfo' MANIFEST_TOOL='' MCA_BUILD_ompi_bml_r2_DSO_FALSE='' MCA_BUILD_ompi_bml_r2_DSO_TRUE='' MCA_BUILD_ompi_coll_basic_DSO_FALSE='' MCA_BUILD_ompi_coll_basic_DSO_TRUE='' MCA_BUILD_ompi_coll_cuda_DSO_FALSE='' MCA_BUILD_ompi_coll_cuda_DSO_TRUE='' MCA_BUILD_ompi_coll_fca_DSO_FALSE='' MCA_BUILD_ompi_coll_fca_DSO_TRUE='' MCA_BUILD_ompi_coll_hcoll_DSO_FALSE='' MCA_BUILD_ompi_coll_hcoll_DSO_TRUE='' MCA_BUILD_ompi_coll_inter_DSO_FALSE='' MCA_BUILD_ompi_coll_inter_DSO_TRUE='' MCA_BUILD_ompi_coll_libnbc_DSO_FALSE='' MCA_BUILD_ompi_coll_libnbc_DSO_TRUE='' MCA_BUILD_ompi_coll_portals4_DSO_FALSE='' MCA_BUILD_ompi_coll_portals4_DSO_TRUE='' MCA_BUILD_ompi_coll_self_DSO_FALSE='' MCA_BUILD_ompi_coll_self_DSO_TRUE='' MCA_BUILD_ompi_coll_sm_DSO_FALSE='' MCA_BUILD_ompi_coll_sm_DSO_TRUE='' MCA_BUILD_ompi_coll_sync_DSO_FALSE='' MCA_BUILD_ompi_coll_sync_DSO_TRUE='' MCA_BUILD_ompi_coll_tuned_DSO_FALSE='' MCA_BUILD_ompi_coll_tuned_DSO_TRUE='' MCA_BUILD_ompi_fbtl_plfs_DSO_FALSE='' MCA_BUILD_ompi_fbtl_plfs_DSO_TRUE='' MCA_BUILD_ompi_fbtl_posix_DSO_FALSE='' MCA_BUILD_ompi_fbtl_posix_DSO_TRUE='' MCA_BUILD_ompi_fbtl_pvfs2_DSO_FALSE='' MCA_BUILD_ompi_fbtl_pvfs2_DSO_TRUE='' MCA_BUILD_ompi_fcoll_dynamic_DSO_FALSE='' MCA_BUILD_ompi_fcoll_dynamic_DSO_TRUE='' MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_FALSE='' MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_TRUE='' MCA_BUILD_ompi_fcoll_individual_DSO_FALSE='' MCA_BUILD_ompi_fcoll_individual_DSO_TRUE='' MCA_BUILD_ompi_fcoll_static_DSO_FALSE='' MCA_BUILD_ompi_fcoll_static_DSO_TRUE='' MCA_BUILD_ompi_fcoll_two_phase_DSO_FALSE='' MCA_BUILD_ompi_fcoll_two_phase_DSO_TRUE='' MCA_BUILD_ompi_fs_lustre_DSO_FALSE='' MCA_BUILD_ompi_fs_lustre_DSO_TRUE='' MCA_BUILD_ompi_fs_plfs_DSO_FALSE='' MCA_BUILD_ompi_fs_plfs_DSO_TRUE='' MCA_BUILD_ompi_fs_pvfs2_DSO_FALSE='' MCA_BUILD_ompi_fs_pvfs2_DSO_TRUE='' MCA_BUILD_ompi_fs_ufs_DSO_FALSE='' MCA_BUILD_ompi_fs_ufs_DSO_TRUE='' MCA_BUILD_ompi_io_ompio_DSO_FALSE='' MCA_BUILD_ompi_io_ompio_DSO_TRUE='' MCA_BUILD_ompi_io_romio314_DSO_FALSE='' MCA_BUILD_ompi_io_romio314_DSO_TRUE='' MCA_BUILD_ompi_mtl_mxm_DSO_FALSE='' MCA_BUILD_ompi_mtl_mxm_DSO_TRUE='' MCA_BUILD_ompi_mtl_ofi_DSO_FALSE='' MCA_BUILD_ompi_mtl_ofi_DSO_TRUE='' MCA_BUILD_ompi_mtl_portals4_DSO_FALSE='' MCA_BUILD_ompi_mtl_portals4_DSO_TRUE='' MCA_BUILD_ompi_mtl_psm2_DSO_FALSE='' MCA_BUILD_ompi_mtl_psm2_DSO_TRUE='' MCA_BUILD_ompi_mtl_psm_DSO_FALSE='' MCA_BUILD_ompi_mtl_psm_DSO_TRUE='' MCA_BUILD_ompi_osc_portals4_DSO_FALSE='' MCA_BUILD_ompi_osc_portals4_DSO_TRUE='' MCA_BUILD_ompi_osc_pt2pt_DSO_FALSE='' MCA_BUILD_ompi_osc_pt2pt_DSO_TRUE='' MCA_BUILD_ompi_osc_rdma_DSO_FALSE='' MCA_BUILD_ompi_osc_rdma_DSO_TRUE='' MCA_BUILD_ompi_osc_sm_DSO_FALSE='' MCA_BUILD_ompi_osc_sm_DSO_TRUE='' MCA_BUILD_ompi_pml_cm_DSO_FALSE='' MCA_BUILD_ompi_pml_cm_DSO_TRUE='' MCA_BUILD_ompi_pml_ob1_DSO_FALSE='' MCA_BUILD_ompi_pml_ob1_DSO_TRUE='' MCA_BUILD_ompi_pml_ucx_DSO_FALSE='' MCA_BUILD_ompi_pml_ucx_DSO_TRUE='' MCA_BUILD_ompi_pml_v_DSO_FALSE='' MCA_BUILD_ompi_pml_v_DSO_TRUE='' MCA_BUILD_ompi_pml_yalla_DSO_FALSE='' MCA_BUILD_ompi_pml_yalla_DSO_TRUE='' MCA_BUILD_ompi_rte_orte_DSO_FALSE='' MCA_BUILD_ompi_rte_orte_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_individual_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_individual_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_lockedfile_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_lockedfile_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_sm_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_sm_DSO_TRUE='' MCA_BUILD_ompi_topo_basic_DSO_FALSE='' MCA_BUILD_ompi_topo_basic_DSO_TRUE='' MCA_BUILD_ompi_vprotocol_pessimist_DSO_FALSE='' MCA_BUILD_ompi_vprotocol_pessimist_DSO_TRUE='' MCA_BUILD_opal_allocator_basic_DSO_FALSE='' MCA_BUILD_opal_allocator_basic_DSO_TRUE='' MCA_BUILD_opal_allocator_bucket_DSO_FALSE='' MCA_BUILD_opal_allocator_bucket_DSO_TRUE='' MCA_BUILD_opal_backtrace_execinfo_DSO_FALSE='' MCA_BUILD_opal_backtrace_execinfo_DSO_TRUE='' MCA_BUILD_opal_backtrace_none_DSO_FALSE='' MCA_BUILD_opal_backtrace_none_DSO_TRUE='' MCA_BUILD_opal_backtrace_printstack_DSO_FALSE='' MCA_BUILD_opal_backtrace_printstack_DSO_TRUE='' MCA_BUILD_opal_btl_openib_DSO_FALSE='' MCA_BUILD_opal_btl_openib_DSO_TRUE='' MCA_BUILD_opal_btl_portals4_DSO_FALSE='' MCA_BUILD_opal_btl_portals4_DSO_TRUE='' MCA_BUILD_opal_btl_scif_DSO_FALSE='' MCA_BUILD_opal_btl_scif_DSO_TRUE='' MCA_BUILD_opal_btl_self_DSO_FALSE='' MCA_BUILD_opal_btl_self_DSO_TRUE='' MCA_BUILD_opal_btl_sm_DSO_FALSE='' MCA_BUILD_opal_btl_sm_DSO_TRUE='' MCA_BUILD_opal_btl_smcuda_DSO_FALSE='' MCA_BUILD_opal_btl_smcuda_DSO_TRUE='' MCA_BUILD_opal_btl_tcp_DSO_FALSE='' MCA_BUILD_opal_btl_tcp_DSO_TRUE='' MCA_BUILD_opal_btl_ugni_DSO_FALSE='' MCA_BUILD_opal_btl_ugni_DSO_TRUE='' MCA_BUILD_opal_btl_usnic_DSO_FALSE='' MCA_BUILD_opal_btl_usnic_DSO_TRUE='' MCA_BUILD_opal_btl_vader_DSO_FALSE='' MCA_BUILD_opal_btl_vader_DSO_TRUE='' MCA_BUILD_opal_common_cuda_DSO_FALSE='' MCA_BUILD_opal_common_cuda_DSO_TRUE='' MCA_BUILD_opal_common_libfabric_DSO_FALSE='' MCA_BUILD_opal_common_libfabric_DSO_TRUE='' MCA_BUILD_opal_common_sm_DSO_FALSE='' MCA_BUILD_opal_common_sm_DSO_TRUE='' MCA_BUILD_opal_common_ugni_DSO_FALSE='' MCA_BUILD_opal_common_ugni_DSO_TRUE='' MCA_BUILD_opal_common_verbs_DSO_FALSE='' MCA_BUILD_opal_common_verbs_DSO_TRUE='' MCA_BUILD_opal_common_verbs_usnic_DSO_FALSE='' MCA_BUILD_opal_common_verbs_usnic_DSO_TRUE='' MCA_BUILD_opal_dl_dlopen_DSO_FALSE='' MCA_BUILD_opal_dl_dlopen_DSO_TRUE='' MCA_BUILD_opal_dl_libltdl_DSO_FALSE='' MCA_BUILD_opal_dl_libltdl_DSO_TRUE='' MCA_BUILD_opal_event_external_DSO_FALSE='' MCA_BUILD_opal_event_external_DSO_TRUE='' MCA_BUILD_opal_event_libevent2022_DSO_FALSE='' MCA_BUILD_opal_event_libevent2022_DSO_TRUE='' MCA_BUILD_opal_hwloc_external_DSO_FALSE='' MCA_BUILD_opal_hwloc_external_DSO_TRUE='' MCA_BUILD_opal_hwloc_hwloc1112_DSO_FALSE='' MCA_BUILD_opal_hwloc_hwloc1112_DSO_TRUE='' MCA_BUILD_opal_if_bsdx_ipv4_DSO_FALSE='' MCA_BUILD_opal_if_bsdx_ipv4_DSO_TRUE='' MCA_BUILD_opal_if_bsdx_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_bsdx_ipv6_DSO_TRUE='' MCA_BUILD_opal_if_linux_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_linux_ipv6_DSO_TRUE='' MCA_BUILD_opal_if_posix_ipv4_DSO_FALSE='' MCA_BUILD_opal_if_posix_ipv4_DSO_TRUE='' MCA_BUILD_opal_if_solaris_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_solaris_ipv6_DSO_TRUE='' MCA_BUILD_opal_installdirs_config_DSO_FALSE='' MCA_BUILD_opal_installdirs_config_DSO_TRUE='' MCA_BUILD_opal_installdirs_env_DSO_FALSE='' MCA_BUILD_opal_installdirs_env_DSO_TRUE='' MCA_BUILD_opal_memchecker_valgrind_DSO_FALSE='' MCA_BUILD_opal_memchecker_valgrind_DSO_TRUE='' MCA_BUILD_opal_memory_malloc_solaris_DSO_FALSE='' MCA_BUILD_opal_memory_malloc_solaris_DSO_TRUE='' MCA_BUILD_opal_memory_patcher_DSO_FALSE='' MCA_BUILD_opal_memory_patcher_DSO_TRUE='' MCA_BUILD_opal_mpool_hugepage_DSO_FALSE='' MCA_BUILD_opal_mpool_hugepage_DSO_TRUE='' MCA_BUILD_opal_mpool_memkind_DSO_FALSE='' MCA_BUILD_opal_mpool_memkind_DSO_TRUE='' MCA_BUILD_opal_patcher_overwrite_DSO_FALSE='' MCA_BUILD_opal_patcher_overwrite_DSO_TRUE='' MCA_BUILD_opal_pmix_cray_DSO_FALSE='' MCA_BUILD_opal_pmix_cray_DSO_TRUE='' MCA_BUILD_opal_pmix_external_DSO_FALSE='' MCA_BUILD_opal_pmix_external_DSO_TRUE='' MCA_BUILD_opal_pmix_pmix112_DSO_FALSE='' MCA_BUILD_opal_pmix_pmix112_DSO_TRUE='' MCA_BUILD_opal_pmix_s1_DSO_FALSE='' MCA_BUILD_opal_pmix_s1_DSO_TRUE='' MCA_BUILD_opal_pmix_s2_DSO_FALSE='' MCA_BUILD_opal_pmix_s2_DSO_TRUE='' MCA_BUILD_opal_pstat_linux_DSO_FALSE='' MCA_BUILD_opal_pstat_linux_DSO_TRUE='' MCA_BUILD_opal_pstat_test_DSO_FALSE='' MCA_BUILD_opal_pstat_test_DSO_TRUE='' MCA_BUILD_opal_rcache_gpusm_DSO_FALSE='' MCA_BUILD_opal_rcache_gpusm_DSO_TRUE='' MCA_BUILD_opal_rcache_grdma_DSO_FALSE='' MCA_BUILD_opal_rcache_grdma_DSO_TRUE='' MCA_BUILD_opal_rcache_rgpusm_DSO_FALSE='' MCA_BUILD_opal_rcache_rgpusm_DSO_TRUE='' MCA_BUILD_opal_rcache_udreg_DSO_FALSE='' MCA_BUILD_opal_rcache_udreg_DSO_TRUE='' MCA_BUILD_opal_sec_basic_DSO_FALSE='' MCA_BUILD_opal_sec_basic_DSO_TRUE='' MCA_BUILD_opal_sec_keystone_DSO_FALSE='' MCA_BUILD_opal_sec_keystone_DSO_TRUE='' MCA_BUILD_opal_sec_munge_DSO_FALSE='' MCA_BUILD_opal_sec_munge_DSO_TRUE='' MCA_BUILD_opal_shmem_mmap_DSO_FALSE='' MCA_BUILD_opal_shmem_mmap_DSO_TRUE='' MCA_BUILD_opal_shmem_posix_DSO_FALSE='' MCA_BUILD_opal_shmem_posix_DSO_TRUE='' MCA_BUILD_opal_shmem_sysv_DSO_FALSE='' MCA_BUILD_opal_shmem_sysv_DSO_TRUE='' MCA_BUILD_opal_timer_altix_DSO_FALSE='' MCA_BUILD_opal_timer_altix_DSO_TRUE='' MCA_BUILD_opal_timer_darwin_DSO_FALSE='' MCA_BUILD_opal_timer_darwin_DSO_TRUE='' MCA_BUILD_opal_timer_linux_DSO_FALSE='' MCA_BUILD_opal_timer_linux_DSO_TRUE='' MCA_BUILD_opal_timer_solaris_DSO_FALSE='' MCA_BUILD_opal_timer_solaris_DSO_TRUE='' MCA_BUILD_orte_common_alps_DSO_FALSE='' MCA_BUILD_orte_common_alps_DSO_TRUE='' MCA_BUILD_orte_dfs_app_DSO_FALSE='' MCA_BUILD_orte_dfs_app_DSO_TRUE='' MCA_BUILD_orte_dfs_orted_DSO_FALSE='' MCA_BUILD_orte_dfs_orted_DSO_TRUE='' MCA_BUILD_orte_dfs_test_DSO_FALSE='' MCA_BUILD_orte_dfs_test_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_app_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_app_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_hnp_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_hnp_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_orted_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_orted_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_tool_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_tool_DSO_TRUE='' MCA_BUILD_orte_ess_alps_DSO_FALSE='' MCA_BUILD_orte_ess_alps_DSO_TRUE='' MCA_BUILD_orte_ess_env_DSO_FALSE='' MCA_BUILD_orte_ess_env_DSO_TRUE='' MCA_BUILD_orte_ess_hnp_DSO_FALSE='' MCA_BUILD_orte_ess_hnp_DSO_TRUE='' MCA_BUILD_orte_ess_lsf_DSO_FALSE='' MCA_BUILD_orte_ess_lsf_DSO_TRUE='' MCA_BUILD_orte_ess_pmi_DSO_FALSE='' MCA_BUILD_orte_ess_pmi_DSO_TRUE='' MCA_BUILD_orte_ess_singleton_DSO_FALSE='' MCA_BUILD_orte_ess_singleton_DSO_TRUE='' MCA_BUILD_orte_ess_slurm_DSO_FALSE='' MCA_BUILD_orte_ess_slurm_DSO_TRUE='' MCA_BUILD_orte_ess_tm_DSO_FALSE='' MCA_BUILD_orte_ess_tm_DSO_TRUE='' MCA_BUILD_orte_ess_tool_DSO_FALSE='' MCA_BUILD_orte_ess_tool_DSO_TRUE='' MCA_BUILD_orte_filem_raw_DSO_FALSE='' MCA_BUILD_orte_filem_raw_DSO_TRUE='' MCA_BUILD_orte_grpcomm_direct_DSO_FALSE='' MCA_BUILD_orte_grpcomm_direct_DSO_TRUE='' MCA_BUILD_orte_iof_hnp_DSO_FALSE='' MCA_BUILD_orte_iof_hnp_DSO_TRUE='' MCA_BUILD_orte_iof_mr_hnp_DSO_FALSE='' MCA_BUILD_orte_iof_mr_hnp_DSO_TRUE='' MCA_BUILD_orte_iof_mr_orted_DSO_FALSE='' MCA_BUILD_orte_iof_mr_orted_DSO_TRUE='' MCA_BUILD_orte_iof_orted_DSO_FALSE='' MCA_BUILD_orte_iof_orted_DSO_TRUE='' MCA_BUILD_orte_iof_tool_DSO_FALSE='' MCA_BUILD_orte_iof_tool_DSO_TRUE='' MCA_BUILD_orte_notifier_syslog_DSO_FALSE='' MCA_BUILD_orte_notifier_syslog_DSO_TRUE='' MCA_BUILD_orte_odls_alps_DSO_FALSE='' MCA_BUILD_orte_odls_alps_DSO_TRUE='' MCA_BUILD_orte_odls_default_DSO_FALSE='' MCA_BUILD_orte_odls_default_DSO_TRUE='' MCA_BUILD_orte_oob_alps_DSO_FALSE='' MCA_BUILD_orte_oob_alps_DSO_TRUE='' MCA_BUILD_orte_oob_tcp_DSO_FALSE='' MCA_BUILD_orte_oob_tcp_DSO_TRUE='' MCA_BUILD_orte_oob_ud_DSO_FALSE='' MCA_BUILD_orte_oob_ud_DSO_TRUE='' MCA_BUILD_orte_oob_usock_DSO_FALSE='' MCA_BUILD_orte_oob_usock_DSO_TRUE='' MCA_BUILD_orte_plm_alps_DSO_FALSE='' MCA_BUILD_orte_plm_alps_DSO_TRUE='' MCA_BUILD_orte_plm_isolated_DSO_FALSE='' MCA_BUILD_orte_plm_isolated_DSO_TRUE='' MCA_BUILD_orte_plm_lsf_DSO_FALSE='' MCA_BUILD_orte_plm_lsf_DSO_TRUE='' MCA_BUILD_orte_plm_rsh_DSO_FALSE='' MCA_BUILD_orte_plm_rsh_DSO_TRUE='' MCA_BUILD_orte_plm_slurm_DSO_FALSE='' MCA_BUILD_orte_plm_slurm_DSO_TRUE='' MCA_BUILD_orte_plm_tm_DSO_FALSE='' MCA_BUILD_orte_plm_tm_DSO_TRUE='' MCA_BUILD_orte_ras_alps_DSO_FALSE='' MCA_BUILD_orte_ras_alps_DSO_TRUE='' MCA_BUILD_orte_ras_gridengine_DSO_FALSE='' MCA_BUILD_orte_ras_gridengine_DSO_TRUE='' MCA_BUILD_orte_ras_loadleveler_DSO_FALSE='' MCA_BUILD_orte_ras_loadleveler_DSO_TRUE='' MCA_BUILD_orte_ras_lsf_DSO_FALSE='' MCA_BUILD_orte_ras_lsf_DSO_TRUE='' MCA_BUILD_orte_ras_simulator_DSO_FALSE='' MCA_BUILD_orte_ras_simulator_DSO_TRUE='' MCA_BUILD_orte_ras_slurm_DSO_FALSE='' MCA_BUILD_orte_ras_slurm_DSO_TRUE='' MCA_BUILD_orte_ras_tm_DSO_FALSE='' MCA_BUILD_orte_ras_tm_DSO_TRUE='' MCA_BUILD_orte_rmaps_mindist_DSO_FALSE='' MCA_BUILD_orte_rmaps_mindist_DSO_TRUE='' MCA_BUILD_orte_rmaps_ppr_DSO_FALSE='' MCA_BUILD_orte_rmaps_ppr_DSO_TRUE='' MCA_BUILD_orte_rmaps_rank_file_DSO_FALSE='' MCA_BUILD_orte_rmaps_rank_file_DSO_TRUE='' MCA_BUILD_orte_rmaps_resilient_DSO_FALSE='' MCA_BUILD_orte_rmaps_resilient_DSO_TRUE='' MCA_BUILD_orte_rmaps_round_robin_DSO_FALSE='' MCA_BUILD_orte_rmaps_round_robin_DSO_TRUE='' MCA_BUILD_orte_rmaps_seq_DSO_FALSE='' MCA_BUILD_orte_rmaps_seq_DSO_TRUE='' MCA_BUILD_orte_rmaps_staged_DSO_FALSE='' MCA_BUILD_orte_rmaps_staged_DSO_TRUE='' MCA_BUILD_orte_rml_ftrm_DSO_FALSE='' MCA_BUILD_orte_rml_ftrm_DSO_TRUE='' MCA_BUILD_orte_rml_oob_DSO_FALSE='' MCA_BUILD_orte_rml_oob_DSO_TRUE='' MCA_BUILD_orte_routed_binomial_DSO_FALSE='' MCA_BUILD_orte_routed_binomial_DSO_TRUE='' MCA_BUILD_orte_routed_debruijn_DSO_FALSE='' MCA_BUILD_orte_routed_debruijn_DSO_TRUE='' MCA_BUILD_orte_routed_direct_DSO_FALSE='' MCA_BUILD_orte_routed_direct_DSO_TRUE='' MCA_BUILD_orte_routed_radix_DSO_FALSE='' MCA_BUILD_orte_routed_radix_DSO_TRUE='' MCA_BUILD_orte_rtc_freq_DSO_FALSE='' MCA_BUILD_orte_rtc_freq_DSO_TRUE='' MCA_BUILD_orte_rtc_hwloc_DSO_FALSE='' MCA_BUILD_orte_rtc_hwloc_DSO_TRUE='' MCA_BUILD_orte_schizo_ompi_DSO_FALSE='' MCA_BUILD_orte_schizo_ompi_DSO_TRUE='' MCA_BUILD_orte_state_app_DSO_FALSE='' MCA_BUILD_orte_state_app_DSO_TRUE='' MCA_BUILD_orte_state_dvm_DSO_FALSE='' MCA_BUILD_orte_state_dvm_DSO_TRUE='' MCA_BUILD_orte_state_hnp_DSO_FALSE='' MCA_BUILD_orte_state_hnp_DSO_TRUE='' MCA_BUILD_orte_state_novm_DSO_FALSE='' MCA_BUILD_orte_state_novm_DSO_TRUE='' MCA_BUILD_orte_state_orted_DSO_FALSE='' MCA_BUILD_orte_state_orted_DSO_TRUE='' MCA_BUILD_orte_state_staged_hnp_DSO_FALSE='' MCA_BUILD_orte_state_staged_hnp_DSO_TRUE='' MCA_BUILD_orte_state_staged_orted_DSO_FALSE='' MCA_BUILD_orte_state_staged_orted_DSO_TRUE='' MCA_BUILD_orte_state_tool_DSO_FALSE='' MCA_BUILD_orte_state_tool_DSO_TRUE='' MCA_BUILD_oshmem_atomic_basic_DSO_FALSE='' MCA_BUILD_oshmem_atomic_basic_DSO_TRUE='' MCA_BUILD_oshmem_atomic_mxm_DSO_FALSE='' MCA_BUILD_oshmem_atomic_mxm_DSO_TRUE='' MCA_BUILD_oshmem_atomic_ucx_DSO_FALSE='' MCA_BUILD_oshmem_atomic_ucx_DSO_TRUE='' MCA_BUILD_oshmem_memheap_buddy_DSO_FALSE='' MCA_BUILD_oshmem_memheap_buddy_DSO_TRUE='' MCA_BUILD_oshmem_memheap_ptmalloc_DSO_FALSE='' MCA_BUILD_oshmem_memheap_ptmalloc_DSO_TRUE='' MCA_BUILD_oshmem_scoll_basic_DSO_FALSE='' MCA_BUILD_oshmem_scoll_basic_DSO_TRUE='' MCA_BUILD_oshmem_scoll_fca_DSO_FALSE='' MCA_BUILD_oshmem_scoll_fca_DSO_TRUE='' MCA_BUILD_oshmem_scoll_mpi_DSO_FALSE='' MCA_BUILD_oshmem_scoll_mpi_DSO_TRUE='' MCA_BUILD_oshmem_spml_ikrit_DSO_FALSE='' MCA_BUILD_oshmem_spml_ikrit_DSO_TRUE='' MCA_BUILD_oshmem_spml_ucx_DSO_FALSE='' MCA_BUILD_oshmem_spml_ucx_DSO_TRUE='' MCA_BUILD_oshmem_spml_yoda_DSO_FALSE='' MCA_BUILD_oshmem_spml_yoda_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_mmap_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_mmap_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_sysv_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_sysv_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_verbs_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_verbs_DSO_TRUE='' MCA_PROJECT_SUBDIRS='' MCA_btl_openib_have_dynamic_sl_FALSE='' MCA_btl_openib_have_dynamic_sl_TRUE='' MCA_btl_openib_have_rdmacm_FALSE='' MCA_btl_openib_have_rdmacm_TRUE='' MCA_btl_openib_have_udcm_FALSE='' MCA_btl_openib_have_udcm_TRUE='' MCA_btl_openib_have_xrc_FALSE='' MCA_btl_openib_have_xrc_TRUE='' MCA_io_romio314_SHOULD_BUILD_FALSE='' MCA_io_romio314_SHOULD_BUILD_TRUE='' MCA_ompi_FRAMEWORKS='' MCA_ompi_FRAMEWORKS_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_ompi_FRAMEWORK_LIBS='' MCA_ompi_bml_ALL_COMPONENTS='' MCA_ompi_bml_ALL_SUBDIRS='' MCA_ompi_bml_DSO_COMPONENTS='' MCA_ompi_bml_DSO_SUBDIRS='' MCA_ompi_bml_STATIC_COMPONENTS='' MCA_ompi_bml_STATIC_LTLIBS='' MCA_ompi_bml_STATIC_SUBDIRS='' MCA_ompi_coll_ALL_COMPONENTS='' MCA_ompi_coll_ALL_SUBDIRS='' MCA_ompi_coll_DSO_COMPONENTS='' MCA_ompi_coll_DSO_SUBDIRS='' MCA_ompi_coll_STATIC_COMPONENTS='' MCA_ompi_coll_STATIC_LTLIBS='' MCA_ompi_coll_STATIC_SUBDIRS='' MCA_ompi_common_ALL_COMPONENTS='' MCA_ompi_common_ALL_SUBDIRS='' MCA_ompi_common_DSO_COMPONENTS='' MCA_ompi_common_DSO_SUBDIRS='' MCA_ompi_common_STATIC_COMPONENTS='' MCA_ompi_common_STATIC_LTLIBS='' MCA_ompi_common_STATIC_SUBDIRS='' MCA_ompi_fbtl_ALL_COMPONENTS='' MCA_ompi_fbtl_ALL_SUBDIRS='' MCA_ompi_fbtl_DSO_COMPONENTS='' MCA_ompi_fbtl_DSO_SUBDIRS='' MCA_ompi_fbtl_STATIC_COMPONENTS='' MCA_ompi_fbtl_STATIC_LTLIBS='' MCA_ompi_fbtl_STATIC_SUBDIRS='' MCA_ompi_fcoll_ALL_COMPONENTS='' MCA_ompi_fcoll_ALL_SUBDIRS='' MCA_ompi_fcoll_DSO_COMPONENTS='' MCA_ompi_fcoll_DSO_SUBDIRS='' MCA_ompi_fcoll_STATIC_COMPONENTS='' MCA_ompi_fcoll_STATIC_LTLIBS='' MCA_ompi_fcoll_STATIC_SUBDIRS='' MCA_ompi_fs_ALL_COMPONENTS='' MCA_ompi_fs_ALL_SUBDIRS='' MCA_ompi_fs_DSO_COMPONENTS='' MCA_ompi_fs_DSO_SUBDIRS='' MCA_ompi_fs_STATIC_COMPONENTS='' MCA_ompi_fs_STATIC_LTLIBS='' MCA_ompi_fs_STATIC_SUBDIRS='' MCA_ompi_io_ALL_COMPONENTS='' MCA_ompi_io_ALL_SUBDIRS='' MCA_ompi_io_DSO_COMPONENTS='' MCA_ompi_io_DSO_SUBDIRS='' MCA_ompi_io_STATIC_COMPONENTS='' MCA_ompi_io_STATIC_LTLIBS='' MCA_ompi_io_STATIC_SUBDIRS='' MCA_ompi_mtl_ALL_COMPONENTS='' MCA_ompi_mtl_ALL_SUBDIRS='' MCA_ompi_mtl_DIRECT_CALL_HEADER='' MCA_ompi_mtl_DSO_COMPONENTS='' MCA_ompi_mtl_DSO_SUBDIRS='' MCA_ompi_mtl_STATIC_COMPONENTS='' MCA_ompi_mtl_STATIC_LTLIBS='' MCA_ompi_mtl_STATIC_SUBDIRS='' MCA_ompi_op_ALL_COMPONENTS='' MCA_ompi_op_ALL_SUBDIRS='' MCA_ompi_op_DSO_COMPONENTS='' MCA_ompi_op_DSO_SUBDIRS='' MCA_ompi_op_STATIC_COMPONENTS='' MCA_ompi_op_STATIC_LTLIBS='' MCA_ompi_op_STATIC_SUBDIRS='' MCA_ompi_osc_ALL_COMPONENTS='' MCA_ompi_osc_ALL_SUBDIRS='' MCA_ompi_osc_DSO_COMPONENTS='' MCA_ompi_osc_DSO_SUBDIRS='' MCA_ompi_osc_STATIC_COMPONENTS='' MCA_ompi_osc_STATIC_LTLIBS='' MCA_ompi_osc_STATIC_SUBDIRS='' MCA_ompi_pml_ALL_COMPONENTS='' MCA_ompi_pml_ALL_SUBDIRS='' MCA_ompi_pml_DIRECT_CALL_HEADER='' MCA_ompi_pml_DSO_COMPONENTS='' MCA_ompi_pml_DSO_SUBDIRS='' MCA_ompi_pml_STATIC_COMPONENTS='' MCA_ompi_pml_STATIC_LTLIBS='' MCA_ompi_pml_STATIC_SUBDIRS='' MCA_ompi_rte_ALL_COMPONENTS='' MCA_ompi_rte_ALL_SUBDIRS='' MCA_ompi_rte_DSO_COMPONENTS='' MCA_ompi_rte_DSO_SUBDIRS='' MCA_ompi_rte_STATIC_COMPONENTS='' MCA_ompi_rte_STATIC_LTLIBS='' MCA_ompi_rte_STATIC_SUBDIRS='' MCA_ompi_sharedfp_ALL_COMPONENTS='' MCA_ompi_sharedfp_ALL_SUBDIRS='' MCA_ompi_sharedfp_DSO_COMPONENTS='' MCA_ompi_sharedfp_DSO_SUBDIRS='' MCA_ompi_sharedfp_STATIC_COMPONENTS='' MCA_ompi_sharedfp_STATIC_LTLIBS='' MCA_ompi_sharedfp_STATIC_SUBDIRS='' MCA_ompi_topo_ALL_COMPONENTS='' MCA_ompi_topo_ALL_SUBDIRS='' MCA_ompi_topo_DSO_COMPONENTS='' MCA_ompi_topo_DSO_SUBDIRS='' MCA_ompi_topo_STATIC_COMPONENTS='' MCA_ompi_topo_STATIC_LTLIBS='' MCA_ompi_topo_STATIC_SUBDIRS='' MCA_ompi_vprotocol_ALL_COMPONENTS='' MCA_ompi_vprotocol_ALL_SUBDIRS='' MCA_ompi_vprotocol_DSO_COMPONENTS='' MCA_ompi_vprotocol_DSO_SUBDIRS='' MCA_ompi_vprotocol_STATIC_COMPONENTS='' MCA_ompi_vprotocol_STATIC_LTLIBS='' MCA_ompi_vprotocol_STATIC_SUBDIRS='' MCA_opal_FRAMEWORKS='' MCA_opal_FRAMEWORKS_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_opal_FRAMEWORK_LIBS='' MCA_opal_allocator_ALL_COMPONENTS='' MCA_opal_allocator_ALL_SUBDIRS='' MCA_opal_allocator_DSO_COMPONENTS='' MCA_opal_allocator_DSO_SUBDIRS='' MCA_opal_allocator_STATIC_COMPONENTS='' MCA_opal_allocator_STATIC_LTLIBS='' MCA_opal_allocator_STATIC_SUBDIRS='' MCA_opal_backtrace_ALL_COMPONENTS='' MCA_opal_backtrace_ALL_SUBDIRS='' MCA_opal_backtrace_DSO_COMPONENTS='' MCA_opal_backtrace_DSO_SUBDIRS='' MCA_opal_backtrace_STATIC_COMPONENTS='' MCA_opal_backtrace_STATIC_LTLIBS='' MCA_opal_backtrace_STATIC_SUBDIRS='' MCA_opal_btl_ALL_COMPONENTS='' MCA_opal_btl_ALL_SUBDIRS='' MCA_opal_btl_DSO_COMPONENTS='' MCA_opal_btl_DSO_SUBDIRS='' MCA_opal_btl_STATIC_COMPONENTS='' MCA_opal_btl_STATIC_LTLIBS='' MCA_opal_btl_STATIC_SUBDIRS='' MCA_opal_common_ALL_COMPONENTS='' MCA_opal_common_ALL_SUBDIRS='' MCA_opal_common_DSO_COMPONENTS='' MCA_opal_common_DSO_SUBDIRS='' MCA_opal_common_STATIC_COMPONENTS='' MCA_opal_common_STATIC_LTLIBS='' MCA_opal_common_STATIC_SUBDIRS='' MCA_opal_dl_ALL_COMPONENTS='' MCA_opal_dl_ALL_SUBDIRS='' MCA_opal_dl_DSO_COMPONENTS='' MCA_opal_dl_DSO_SUBDIRS='' MCA_opal_dl_STATIC_COMPONENTS='' MCA_opal_dl_STATIC_LTLIBS='' MCA_opal_dl_STATIC_SUBDIRS='' MCA_opal_event_ALL_COMPONENTS='' MCA_opal_event_ALL_SUBDIRS='' MCA_opal_event_DSO_COMPONENTS='' MCA_opal_event_DSO_SUBDIRS='' MCA_opal_event_STATIC_COMPONENTS='' MCA_opal_event_STATIC_LTLIBS='' MCA_opal_event_STATIC_SUBDIRS='' MCA_opal_hwloc_ALL_COMPONENTS='' MCA_opal_hwloc_ALL_SUBDIRS='' MCA_opal_hwloc_DSO_COMPONENTS='' MCA_opal_hwloc_DSO_SUBDIRS='' MCA_opal_hwloc_STATIC_COMPONENTS='' MCA_opal_hwloc_STATIC_LTLIBS='' MCA_opal_hwloc_STATIC_SUBDIRS='' MCA_opal_if_ALL_COMPONENTS='' MCA_opal_if_ALL_SUBDIRS='' MCA_opal_if_DSO_COMPONENTS='' MCA_opal_if_DSO_SUBDIRS='' MCA_opal_if_STATIC_COMPONENTS='' MCA_opal_if_STATIC_LTLIBS='' MCA_opal_if_STATIC_SUBDIRS='' MCA_opal_installdirs_ALL_COMPONENTS='' MCA_opal_installdirs_ALL_SUBDIRS='' MCA_opal_installdirs_DSO_COMPONENTS='' MCA_opal_installdirs_DSO_SUBDIRS='' MCA_opal_installdirs_STATIC_COMPONENTS='' MCA_opal_installdirs_STATIC_LTLIBS='' MCA_opal_installdirs_STATIC_SUBDIRS='' MCA_opal_memchecker_ALL_COMPONENTS='' MCA_opal_memchecker_ALL_SUBDIRS='' MCA_opal_memchecker_DSO_COMPONENTS='' MCA_opal_memchecker_DSO_SUBDIRS='' MCA_opal_memchecker_STATIC_COMPONENTS='' MCA_opal_memchecker_STATIC_LTLIBS='' MCA_opal_memchecker_STATIC_SUBDIRS='' MCA_opal_memcpy_ALL_COMPONENTS='' MCA_opal_memcpy_ALL_SUBDIRS='' MCA_opal_memcpy_DSO_COMPONENTS='' MCA_opal_memcpy_DSO_SUBDIRS='' MCA_opal_memcpy_STATIC_COMPONENTS='' MCA_opal_memcpy_STATIC_LTLIBS='' MCA_opal_memcpy_STATIC_SUBDIRS='' MCA_opal_memory_ALL_COMPONENTS='' MCA_opal_memory_ALL_SUBDIRS='' MCA_opal_memory_DSO_COMPONENTS='' MCA_opal_memory_DSO_SUBDIRS='' MCA_opal_memory_STATIC_COMPONENTS='' MCA_opal_memory_STATIC_LTLIBS='' MCA_opal_memory_STATIC_SUBDIRS='' MCA_opal_mpool_ALL_COMPONENTS='' MCA_opal_mpool_ALL_SUBDIRS='' MCA_opal_mpool_DSO_COMPONENTS='' MCA_opal_mpool_DSO_SUBDIRS='' MCA_opal_mpool_STATIC_COMPONENTS='' MCA_opal_mpool_STATIC_LTLIBS='' MCA_opal_mpool_STATIC_SUBDIRS='' MCA_opal_patcher_ALL_COMPONENTS='' MCA_opal_patcher_ALL_SUBDIRS='' MCA_opal_patcher_DSO_COMPONENTS='' MCA_opal_patcher_DSO_SUBDIRS='' MCA_opal_patcher_STATIC_COMPONENTS='' MCA_opal_patcher_STATIC_LTLIBS='' MCA_opal_patcher_STATIC_SUBDIRS='' MCA_opal_pmix_ALL_COMPONENTS='' MCA_opal_pmix_ALL_SUBDIRS='' MCA_opal_pmix_DSO_COMPONENTS='' MCA_opal_pmix_DSO_SUBDIRS='' MCA_opal_pmix_STATIC_COMPONENTS='' MCA_opal_pmix_STATIC_LTLIBS='' MCA_opal_pmix_STATIC_SUBDIRS='' MCA_opal_pstat_ALL_COMPONENTS='' MCA_opal_pstat_ALL_SUBDIRS='' MCA_opal_pstat_DSO_COMPONENTS='' MCA_opal_pstat_DSO_SUBDIRS='' MCA_opal_pstat_STATIC_COMPONENTS='' MCA_opal_pstat_STATIC_LTLIBS='' MCA_opal_pstat_STATIC_SUBDIRS='' MCA_opal_rcache_ALL_COMPONENTS='' MCA_opal_rcache_ALL_SUBDIRS='' MCA_opal_rcache_DSO_COMPONENTS='' MCA_opal_rcache_DSO_SUBDIRS='' MCA_opal_rcache_STATIC_COMPONENTS='' MCA_opal_rcache_STATIC_LTLIBS='' MCA_opal_rcache_STATIC_SUBDIRS='' MCA_opal_sec_ALL_COMPONENTS='' MCA_opal_sec_ALL_SUBDIRS='' MCA_opal_sec_DSO_COMPONENTS='' MCA_opal_sec_DSO_SUBDIRS='' MCA_opal_sec_STATIC_COMPONENTS='' MCA_opal_sec_STATIC_LTLIBS='' MCA_opal_sec_STATIC_SUBDIRS='' MCA_opal_shmem_ALL_COMPONENTS='' MCA_opal_shmem_ALL_SUBDIRS='' MCA_opal_shmem_DSO_COMPONENTS='' MCA_opal_shmem_DSO_SUBDIRS='' MCA_opal_shmem_STATIC_COMPONENTS='' MCA_opal_shmem_STATIC_LTLIBS='' MCA_opal_shmem_STATIC_SUBDIRS='' MCA_opal_timer_ALL_COMPONENTS='' MCA_opal_timer_ALL_SUBDIRS='' MCA_opal_timer_DSO_COMPONENTS='' MCA_opal_timer_DSO_SUBDIRS='' MCA_opal_timer_STATIC_COMPONENTS='' MCA_opal_timer_STATIC_LTLIBS='' MCA_opal_timer_STATIC_SUBDIRS='' MCA_orte_FRAMEWORKS='' MCA_orte_FRAMEWORKS_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_orte_FRAMEWORK_LIBS='' MCA_orte_common_ALL_COMPONENTS='' MCA_orte_common_ALL_SUBDIRS='' MCA_orte_common_DSO_COMPONENTS='' MCA_orte_common_DSO_SUBDIRS='' MCA_orte_common_STATIC_COMPONENTS='' MCA_orte_common_STATIC_LTLIBS='' MCA_orte_common_STATIC_SUBDIRS='' MCA_orte_dfs_ALL_COMPONENTS='' MCA_orte_dfs_ALL_SUBDIRS='' MCA_orte_dfs_DSO_COMPONENTS='' MCA_orte_dfs_DSO_SUBDIRS='' MCA_orte_dfs_STATIC_COMPONENTS='' MCA_orte_dfs_STATIC_LTLIBS='' MCA_orte_dfs_STATIC_SUBDIRS='' MCA_orte_errmgr_ALL_COMPONENTS='' MCA_orte_errmgr_ALL_SUBDIRS='' MCA_orte_errmgr_DSO_COMPONENTS='' MCA_orte_errmgr_DSO_SUBDIRS='' MCA_orte_errmgr_STATIC_COMPONENTS='' MCA_orte_errmgr_STATIC_LTLIBS='' MCA_orte_errmgr_STATIC_SUBDIRS='' MCA_orte_ess_ALL_COMPONENTS='' MCA_orte_ess_ALL_SUBDIRS='' MCA_orte_ess_DSO_COMPONENTS='' MCA_orte_ess_DSO_SUBDIRS='' MCA_orte_ess_STATIC_COMPONENTS='' MCA_orte_ess_STATIC_LTLIBS='' MCA_orte_ess_STATIC_SUBDIRS='' MCA_orte_filem_ALL_COMPONENTS='' MCA_orte_filem_ALL_SUBDIRS='' MCA_orte_filem_DSO_COMPONENTS='' MCA_orte_filem_DSO_SUBDIRS='' MCA_orte_filem_STATIC_COMPONENTS='' MCA_orte_filem_STATIC_LTLIBS='' MCA_orte_filem_STATIC_SUBDIRS='' MCA_orte_grpcomm_ALL_COMPONENTS='' MCA_orte_grpcomm_ALL_SUBDIRS='' MCA_orte_grpcomm_DSO_COMPONENTS='' MCA_orte_grpcomm_DSO_SUBDIRS='' MCA_orte_grpcomm_STATIC_COMPONENTS='' MCA_orte_grpcomm_STATIC_LTLIBS='' MCA_orte_grpcomm_STATIC_SUBDIRS='' MCA_orte_iof_ALL_COMPONENTS='' MCA_orte_iof_ALL_SUBDIRS='' MCA_orte_iof_DSO_COMPONENTS='' MCA_orte_iof_DSO_SUBDIRS='' MCA_orte_iof_STATIC_COMPONENTS='' MCA_orte_iof_STATIC_LTLIBS='' MCA_orte_iof_STATIC_SUBDIRS='' MCA_orte_notifier_ALL_COMPONENTS='' MCA_orte_notifier_ALL_SUBDIRS='' MCA_orte_notifier_DSO_COMPONENTS='' MCA_orte_notifier_DSO_SUBDIRS='' MCA_orte_notifier_STATIC_COMPONENTS='' MCA_orte_notifier_STATIC_LTLIBS='' MCA_orte_notifier_STATIC_SUBDIRS='' MCA_orte_odls_ALL_COMPONENTS='' MCA_orte_odls_ALL_SUBDIRS='' MCA_orte_odls_DSO_COMPONENTS='' MCA_orte_odls_DSO_SUBDIRS='' MCA_orte_odls_STATIC_COMPONENTS='' MCA_orte_odls_STATIC_LTLIBS='' MCA_orte_odls_STATIC_SUBDIRS='' MCA_orte_oob_ALL_COMPONENTS='' MCA_orte_oob_ALL_SUBDIRS='' MCA_orte_oob_DSO_COMPONENTS='' MCA_orte_oob_DSO_SUBDIRS='' MCA_orte_oob_STATIC_COMPONENTS='' MCA_orte_oob_STATIC_LTLIBS='' MCA_orte_oob_STATIC_SUBDIRS='' MCA_orte_plm_ALL_COMPONENTS='' MCA_orte_plm_ALL_SUBDIRS='' MCA_orte_plm_DSO_COMPONENTS='' MCA_orte_plm_DSO_SUBDIRS='' MCA_orte_plm_STATIC_COMPONENTS='' MCA_orte_plm_STATIC_LTLIBS='' MCA_orte_plm_STATIC_SUBDIRS='' MCA_orte_ras_ALL_COMPONENTS='' MCA_orte_ras_ALL_SUBDIRS='' MCA_orte_ras_DSO_COMPONENTS='' MCA_orte_ras_DSO_SUBDIRS='' MCA_orte_ras_STATIC_COMPONENTS='' MCA_orte_ras_STATIC_LTLIBS='' MCA_orte_ras_STATIC_SUBDIRS='' MCA_orte_rmaps_ALL_COMPONENTS='' MCA_orte_rmaps_ALL_SUBDIRS='' MCA_orte_rmaps_DSO_COMPONENTS='' MCA_orte_rmaps_DSO_SUBDIRS='' MCA_orte_rmaps_STATIC_COMPONENTS='' MCA_orte_rmaps_STATIC_LTLIBS='' MCA_orte_rmaps_STATIC_SUBDIRS='' MCA_orte_rml_ALL_COMPONENTS='' MCA_orte_rml_ALL_SUBDIRS='' MCA_orte_rml_DSO_COMPONENTS='' MCA_orte_rml_DSO_SUBDIRS='' MCA_orte_rml_STATIC_COMPONENTS='' MCA_orte_rml_STATIC_LTLIBS='' MCA_orte_rml_STATIC_SUBDIRS='' MCA_orte_routed_ALL_COMPONENTS='' MCA_orte_routed_ALL_SUBDIRS='' MCA_orte_routed_DSO_COMPONENTS='' MCA_orte_routed_DSO_SUBDIRS='' MCA_orte_routed_STATIC_COMPONENTS='' MCA_orte_routed_STATIC_LTLIBS='' MCA_orte_routed_STATIC_SUBDIRS='' MCA_orte_rtc_ALL_COMPONENTS='' MCA_orte_rtc_ALL_SUBDIRS='' MCA_orte_rtc_DSO_COMPONENTS='' MCA_orte_rtc_DSO_SUBDIRS='' MCA_orte_rtc_STATIC_COMPONENTS='' MCA_orte_rtc_STATIC_LTLIBS='' MCA_orte_rtc_STATIC_SUBDIRS='' MCA_orte_schizo_ALL_COMPONENTS='' MCA_orte_schizo_ALL_SUBDIRS='' MCA_orte_schizo_DSO_COMPONENTS='' MCA_orte_schizo_DSO_SUBDIRS='' MCA_orte_schizo_STATIC_COMPONENTS='' MCA_orte_schizo_STATIC_LTLIBS='' MCA_orte_schizo_STATIC_SUBDIRS='' MCA_orte_state_ALL_COMPONENTS='' MCA_orte_state_ALL_SUBDIRS='' MCA_orte_state_DSO_COMPONENTS='' MCA_orte_state_DSO_SUBDIRS='' MCA_orte_state_STATIC_COMPONENTS='' MCA_orte_state_STATIC_LTLIBS='' MCA_orte_state_STATIC_SUBDIRS='' MCA_oshmem_FRAMEWORKS='' MCA_oshmem_FRAMEWORKS_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_oshmem_FRAMEWORK_LIBS='' MCA_oshmem_atomic_ALL_COMPONENTS='' MCA_oshmem_atomic_ALL_SUBDIRS='' MCA_oshmem_atomic_DSO_COMPONENTS='' MCA_oshmem_atomic_DSO_SUBDIRS='' MCA_oshmem_atomic_STATIC_COMPONENTS='' MCA_oshmem_atomic_STATIC_LTLIBS='' MCA_oshmem_atomic_STATIC_SUBDIRS='' MCA_oshmem_memheap_ALL_COMPONENTS='' MCA_oshmem_memheap_ALL_SUBDIRS='' MCA_oshmem_memheap_DIRECT_CALL_HEADER='' MCA_oshmem_memheap_DSO_COMPONENTS='' MCA_oshmem_memheap_DSO_SUBDIRS='' MCA_oshmem_memheap_STATIC_COMPONENTS='' MCA_oshmem_memheap_STATIC_LTLIBS='' MCA_oshmem_memheap_STATIC_SUBDIRS='' MCA_oshmem_scoll_ALL_COMPONENTS='' MCA_oshmem_scoll_ALL_SUBDIRS='' MCA_oshmem_scoll_DSO_COMPONENTS='' MCA_oshmem_scoll_DSO_SUBDIRS='' MCA_oshmem_scoll_STATIC_COMPONENTS='' MCA_oshmem_scoll_STATIC_LTLIBS='' MCA_oshmem_scoll_STATIC_SUBDIRS='' MCA_oshmem_spml_ALL_COMPONENTS='' MCA_oshmem_spml_ALL_SUBDIRS='' MCA_oshmem_spml_DIRECT_CALL_HEADER='' MCA_oshmem_spml_DSO_COMPONENTS='' MCA_oshmem_spml_DSO_SUBDIRS='' MCA_oshmem_spml_STATIC_COMPONENTS='' MCA_oshmem_spml_STATIC_LTLIBS='' MCA_oshmem_spml_STATIC_SUBDIRS='' MCA_oshmem_sshmem_ALL_COMPONENTS='' MCA_oshmem_sshmem_ALL_SUBDIRS='' MCA_oshmem_sshmem_DSO_COMPONENTS='' MCA_oshmem_sshmem_DSO_SUBDIRS='' MCA_oshmem_sshmem_STATIC_COMPONENTS='' MCA_oshmem_sshmem_STATIC_LTLIBS='' MCA_oshmem_sshmem_STATIC_SUBDIRS='' MKDIR_P='/bin/mkdir -p' NM='' NMEDIT='' OBJDUMP='' OBJEXT='o' OMPI_ALIGNMENT_FORTRAN_CHARACTER='' OMPI_ALIGNMENT_FORTRAN_COMPLEX16='' OMPI_ALIGNMENT_FORTRAN_COMPLEX32='' OMPI_ALIGNMENT_FORTRAN_COMPLEX4='' OMPI_ALIGNMENT_FORTRAN_COMPLEX8='' OMPI_ALIGNMENT_FORTRAN_COMPLEX='' OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX='' OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION='' OMPI_ALIGNMENT_FORTRAN_INTEGER16='' OMPI_ALIGNMENT_FORTRAN_INTEGER1='' OMPI_ALIGNMENT_FORTRAN_INTEGER2='' OMPI_ALIGNMENT_FORTRAN_INTEGER4='' OMPI_ALIGNMENT_FORTRAN_INTEGER8='' OMPI_ALIGNMENT_FORTRAN_INTEGER='' OMPI_ALIGNMENT_FORTRAN_LOGICAL1='' OMPI_ALIGNMENT_FORTRAN_LOGICAL2='' OMPI_ALIGNMENT_FORTRAN_LOGICAL4='' OMPI_ALIGNMENT_FORTRAN_LOGICAL8='' OMPI_ALIGNMENT_FORTRAN_LOGICAL='' OMPI_ALIGNMENT_FORTRAN_REAL16='' OMPI_ALIGNMENT_FORTRAN_REAL2='' OMPI_ALIGNMENT_FORTRAN_REAL4='' OMPI_ALIGNMENT_FORTRAN_REAL8='' OMPI_ALIGNMENT_FORTRAN_REAL='' OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPIF08_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPIF08_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_TRUE='' OMPI_CONTRIB_DIST_SUBDIRS='' OMPI_CONTRIB_SUBDIRS='' OMPI_CXX_ABSOLUTE='' OMPI_F08_SUFFIX='' OMPI_FC='' OMPI_FC_ABSOLUTE='' OMPI_FC_MODULE_FLAG='' OMPI_FORTRAN_BUILD_SIZEOF='' OMPI_FORTRAN_CAPS='' OMPI_FORTRAN_CKINDS='' OMPI_FORTRAN_DOUBLE_UNDERSCORE='' OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS='' OMPI_FORTRAN_F08_PREDECL='' OMPI_FORTRAN_F08_TYPE='' OMPI_FORTRAN_HAVE_ABSTRACT='' OMPI_FORTRAN_HAVE_ASYNCHRONOUS='' OMPI_FORTRAN_HAVE_BIND_C='' OMPI_FORTRAN_HAVE_C_FUNLOC='' OMPI_FORTRAN_HAVE_INTERFACE='' OMPI_FORTRAN_HAVE_ISO_C_BINDING='' OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV='' OMPI_FORTRAN_HAVE_PRIVATE='' OMPI_FORTRAN_HAVE_PROCEDURE='' OMPI_FORTRAN_HAVE_PROTECTED='' OMPI_FORTRAN_HAVE_STORAGE_SIZE='' OMPI_FORTRAN_HAVE_USE_ONLY='' OMPI_FORTRAN_IGNORE_TKR_PREDECL='' OMPI_FORTRAN_IGNORE_TKR_TYPE='' OMPI_FORTRAN_IKINDS='' OMPI_FORTRAN_MAX_ARRAY_RANK='' OMPI_FORTRAN_NEED_WRAPPER_ROUTINES='' OMPI_FORTRAN_PLAIN='' OMPI_FORTRAN_RKINDS='' OMPI_FORTRAN_SINGLE_UNDERSCORE='' OMPI_FORTRAN_STATUS_SIZE='' OMPI_FORTRAN_SUBARRAYS_SUPPORTED='' OMPI_FORTRAN_USEMPIF08_DIR='' OMPI_FORTRAN_USEMPIF08_LIB='' OMPI_FORTRAN_USEMPI_DIR='' OMPI_FORTRAN_USEMPI_LIB='' OMPI_F_SUFFIX='' OMPI_GREEK_VERSION='' OMPI_HAVE_FORTRAN_CHARACTER='' OMPI_HAVE_FORTRAN_COMPLEX16='' OMPI_HAVE_FORTRAN_COMPLEX32='' OMPI_HAVE_FORTRAN_COMPLEX4='' OMPI_HAVE_FORTRAN_COMPLEX8='' OMPI_HAVE_FORTRAN_COMPLEX='' OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX='' OMPI_HAVE_FORTRAN_DOUBLE_PRECISION='' OMPI_HAVE_FORTRAN_INTEGER16='' OMPI_HAVE_FORTRAN_INTEGER1='' OMPI_HAVE_FORTRAN_INTEGER2='' OMPI_HAVE_FORTRAN_INTEGER4='' OMPI_HAVE_FORTRAN_INTEGER8='' OMPI_HAVE_FORTRAN_INTEGER='' OMPI_HAVE_FORTRAN_LOGICAL1='' OMPI_HAVE_FORTRAN_LOGICAL2='' OMPI_HAVE_FORTRAN_LOGICAL4='' OMPI_HAVE_FORTRAN_LOGICAL8='' OMPI_HAVE_FORTRAN_LOGICAL='' OMPI_HAVE_FORTRAN_REAL16='' OMPI_HAVE_FORTRAN_REAL2='' OMPI_HAVE_FORTRAN_REAL4='' OMPI_HAVE_FORTRAN_REAL8='' OMPI_HAVE_FORTRAN_REAL='' OMPI_KIND_FORTRAN_CHARACTER='' OMPI_KIND_FORTRAN_COMPLEX16='' OMPI_KIND_FORTRAN_COMPLEX32='' OMPI_KIND_FORTRAN_COMPLEX4='' OMPI_KIND_FORTRAN_COMPLEX8='' OMPI_KIND_FORTRAN_COMPLEX='' OMPI_KIND_FORTRAN_DOUBLE_COMPLEX='' OMPI_KIND_FORTRAN_DOUBLE_PRECISION='' OMPI_KIND_FORTRAN_INTEGER16='' OMPI_KIND_FORTRAN_INTEGER1='' OMPI_KIND_FORTRAN_INTEGER2='' OMPI_KIND_FORTRAN_INTEGER4='' OMPI_KIND_FORTRAN_INTEGER8='' OMPI_KIND_FORTRAN_INTEGER='' OMPI_KIND_FORTRAN_LOGICAL1='' OMPI_KIND_FORTRAN_LOGICAL2='' OMPI_KIND_FORTRAN_LOGICAL4='' OMPI_KIND_FORTRAN_LOGICAL8='' OMPI_KIND_FORTRAN_LOGICAL='' OMPI_KIND_FORTRAN_REAL16='' OMPI_KIND_FORTRAN_REAL2='' OMPI_KIND_FORTRAN_REAL4='' OMPI_KIND_FORTRAN_REAL8='' OMPI_KIND_FORTRAN_REAL='' OMPI_LIBMPI_EXTRA_LDFLAGS='' OMPI_LIBMPI_EXTRA_LIBS='' OMPI_LIBMPI_NAME='mpi' OMPI_MAJOR_VERSION='2' OMPI_MINOR_VERSION='1' OMPI_MPIEXT_ALL_SUBDIRS='' OMPI_MPIEXT_C_DIRS='' OMPI_MPIEXT_C_LIBS='' OMPI_MPIEXT_MPIFH_DIRS='' OMPI_MPIEXT_MPIFH_LIBS='' OMPI_MPIEXT_USEMPIF08_DIRS='' OMPI_MPIEXT_USEMPIF08_LIBS='' OMPI_MPIEXT_USEMPI_DIRS='' OMPI_MPIEXT_USEMPI_LIBS='' OMPI_MPIF_IO_CONSTANTS_INCLUDE='' OMPI_MPIF_IO_HANDLES_INCLUDE='' OMPI_MPI_ADDRESS_KIND='' OMPI_MPI_BIND_PREFIX='' OMPI_MPI_COUNT_KIND='' OMPI_MPI_INTEGER_KIND='' OMPI_MPI_OFFSET_KIND='' OMPI_MPI_PREFIX='' OMPI_MTL_PORTALS4_FLOW_CONTROL_FALSE='' OMPI_MTL_PORTALS4_FLOW_CONTROL_TRUE='' OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE='' OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#' OMPI_PKG_CONFIG_LDFLAGS='' OMPI_PROVIDE_MPI_FILE_INTERFACE='' OMPI_PROVIDE_MPI_FILE_INTERFACE_FALSE='' OMPI_PROVIDE_MPI_FILE_INTERFACE_TRUE='' OMPI_RELEASE_DATE='Sep 20, 2017' OMPI_RELEASE_VERSION='2' OMPI_REPO_REV='v2.1.1-188-g6157ed8' OMPI_RTE_ORTE_FALSE='' OMPI_RTE_ORTE_TRUE='' OMPI_SIZEOF_FORTRAN_CHARACTER='' OMPI_SIZEOF_FORTRAN_COMPLEX16='' OMPI_SIZEOF_FORTRAN_COMPLEX32='' OMPI_SIZEOF_FORTRAN_COMPLEX4='' OMPI_SIZEOF_FORTRAN_COMPLEX8='' OMPI_SIZEOF_FORTRAN_COMPLEX='' OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX='' OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION='' OMPI_SIZEOF_FORTRAN_INTEGER16='' OMPI_SIZEOF_FORTRAN_INTEGER1='' OMPI_SIZEOF_FORTRAN_INTEGER2='' OMPI_SIZEOF_FORTRAN_INTEGER4='' OMPI_SIZEOF_FORTRAN_INTEGER8='' OMPI_SIZEOF_FORTRAN_INTEGER='' OMPI_SIZEOF_FORTRAN_LOGICAL1='' OMPI_SIZEOF_FORTRAN_LOGICAL2='' OMPI_SIZEOF_FORTRAN_LOGICAL4='' OMPI_SIZEOF_FORTRAN_LOGICAL8='' OMPI_SIZEOF_FORTRAN_LOGICAL='' OMPI_SIZEOF_FORTRAN_REAL16='' OMPI_SIZEOF_FORTRAN_REAL2='' OMPI_SIZEOF_FORTRAN_REAL4='' OMPI_SIZEOF_FORTRAN_REAL8='' OMPI_SIZEOF_FORTRAN_REAL='' OMPI_TARBALL_VERSION='2.1.2' OMPI_TOP_BUILDDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2-abi_x86_32.x86' OMPI_TOP_SRCDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2' OMPI_VERSION='2.1.2' OMPI_WANT_JAVA_BINDINGS_FALSE='' OMPI_WANT_JAVA_BINDINGS_TRUE='' OMPI_WRAPPER_CXX_LIB='' OMPI_WRAPPER_CXX_REQUIRED_FILE='' OMPI_WRAPPER_EXTRA_CFLAGS='' OMPI_WRAPPER_EXTRA_CFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_CPPFLAGS='' OMPI_WRAPPER_EXTRA_CXXFLAGS='' OMPI_WRAPPER_EXTRA_CXXFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_FCFLAGS='' OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_FC_LDFLAGS='' OMPI_WRAPPER_EXTRA_LDFLAGS='' OMPI_WRAPPER_EXTRA_LIBS='' OMPI_WRAPPER_FORTRAN_REQUIRED_FILE='' OMPI_WRAPPER_INCLUDEDIR='' OMPI_WRAPPER_LIBDIR='' OPAL_ASM_FILE='' OPAL_ASM_GSYM='' OPAL_ASM_LSYM='' OPAL_ASM_SUPPORT_64BIT='' OPAL_ASM_TEXT='' OPAL_ASM_TYPE='' OPAL_ASSEMBLY_ARCH='' OPAL_ASSEMBLY_BUILTIN='' OPAL_ASSEMBLY_FORMAT='' OPAL_AS_GLOBAL='' OPAL_AS_LABEL_SUFFIX='' OPAL_BTL_PORTALS4_FLOW_CONTROL_FALSE='' OPAL_BTL_PORTALS4_FLOW_CONTROL_TRUE='' OPAL_BTL_USNIC_BUILD_UNIT_TESTS_FALSE='' OPAL_BTL_USNIC_BUILD_UNIT_TESTS_TRUE='' OPAL_CC_ABSOLUTE='/usr/bin/x86_64-pc-linux-gnu-gcc' OPAL_COMPILE_TIMING_FALSE='' OPAL_COMPILE_TIMING_TRUE='#' OPAL_CONFIGURE_DATE='Wed Feb 7 18:17:56 CET 2018' OPAL_CONFIGURE_HOST='wim' OPAL_CONFIGURE_USER='portage' OPAL_CXX_ABSOLUTE='' OPAL_DEFAULT_MCA_PARAM_CONF='openmpi-mca-params.conf' OPAL_DESTRUCTOR_USE_FINI_FALSE='' OPAL_DESTRUCTOR_USE_FINI_TRUE='' OPAL_DYN_LIB_PREFIX='' OPAL_DYN_LIB_SUFFIX='' OPAL_EVENT_HAVE_THREAD_SUPPORT_FALSE='' OPAL_EVENT_HAVE_THREAD_SUPPORT_TRUE='' OPAL_GREEK_VERSION='' OPAL_HAVE_ASM_FILE_FALSE='' OPAL_HAVE_ASM_FILE_TRUE='' OPAL_HAVE_JAVA_SUPPORT_FALSE='' OPAL_HAVE_JAVA_SUPPORT_TRUE='' OPAL_INSTALL_BINARIES_FALSE='#' OPAL_INSTALL_BINARIES_TRUE='' OPAL_INSTALL_TIMING_BINARIES_FALSE='' OPAL_INSTALL_TIMING_BINARIES_TRUE='#' OPAL_JDK_CPPFLAGS='' OPAL_LIB_PREFIX='' OPAL_MAJOR_VERSION='2' OPAL_MAX_DATAREP_STRING='128' OPAL_MAX_ERROR_STRING='256' OPAL_MAX_INFO_KEY='36' OPAL_MAX_INFO_VAL='256' OPAL_MAX_OBJECT_NAME='64' OPAL_MAX_PORT_NAME='1024' OPAL_MAX_PROCESSOR_NAME='256' OPAL_MINOR_VERSION='1' OPAL_PARAM_FROM_PLATFORM='' OPAL_PKG_CONFIG_LDFLAGS='' OPAL_RELEASE_DATE='Sep 20, 2017' OPAL_RELEASE_VERSION='2' OPAL_REPO_REV='v2.1.1-188-g6157ed8' OPAL_TARBALL_VERSION='2.1.2' OPAL_TOP_BUILDDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2-abi_x86_32.x86' OPAL_TOP_SRCDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2' OPAL_VERSION='2.1.2' OPAL_WANT_MEMCHECKER_FALSE='' OPAL_WANT_MEMCHECKER_TRUE='' OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE='' OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE='#' OPAL_WRAPPER_EXTRA_CFLAGS='' OPAL_WRAPPER_EXTRA_CFLAGS_PREFIX='' OPAL_WRAPPER_EXTRA_CPPFLAGS='' OPAL_WRAPPER_EXTRA_CXXFLAGS='' OPAL_WRAPPER_EXTRA_CXXFLAGS_PREFIX='' OPAL_WRAPPER_EXTRA_LDFLAGS='' OPAL_WRAPPER_EXTRA_LIBS='' OPAL_cuda_gdr_support_FALSE='' OPAL_cuda_gdr_support_TRUE='#' OPAL_cuda_get_attributes_FALSE='' OPAL_cuda_get_attributes_TRUE='#' OPAL_cuda_support_FALSE='' OPAL_cuda_support_TRUE='#' OPAL_cuda_sync_memops_FALSE='' OPAL_cuda_sync_memops_TRUE='#' ORTE_GREEK_VERSION='' ORTE_LIB_PREFIX='' ORTE_MAJOR_VERSION='2' ORTE_MINOR_VERSION='1' ORTE_PKG_CONFIG_LDFLAGS='' ORTE_RELEASE_DATE='Sep 20, 2017' ORTE_RELEASE_VERSION='2' ORTE_REPO_REV='v2.1.1-188-g6157ed8' ORTE_TARBALL_VERSION='2.1.2' ORTE_TOP_BUILDDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2-abi_x86_32.x86' ORTE_TOP_SRCDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2' ORTE_VERSION='2.1.2' ORTE_WRAPPER_EXTRA_CFLAGS='' ORTE_WRAPPER_EXTRA_CFLAGS_PREFIX='' ORTE_WRAPPER_EXTRA_CPPFLAGS='' ORTE_WRAPPER_EXTRA_LDFLAGS='' ORTE_WRAPPER_EXTRA_LIBS='' OSHMEM_BUILD_FORTRAN_BINDINGS_FALSE='' OSHMEM_BUILD_FORTRAN_BINDINGS_TRUE='' OSHMEM_GREEK_VERSION='' OSHMEM_LIBSHMEM_EXTRA_LDFLAGS='' OSHMEM_LIBSHMEM_EXTRA_LIBS='' OSHMEM_MAJOR_VERSION='2' OSHMEM_MINOR_VERSION='1' OSHMEM_PROFILING_FALSE='' OSHMEM_PROFILING_TRUE='' OSHMEM_RELEASE_DATE='Sep 20, 2017' OSHMEM_RELEASE_VERSION='2' OSHMEM_REPO_REV='v2.1.1-188-g6157ed8' OSHMEM_TARBALL_VERSION='2.1.2' OSHMEM_TOP_BUILDDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2-abi_x86_32.x86' OSHMEM_TOP_SRCDIR='/home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2' OSHMEM_VERSION='2.1.2' OTOOL64='' OTOOL='' PACKAGE='openmpi' PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' PACKAGE_NAME='Open MPI' PACKAGE_STRING='Open MPI 2.1.2' PACKAGE_TARNAME='openmpi' PACKAGE_URL='' PACKAGE_VERSION='2.1.2' PATH_SEPARATOR=':' PERL='perl' PKG_CONFIG='' PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig' PKG_CONFIG_PATH='/usr/share/pkgconfig' PROJECT_OMPI_FALSE='#' PROJECT_OMPI_TRUE='' PROJECT_ORTE_FALSE='#' PROJECT_ORTE_TRUE='' PROJECT_OSHMEM_FALSE='#' PROJECT_OSHMEM_TRUE='' QRSH='' RANLIB='' SED='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='2.1.2' WANT_INSTALL_HEADERS_FALSE='' WANT_INSTALL_HEADERS_TRUE='#' WANT_PERUSE_FALSE='' WANT_PERUSE_TRUE='#' WRAPPER_CC='x86_64-pc-linux-gnu-gcc -m32' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_FC='' ac_prefix_program='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' atomic_mxm_CFLAGS='' atomic_mxm_CPPFLAGS='' atomic_mxm_LDFLAGS='' atomic_mxm_LIBS='' atomic_ucx_CFLAGS='' atomic_ucx_CPPFLAGS='' atomic_ucx_LDFLAGS='' atomic_ucx_LIBS='' bindir='${exec_prefix}/bin' btl_openib_CFLAGS='' btl_openib_CPPFLAGS='' btl_openib_LDFLAGS='' btl_openib_LIBS='' btl_portals4_CPPFLAGS='' btl_portals4_LDFLAGS='' btl_portals4_LIBS='' btl_scif_CPPFLAGS='' btl_scif_LDFLAGS='' btl_scif_LIBS='' btl_sm_CPPFLAGS='' btl_ugni_CPPFLAGS='' btl_ugni_LDFLAGS='' btl_ugni_LIBS='' btl_vader_CFLAGS='' btl_vader_CPPFLAGS='' btl_vader_LDFLAGS='' btl_vader_LIBS='' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' coll_fca_CFLAGS='' coll_fca_CPPFLAGS='' coll_fca_HOME='' coll_fca_LDFLAGS='' coll_fca_LIBS='' coll_hcoll_CFLAGS='' coll_hcoll_CPPFLAGS='' coll_hcoll_LDFLAGS='' coll_hcoll_LIBS='' coll_portals4_CPPFLAGS='' coll_portals4_LDFLAGS='' coll_portals4_LIBS='' common_alps_CPPFLAGS='' common_alps_LDFLAGS='' common_alps_LIBS='' common_cuda_CPPFLAGS='' common_ugni_CPPFLAGS='' common_ugni_LDFLAGS='' common_ugni_LIBS='' common_verbs_CFLAGS='' common_verbs_CPPFLAGS='' common_verbs_LDFLAGS='' common_verbs_LIBS='' common_verbs_usnic_CPPFLAGS='' common_verbs_usnic_LDFLAGS='' common_verbs_usnic_LIBS='' datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/openmpi-2.1.2' dvidir='${docdir}' ess_alps_CPPFLAGS='' ess_alps_LDFLAGS='' ess_alps_LIBS='' ess_lsf_CPPFLAGS='' ess_lsf_LDFLAGS='' ess_lsf_LIBS='' ess_slurm_CPPFLAGS='' ess_slurm_LDFLAGS='' ess_slurm_LIBS='' ess_tm_CPPFLAGS='' ess_tm_LDFLAGS='' ess_tm_LIBS='' exec_prefix='NONE' fbtl_plfs_CPPFLAGS='' fbtl_plfs_LDFLAGS='' fbtl_plfs_LIBS='' fbtl_pvfs2_CPPFLAGS='' fbtl_pvfs2_LDFLAGS='' fbtl_pvfs2_LIBS='' fs_lustre_CPPFLAGS='' fs_lustre_LDFLAGS='' fs_lustre_LIBS='' fs_plfs_CPPFLAGS='' fs_plfs_LDFLAGS='' fs_plfs_LIBS='' fs_pvfs2_CPPFLAGS='' fs_pvfs2_LDFLAGS='' fs_pvfs2_LIBS='' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/openmpi-2.1.2/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /home/portage/sys-cluster/openmpi-2.1.2/work/openmpi-2.1.2/config/install-sh' libdir='/usr/lib32' libexecdir='${exec_prefix}/libexec' libmca_opal_common_cuda_so_version='30:0:10' libmca_opal_common_libfabric_so_version='30:0:10' libmca_opal_common_sm_so_version='30:1:10' libmca_opal_common_ugni_so_version='30:0:10' libmca_opal_common_verbs_so_version='30:0:10' libmca_orte_common_alps_so_version='30:0:10' libmpi_cxx_so_version='30:0:10' libmpi_java_so_version='30:0:10' libmpi_mpifh_so_version='31:1:11' libmpi_so_version='30:2:10' libmpi_usempi_ignore_tkr_so_version='30:1:10' libmpi_usempi_tkr_so_version='30:1:10' libmpi_usempif08_so_version='30:1:10' libompitrace_so_version='30:0:10' libopen_pal_so_version='30:2:10' libopen_rte_so_version='30:2:10' liboshmem_so_version='30:2:10' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' memory_malloc_solaris_LIBS='' mkdir_p='$(MKDIR_P)' mpool_memkind_CPPFLAGS='' mpool_memkind_LDFLAGS='' mpool_memkind_LIBS='' mtl_mxm_CFLAGS='' mtl_mxm_CPPFLAGS='' mtl_mxm_LDFLAGS='' mtl_mxm_LIBS='' mtl_portals4_CPPFLAGS='' mtl_portals4_LDFLAGS='' mtl_portals4_LIBS='' mtl_psm2_CFLAGS='' mtl_psm2_CPPFLAGS='' mtl_psm2_LDFLAGS='' mtl_psm2_LIBS='' mtl_psm_CFLAGS='' mtl_psm_CPPFLAGS='' mtl_psm_LDFLAGS='' mtl_psm_LIBS='' odls_alps_CPPFLAGS='' odls_alps_LDFLAGS='' odls_alps_LIBS='' oldincludedir='/usr/include' ompidatadir='' ompiincludedir='' ompilibdir='' oob_alps_CPPFLAGS='' oob_alps_LDFLAGS='' oob_alps_LIBS='' opal_common_libfabric_CPPFLAGS='' opal_common_libfabric_LDFLAGS='' opal_common_libfabric_LIBS='' opal_datatype_cuda_CPPFLAGS='' opal_dl_dlopen_LIBS='' opal_dl_libltdl_CPPFLAGS='' opal_dl_libltdl_LDFLAGS='' opal_dl_libltdl_LIBS='' opal_event_external_CPPFLAGS='' opal_event_external_LDFLAGS='' opal_event_external_LIBS='' opal_hwloc_external_LDFLAGS='' opal_hwloc_external_LIBS='' opal_hwloc_hwloc1112_CFLAGS='' opal_hwloc_hwloc1112_CPPFLAGS='' opal_hwloc_hwloc1112_LDFLAGS='' opal_hwloc_hwloc1112_LIBS='' opal_memchecker_valgrind_CPPFLAGS='' opal_pmi1_CPPFLAGS='' opal_pmi1_LDFLAGS='' opal_pmi1_LIBS='' opal_pmi1_rpath='' opal_pmi2_CPPFLAGS='' opal_pmi2_LDFLAGS='' opal_pmi2_LIBS='' opal_pmi2_rpath='' opal_pmix_external_CPPFLAGS='' opal_pmix_external_LDFLAGS='' opal_pmix_external_LIBS='' opal_pmix_pmix112_CPPFLAGS='' opal_pmix_pmix112_LIBS='' opaldatadir='' opalincludedir='' opallibdir='' orte_oob_ud_CFLAGS='' orte_oob_ud_CPPFLAGS='' orte_oob_ud_LDFLAGS='' orte_oob_ud_LIBS='' ortedatadir='' orteincludedir='' ortelibdir='' osc_portals4_CPPFLAGS='' osc_portals4_LDFLAGS='' osc_portals4_LIBS='' oshmem_verbs_CFLAGS='' oshmem_verbs_CPPFLAGS='' oshmem_verbs_LDFLAGS='' oshmem_verbs_LIBS='' oshmemdatadir='' oshmemincludedir='' oshmemlibdir='' pdfdir='${docdir}' plm_alps_CPPFLAGS='' plm_alps_LDFLAGS='' plm_alps_LIBS='' plm_lsf_CPPFLAGS='' plm_lsf_LDFLAGS='' plm_lsf_LIBS='' plm_slurm_CPPFLAGS='' plm_slurm_LDFLAGS='' plm_slurm_LIBS='' plm_tm_CPPFLAGS='' plm_tm_LDFLAGS='' plm_tm_LIBS='' pmix_cray_CPPFLAGS='' pmix_cray_LDFLAGS='' pmix_cray_LIBS='' pml_ucx_CPPFLAGS='' pml_ucx_LDFLAGS='' pml_ucx_LIBS='' pml_yalla_CPPFLAGS='' pml_yalla_LDFLAGS='' pml_yalla_LIBS='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' ras_alps_CPPFLAGS='' ras_loadleveler_CPPFLAGS='' ras_loadleveler_LDFLAGS='' ras_loadleveler_LIBS='' ras_lsf_CPPFLAGS='' ras_lsf_LDFLAGS='' ras_lsf_LIBS='' ras_slurm_CPPFLAGS='' ras_slurm_LDFLAGS='' ras_slurm_LIBS='' ras_tm_CPPFLAGS='' ras_tm_LDFLAGS='' ras_tm_LIBS='' rcache_udreg_CPPFLAGS='' rcache_udreg_LDFLAGS='' rcache_udreg_LIBS='' sbindir='${exec_prefix}/sbin' scoll_fca_CFLAGS='' scoll_fca_CPPFLAGS='' scoll_fca_HOME='' scoll_fca_LDFLAGS='' scoll_fca_LIBS='' sec_keystone_CPPFLAGS='' sec_keystone_LDFLAGS='' sec_keystone_LIBS='' sec_munge_CPPFLAGS='' sec_munge_LDFLAGS='' sec_munge_LIBS='' sharedstatedir='${prefix}/com' spml_ikrit_CFLAGS='' spml_ikrit_CPPFLAGS='' spml_ikrit_LDFLAGS='' spml_ikrit_LIBS='' spml_ucx_CFLAGS='' spml_ucx_CPPFLAGS='' spml_ucx_LDFLAGS='' spml_ucx_LIBS='' sysconfdir='/etc/openmpi' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Open MPI" #define PACKAGE_TARNAME "openmpi" #define PACKAGE_VERSION "2.1.2" #define PACKAGE_STRING "Open MPI 2.1.2" #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" #define PACKAGE_URL "" #define OPAL_ARCH "i686-pc-linux-gnu" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define OMPI_MAJOR_VERSION 2 #define OMPI_MINOR_VERSION 1 #define OMPI_RELEASE_VERSION 2 #define OMPI_GREEK_VERSION "" #define OMPI_REPO_REV "v2.1.1-188-g6157ed8" #define OMPI_TARBALL_VERSION "2.1.2" #define OMPI_VERSION "2" #define OMPI_RELEASE_DATE "Sep 20, 2017" #define ORTE_MAJOR_VERSION 2 #define ORTE_MINOR_VERSION 1 #define ORTE_RELEASE_VERSION 2 #define ORTE_GREEK_VERSION "" #define ORTE_REPO_REV "v2.1.1-188-g6157ed8" #define ORTE_TARBALL_VERSION "2.1.2" #define ORTE_VERSION "2" #define ORTE_RELEASE_DATE "Sep 20, 2017" #define OSHMEM_MAJOR_VERSION 2 #define OSHMEM_MINOR_VERSION 1 #define OSHMEM_RELEASE_VERSION 2 #define OSHMEM_GREEK_VERSION "" #define OSHMEM_REPO_REV "v2.1.1-188-g6157ed8" #define OSHMEM_TARBALL_VERSION "2.1.2" #define OSHMEM_VERSION "2" #define OSHMEM_RELEASE_DATE "Sep 20, 2017" #define OPAL_MAJOR_VERSION 2 #define OPAL_MINOR_VERSION 1 #define OPAL_RELEASE_VERSION 2 #define OPAL_GREEK_VERSION "" #define OPAL_REPO_REV "v2.1.1-188-g6157ed8" #define OPAL_TARBALL_VERSION "2.1.2" #define OPAL_VERSION "2" #define OPAL_RELEASE_DATE "Sep 20, 2017" #define OPAL_ENABLE_MEM_DEBUG 0 #define OPAL_ENABLE_MEM_PROFILE 0 #define OPAL_ENABLE_TIMING 0 #define OPAL_ENABLE_DEBUG 0 #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 #define OPAL_ENABLE_PTY_SUPPORT 1 #define OPAL_ENABLE_DLOPEN_SUPPORT 1 #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0 #define OPAL_WANT_HOME_CONFIG_FILES 1 #define OPAL_ENABLE_IPV6 1 #define OPAL_PACKAGE_STRING "Open MPI portage@wim Distribution" #define OPAL_IDENT_STRING "2.1.2" #define OPAL_MAX_PROCESSOR_NAME 256 #define OPAL_MAX_ERROR_STRING 256 #define OPAL_MAX_OBJECT_NAME 64 #define OPAL_MAX_INFO_KEY 36 #define OPAL_MAX_INFO_VAL 256 #define OPAL_MAX_PORT_NAME 1024 #define OPAL_MAX_DATAREP_STRING 128 #define OPAL_ENABLE_CRDEBUG 0 #define OPAL_ENABLE_GETPWUID 1 #define OPAL_ENABLE_PROGRESS_THREADS 0 #define OPAL_HAVE_SOLARIS 0 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_STRUCT_SOCKADDR_IN 1 #define OPAL_CUDA_SUPPORT 0 #define OPAL_CUDA_SYNC_MEMOPS 0 #define OPAL_CUDA_GET_ATTRIBUTES 0 #define OPAL_CUDA_GDR_SUPPORT 0 #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 #define ORTE_ENABLE_STATIC_PORTS 1 #define OMPI_WANT_MPI_INTERFACE_WARNING 1 #define OMPI_GROUP_SPARSE 0 #define OMPI_WANT_PERUSE 0 #define OMPI_WANT_MPI_CXX_SEEK 1 #define MPI_PARAM_CHECK ompi_mpi_param_check #define OMPI_PARAM_CHECK 1 #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 #define OSHMEM_SPEC_COMPAT 1 #define OSHMEM_PARAM_CHECK 1 #define HAVE_ON_EXIT 1 #define OPAL_CC "x86_64-pc-linux-gnu-gcc -m32" #define STDC_HEADERS 1 #define _GNU_SOURCE 1 #define OPAL_C_HAVE_BUILTIN_EXPECT 0 #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 #define OPAL_C_HAVE_BUILTIN_CLZ 0 #define OPAL_CC_USE_PRAGMA_IDENT 0 #define OPAL_CC_USE_IDENT 0 #define OPAL_CC_USE_PRAGMA_COMMENT #define OPAL_CC_USE_CONST_CHAR_IDENT 0 #define SIZEOF_CHAR 0 #define SIZEOF_SHORT 0 #define SIZEOF_INT 0 #define SIZEOF_LONG 0 #define SIZEOF_FLOAT 0 #define SIZEOF_DOUBLE 0 #define SIZEOF_VOID_P 0 #define SIZEOF_SIZE_T 0 #define SIZEOF_WCHAR_T 0 #define SIZEOF_PID_T 0 configure: exit 1