Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 353032 Details for
Bug 476412
sys-cluster/openmpi-1.6.4-r1 failed (configure phase): econf failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
file_476412.txt (text/plain), 227.09 KB, created by
Tom Wijsman (TomWij) (RETIRED)
on 2013-07-10 19:01:44 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Tom Wijsman (TomWij) (RETIRED)
Created:
2013-07-10 19:01:44 UTC
Size:
227.09 KB
patch
obsolete
>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 1.6.4, which was >generated by GNU Autoconf 2.68. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --sysconfdir=/etc/openmpi --enable-pretty-print-stacktrace --enable-orterun-prefix-by-default --with-hwloc=/usr --enable-mpi-thread-multiple --enable-opal-multi-threads --enable-contrib-no-build=vt --enable-mpi-cxx --enable-io-romio --disable-heterogeneous --enable-ipv6 --without-udapl --without-openib --without-knem --without-mx --without-psm --disable-openib-control-hdr-padding --disable-openib-connectx-xrc --disable-openib-rdmacm --disable-openib-dynamic-sl --disable-btl-openib-failover --without-sctp --without-tm --without-slurm > >## --------- ## >## Platform. ## >## --------- ## > >hostname = big-server >uname -m = x86_64 >uname -r = 3.9.7-gentoo >uname -s = Linux >uname -v = #3 SMP PREEMPT Sun Jul 7 19:37:55 CEST 2013 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz >/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/lib64/portage/bin/ebuild-helpers/xattr >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 >PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.7.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:4648: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| 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 [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:4943: checking build system type >configure:4957: result: x86_64-pc-linux-gnu >configure:4977: checking host system type >configure:4990: result: x86_64-pc-linux-gnu >configure:5010: checking target system type >configure:5023: result: x86_64-pc-linux-gnu >configure:5070: checking for x86_64-pc-linux-gnu-gcc >configure:5086: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:5097: result: x86_64-pc-linux-gnu-gcc >configure:5366: checking for C compiler version >configure:5375: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1 p1.0, pie-0.5.6) 4.8.1 >Copyright (C) 2013 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:5386: $? = 0 >configure:5375: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1 p1.0, pie-0.5.6' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1 p1.0, pie-0.5.6) >configure:5386: $? = 0 >configure:5375: x86_64-pc-linux-gnu-gcc -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:5386: $? = 1 >configure:5375: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5386: $? = 1 >configure:5406: checking whether the C compiler works >configure:5428: x86_64-pc-linux-gnu-gcc -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5432: $? = 0 >configure:5480: result: yes >configure:5483: checking for C compiler default output file name >configure:5485: result: a.out >configure:5491: checking for suffix of executables >configure:5498: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5502: $? = 0 >configure:5524: result: >configure:5546: checking whether we are cross compiling >configure:5554: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5558: $? = 0 >configure:5565: ./conftest >configure:5569: $? = 0 >configure:5584: result: no >configure:5589: checking for suffix of object files >configure:5611: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:5615: $? = 0 >configure:5636: result: o >configure:5640: checking whether we are using the GNU C compiler >configure:5659: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:5659: $? = 0 >configure:5668: result: yes >configure:5677: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5697: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:5697: $? = 0 >configure:5738: result: yes >configure:5755: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:5819: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:5819: $? = 0 >configure:5832: result: none needed >configure:5858: checking how to run the C preprocessor >configure:5889: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5889: $? = 0 >configure:5903: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:5903: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-pc-linux-gnu" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5928: result: x86_64-pc-linux-gnu-gcc -E >configure:5948: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5948: $? = 0 >configure:5962: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:5962: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-pc-linux-gnu" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5991: checking for grep that handles long lines and -e >configure:6049: result: /bin/grep >configure:6054: checking for egrep >configure:6116: result: /bin/grep -E >configure:6121: checking for ANSI C header files >configure:6141: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6141: $? = 0 >configure:6214: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6214: $? = 0 >configure:6214: ./conftest >configure:6214: $? = 0 >configure:6225: result: yes >configure:6238: checking for sys/types.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for sys/stat.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for stdlib.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for string.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for memory.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for strings.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for inttypes.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for stdint.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6238: checking for unistd.h >configure:6238: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6238: $? = 0 >configure:6238: result: yes >configure:6251: checking minix/config.h usability >configure:6251: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >conftest.c:53:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:6251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:6251: result: no >configure:6251: checking minix/config.h presence >configure:6251: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:20:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:6251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 <minix/config.h> >configure:6251: result: no >configure:6251: checking for minix/config.h >configure:6251: result: no >configure:6272: checking whether it is safe to define __EXTENSIONS__ >configure:6290: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6290: $? = 0 >configure:6297: result: yes >configure:6332: checking for a BSD-compatible install >configure:6400: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c >configure:6411: checking whether build environment is sane >configure:6461: result: yes >configure:6602: checking for a thread-safe mkdir -p >configure:6641: result: /bin/mkdir -p >configure:6654: checking for gawk >configure:6670: found /usr/bin/gawk >configure:6681: result: gawk >configure:6692: checking whether make sets $(MAKE) >configure:6714: result: yes >configure:6744: checking for style of include used by make >configure:6772: result: GNU >configure:6843: checking how to create a ustar tar archive >configure:6856: tar --version >tar (GNU tar) 1.26 >Copyright (C) 2011 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. >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:6859: $? = 0 >configure:6899: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar >configure:6902: $? = 0 >configure:6906: tar -xf - <conftest.tar >configure:6909: $? = 0 >configure:6922: result: gnutar >configure:6930: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:7041: result: none >configure:7070: checking whether make supports nested variables >configure:7087: result: yes >configure:7208: checking Open MPI version >configure:7210: result: 1.6.4 >configure:7212: checking Open MPI release date >configure:7214: result: Feb 19, 2013 >configure:7216: checking Open MPI Subversion repository version >configure:7218: result: r28081 >configure:7339: checking Open MPI Run-Time Environment version >configure:7341: result: 1.6.4 >configure:7343: checking Open MPI Run-Time Environment release date >configure:7345: result: Feb 19, 2013 >configure:7347: checking Open MPI Run-Time Environment Subversion repository version >configure:7349: result: r28081 >configure:7470: checking Open Portable Access Layer version >configure:7472: result: 1.6.4 >configure:7474: checking Open Portable Access Layer release date >configure:7476: result: Feb 19, 2013 >configure:7478: checking Open Portable Access Layer Subversion repository version >configure:7480: result: r28081 >configure:7581: builddir: /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4 >configure:7583: srcdir: /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4 >configure:7821: checking if want to run code coverage >configure:7846: result: no >configure:7856: checking if want to compile with branch probabilities >configure:7868: result: no >configure:7878: checking if want to debug memory usage >configure:7890: result: no >configure:7910: checking if want to profile memory usage >configure:7922: result: no >configure:7942: checking if want developer-level compiler pickyness >configure:7954: result: no >configure:7969: checking if want developer-level debugging code >configure:7981: result: no >configure:8011: checking if want to install project-internal header files >configure:8024: result: no >configure:8042: checking if want pretty-print stacktrace >configure:8054: result: yes >configure:8069: checking if want pty support >configure:8081: result: yes >configure:8096: checking if want weak symbol support >configure:8104: result: yes >configure:8118: checking if want dlopen support >configure:8133: result: yes >configure:8142: checking if want heterogeneous support >configure:8154: result: no >configure:8169: checking if want trace file debugging >configure:8181: result: no >configure:8240: checking if want fault tolerance >configure:8253: result: Disabled fault tolerance >configure:8376: checking if want IPv6 support >configure:8384: result: yes >configure:8402: checking if want package/brand string >configure:8418: result: Open MPI root@big-server Distribution >configure:8424: checking if want ident string >configure:8450: result: 1.6.4 >configure:8457: checking if want to use an alternative checksum algo for messages >configure:8470: result: no >configure:8486: checking maximum length of processor name >configure:8517: result: 256 >configure:8531: checking maximum length of error string >configure:8562: result: 256 >configure:8576: checking maximum length of object name >configure:8607: result: 64 >configure:8621: checking maximum length of info key >configure:8652: result: 36 >configure:8666: checking maximum length of info val >configure:8697: result: 256 >configure:8711: checking maximum length of port name >configure:8742: result: 1024 >configure:8756: checking maximum length of datarep string >configure:8787: result: 128 >configure:8812: checking if want full RTE support >configure:8831: result: yes >configure:8853: checking if want orterun "--prefix" behavior to be enabled by default >configure:8869: result: yes >configure:8894: checking if want compile-time warnings inside of mpi.h >configure:8906: result: no >configure:8920: checking if want sparse process groups >configure:8932: result: no >configure:8947: checking if want peruse support >configure:8959: result: no >configure:8981: checking if want Fortran 77 bindings >configure:8989: result: yes >configure:9002: checking if want Fortran 90 bindings >configure:9010: result: yes >configure:9019: checking Fortran 90 bindings "size" >configure:9092: result: small >configure:9100: checking if want PMPI >configure:9108: result: yes >configure:9125: checking if want C++ bindings >configure:9133: result: yes >configure:9142: checking if want MPI::SEEK_SET support >configure:9150: result: yes >configure:9169: checking if want run-time MPI parameter checking >configure:9190: result: runtime >configure:9214: checking max supported array dimension in F90 MPI bindings >configure:9245: result: 4 >configure:9484: checking for x86_64-pc-linux-gnu-gcc >configure:9511: result: x86_64-pc-linux-gnu-gcc >configure:9780: checking for C compiler version >configure:9789: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1 p1.0, pie-0.5.6) 4.8.1 >Copyright (C) 2013 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:9800: $? = 0 >configure:9789: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1 p1.0, pie-0.5.6' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1 p1.0, pie-0.5.6) >configure:9800: $? = 0 >configure:9789: x86_64-pc-linux-gnu-gcc -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:9800: $? = 1 >configure:9789: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:9800: $? = 1 >configure:9804: checking whether we are using the GNU C compiler >configure:9832: result: yes >configure:9841: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:9902: result: yes >configure:9919: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:9996: result: none needed >configure:10104: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:10135: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:10139: $? = 0 >configure:10145: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:10149: $? = 0 >configure:10160: cc -c conftest.c >&5 >configure:10164: $? = 0 >configure:10172: cc -c conftest.c -o conftest2.o >&5 >configure:10176: $? = 0 >configure:10182: cc -c conftest.c -o conftest2.o >&5 >configure:10186: $? = 0 >configure:10204: result: yes >configure:10241: checking for the C compiler vendor >configure:10270: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >conftest.c:74:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" > #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" > ^ >conftest.c:75:1: error: unknown type name 'choke' > choke me > ^ >conftest.c:75:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input >configure:10270: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| /* end confdefs.h. */ >| >| #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) >| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" >| choke me >| #endif >configure:10287: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:10287: $? = 0 >configure:10809: result: gnu >configure:10817: checking for ANSI C header files >configure:10921: result: yes >configure:11564: checking if x86_64-pc-linux-gnu-gcc supports -finline-functions >configure:11580: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions conftest.c >&5 >configure:11580: $? = 0 >configure:11587: result: yes >configure:11597: checking if x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing >configure:11613: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing conftest.c >&5 >configure:11613: $? = 0 >configure:11620: result: yes >configure:11707: WARNING: -fno-strict-aliasing has been added to CFLAGS >configure:11844: checking if x86_64-pc-linux-gnu-gcc supports __builtin_expect >configure:11861: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:11861: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #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:11869: result: no >configure:11883: checking if x86_64-pc-linux-gnu-gcc supports __builtin_prefetch >configure:11900: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:11900: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #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:11908: result: no >configure:11986: checking for C optimization flags >configure:12033: result: -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing >configure:12052: checking for Interix environment >configure:12067: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:12067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #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 () >| { >| #if !defined(__INTERIX) >| #error Normal Unix environment >| #endif >| ; >| return 0; >| } >configure:12073: result: no >configure:12107: checking for C ident string support >configure:12134: x86_64-pc-linux-gnu-gcc -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:12141: $? = 1 >configure:13047: result: >configure:13057: checking for int8_t >configure:13057: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13057: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (int8_t)) >| return 0; >| ; >| return 0; >| } >configure:13057: result: no >configure:13067: checking for uint8_t >configure:13067: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uint8_t)) >| return 0; >| ; >| return 0; >| } >configure:13067: result: no >configure:13077: checking for int16_t >configure:13077: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13077: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (int16_t)) >| return 0; >| ; >| return 0; >| } >configure:13077: result: no >configure:13087: checking for uint16_t >configure:13087: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13087: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uint16_t)) >| return 0; >| ; >| return 0; >| } >configure:13087: result: no >configure:13097: checking for int32_t >configure:13097: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13097: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (int32_t)) >| return 0; >| ; >| return 0; >| } >configure:13097: result: no >configure:13107: checking for uint32_t >configure:13107: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13107: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uint32_t)) >| return 0; >| ; >| return 0; >| } >configure:13107: result: no >configure:13117: checking for int64_t >configure:13117: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13117: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (int64_t)) >| return 0; >| ; >| return 0; >| } >configure:13117: result: no >configure:13127: checking for uint64_t >configure:13127: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13127: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uint64_t)) >| return 0; >| ; >| return 0; >| } >configure:13127: result: no >configure:13137: checking for int128_t >configure:13137: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13137: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (int128_t)) >| return 0; >| ; >| return 0; >| } >configure:13137: result: no >configure:13147: checking for uint128_t >configure:13147: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13147: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uint128_t)) >| return 0; >| ; >| return 0; >| } >configure:13147: result: no >configure:13157: checking for long long >configure:13157: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13157: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (long long)) >| return 0; >| ; >| return 0; >| } >configure:13157: result: no >configure:13168: checking for long double >configure:13168: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13168: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (long double)) >| return 0; >| ; >| return 0; >| } >configure:13168: result: no >configure:13180: checking for float _Complex >configure:13180: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13180: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (float _Complex)) >| return 0; >| ; >| return 0; >| } >configure:13180: result: no >configure:13190: checking for double _Complex >configure:13190: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13190: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (double _Complex)) >| return 0; >| ; >| return 0; >| } >configure:13190: result: no >configure:13200: checking for long double _Complex >configure:13200: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13200: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (long double _Complex)) >| return 0; >| ; >| return 0; >| } >configure:13200: result: no >configure:13211: checking for intptr_t >configure:13211: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13211: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (intptr_t)) >| return 0; >| ; >| return 0; >| } >configure:13211: result: no >configure:13221: checking for uintptr_t >configure:13221: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13221: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (uintptr_t)) >| return 0; >| ; >| return 0; >| } >configure:13221: result: no >configure:13231: checking for mode_t >configure:13231: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13231: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (mode_t)) >| return 0; >| ; >| return 0; >| } >configure:13231: result: no >configure:13241: checking for ssize_t >configure:13241: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13241: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (ssize_t)) >| return 0; >| ; >| return 0; >| } >configure:13241: result: no >configure:13251: checking for ptrdiff_t >configure:13251: x86_64-pc-linux-gnu-gcc -c -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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=4096: No such file or directory >configure:13251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Open MPI" >| #define PACKAGE_TARNAME "openmpi" >| #define PACKAGE_VERSION "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (ptrdiff_t)) >| return 0; >| ; >| return 0; >| } >configure:13251: result: no >configure:13270: checking size of char >configure:13275: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13275: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (char)); } >| static unsigned long int ulongval () { return (long int) (sizeof (char)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13289: result: 0 >configure:13303: checking size of short >configure:13308: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13308: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (short)); } >| static unsigned long int ulongval () { return (long int) (sizeof (short)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13322: result: 0 >configure:13336: checking size of int >configure:13341: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13341: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (int)); } >| static unsigned long int ulongval () { return (long int) (sizeof (int)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13355: result: 0 >configure:13369: checking size of long >configure:13374: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13374: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (long)); } >| static unsigned long int ulongval () { return (long int) (sizeof (long)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13388: result: 0 >configure:13437: checking size of float >configure:13442: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13442: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (float)); } >| static unsigned long int ulongval () { return (long int) (sizeof (float)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13456: result: 0 >configure:13470: checking size of double >configure:13475: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13475: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (double)); } >| static unsigned long int ulongval () { return (long int) (sizeof (double)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13489: result: 0 >configure:13647: checking size of void * >configure:13652: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13652: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (void *)); } >| static unsigned long int ulongval () { return (long int) (sizeof (void *)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13666: result: 0 >configure:13680: checking size of size_t >configure:13685: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13685: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (size_t)); } >| static unsigned long int ulongval () { return (long int) (sizeof (size_t)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13699: result: 0 >configure:13783: checking size of wchar_t >configure:13788: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13788: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (wchar_t)); } >| static unsigned long int ulongval () { return (long int) (sizeof (wchar_t)); } >| #include <stdio.h> >| #include <stdlib.h> >| 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:13802: result: 0 >configure:13819: checking alignment of _Bool >configure:13864: x86_64-pc-linux-gnu-gcc -o conftest -DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -finline-functions -fno-strict-aliasing -Wl,-O1 -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=4096: No such file or directory >configure:13864: $? = 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 "1.6.4" >| #define PACKAGE_STRING "Open MPI 1.6.4" >| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >| #define PACKAGE_URL "" >| #define OPAL_ARCH "x86_64-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 1 >| #define OMPI_MINOR_VERSION 6 >| #define OMPI_RELEASE_VERSION 4 >| #define OMPI_GREEK_VERSION "" >| #define OMPI_VERSION "4" >| #define OMPI_RELEASE_DATE "Feb 19, 2013" >| #define ORTE_MAJOR_VERSION 1 >| #define ORTE_MINOR_VERSION 6 >| #define ORTE_RELEASE_VERSION 4 >| #define ORTE_GREEK_VERSION "" >| #define ORTE_VERSION "4" >| #define ORTE_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_MAJOR_VERSION 1 >| #define OPAL_MINOR_VERSION 6 >| #define OPAL_RELEASE_VERSION 4 >| #define OPAL_GREEK_VERSION "" >| #define OPAL_VERSION "4" >| #define OPAL_RELEASE_DATE "Feb 19, 2013" >| #define OPAL_ENABLE_PROGRESS_THREADS 0 >| #define OPAL_ENABLE_MEM_DEBUG 0 >| #define OPAL_ENABLE_MEM_PROFILE 0 >| #define OPAL_ENABLE_DEBUG 0 >| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >| #define OPAL_ENABLE_PTY_SUPPORT 1 >| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >| #define OPAL_ENABLE_TRACE 0 >| #define OPAL_ENABLE_FT 0 >| #define OPAL_ENABLE_FT_CR 0 >| #define OPAL_WANT_HOME_CONFIG_FILES 1 >| #define OPAL_ENABLE_IPV6 1 >| #define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >| #define OPAL_IDENT_STRING "1.6.4" >| #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 ORTE_DISABLE_FULL_SUPPORT 0 >| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >| #define OMPI_WANT_MPI_INTERFACE_WARNING 0 >| #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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >| #define STDC_HEADERS 1 >| #define _GNU_SOURCE 1 >| #define OPAL_C_HAVE_BUILTIN_EXPECT 0 >| #define OPAL_C_HAVE_BUILTIN_PREFETCH 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #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:13867: WARNING: *** Problem running configure test! >configure:13869: WARNING: *** See config.log for details. >configure:13871: error: *** Cannot continue. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-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= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set=set >ac_cv_env_F77_value=x86_64-pc-linux-gnu-gfortran >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 >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -pipe' >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_PCI_CFLAGS_set= >ac_cv_env_HWLOC_PCI_CFLAGS_value= >ac_cv_env_HWLOC_PCI_LIBS_set= >ac_cv_env_HWLOC_PCI_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >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=x86_64-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/lib64/portage/bin/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=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_short=0 >ac_cv_sizeof_size_t=0 >ac_cv_sizeof_void_p=0 >ac_cv_sizeof_wchar_t=0 >ac_cv_target=x86_64-pc-linux-gnu >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_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_tar_ustar=gnutar >ompi_cv_c_compiler_vendor=gnu >ompi_cv_cc_finline_functions=yes >ompi_cv_cc_fno_strict_aliasing=yes >ompi_cv_cc_supports___builtin_expect=no >ompi_cv_cc_supports___builtin_prefetch=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/missing --run aclocal-1.11' >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} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/missing --run automake-1.11' >AWK='gawk' >BASH='/bin/sh' >CASE_SENSITIVE_FS_FALSE='' >CASE_SENSITIVE_FS_TRUE='' >CC='x86_64-pc-linux-gnu-gcc' >CCAS='' >CCASDEPMODE='' >CCASFLAGS='' >CCDEPMODE='depmode=none' >CFLAGS='-DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 l1-cache-line-size=64 l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer -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 -E' >CPPFLAGS='' >CXX='' >CXXCPP='' >CXXCPPFLAGS='' >CXXDEPMODE='' >CXXFLAGS='-DNDEBUG -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c -mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse -O2 -pipe -fomit-frame-pointer' >CYGPATH_W='echo' >DEBUGGER_CFLAGS='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXT_CXX_HEADERS='' >EXT_CXX_LIBS='' >EXT_C_HEADERS='' >EXT_C_LIBS='' >EXT_F77_HEADERS='' >EXT_F77_LIBS='' >EXT_F90_HEADERS='' >EXT_F90_LIBS='' >EXT_PROJECT_SUBDIRS='' >EXT_mpiext_ALL_COMPONENTS='' >EXT_mpiext_ALL_SUBDIRS='' >EXT_mpiext_STATIC_COMPONENTS='' >EXT_mpiext_STATIC_LTLIBS='' >EXT_mpiext_STATIC_SUBDIRS='' >EXT_ompi_FRAMEWORKS='' >EXT_ompi_FRAMEWORKS_SUBDIRS='' >EXT_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' >EXT_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' >EXT_ompi_FRAMEWORK_LIBS='' >F77='x86_64-pc-linux-gnu-gfortran' >FC='x86_64-pc-linux-gnu-gfortran' >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_BUILD_TESTS_FALSE='' >HWLOC_BUILD_TESTS_TRUE='' >HWLOC_BUILD_UTILS_FALSE='' >HWLOC_BUILD_UTILS_TRUE='' >HWLOC_CFLAGS='' >HWLOC_CPPFLAGS='' >HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_FALSE='' >HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_TRUE='' >HWLOC_EMBEDDED_CFLAGS='' >HWLOC_EMBEDDED_CPPFLAGS='' >HWLOC_EMBEDDED_LDADD='' >HWLOC_EMBEDDED_LIBS='' >HWLOC_HAVE_AIX_FALSE='' >HWLOC_HAVE_AIX_TRUE='' >HWLOC_HAVE_BUNZIPP_FALSE='' >HWLOC_HAVE_BUNZIPP_TRUE='' >HWLOC_HAVE_CAIRO_FALSE='' >HWLOC_HAVE_CAIRO_TRUE='' >HWLOC_HAVE_CPUID_FALSE='' >HWLOC_HAVE_CPUID_TRUE='' >HWLOC_HAVE_CUDART_FALSE='' >HWLOC_HAVE_CUDART_TRUE='' >HWLOC_HAVE_CUDA_FALSE='' >HWLOC_HAVE_CUDA_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_HPUX_FALSE='' >HWLOC_HAVE_HPUX_TRUE='' >HWLOC_HAVE_IRIX_FALSE='' >HWLOC_HAVE_IRIX_TRUE='' >HWLOC_HAVE_LIBIBVERBS_FALSE='' >HWLOC_HAVE_LIBIBVERBS_TRUE='' >HWLOC_HAVE_LIBPCI='' >HWLOC_HAVE_LIBPCI_FALSE='' >HWLOC_HAVE_LIBPCI_TRUE='' >HWLOC_HAVE_LIBXML2='' >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_OPENAT_FALSE='' >HWLOC_HAVE_OPENAT_TRUE='' >HWLOC_HAVE_OSF_FALSE='' >HWLOC_HAVE_OSF_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_INSTALL_DOXYGEN_FALSE='' >HWLOC_INSTALL_DOXYGEN_TRUE='' >HWLOC_KERRIGHED_CFLAGS='' >HWLOC_KERRIGHED_LIBS='' >HWLOC_LDFLAGS='' >HWLOC_LIBS='' >HWLOC_LIBXML2_CFLAGS='' >HWLOC_LIBXML2_LIBS='' >HWLOC_LINUX_LIBNUMA_LIBS='' >HWLOC_MS_LIB='' >HWLOC_MS_LIB_ARCH='' >HWLOC_PCI_CFLAGS='' >HWLOC_PCI_LIBS='' >HWLOC_REQUIRES='' >HWLOC_top_builddir='' >HWLOC_top_srcdir='' >INCLTDL='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LEX='' >LEXLIB='' >LEX_OUTPUT_ROOT='' >LIBLTDL='' >LIBLTDL_SUBDIR='' >LIBOBJS='' >LIBS='' >LIBTOOL='' >LIPO='' >LN_S='' >LTDLDEPS='' >LTDLINCL='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/missing --run makeinfo' >MANIFEST_TOOL='' >MCA_PROJECT_SUBDIRS='' >MCA_allocator_ALL_COMPONENTS='' >MCA_allocator_ALL_SUBDIRS='' >MCA_allocator_DSO_COMPONENTS='' >MCA_allocator_DSO_SUBDIRS='' >MCA_allocator_STATIC_COMPONENTS='' >MCA_allocator_STATIC_LTLIBS='' >MCA_allocator_STATIC_SUBDIRS='' >MCA_backtrace_ALL_COMPONENTS='' >MCA_backtrace_ALL_SUBDIRS='' >MCA_backtrace_DSO_COMPONENTS='' >MCA_backtrace_DSO_SUBDIRS='' >MCA_backtrace_STATIC_COMPONENTS='' >MCA_backtrace_STATIC_LTLIBS='' >MCA_backtrace_STATIC_SUBDIRS='' >MCA_bml_ALL_COMPONENTS='' >MCA_bml_ALL_SUBDIRS='' >MCA_bml_DSO_COMPONENTS='' >MCA_bml_DSO_SUBDIRS='' >MCA_bml_STATIC_COMPONENTS='' >MCA_bml_STATIC_LTLIBS='' >MCA_bml_STATIC_SUBDIRS='' >MCA_btl_ALL_COMPONENTS='' >MCA_btl_ALL_SUBDIRS='' >MCA_btl_DSO_COMPONENTS='' >MCA_btl_DSO_SUBDIRS='' >MCA_btl_STATIC_COMPONENTS='' >MCA_btl_STATIC_LTLIBS='' >MCA_btl_STATIC_SUBDIRS='' >MCA_btl_openib_enable_failover_FALSE='' >MCA_btl_openib_enable_failover_TRUE='' >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_xrc_FALSE='' >MCA_btl_openib_have_xrc_TRUE='' >MCA_carto_ALL_COMPONENTS='' >MCA_carto_ALL_SUBDIRS='' >MCA_carto_DSO_COMPONENTS='' >MCA_carto_DSO_SUBDIRS='' >MCA_carto_STATIC_COMPONENTS='' >MCA_carto_STATIC_LTLIBS='' >MCA_carto_STATIC_SUBDIRS='' >MCA_coll_ALL_COMPONENTS='' >MCA_coll_ALL_SUBDIRS='' >MCA_coll_DSO_COMPONENTS='' >MCA_coll_DSO_SUBDIRS='' >MCA_coll_STATIC_COMPONENTS='' >MCA_coll_STATIC_LTLIBS='' >MCA_coll_STATIC_SUBDIRS='' >MCA_common_ALL_COMPONENTS='' >MCA_common_ALL_SUBDIRS='' >MCA_common_DSO_COMPONENTS='' >MCA_common_DSO_SUBDIRS='' >MCA_common_STATIC_COMPONENTS='' >MCA_common_STATIC_LTLIBS='' >MCA_common_STATIC_SUBDIRS='' >MCA_crcp_ALL_COMPONENTS='' >MCA_crcp_ALL_SUBDIRS='' >MCA_crcp_DSO_COMPONENTS='' >MCA_crcp_DSO_SUBDIRS='' >MCA_crcp_STATIC_COMPONENTS='' >MCA_crcp_STATIC_LTLIBS='' >MCA_crcp_STATIC_SUBDIRS='' >MCA_crs_ALL_COMPONENTS='' >MCA_crs_ALL_SUBDIRS='' >MCA_crs_DSO_COMPONENTS='' >MCA_crs_DSO_SUBDIRS='' >MCA_crs_STATIC_COMPONENTS='' >MCA_crs_STATIC_LTLIBS='' >MCA_crs_STATIC_SUBDIRS='' >MCA_dpm_ALL_COMPONENTS='' >MCA_dpm_ALL_SUBDIRS='' >MCA_dpm_DSO_COMPONENTS='' >MCA_dpm_DSO_SUBDIRS='' >MCA_dpm_STATIC_COMPONENTS='' >MCA_dpm_STATIC_LTLIBS='' >MCA_dpm_STATIC_SUBDIRS='' >MCA_errmgr_ALL_COMPONENTS='' >MCA_errmgr_ALL_SUBDIRS='' >MCA_errmgr_DSO_COMPONENTS='' >MCA_errmgr_DSO_SUBDIRS='' >MCA_errmgr_STATIC_COMPONENTS='' >MCA_errmgr_STATIC_LTLIBS='' >MCA_errmgr_STATIC_SUBDIRS='' >MCA_ess_ALL_COMPONENTS='' >MCA_ess_ALL_SUBDIRS='' >MCA_ess_DSO_COMPONENTS='' >MCA_ess_DSO_SUBDIRS='' >MCA_ess_STATIC_COMPONENTS='' >MCA_ess_STATIC_LTLIBS='' >MCA_ess_STATIC_SUBDIRS='' >MCA_filem_ALL_COMPONENTS='' >MCA_filem_ALL_SUBDIRS='' >MCA_filem_DSO_COMPONENTS='' >MCA_filem_DSO_SUBDIRS='' >MCA_filem_STATIC_COMPONENTS='' >MCA_filem_STATIC_LTLIBS='' >MCA_filem_STATIC_SUBDIRS='' >MCA_grpcomm_ALL_COMPONENTS='' >MCA_grpcomm_ALL_SUBDIRS='' >MCA_grpcomm_DSO_COMPONENTS='' >MCA_grpcomm_DSO_SUBDIRS='' >MCA_grpcomm_STATIC_COMPONENTS='' >MCA_grpcomm_STATIC_LTLIBS='' >MCA_grpcomm_STATIC_SUBDIRS='' >MCA_hwloc_ALL_COMPONENTS='' >MCA_hwloc_ALL_SUBDIRS='' >MCA_hwloc_DSO_COMPONENTS='' >MCA_hwloc_DSO_SUBDIRS='' >MCA_hwloc_STATIC_COMPONENTS='' >MCA_hwloc_STATIC_LTLIBS='' >MCA_hwloc_STATIC_SUBDIRS='' >MCA_installdirs_ALL_COMPONENTS='' >MCA_installdirs_ALL_SUBDIRS='' >MCA_installdirs_DSO_COMPONENTS='' >MCA_installdirs_DSO_SUBDIRS='' >MCA_installdirs_STATIC_COMPONENTS='' >MCA_installdirs_STATIC_LTLIBS='' >MCA_installdirs_STATIC_SUBDIRS='' >MCA_io_ALL_COMPONENTS='' >MCA_io_ALL_SUBDIRS='' >MCA_io_DSO_COMPONENTS='' >MCA_io_DSO_SUBDIRS='' >MCA_io_STATIC_COMPONENTS='' >MCA_io_STATIC_LTLIBS='' >MCA_io_STATIC_SUBDIRS='' >MCA_io_romio_SHOULD_BUILD_FALSE='' >MCA_io_romio_SHOULD_BUILD_TRUE='' >MCA_iof_ALL_COMPONENTS='' >MCA_iof_ALL_SUBDIRS='' >MCA_iof_DSO_COMPONENTS='' >MCA_iof_DSO_SUBDIRS='' >MCA_iof_STATIC_COMPONENTS='' >MCA_iof_STATIC_LTLIBS='' >MCA_iof_STATIC_SUBDIRS='' >MCA_maffinity_ALL_COMPONENTS='' >MCA_maffinity_ALL_SUBDIRS='' >MCA_maffinity_DSO_COMPONENTS='' >MCA_maffinity_DSO_SUBDIRS='' >MCA_maffinity_STATIC_COMPONENTS='' >MCA_maffinity_STATIC_LTLIBS='' >MCA_maffinity_STATIC_SUBDIRS='' >MCA_memchecker_ALL_COMPONENTS='' >MCA_memchecker_ALL_SUBDIRS='' >MCA_memchecker_DSO_COMPONENTS='' >MCA_memchecker_DSO_SUBDIRS='' >MCA_memchecker_STATIC_COMPONENTS='' >MCA_memchecker_STATIC_LTLIBS='' >MCA_memchecker_STATIC_SUBDIRS='' >MCA_memcpy_ALL_COMPONENTS='' >MCA_memcpy_ALL_SUBDIRS='' >MCA_memcpy_DSO_COMPONENTS='' >MCA_memcpy_DSO_SUBDIRS='' >MCA_memcpy_STATIC_COMPONENTS='' >MCA_memcpy_STATIC_LTLIBS='' >MCA_memcpy_STATIC_SUBDIRS='' >MCA_memory_ALL_COMPONENTS='' >MCA_memory_ALL_SUBDIRS='' >MCA_memory_DSO_COMPONENTS='' >MCA_memory_DSO_SUBDIRS='' >MCA_memory_STATIC_COMPONENTS='' >MCA_memory_STATIC_LTLIBS='' >MCA_memory_STATIC_SUBDIRS='' >MCA_mpool_ALL_COMPONENTS='' >MCA_mpool_ALL_SUBDIRS='' >MCA_mpool_DSO_COMPONENTS='' >MCA_mpool_DSO_SUBDIRS='' >MCA_mpool_STATIC_COMPONENTS='' >MCA_mpool_STATIC_LTLIBS='' >MCA_mpool_STATIC_SUBDIRS='' >MCA_mtl_ALL_COMPONENTS='' >MCA_mtl_ALL_SUBDIRS='' >MCA_mtl_DIRECT_CALL_HEADER='' >MCA_mtl_DSO_COMPONENTS='' >MCA_mtl_DSO_SUBDIRS='' >MCA_mtl_STATIC_COMPONENTS='' >MCA_mtl_STATIC_LTLIBS='' >MCA_mtl_STATIC_SUBDIRS='' >MCA_notifier_ALL_COMPONENTS='' >MCA_notifier_ALL_SUBDIRS='' >MCA_notifier_DSO_COMPONENTS='' >MCA_notifier_DSO_SUBDIRS='' >MCA_notifier_STATIC_COMPONENTS='' >MCA_notifier_STATIC_LTLIBS='' >MCA_notifier_STATIC_SUBDIRS='' >MCA_odls_ALL_COMPONENTS='' >MCA_odls_ALL_SUBDIRS='' >MCA_odls_DSO_COMPONENTS='' >MCA_odls_DSO_SUBDIRS='' >MCA_odls_STATIC_COMPONENTS='' >MCA_odls_STATIC_LTLIBS='' >MCA_odls_STATIC_SUBDIRS='' >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_oob_ALL_COMPONENTS='' >MCA_oob_ALL_SUBDIRS='' >MCA_oob_DSO_COMPONENTS='' >MCA_oob_DSO_SUBDIRS='' >MCA_oob_STATIC_COMPONENTS='' >MCA_oob_STATIC_LTLIBS='' >MCA_oob_STATIC_SUBDIRS='' >MCA_op_ALL_COMPONENTS='' >MCA_op_ALL_SUBDIRS='' >MCA_op_DSO_COMPONENTS='' >MCA_op_DSO_SUBDIRS='' >MCA_op_STATIC_COMPONENTS='' >MCA_op_STATIC_LTLIBS='' >MCA_op_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_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_osc_ALL_COMPONENTS='' >MCA_osc_ALL_SUBDIRS='' >MCA_osc_DSO_COMPONENTS='' >MCA_osc_DSO_SUBDIRS='' >MCA_osc_STATIC_COMPONENTS='' >MCA_osc_STATIC_LTLIBS='' >MCA_osc_STATIC_SUBDIRS='' >MCA_paffinity_ALL_COMPONENTS='' >MCA_paffinity_ALL_SUBDIRS='' >MCA_paffinity_DSO_COMPONENTS='' >MCA_paffinity_DSO_SUBDIRS='' >MCA_paffinity_STATIC_COMPONENTS='' >MCA_paffinity_STATIC_LTLIBS='' >MCA_paffinity_STATIC_SUBDIRS='' >MCA_plm_ALL_COMPONENTS='' >MCA_plm_ALL_SUBDIRS='' >MCA_plm_DSO_COMPONENTS='' >MCA_plm_DSO_SUBDIRS='' >MCA_plm_STATIC_COMPONENTS='' >MCA_plm_STATIC_LTLIBS='' >MCA_plm_STATIC_SUBDIRS='' >MCA_pml_ALL_COMPONENTS='' >MCA_pml_ALL_SUBDIRS='' >MCA_pml_DIRECT_CALL_HEADER='' >MCA_pml_DSO_COMPONENTS='' >MCA_pml_DSO_SUBDIRS='' >MCA_pml_STATIC_COMPONENTS='' >MCA_pml_STATIC_LTLIBS='' >MCA_pml_STATIC_SUBDIRS='' >MCA_pstat_ALL_COMPONENTS='' >MCA_pstat_ALL_SUBDIRS='' >MCA_pstat_DSO_COMPONENTS='' >MCA_pstat_DSO_SUBDIRS='' >MCA_pstat_STATIC_COMPONENTS='' >MCA_pstat_STATIC_LTLIBS='' >MCA_pstat_STATIC_SUBDIRS='' >MCA_pubsub_ALL_COMPONENTS='' >MCA_pubsub_ALL_SUBDIRS='' >MCA_pubsub_DSO_COMPONENTS='' >MCA_pubsub_DSO_SUBDIRS='' >MCA_pubsub_STATIC_COMPONENTS='' >MCA_pubsub_STATIC_LTLIBS='' >MCA_pubsub_STATIC_SUBDIRS='' >MCA_ras_ALL_COMPONENTS='' >MCA_ras_ALL_SUBDIRS='' >MCA_ras_DSO_COMPONENTS='' >MCA_ras_DSO_SUBDIRS='' >MCA_ras_STATIC_COMPONENTS='' >MCA_ras_STATIC_LTLIBS='' >MCA_ras_STATIC_SUBDIRS='' >MCA_rcache_ALL_COMPONENTS='' >MCA_rcache_ALL_SUBDIRS='' >MCA_rcache_DSO_COMPONENTS='' >MCA_rcache_DSO_SUBDIRS='' >MCA_rcache_STATIC_COMPONENTS='' >MCA_rcache_STATIC_LTLIBS='' >MCA_rcache_STATIC_SUBDIRS='' >MCA_rmaps_ALL_COMPONENTS='' >MCA_rmaps_ALL_SUBDIRS='' >MCA_rmaps_DSO_COMPONENTS='' >MCA_rmaps_DSO_SUBDIRS='' >MCA_rmaps_STATIC_COMPONENTS='' >MCA_rmaps_STATIC_LTLIBS='' >MCA_rmaps_STATIC_SUBDIRS='' >MCA_rml_ALL_COMPONENTS='' >MCA_rml_ALL_SUBDIRS='' >MCA_rml_DSO_COMPONENTS='' >MCA_rml_DSO_SUBDIRS='' >MCA_rml_STATIC_COMPONENTS='' >MCA_rml_STATIC_LTLIBS='' >MCA_rml_STATIC_SUBDIRS='' >MCA_routed_ALL_COMPONENTS='' >MCA_routed_ALL_SUBDIRS='' >MCA_routed_DSO_COMPONENTS='' >MCA_routed_DSO_SUBDIRS='' >MCA_routed_STATIC_COMPONENTS='' >MCA_routed_STATIC_LTLIBS='' >MCA_routed_STATIC_SUBDIRS='' >MCA_shmem_ALL_COMPONENTS='' >MCA_shmem_ALL_SUBDIRS='' >MCA_shmem_DSO_COMPONENTS='' >MCA_shmem_DSO_SUBDIRS='' >MCA_shmem_STATIC_COMPONENTS='' >MCA_shmem_STATIC_LTLIBS='' >MCA_shmem_STATIC_SUBDIRS='' >MCA_snapc_ALL_COMPONENTS='' >MCA_snapc_ALL_SUBDIRS='' >MCA_snapc_DSO_COMPONENTS='' >MCA_snapc_DSO_SUBDIRS='' >MCA_snapc_STATIC_COMPONENTS='' >MCA_snapc_STATIC_LTLIBS='' >MCA_snapc_STATIC_SUBDIRS='' >MCA_sysinfo_ALL_COMPONENTS='' >MCA_sysinfo_ALL_SUBDIRS='' >MCA_sysinfo_DSO_COMPONENTS='' >MCA_sysinfo_DSO_SUBDIRS='' >MCA_sysinfo_STATIC_COMPONENTS='' >MCA_sysinfo_STATIC_LTLIBS='' >MCA_sysinfo_STATIC_SUBDIRS='' >MCA_timer_ALL_COMPONENTS='' >MCA_timer_ALL_SUBDIRS='' >MCA_timer_DSO_COMPONENTS='' >MCA_timer_DSO_SUBDIRS='' >MCA_timer_STATIC_COMPONENTS='' >MCA_timer_STATIC_LTLIBS='' >MCA_timer_STATIC_SUBDIRS='' >MCA_topo_ALL_COMPONENTS='' >MCA_topo_ALL_SUBDIRS='' >MCA_topo_DSO_COMPONENTS='' >MCA_topo_DSO_SUBDIRS='' >MCA_topo_STATIC_COMPONENTS='' >MCA_topo_STATIC_LTLIBS='' >MCA_topo_STATIC_SUBDIRS='' >MCA_vprotocol_ALL_COMPONENTS='' >MCA_vprotocol_ALL_SUBDIRS='' >MCA_vprotocol_DSO_COMPONENTS='' >MCA_vprotocol_DSO_SUBDIRS='' >MCA_vprotocol_STATIC_COMPONENTS='' >MCA_vprotocol_STATIC_LTLIBS='' >MCA_vprotocol_STATIC_SUBDIRS='' >MEMORY_LINUX_PTMALLOC2_FALSE='' >MEMORY_LINUX_PTMALLOC2_TRUE='' >MEMORY_LINUX_UMMUNOTIFY_FALSE='' >MEMORY_LINUX_UMMUNOTIFY_TRUE='' >MKDIR_P='/bin/mkdir -p' >MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME' >NM='' >NMEDIT='' >OBJDUMP='' >OBJEXT='o' >OMPI_ASM_FILE='' >OMPI_AS_GLOBAL='' >OMPI_AS_LABEL_SUFFIX='' >OMPI_BUILD_allocator_basic_DSO_FALSE='' >OMPI_BUILD_allocator_basic_DSO_TRUE='' >OMPI_BUILD_allocator_bucket_DSO_FALSE='' >OMPI_BUILD_allocator_bucket_DSO_TRUE='' >OMPI_BUILD_backtrace_darwin_DSO_FALSE='' >OMPI_BUILD_backtrace_darwin_DSO_TRUE='' >OMPI_BUILD_backtrace_execinfo_DSO_FALSE='' >OMPI_BUILD_backtrace_execinfo_DSO_TRUE='' >OMPI_BUILD_backtrace_none_DSO_FALSE='' >OMPI_BUILD_backtrace_none_DSO_TRUE='' >OMPI_BUILD_backtrace_printstack_DSO_FALSE='' >OMPI_BUILD_backtrace_printstack_DSO_TRUE='' >OMPI_BUILD_bml_r2_DSO_FALSE='' >OMPI_BUILD_bml_r2_DSO_TRUE='' >OMPI_BUILD_btl_elan_DSO_FALSE='' >OMPI_BUILD_btl_elan_DSO_TRUE='' >OMPI_BUILD_btl_mx_DSO_FALSE='' >OMPI_BUILD_btl_mx_DSO_TRUE='' >OMPI_BUILD_btl_ofud_DSO_FALSE='' >OMPI_BUILD_btl_ofud_DSO_TRUE='' >OMPI_BUILD_btl_openib_DSO_FALSE='' >OMPI_BUILD_btl_openib_DSO_TRUE='' >OMPI_BUILD_btl_portals_DSO_FALSE='' >OMPI_BUILD_btl_portals_DSO_TRUE='' >OMPI_BUILD_btl_sctp_DSO_FALSE='' >OMPI_BUILD_btl_sctp_DSO_TRUE='' >OMPI_BUILD_btl_self_DSO_FALSE='' >OMPI_BUILD_btl_self_DSO_TRUE='' >OMPI_BUILD_btl_sm_DSO_FALSE='' >OMPI_BUILD_btl_sm_DSO_TRUE='' >OMPI_BUILD_btl_tcp_DSO_FALSE='' >OMPI_BUILD_btl_tcp_DSO_TRUE='' >OMPI_BUILD_btl_udapl_DSO_FALSE='' >OMPI_BUILD_btl_udapl_DSO_TRUE='' >OMPI_BUILD_carto_auto_detect_DSO_FALSE='' >OMPI_BUILD_carto_auto_detect_DSO_TRUE='' >OMPI_BUILD_carto_file_DSO_FALSE='' >OMPI_BUILD_carto_file_DSO_TRUE='' >OMPI_BUILD_coll_basic_DSO_FALSE='' >OMPI_BUILD_coll_basic_DSO_TRUE='' >OMPI_BUILD_coll_fca_DSO_FALSE='' >OMPI_BUILD_coll_fca_DSO_TRUE='' >OMPI_BUILD_coll_hierarch_DSO_FALSE='' >OMPI_BUILD_coll_hierarch_DSO_TRUE='' >OMPI_BUILD_coll_inter_DSO_FALSE='' >OMPI_BUILD_coll_inter_DSO_TRUE='' >OMPI_BUILD_coll_self_DSO_FALSE='' >OMPI_BUILD_coll_self_DSO_TRUE='' >OMPI_BUILD_coll_sm_DSO_FALSE='' >OMPI_BUILD_coll_sm_DSO_TRUE='' >OMPI_BUILD_coll_sync_DSO_FALSE='' >OMPI_BUILD_coll_sync_DSO_TRUE='' >OMPI_BUILD_coll_tuned_DSO_FALSE='' >OMPI_BUILD_coll_tuned_DSO_TRUE='' >OMPI_BUILD_common_mx_DSO_FALSE='' >OMPI_BUILD_common_mx_DSO_TRUE='' >OMPI_BUILD_common_portals_DSO_FALSE='' >OMPI_BUILD_common_portals_DSO_TRUE='' >OMPI_BUILD_common_sm_DSO_FALSE='' >OMPI_BUILD_common_sm_DSO_TRUE='' >OMPI_BUILD_crcp_bkmrk_DSO_FALSE='' >OMPI_BUILD_crcp_bkmrk_DSO_TRUE='' >OMPI_BUILD_crs_blcr_DSO_FALSE='' >OMPI_BUILD_crs_blcr_DSO_TRUE='' >OMPI_BUILD_crs_none_DSO_FALSE='' >OMPI_BUILD_crs_none_DSO_TRUE='' >OMPI_BUILD_crs_self_DSO_FALSE='' >OMPI_BUILD_crs_self_DSO_TRUE='' >OMPI_BUILD_dpm_orte_DSO_FALSE='' >OMPI_BUILD_dpm_orte_DSO_TRUE='' >OMPI_BUILD_errmgr_default_DSO_FALSE='' >OMPI_BUILD_errmgr_default_DSO_TRUE='' >OMPI_BUILD_ess_alps_DSO_FALSE='' >OMPI_BUILD_ess_alps_DSO_TRUE='' >OMPI_BUILD_ess_cnos_DSO_FALSE='' >OMPI_BUILD_ess_cnos_DSO_TRUE='' >OMPI_BUILD_ess_env_DSO_FALSE='' >OMPI_BUILD_ess_env_DSO_TRUE='' >OMPI_BUILD_ess_hnp_DSO_FALSE='' >OMPI_BUILD_ess_hnp_DSO_TRUE='' >OMPI_BUILD_ess_lsf_DSO_FALSE='' >OMPI_BUILD_ess_lsf_DSO_TRUE='' >OMPI_BUILD_ess_pmi_DSO_FALSE='' >OMPI_BUILD_ess_pmi_DSO_TRUE='' >OMPI_BUILD_ess_portals_utcp_DSO_FALSE='' >OMPI_BUILD_ess_portals_utcp_DSO_TRUE='' >OMPI_BUILD_ess_singleton_DSO_FALSE='' >OMPI_BUILD_ess_singleton_DSO_TRUE='' >OMPI_BUILD_ess_slave_DSO_FALSE='' >OMPI_BUILD_ess_slave_DSO_TRUE='' >OMPI_BUILD_ess_slurm_DSO_FALSE='' >OMPI_BUILD_ess_slurm_DSO_TRUE='' >OMPI_BUILD_ess_slurmd_DSO_FALSE='' >OMPI_BUILD_ess_slurmd_DSO_TRUE='' >OMPI_BUILD_ess_tm_DSO_FALSE='' >OMPI_BUILD_ess_tm_DSO_TRUE='' >OMPI_BUILD_ess_tool_DSO_FALSE='' >OMPI_BUILD_ess_tool_DSO_TRUE='' >OMPI_BUILD_filem_rsh_DSO_FALSE='' >OMPI_BUILD_filem_rsh_DSO_TRUE='' >OMPI_BUILD_grpcomm_bad_DSO_FALSE='' >OMPI_BUILD_grpcomm_bad_DSO_TRUE='' >OMPI_BUILD_grpcomm_basic_DSO_FALSE='' >OMPI_BUILD_grpcomm_basic_DSO_TRUE='' >OMPI_BUILD_grpcomm_cnos_DSO_FALSE='' >OMPI_BUILD_grpcomm_cnos_DSO_TRUE='' >OMPI_BUILD_grpcomm_hier_DSO_FALSE='' >OMPI_BUILD_grpcomm_hier_DSO_TRUE='' >OMPI_BUILD_grpcomm_pmi_DSO_FALSE='' >OMPI_BUILD_grpcomm_pmi_DSO_TRUE='' >OMPI_BUILD_hwloc_external_DSO_FALSE='' >OMPI_BUILD_hwloc_external_DSO_TRUE='' >OMPI_BUILD_hwloc_hwloc132_DSO_FALSE='' >OMPI_BUILD_hwloc_hwloc132_DSO_TRUE='' >OMPI_BUILD_installdirs_config_DSO_FALSE='' >OMPI_BUILD_installdirs_config_DSO_TRUE='' >OMPI_BUILD_installdirs_env_DSO_FALSE='' >OMPI_BUILD_installdirs_env_DSO_TRUE='' >OMPI_BUILD_installdirs_windows_DSO_FALSE='' >OMPI_BUILD_installdirs_windows_DSO_TRUE='' >OMPI_BUILD_io_romio_DSO_FALSE='' >OMPI_BUILD_io_romio_DSO_TRUE='' >OMPI_BUILD_iof_hnp_DSO_FALSE='' >OMPI_BUILD_iof_hnp_DSO_TRUE='' >OMPI_BUILD_iof_orted_DSO_FALSE='' >OMPI_BUILD_iof_orted_DSO_TRUE='' >OMPI_BUILD_iof_tool_DSO_FALSE='' >OMPI_BUILD_iof_tool_DSO_TRUE='' >OMPI_BUILD_maffinity_first_use_DSO_FALSE='' >OMPI_BUILD_maffinity_first_use_DSO_TRUE='' >OMPI_BUILD_maffinity_hwloc_DSO_FALSE='' >OMPI_BUILD_maffinity_hwloc_DSO_TRUE='' >OMPI_BUILD_memchecker_valgrind_DSO_FALSE='' >OMPI_BUILD_memchecker_valgrind_DSO_TRUE='' >OMPI_BUILD_memory_linux_DSO_FALSE='' >OMPI_BUILD_memory_linux_DSO_TRUE='' >OMPI_BUILD_memory_malloc_solaris_DSO_FALSE='' >OMPI_BUILD_memory_malloc_solaris_DSO_TRUE='' >OMPI_BUILD_mpool_fake_DSO_FALSE='' >OMPI_BUILD_mpool_fake_DSO_TRUE='' >OMPI_BUILD_mpool_rdma_DSO_FALSE='' >OMPI_BUILD_mpool_rdma_DSO_TRUE='' >OMPI_BUILD_mpool_sm_DSO_FALSE='' >OMPI_BUILD_mpool_sm_DSO_TRUE='' >OMPI_BUILD_mtl_mx_DSO_FALSE='' >OMPI_BUILD_mtl_mx_DSO_TRUE='' >OMPI_BUILD_mtl_mxm_DSO_FALSE='' >OMPI_BUILD_mtl_mxm_DSO_TRUE='' >OMPI_BUILD_mtl_portals_DSO_FALSE='' >OMPI_BUILD_mtl_portals_DSO_TRUE='' >OMPI_BUILD_mtl_psm_DSO_FALSE='' >OMPI_BUILD_mtl_psm_DSO_TRUE='' >OMPI_BUILD_notifier_command_DSO_FALSE='' >OMPI_BUILD_notifier_command_DSO_TRUE='' >OMPI_BUILD_notifier_ftb_DSO_FALSE='' >OMPI_BUILD_notifier_ftb_DSO_TRUE='' >OMPI_BUILD_notifier_smtp_DSO_FALSE='' >OMPI_BUILD_notifier_smtp_DSO_TRUE='' >OMPI_BUILD_notifier_syslog_DSO_FALSE='' >OMPI_BUILD_notifier_syslog_DSO_TRUE='' >OMPI_BUILD_odls_default_DSO_FALSE='' >OMPI_BUILD_odls_default_DSO_TRUE='' >OMPI_BUILD_odls_process_DSO_FALSE='' >OMPI_BUILD_odls_process_DSO_TRUE='' >OMPI_BUILD_oob_tcp_DSO_FALSE='' >OMPI_BUILD_oob_tcp_DSO_TRUE='' >OMPI_BUILD_osc_pt2pt_DSO_FALSE='' >OMPI_BUILD_osc_pt2pt_DSO_TRUE='' >OMPI_BUILD_osc_rdma_DSO_FALSE='' >OMPI_BUILD_osc_rdma_DSO_TRUE='' >OMPI_BUILD_paffinity_hwloc_DSO_FALSE='' >OMPI_BUILD_paffinity_hwloc_DSO_TRUE='' >OMPI_BUILD_paffinity_test_DSO_FALSE='' >OMPI_BUILD_paffinity_test_DSO_TRUE='' >OMPI_BUILD_plm_alps_DSO_FALSE='' >OMPI_BUILD_plm_alps_DSO_TRUE='' >OMPI_BUILD_plm_ccp_DSO_FALSE='' >OMPI_BUILD_plm_ccp_DSO_TRUE='' >OMPI_BUILD_plm_lsf_DSO_FALSE='' >OMPI_BUILD_plm_lsf_DSO_TRUE='' >OMPI_BUILD_plm_process_DSO_FALSE='' >OMPI_BUILD_plm_process_DSO_TRUE='' >OMPI_BUILD_plm_rsh_DSO_FALSE='' >OMPI_BUILD_plm_rsh_DSO_TRUE='' >OMPI_BUILD_plm_slurm_DSO_FALSE='' >OMPI_BUILD_plm_slurm_DSO_TRUE='' >OMPI_BUILD_plm_tm_DSO_FALSE='' >OMPI_BUILD_plm_tm_DSO_TRUE='' >OMPI_BUILD_pml_bfo_DSO_FALSE='' >OMPI_BUILD_pml_bfo_DSO_TRUE='' >OMPI_BUILD_pml_cm_DSO_FALSE='' >OMPI_BUILD_pml_cm_DSO_TRUE='' >OMPI_BUILD_pml_crcpw_DSO_FALSE='' >OMPI_BUILD_pml_crcpw_DSO_TRUE='' >OMPI_BUILD_pml_csum_DSO_FALSE='' >OMPI_BUILD_pml_csum_DSO_TRUE='' >OMPI_BUILD_pml_ob1_DSO_FALSE='' >OMPI_BUILD_pml_ob1_DSO_TRUE='' >OMPI_BUILD_pml_v_DSO_FALSE='' >OMPI_BUILD_pml_v_DSO_TRUE='' >OMPI_BUILD_pstat_darwin_DSO_FALSE='' >OMPI_BUILD_pstat_darwin_DSO_TRUE='' >OMPI_BUILD_pstat_linux_DSO_FALSE='' >OMPI_BUILD_pstat_linux_DSO_TRUE='' >OMPI_BUILD_pubsub_orte_DSO_FALSE='' >OMPI_BUILD_pubsub_orte_DSO_TRUE='' >OMPI_BUILD_pubsub_pmi_DSO_FALSE='' >OMPI_BUILD_pubsub_pmi_DSO_TRUE='' >OMPI_BUILD_ras_alps_DSO_FALSE='' >OMPI_BUILD_ras_alps_DSO_TRUE='' >OMPI_BUILD_ras_ccp_DSO_FALSE='' >OMPI_BUILD_ras_ccp_DSO_TRUE='' >OMPI_BUILD_ras_cm_DSO_FALSE='' >OMPI_BUILD_ras_cm_DSO_TRUE='' >OMPI_BUILD_ras_gridengine_DSO_FALSE='' >OMPI_BUILD_ras_gridengine_DSO_TRUE='' >OMPI_BUILD_ras_loadleveler_DSO_FALSE='' >OMPI_BUILD_ras_loadleveler_DSO_TRUE='' >OMPI_BUILD_ras_lsf_DSO_FALSE='' >OMPI_BUILD_ras_lsf_DSO_TRUE='' >OMPI_BUILD_ras_slurm_DSO_FALSE='' >OMPI_BUILD_ras_slurm_DSO_TRUE='' >OMPI_BUILD_ras_tm_DSO_FALSE='' >OMPI_BUILD_ras_tm_DSO_TRUE='' >OMPI_BUILD_rcache_vma_DSO_FALSE='' >OMPI_BUILD_rcache_vma_DSO_TRUE='' >OMPI_BUILD_rmaps_load_balance_DSO_FALSE='' >OMPI_BUILD_rmaps_load_balance_DSO_TRUE='' >OMPI_BUILD_rmaps_rank_file_DSO_FALSE='' >OMPI_BUILD_rmaps_rank_file_DSO_TRUE='' >OMPI_BUILD_rmaps_resilient_DSO_FALSE='' >OMPI_BUILD_rmaps_resilient_DSO_TRUE='' >OMPI_BUILD_rmaps_round_robin_DSO_FALSE='' >OMPI_BUILD_rmaps_round_robin_DSO_TRUE='' >OMPI_BUILD_rmaps_seq_DSO_FALSE='' >OMPI_BUILD_rmaps_seq_DSO_TRUE='' >OMPI_BUILD_rmaps_topo_DSO_FALSE='' >OMPI_BUILD_rmaps_topo_DSO_TRUE='' >OMPI_BUILD_rml_ftrm_DSO_FALSE='' >OMPI_BUILD_rml_ftrm_DSO_TRUE='' >OMPI_BUILD_rml_oob_DSO_FALSE='' >OMPI_BUILD_rml_oob_DSO_TRUE='' >OMPI_BUILD_routed_binomial_DSO_FALSE='' >OMPI_BUILD_routed_binomial_DSO_TRUE='' >OMPI_BUILD_routed_cm_DSO_FALSE='' >OMPI_BUILD_routed_cm_DSO_TRUE='' >OMPI_BUILD_routed_direct_DSO_FALSE='' >OMPI_BUILD_routed_direct_DSO_TRUE='' >OMPI_BUILD_routed_linear_DSO_FALSE='' >OMPI_BUILD_routed_linear_DSO_TRUE='' >OMPI_BUILD_routed_radix_DSO_FALSE='' >OMPI_BUILD_routed_radix_DSO_TRUE='' >OMPI_BUILD_routed_slave_DSO_FALSE='' >OMPI_BUILD_routed_slave_DSO_TRUE='' >OMPI_BUILD_shmem_mmap_DSO_FALSE='' >OMPI_BUILD_shmem_mmap_DSO_TRUE='' >OMPI_BUILD_shmem_posix_DSO_FALSE='' >OMPI_BUILD_shmem_posix_DSO_TRUE='' >OMPI_BUILD_shmem_sysv_DSO_FALSE='' >OMPI_BUILD_shmem_sysv_DSO_TRUE='' >OMPI_BUILD_shmem_windows_DSO_FALSE='' >OMPI_BUILD_shmem_windows_DSO_TRUE='' >OMPI_BUILD_snapc_full_DSO_FALSE='' >OMPI_BUILD_snapc_full_DSO_TRUE='' >OMPI_BUILD_sysinfo_darwin_DSO_FALSE='' >OMPI_BUILD_sysinfo_darwin_DSO_TRUE='' >OMPI_BUILD_sysinfo_linux_DSO_FALSE='' >OMPI_BUILD_sysinfo_linux_DSO_TRUE='' >OMPI_BUILD_sysinfo_solaris_DSO_FALSE='' >OMPI_BUILD_sysinfo_solaris_DSO_TRUE='' >OMPI_BUILD_timer_aix_DSO_FALSE='' >OMPI_BUILD_timer_aix_DSO_TRUE='' >OMPI_BUILD_timer_altix_DSO_FALSE='' >OMPI_BUILD_timer_altix_DSO_TRUE='' >OMPI_BUILD_timer_catamount_DSO_FALSE='' >OMPI_BUILD_timer_catamount_DSO_TRUE='' >OMPI_BUILD_timer_darwin_DSO_FALSE='' >OMPI_BUILD_timer_darwin_DSO_TRUE='' >OMPI_BUILD_timer_linux_DSO_FALSE='' >OMPI_BUILD_timer_linux_DSO_TRUE='' >OMPI_BUILD_timer_solaris_DSO_FALSE='' >OMPI_BUILD_timer_solaris_DSO_TRUE='' >OMPI_BUILD_timer_windows_DSO_FALSE='' >OMPI_BUILD_timer_windows_DSO_TRUE='' >OMPI_BUILD_topo_unity_DSO_FALSE='' >OMPI_BUILD_topo_unity_DSO_TRUE='' >OMPI_BUILD_vprotocol_pessimist_DSO_FALSE='' >OMPI_BUILD_vprotocol_pessimist_DSO_TRUE='' >OMPI_CONFIGURE_DATE='Wed Jul 10 18:54:25 CEST 2013' >OMPI_CONFIGURE_HOST='big-server' >OMPI_CONFIGURE_USER='root' >OMPI_CONTRIB_DIST_SUBDIRS='' >OMPI_CONTRIB_SUBDIRS='' >OMPI_CXX_ABSOLUTE='' >OMPI_F77_ABSOLUTE='' >OMPI_F90_ABSOLUTE='' >OMPI_F90_BUILD_SIZE='small' >OMPI_F90_CKINDS='' >OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS='' >OMPI_F90_IKINDS='' >OMPI_F90_RKINDS='' >OMPI_FC_MODULE_FLAG='' >OMPI_FORTRAN_MAX_ARRAY_RANK='4' >OMPI_FORTRAN_STATUS_SIZE='' >OMPI_GREEK_VERSION='' >OMPI_INSTALL_BINARIES_FALSE='#' >OMPI_INSTALL_BINARIES_TRUE='' >OMPI_LIBMPI_EXTRA_LDFLAGS='' >OMPI_LIBMPI_EXTRA_LIBS='' >OMPI_MAJOR_VERSION='1' >OMPI_MINOR_VERSION='6' >OMPI_MPIF_MPI_IO_INCLUDE='' >OMPI_MPI_ADDRESS_KIND='' >OMPI_MPI_INTEGER_KIND='' >OMPI_MPI_OFFSET_KIND='' >OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE='' >OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#' >OMPI_PROVIDE_MPI_FILE_INTERFACE_FALSE='' >OMPI_PROVIDE_MPI_FILE_INTERFACE_TRUE='' >OMPI_RELEASE_DATE='Feb 19, 2013' >OMPI_RELEASE_VERSION='4' >OMPI_SIZEOF_F90_CHARACTER='' >OMPI_SIZEOF_F90_COMPLEX16='' >OMPI_SIZEOF_F90_COMPLEX32='' >OMPI_SIZEOF_F90_COMPLEX8='' >OMPI_SIZEOF_F90_COMPLEX='' >OMPI_SIZEOF_F90_DOUBLE_COMPLEX='' >OMPI_SIZEOF_F90_DOUBLE_PRECISION='' >OMPI_SIZEOF_F90_INTEGER16='' >OMPI_SIZEOF_F90_INTEGER1='' >OMPI_SIZEOF_F90_INTEGER2='' >OMPI_SIZEOF_F90_INTEGER4='' >OMPI_SIZEOF_F90_INTEGER8='' >OMPI_SIZEOF_F90_INTEGER='' >OMPI_SIZEOF_F90_LOGICAL1='' >OMPI_SIZEOF_F90_LOGICAL2='' >OMPI_SIZEOF_F90_LOGICAL4='' >OMPI_SIZEOF_F90_LOGICAL8='' >OMPI_SIZEOF_F90_LOGICAL='' >OMPI_SIZEOF_F90_REAL16='' >OMPI_SIZEOF_F90_REAL2='' >OMPI_SIZEOF_F90_REAL4='' >OMPI_SIZEOF_F90_REAL8='' >OMPI_SIZEOF_F90_REAL='' >OMPI_SVN_R='r28081' >OMPI_TOP_BUILDDIR='/var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4' >OMPI_TOP_SRCDIR='/var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4' >OMPI_VERSION='1.6.4' >OMPI_WANT_BUILD_F90_LARGE_FALSE='' >OMPI_WANT_BUILD_F90_LARGE_TRUE='#' >OMPI_WANT_BUILD_F90_MEDIUM_FALSE='' >OMPI_WANT_BUILD_F90_MEDIUM_TRUE='#' >OMPI_WANT_BUILD_F90_SMALL_FALSE='#' >OMPI_WANT_BUILD_F90_SMALL_TRUE='' >OMPI_WANT_BUILD_F90_TRIVIAL_FALSE='' >OMPI_WANT_BUILD_F90_TRIVIAL_TRUE='#' >OMPI_WANT_F77_BINDINGS_FALSE='' >OMPI_WANT_F77_BINDINGS_TRUE='' >OMPI_WANT_F90_BINDINGS_FALSE='' >OMPI_WANT_F90_BINDINGS_TRUE='' >OMPI_WANT_MEMCHECKER_FALSE='' >OMPI_WANT_MEMCHECKER_TRUE='' >OMPI_WANT_SVN='0' >OMPI_WRAPPER_CXX_LIB='' >OMPI_WRAPPER_CXX_REQUIRED_FILE='' >OMPI_WRAPPER_EXTRA_CFLAGS='' >OMPI_WRAPPER_EXTRA_CPPFLAGS='' >OMPI_WRAPPER_EXTRA_CXXFLAGS='' >OMPI_WRAPPER_EXTRA_FCFLAGS='' >OMPI_WRAPPER_EXTRA_FFLAGS='' >OMPI_WRAPPER_EXTRA_INCLUDES='' >OMPI_WRAPPER_EXTRA_LDFLAGS='' >OMPI_WRAPPER_EXTRA_LIBS='' >OMPI_WRAPPER_F77_REQUIRED_FILE='' >OMPI_WRAPPER_F90_REQUIRED_FILE='' >OMPI_WRAPPER_INCLUDEDIR='' >OMPI_WRAPPER_LIBDIR='' >OPAL_ASM_GSYM='' >OPAL_ASM_LSYM='' >OPAL_ASM_SUPPORT_64BIT='' >OPAL_ASM_TEXT='' >OPAL_ASM_TYPE='' >OPAL_ASSEMBLY_ARCH='' >OPAL_ASSEMBLY_FORMAT='' >OPAL_CC_ABSOLUTE='/usr/bin/x86_64-pc-linux-gnu-gcc' >OPAL_CXX_ABSOLUTE='' >OPAL_DEFAULT_MCA_PARAM_CONF='openmpi-mca-params.conf' >OPAL_DYN_LIB_PREFIX='' >OPAL_DYN_LIB_SUFFIX='' >OPAL_GREEK_VERSION='' >OPAL_HAVE_ASM_FILE_FALSE='' >OPAL_HAVE_ASM_FILE_TRUE='' >OPAL_HAVE_DLOPEN_FALSE='' >OPAL_HAVE_DLOPEN_TRUE='' >OPAL_HAVE_HWLOC_FALSE='' >OPAL_HAVE_HWLOC_TRUE='' >OPAL_HAVE_POSIX_THREADS_FALSE='' >OPAL_HAVE_POSIX_THREADS_TRUE='' >OPAL_HAVE_SOLARIS_THREADS_FALSE='' >OPAL_HAVE_SOLARIS_THREADS_TRUE='' >OPAL_LIBEVENT_SOURCES='' >OPAL_MAJOR_VERSION='1' >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='6' >OPAL_PARAM_FROM_PLATFORM='' >OPAL_RELEASE_DATE='Feb 19, 2013' >OPAL_RELEASE_VERSION='4' >OPAL_SVN_R='r28081' >OPAL_VERSION='1.6.4' >OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE='' >OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE='#' >OPAL_WANT_SVN='0' >OPAL_WRAPPER_EXTRA_CFLAGS='' >OPAL_WRAPPER_EXTRA_CPPFLAGS='' >OPAL_WRAPPER_EXTRA_CXXFLAGS='' >OPAL_WRAPPER_EXTRA_INCLUDES='' >OPAL_WRAPPER_EXTRA_LDFLAGS='' >OPAL_WRAPPER_EXTRA_LIBS='' >OPAL_WRAPPER_INCLUDEDIR='' >OPAL_WRAPPER_LIBDIR='' >ORTE_DISABLE_FULL_SUPPORT_FALSE='' >ORTE_DISABLE_FULL_SUPPORT_TRUE='#' >ORTE_GREEK_VERSION='' >ORTE_MAJOR_VERSION='1' >ORTE_MINOR_VERSION='6' >ORTE_RELEASE_DATE='Feb 19, 2013' >ORTE_RELEASE_VERSION='4' >ORTE_SVN_R='r28081' >ORTE_VERSION='1.6.4' >ORTE_WANT_SVN='0' >ORTE_WRAPPER_EXTRA_CFLAGS='' >ORTE_WRAPPER_EXTRA_CPPFLAGS='' >ORTE_WRAPPER_EXTRA_CXXFLAGS='' >ORTE_WRAPPER_EXTRA_INCLUDES='' >ORTE_WRAPPER_EXTRA_LDFLAGS='' >ORTE_WRAPPER_EXTRA_LIBS='' >ORTE_WRAPPER_INCLUDEDIR='' >ORTE_WRAPPER_LIBDIR='' >OTOOL64='' >OTOOL='' >PACKAGE='openmpi' >PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' >PACKAGE_NAME='Open MPI' >PACKAGE_STRING='Open MPI 1.6.4' >PACKAGE_TARNAME='openmpi' >PACKAGE_URL='' >PACKAGE_VERSION='1.6.4' >PATH_SEPARATOR=':' >PERL='' >PKG_CONFIG='' >PROJECT_OMPI_FALSE='#' >PROJECT_OMPI_TRUE='' >PROJECT_ORTE_FALSE='#' >PROJECT_ORTE_TRUE='' >QRSH='' >RANLIB='' >SED='' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='1.6.4' >WANT_FT_FALSE='' >WANT_FT_THREAD_FALSE='' >WANT_FT_THREAD_TRUE='' >WANT_FT_TRUE='#' >WANT_INSTALL_HEADERS_FALSE='' >WANT_INSTALL_HEADERS_TRUE='#' >WANT_MPI_BINDINGS_LAYER_FALSE='' >WANT_MPI_BINDINGS_LAYER_TRUE='' >WANT_MPI_CXX_BINDINGS_FALSE='' >WANT_MPI_CXX_BINDINGS_TRUE='' >WANT_MPI_F77_BINDINGS_LAYER_FALSE='' >WANT_MPI_F77_BINDINGS_LAYER_TRUE='' >WANT_PERUSE_FALSE='' >WANT_PERUSE_TRUE='#' >WANT_PMI_SUPPORT_FALSE='' >WANT_PMI_SUPPORT_TRUE='' >WANT_PMPI_BINDINGS_LAYER_FALSE='' >WANT_PMPI_BINDINGS_LAYER_TRUE='' >WANT_PMPI_F77_BINDINGS_LAYER_FALSE='' >WANT_PMPI_F77_BINDINGS_LAYER_TRUE='' >WRAPPER_EXTRA_CFLAGS='' >WRAPPER_EXTRA_CXXFLAGS='' >WRAPPER_EXTRA_FCFLAGS='' >WRAPPER_EXTRA_FFLAGS='' >WRAPPER_EXTRA_LDFLAGS='' >WRAPPER_EXTRA_LIBS='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >ac_ct_F77='' >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='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='tar --format=ustar -chf - "$$tardir"' >am__untar='tar -xf -' >backtrace_darwin_CFLAGS='' >bindir='${exec_prefix}/bin' >btl_elan_CFLAGS='' >btl_elan_CPPFLAGS='' >btl_elan_LDFLAGS='' >btl_elan_LIBS='' >btl_mx_CFLAGS='' >btl_mx_CPPFLAGS='' >btl_mx_LDFLAGS='' >btl_mx_LIBS='' >btl_ofud_CFLAGS='' >btl_ofud_CPPFLAGS='' >btl_ofud_LDFLAGS='' >btl_ofud_LIBS='' >btl_openib_CFLAGS='' >btl_openib_CPPFLAGS='' >btl_openib_LDFLAGS='' >btl_openib_LIBS='' >btl_portals_CPPFLAGS='' >btl_portals_LDFLAGS='' >btl_portals_LIBS='' >btl_sctp_CFLAGS='' >btl_sctp_CPPFLAGS='' >btl_sctp_LDFLAGS='' >btl_sctp_LIBS='' >btl_sm_CPPFLAGS='' >btl_udapl_CFLAGS='' >btl_udapl_CPPFLAGS='' >btl_udapl_LDFLAGS='' >btl_udapl_LIBS='' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >coll_fca_CFLAGS='' >coll_fca_CPPFLAGS='' >coll_fca_HOME='' >coll_fca_LDFLAGS='' >coll_fca_LIBS='' >common_mx_CFLAGS='' >common_mx_CPPFLAGS='' >common_mx_LDFLAGS='' >common_mx_LIBS='' >common_portals_CPPFLAGS='' >common_portals_LDFLAGS='' >common_portals_LIBS='' >crs_blcr_CFLAGS='' >crs_blcr_CPPFLAGS='' >crs_blcr_LDFLAGS='' >crs_blcr_LIBS='' >crs_blcr_WRAPPER_EXTRA_CPPFLAGS='' >crs_blcr_WRAPPER_EXTRA_LDFLAGS='' >crs_blcr_WRAPPER_EXTRA_LIBS='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >ess_lsf_CPPFLAGS='' >ess_lsf_LDFLAGS='' >ess_lsf_LIBS='' >ess_pmi_CPPFLAGS='' >ess_pmi_LDFLAGS='' >ess_pmi_LIBS='' >ess_portals_utcp_CPPFLAGS='' >ess_portals_utcp_LDFLAGS='' >ess_portals_utcp_LIBS='' >ess_slurm_CPPFLAGS='' >ess_slurm_LDFLAGS='' >ess_slurm_LIBS='' >ess_slurmd_CPPFLAGS='' >ess_slurmd_LDFLAGS='' >ess_slurmd_LIBS='' >ess_tm_CPPFLAGS='' >ess_tm_LDFLAGS='' >ess_tm_LIBS='' >exec_prefix='NONE' >grpcomm_pmi_CPPFLAGS='' >grpcomm_pmi_LDFLAGS='' >grpcomm_pmi_LIBS='' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4/config/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >libmca_common_mx_so_version='1:1:0' >libmca_common_portals_so_version='1:0:0' >libmca_common_sm_so_version='3:0:0' >libmpi_cxx_so_version='1:1:0' >libmpi_f77_so_version='1:6:0' >libmpi_f90_so_version='4:0:3' >libmpi_so_version='1:7:0' >libopen_pal_so_version='4:4:0' >libopen_rte_so_version='4:3:0' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >memory_linux_LIBS='' >memory_malloc_solaris_LIBS='' >mkdir_p='/bin/mkdir -p' >mtl_mx_CFLAGS='' >mtl_mx_CPPFLAGS='' >mtl_mx_LDFLAGS='' >mtl_mx_LIBS='' >mtl_mxm_CFLAGS='' >mtl_mxm_CPPFLAGS='' >mtl_mxm_LDFLAGS='' >mtl_mxm_LIBS='' >mtl_portals_CPPFLAGS='' >mtl_portals_LDFLAGS='' >mtl_portals_LIBS='' >mtl_psm_CFLAGS='' >mtl_psm_CPPFLAGS='' >mtl_psm_LDFLAGS='' >mtl_psm_LIBS='' >notifier_ftb_CFLAGS='' >notifier_ftb_CPPFLAGS='' >notifier_ftb_LDFLAGS='' >notifier_ftb_LIBS='' >notifier_smtp_CFLAGS='' >notifier_smtp_CPPFLAGS='' >notifier_smtp_LDFLAGS='' >notifier_smtp_LIBS='' >oldincludedir='/usr/include' >opal_hwloc_external_LDFLAGS='' >opal_hwloc_external_LIBS='' >opal_hwloc_hwloc132_CFLAGS='' >opal_hwloc_hwloc132_CPPFLAGS='' >opal_hwloc_hwloc132_LDFLAGS='' >opal_hwloc_hwloc132_LIBS='' >opal_memchecker_valgrind_CPPFLAGS='' >pdfdir='${docdir}' >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='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pubsub_pmi_CPPFLAGS='' >pubsub_pmi_LDFLAGS='' >pubsub_pmi_LIBS='' >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='' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc/openmpi' >sysinfo_solaris_CFLAGS='' >sysinfo_solaris_CPPFLAGS='' >sysinfo_solaris_LDFLAGS='' >sysinfo_solaris_LIBS='' >target='x86_64-pc-linux-gnu' >target_alias='' >target_cpu='x86_64' >target_os='linux-gnu' >target_vendor='pc' >timer_aix_LIBS='' >top_ompi_builddir='/var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4' >top_ompi_srcdir='/var/tmp/portage/sys-cluster/openmpi-1.6.4-r1/work/openmpi-1.6.4' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Open MPI" >#define PACKAGE_TARNAME "openmpi" >#define PACKAGE_VERSION "1.6.4" >#define PACKAGE_STRING "Open MPI 1.6.4" >#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" >#define PACKAGE_URL "" >#define OPAL_ARCH "x86_64-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 1 >#define OMPI_MINOR_VERSION 6 >#define OMPI_RELEASE_VERSION 4 >#define OMPI_GREEK_VERSION "" >#define OMPI_VERSION "4" >#define OMPI_RELEASE_DATE "Feb 19, 2013" >#define ORTE_MAJOR_VERSION 1 >#define ORTE_MINOR_VERSION 6 >#define ORTE_RELEASE_VERSION 4 >#define ORTE_GREEK_VERSION "" >#define ORTE_VERSION "4" >#define ORTE_RELEASE_DATE "Feb 19, 2013" >#define OPAL_MAJOR_VERSION 1 >#define OPAL_MINOR_VERSION 6 >#define OPAL_RELEASE_VERSION 4 >#define OPAL_GREEK_VERSION "" >#define OPAL_VERSION "4" >#define OPAL_RELEASE_DATE "Feb 19, 2013" >#define OPAL_ENABLE_PROGRESS_THREADS 0 >#define OPAL_ENABLE_MEM_DEBUG 0 >#define OPAL_ENABLE_MEM_PROFILE 0 >#define OPAL_ENABLE_DEBUG 0 >#define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 >#define OPAL_ENABLE_PTY_SUPPORT 1 >#define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 >#define OPAL_ENABLE_TRACE 0 >#define OPAL_ENABLE_FT 0 >#define OPAL_ENABLE_FT_CR 0 >#define OPAL_WANT_HOME_CONFIG_FILES 1 >#define OPAL_ENABLE_IPV6 1 >#define OPAL_PACKAGE_STRING "Open MPI root@big-server Distribution" >#define OPAL_IDENT_STRING "1.6.4" >#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 ORTE_DISABLE_FULL_SUPPORT 0 >#define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 >#define OMPI_WANT_MPI_INTERFACE_WARNING 0 >#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 OPAL_CC "x86_64-pc-linux-gnu-gcc" >#define STDC_HEADERS 1 >#define _GNU_SOURCE 1 >#define OPAL_C_HAVE_BUILTIN_EXPECT 0 >#define OPAL_C_HAVE_BUILTIN_PREFETCH 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 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 476412
:
353024
| 353032