This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by MPICH configure 3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --disable-fc CC=gcc CXX=g++ F77=gfortran ## --------- ## ## Platform. ## ## --------- ## hostname = annemarie uname -m = x86_64 uname -r = 3.7.10-1.16-default uname -s = Linux uname -v = #1 SMP Fri May 31 20:21:23 UTC 2013 (97c14ba) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/reuti/local/openmpi-1.6.5_intel_13.1.3_static/bin PATH: /home/reuti/python-ase-3.5.1.2175/tools PATH: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64 PATH: /opt/intel/composer_xe_2013_sp1.2.144/mpirt/bin/intel64 PATH: /opt/intel/composer_xe_2013_sp1.2.144/debugger/gdb/intel64_mic/py27/bin PATH: /opt/intel/composer_xe_2013_sp1.2.144/debugger/gdb/intel64/py27/bin PATH: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64 PATH: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64_mic PATH: /opt/intel/composer_xe_2013_sp1.2.144/debugger/gui/intel64 PATH: /opt/pgi/linux86-64/2014/bin PATH: /opt/chemsoft/lx24-em64t/Turbomole_6.5/TURBOMOLE/bin/em64t-unknown-linux-gnu PATH: /opt/chemsoft/lx24-em64t/Turbomole_6.5/TURBOMOLE/scripts PATH: /home/soft/scripts PATH: /usr/sge/bin/lx24-em64t PATH: /home/reuti/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /opt/chemsoft/bin PATH: /opt/firefox PATH: /opt/chemsoft/lx24-em64t/Gaussian_09_C.01_NBO_3.1_64_nehalem-64/g09/bsd PATH: /opt/chemsoft/lx24-em64t/Gaussian_09_C.01_NBO_3.1_64_nehalem-64/g09/local PATH: /opt/chemsoft/lx24-em64t/Gaussian_09_C.01_NBO_3.1_64_nehalem-64/g09/extras PATH: /opt/chemsoft/lx24-em64t/Gaussian_09_C.01_NBO_3.1_64_nehalem-64/g09 ## ----------- ## ## Core tests. ## ## ----------- ## configure:4041: loading site script /usr/share/site/x86_64-unknown-linux-gnu | #!/bin/sh | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible. | | # If user did not specify libdir, guess the correct target: | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest. | if test "$libdir" = '${exec_prefix}/lib' ; then | | ac_config_site_64bit_host=NONE | | case "$host" in | "" ) | # User did not specify host target. | # The native platform x86_64 is a bi-arch platform. | # Try to detect cross-compilation to inferior architecture. | | # We are trying to guess 32-bit target compilation. It's not as easy as | # it sounds, as there is possible several intermediate combinations. | ac_config_site_cross_to_32bit_host=NONE | | # User defined -m32 in CFLAGS or CXXFLAGS: | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) | case "$CFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | case "$CXXFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | # Running with linux32: | # (Changes detected platform, but not the toolchain target.) | case "`/bin/uname -i`" in | x86_64 | ppc64 | s390x ) | ;; | * ) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then | ac_config_site_64bit_host=YES | fi | | ;; | *x86_64* | *ppc64* | *s390x* ) | ac_config_site_64bit_host=YES | ;; | esac | | if test "x$ac_config_site_64bit_host" = xYES; then | libdir='${exec_prefix}/lib64' | fi | fi | | # If user did not specify libexecdir, set the correct target: | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib. | | if test "$libexecdir" = '${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi | | # Continue with the standard behavior of configure defined in AC_SITE_LOAD: | if test "x$prefix" != xNONE; then | ac_site_file1=$prefix/share/config.site | ac_site_file2=$prefix/etc/config.site | else | ac_site_file1=$ac_default_prefix/share/config.site | ac_site_file2=$ac_default_prefix/etc/config.site | fi | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | do | test "x$ac_site_file" = xNONE && continue | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;} | sed 's/^/| /' "$ac_site_file" >&5 | . "$ac_site_file" \ | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;} | as_fn_error $? "failed to load site script $ac_site_file | See \`config.log' for more details" "$LINENO" 5; } | fi | done configure:5123: checking for C compiler version configure:5132: gcc --version >&5 gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 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:5143: $? = 0 configure:5132: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:5143: $? = 0 configure:5132: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5143: $? = 1 configure:5132: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5143: $? = 1 configure:5163: checking whether the C compiler works configure:5185: gcc conftest.c >&5 configure:5189: $? = 0 configure:5237: result: yes configure:5240: checking for C compiler default output file name configure:5242: result: a.out configure:5248: checking for suffix of executables configure:5255: gcc -o conftest conftest.c >&5 configure:5259: $? = 0 configure:5281: result: configure:5303: checking whether we are cross compiling configure:5311: gcc -o conftest conftest.c >&5 configure:5315: $? = 0 configure:5322: ./conftest configure:5326: $? = 0 configure:5341: result: no configure:5346: checking for suffix of object files configure:5368: gcc -c conftest.c >&5 configure:5372: $? = 0 configure:5393: result: o configure:5397: checking whether we are using the GNU C compiler configure:5416: gcc -c conftest.c >&5 configure:5416: $? = 0 configure:5425: result: yes configure:5434: checking whether gcc accepts -g configure:5454: gcc -c -g conftest.c >&5 configure:5454: $? = 0 configure:5495: result: yes configure:5512: checking for gcc option to accept ISO C89 configure:5575: gcc -c conftest.c >&5 configure:5575: $? = 0 configure:5588: result: none needed configure:5613: checking whether gcc understands -c and -o together configure:5635: gcc -c conftest.c -o conftest2.o configure:5638: $? = 0 configure:5635: gcc -c conftest.c -o conftest2.o configure:5638: $? = 0 configure:5650: result: yes configure:5685: checking how to run the C preprocessor configure:5716: gcc -E conftest.c configure:5716: $? = 0 configure:5730: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5730: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | /* end confdefs.h. */ | #include configure:5755: result: gcc -E configure:5775: gcc -E conftest.c configure:5775: $? = 0 configure:5789: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5789: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | /* end confdefs.h. */ | #include configure:5849: checking for a BSD-compatible install configure:5917: result: /usr/bin/install -c configure:5928: checking whether build environment is sane configure:5983: result: yes configure:6131: checking for a thread-safe mkdir -p configure:6170: result: /usr/bin/mkdir -p configure:6177: checking for gawk configure:6193: found /usr/bin/gawk configure:6204: result: gawk configure:6215: checking whether make sets $(MAKE) configure:6237: result: yes configure:6267: checking for style of include used by make configure:6295: result: GNU configure:6329: checking whether make supports nested variables configure:6346: result: yes configure:6431: checking dependency style of gcc configure:6542: result: gcc3 configure:6600: checking whether to enable maintainer-specific portions of Makefiles configure:6609: result: yes configure:6673: checking for ar configure:6689: found /usr/bin/ar configure:6700: result: ar configure:6726: checking the archiver (ar) interface configure:6742: gcc -c conftest.c >&5 configure:6742: $? = 0 configure:6744: ar cru libconftest.a conftest.o >&5 configure:6747: $? = 0 configure:6775: result: ar configure:6825: checking build system type configure:6839: result: x86_64-unknown-linux-gnu configure:6859: checking host system type configure:6872: result: x86_64-unknown-linux-gnu configure:6913: checking how to print strings configure:6940: result: printf configure:6961: checking for a sed that does not truncate output configure:7025: result: /usr/bin/sed configure:7043: checking for grep that handles long lines and -e configure:7101: result: /usr/bin/grep configure:7106: checking for egrep configure:7168: result: /usr/bin/grep -E configure:7173: checking for fgrep configure:7235: result: /usr/bin/grep -F configure:7270: checking for ld used by gcc configure:7337: result: /usr/x86_64-suse-linux/bin/ld configure:7344: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld configure:7359: result: yes configure:7371: checking for BSD- or MS-compatible name lister (nm) configure:7420: result: /usr/bin/nm -B configure:7550: checking the name lister (/usr/bin/nm -B) interface configure:7557: gcc -c conftest.c >&5 configure:7560: /usr/bin/nm -B "conftest.o" configure:7563: output 0000000000000000 B some_variable configure:7570: result: BSD nm configure:7573: checking whether ln -s works configure:7577: result: yes configure:7585: checking the maximum length of command line arguments configure:7715: result: 3458764513820540925 configure:7732: checking whether the shell understands some XSI constructs configure:7742: result: yes configure:7746: checking whether the shell understands "+=" configure:7752: result: yes configure:7787: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:7827: result: func_convert_file_noop configure:7834: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:7854: result: func_convert_file_noop configure:7861: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files configure:7868: result: -r configure:7942: checking for objdump configure:7958: found /usr/bin/objdump configure:7969: result: objdump configure:8001: checking how to recognize dependent libraries configure:8203: result: pass_all configure:8288: checking for dlltool configure:8318: result: no configure:8348: checking how to associate runtime and link libraries configure:8375: result: printf %s\n configure:8499: checking for archiver @FILE support configure:8516: gcc -c conftest.c >&5 configure:8516: $? = 0 configure:8519: ar cru libconftest.a @conftest.lst >&5 configure:8522: $? = 0 configure:8527: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:8530: $? = 1 configure:8542: result: @ configure:8600: checking for strip configure:8616: found /usr/bin/strip configure:8627: result: strip configure:8699: checking for ranlib configure:8715: found /usr/bin/ranlib configure:8726: result: ranlib configure:8828: checking command to parse /usr/bin/nm -B output from gcc object configure:8948: gcc -c conftest.c >&5 configure:8951: $? = 0 configure:8955: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:8958: $? = 0 configure:9024: gcc -o conftest conftest.c conftstm.o >&5 configure:9027: $? = 0 configure:9065: result: ok configure:9102: checking for sysroot configure:9132: result: no configure:9209: gcc -c conftest.c >&5 configure:9212: $? = 0 configure:9388: checking for mt configure:9404: found /usr/bin/mt configure:9415: result: mt configure:9438: checking if mt is a manifest tool configure:9444: mt '-?' configure:9452: result: no configure:10090: checking for ANSI C header files configure:10110: gcc -c conftest.c >&5 configure:10110: $? = 0 configure:10183: gcc -o conftest conftest.c >&5 configure:10183: $? = 0 configure:10183: ./conftest configure:10183: $? = 0 configure:10194: result: yes configure:10207: checking for sys/types.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for sys/stat.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for stdlib.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for string.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for memory.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for strings.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for inttypes.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for stdint.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10207: checking for unistd.h configure:10207: gcc -c conftest.c >&5 configure:10207: $? = 0 configure:10207: result: yes configure:10221: checking for dlfcn.h configure:10221: gcc -c conftest.c >&5 configure:10221: $? = 0 configure:10221: result: yes configure:10427: checking for objdir configure:10442: result: .libs configure:10713: checking if gcc supports -fno-rtti -fno-exceptions configure:10731: gcc -c -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:10735: $? = 0 configure:10748: result: no configure:11075: checking for gcc option to produce PIC configure:11082: result: -fPIC -DPIC configure:11090: checking if gcc PIC flag -fPIC -DPIC works configure:11108: gcc -c -fPIC -DPIC -DPIC conftest.c >&5 configure:11112: $? = 0 configure:11125: result: yes configure:11154: checking if gcc static flag -static works configure:11182: result: no configure:11197: checking if gcc supports -c -o file.o configure:11218: gcc -c -o out/conftest2.o conftest.c >&5 configure:11222: $? = 0 configure:11244: result: yes configure:11252: checking if gcc supports -c -o file.o configure:11299: result: yes configure:11332: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:12487: result: yes configure:12524: checking whether -lc should be explicitly linked in configure:12532: gcc -c conftest.c >&5 configure:12535: $? = 0 configure:12550: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:12553: $? = 0 configure:12567: result: no configure:12727: checking dynamic linker characteristics configure:13238: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5 configure:13238: $? = 0 configure:13460: result: GNU/Linux ld.so configure:13567: checking how to hardcode library paths into programs configure:13592: result: immediate configure:14132: checking whether stripping libraries is possible configure:14137: result: yes configure:14172: checking if libtool supports shared libraries configure:14174: result: yes configure:14177: checking whether to build shared libraries configure:14198: result: yes configure:14201: checking whether to build static libraries configure:14205: result: yes configure:14254: checking whether make supports nested variables configure:14271: result: yes configure:14419: checking for C++ compiler version configure:14428: g++ --version >&5 g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 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:14439: $? = 0 configure:14428: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:14439: $? = 0 configure:14428: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:14439: $? = 1 configure:14428: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:14439: $? = 1 configure:14443: checking whether we are using the GNU C++ compiler configure:14462: g++ -c conftest.cpp >&5 configure:14462: $? = 0 configure:14471: result: yes configure:14480: checking whether g++ accepts -g configure:14500: g++ -c -g conftest.cpp >&5 configure:14500: $? = 0 configure:14541: result: yes configure:14566: checking dependency style of g++ configure:14677: result: gcc3 configure:14710: checking how to run the C++ preprocessor configure:14737: g++ -E conftest.cpp configure:14737: $? = 0 configure:14751: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:14751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:14776: result: g++ -E configure:14796: g++ -E conftest.cpp configure:14796: $? = 0 configure:14810: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:14810: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:14979: checking for ld used by g++ configure:15046: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 configure:15053: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld configure:15068: result: yes configure:15123: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:16128: result: yes configure:16164: g++ -c conftest.cpp >&5 configure:16167: $? = 0 configure:16687: checking for g++ option to produce PIC configure:16694: result: -fPIC -DPIC configure:16702: checking if g++ PIC flag -fPIC -DPIC works configure:16720: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5 configure:16724: $? = 0 configure:16737: result: yes configure:16760: checking if g++ static flag -static works configure:16788: result: no configure:16800: checking if g++ supports -c -o file.o configure:16821: g++ -c -o out/conftest2.o conftest.cpp >&5 configure:16825: $? = 0 configure:16847: result: yes configure:16852: checking if g++ supports -c -o file.o configure:16899: result: yes configure:16929: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:16965: result: yes configure:17106: checking dynamic linker characteristics configure:17773: result: GNU/Linux ld.so configure:17826: checking how to hardcode library paths into programs configure:17851: result: immediate configure:18000: checking for Fortran 77 compiler version configure:18009: gfortran --version >&5 GNU Fortran (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:18020: $? = 0 configure:18009: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:18020: $? = 0 configure:18009: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:18020: $? = 1 configure:18009: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion' gfortran: fatal error: no input files compilation terminated. configure:18020: $? = 1 configure:18029: checking whether we are using the GNU Fortran 77 compiler configure:18042: gfortran -c conftest.F >&5 configure:18042: $? = 0 configure:18051: result: yes configure:18057: checking whether gfortran accepts -g configure:18068: gfortran -c -g conftest.f >&5 configure:18068: $? = 0 configure:18076: result: yes configure:18212: checking if libtool supports shared libraries configure:18214: result: yes configure:18217: checking whether to build shared libraries configure:18237: result: yes configure:18240: checking whether to build static libraries configure:18244: result: yes configure:18565: checking for gfortran option to produce PIC configure:18572: result: -fPIC configure:18580: checking if gfortran PIC flag -fPIC works configure:18598: gfortran -c -fPIC conftest.f >&5 configure:18602: $? = 0 configure:18615: result: yes configure:18638: checking if gfortran static flag -static works configure:18666: result: no configure:18678: checking if gfortran supports -c -o file.o configure:18699: gfortran -c -o out/conftest2.o conftest.f >&5 configure:18703: $? = 0 configure:18725: result: yes configure:18730: checking if gfortran supports -c -o file.o configure:18777: result: yes configure:18807: checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:19912: result: yes configure:20053: checking dynamic linker characteristics configure:20714: result: GNU/Linux ld.so configure:20767: checking how to hardcode library paths into programs configure:20792: result: immediate configure:20934: checking for Fortran compiler version configure:20943: no --version >&5 ./configure: line 20945: no: command not found configure:20954: $? = 127 configure:20943: no -v >&5 ./configure: line 20945: no: command not found configure:20954: $? = 127 configure:20943: no -V >&5 ./configure: line 20945: no: command not found configure:20954: $? = 127 configure:20943: no -qversion >&5 ./configure: line 20945: no: command not found configure:20954: $? = 127 configure:20963: checking whether we are using the GNU Fortran compiler configure:20976: no -c conftest.F >&5 ./configure: line 2812: no: command not found configure:20976: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:20985: result: no configure:20991: checking whether no accepts -g configure:21002: no -c -g conftest.f >&5 ./configure: line 2812: no: command not found configure:21002: $? = 127 configure: failed program was: | program main | | end configure:21010: result: no configure:25081: RUNNING PREREQ FOR ch3:nemesis configure:25165: checking for getpagesize configure:25165: gcc -o conftest conftest.c >&5 configure:25165: $? = 0 configure:25165: result: yes configure:25253: checking for getpagesize configure:25253: result: yes configure:25788: ===== configuring src/mpl ===== configure:25953: running /bin/sh ./configure --disable-option-checking '--prefix=NONE' '--disable-fc' 'CC=gcc' 'CXX=g++' 'F77=gfortran' --cache-file=/dev/null --srcdir=. configure:25973: ===== done with src/mpl configure ===== configure:25979: sourcing src/mpl/localdefs WRAPPER_LIBS(='') does not contain '-lmpl', prepending CPPFLAGS(=' ') does not contain '-I/home/reuti/mpich-3.1/src/mpl/include', appending CPPFLAGS(=' -I/home/reuti/mpich-3.1/src/mpl/include') does not contain '-I/home/reuti/mpich-3.1/src/mpl/include', appending LIBS(=' ') does not contain '-lopa', prepending configure:26106: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include conftest.c -lopa >&5 conftest.c:28:28: fatal error: opa_primitives.h: No such file or directory compilation terminated. configure:26106: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | /* end confdefs.h. */ | #include "opa_primitives.h" | | int | main () | { | | OPA_int_t i; | OPA_store_int(i,10); | OPA_fetch_and_incr_int(&i,5); | | ; | return 0; | } CPPFLAGS(=' -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include') does not contain '-I/home/reuti/mpich-3.1/src/openpa/src', appending CPPFLAGS(=' -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src') does not contain '-I/home/reuti/mpich-3.1/src/openpa/src', appending configure:26168: ===== configuring src/openpa ===== configure:26333: running /bin/sh ./configure --disable-option-checking '--prefix=NONE' --with-atomic-primitives=auto_allow_emulation '--disable-fc' 'CC=gcc' 'CXX=g++' 'F77=gfortran' --cache-file=/dev/null --srcdir=. configure:26353: ===== done with src/openpa configure ===== WRAPPER_LIBS(='-lmpl ') does not contain '-lopa', prepending CPPFLAGS(=' -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src') does not contain '-I/home/reuti/mpich-3.1/src/mpi/romio/include', appending configure:27010: checking whether the compiler defines __func__ configure:27037: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27037: $? = 0 configure:27037: ./conftest configure:27037: $? = 0 configure:27074: result: yes configure:27083: checking whether the compiler defines __FUNC__ configure:27110: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'foo': conftest.c:40:20: error: '__FUNC__' undeclared (first use in this function) conftest.c:40:20: note: each undeclared identifier is reported only once for each function it appears in configure:27110: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | /* end confdefs.h. */ | | | #include | int foo(void); | int foo(void) | { | return (strcmp(__FUNC__, "foo") == 0); | } | int main(int argc, char ** argv) | { | return (foo() ? 0 : 1); | } | | configure:27147: result: no configure:27156: checking whether the compiler sets __FUNCTION__ configure:27183: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27183: $? = 0 configure:27183: ./conftest configure:27183: $? = 0 configure:27220: result: yes configure:27235: checking whether C compiler accepts option -O2 configure:27287: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c > pac_test1.log 2>&1 configure:27287: $? = 0 configure:27318: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c > pac_test2.log 2>&1 configure:27318: $? = 0 configure:27326: diff -b pac_test1.log pac_test2.log > pac_test.log configure:27329: $? = 0 configure:27429: result: yes configure:27445: checking whether C compiler option -O2 works with an invalid prototype program configure:27453: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27453: $? = 0 configure:27460: result: yes configure:27465: checking whether routines compiled with -O2 can be linked with ones compiled without -O2 configure:27505: gcc -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c > pac_test3.log 2>&1 configure:27505: $? = 0 configure:27509: mv conftest.o pac_conftest.o configure:27512: $? = 0 configure:27555: gcc -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_conftest.o > pac_test4.log 2>&1 configure:27555: $? = 0 configure:27597: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_conftest.o > pac_test5.log 2>&1 configure:27597: $? = 0 configure:27605: diff -b pac_test4.log pac_test5.log > pac_test.log configure:27608: $? = 0 configure:27747: result: yes configure:27780: checking for type of weak symbol alias support configure:27804: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27804: $? = 0 configure:27828: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27828: $? = 0 configure:27831: mv conftest.o pac_conftest.o configure:27834: $? = 0 configure:27871: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_conftest.o >&5 configure:27871: $? = 0 configure:27886: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:27886: $? = 0 configure:27889: mv conftest.o pac_conftest.o configure:27892: $? = 0 configure:27930: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_conftest.o >&5 configure:27930: $? = 0 configure:28087: result: pragma weak configure:28105: checking whether __attribute__ ((weak)) allowed configure:28122: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:28122: $? = 0 configure:28129: result: yes configure:28133: checking whether __attribute__ ((weak_import)) allowed configure:28150: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c:36:1: warning: 'weak_import' attribute directive ignored [-Wattributes] configure:28150: $? = 0 configure:28157: result: yes configure:28160: checking whether __attribute__((weak,alias(...))) allowed configure:28186: gcc -c -Werror -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c:36:5: error: 'foo' aliased to undefined symbol '__foo' configure:28186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | /* end confdefs.h. */ | int foo(int) __attribute__((weak,alias("__foo"))); | int | main () | { | int a; | ; | return 0; | } configure:28199: result: no configure:28221: checking for multiple weak symbol support configure:28244: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:28244: $? = 0 configure:28247: mv conftest.o pac_conftest.o configure:28250: $? = 0 configure:28287: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_conftest.o >&5 configure:28287: $? = 0 configure:28337: result: yes configure:28386: checking for shared library (esp. rpath) characteristics of CC configure:28477: result: done (results in src/env/cc_shlib.conf) configure:28595: checking whether Fortran 77 compiler accepts option -O2 configure:28640: gfortran -o conftest conftest.f > pac_test1.log 2>&1 configure:28640: $? = 0 configure:28671: gfortran -o conftest -O2 conftest.f > pac_test2.log 2>&1 configure:28671: $? = 0 configure:28679: diff -b pac_test1.log pac_test2.log > pac_test.log configure:28682: $? = 0 configure:28782: result: yes configure:28787: checking whether routines compiled with -O2 can be linked with ones compiled without -O2 configure:28826: gfortran -c conftest.f > pac_test3.log 2>&1 configure:28826: $? = 0 configure:28830: mv conftest.o pac_conftest.o configure:28833: $? = 0 configure:28871: gfortran -o conftest -O2 conftest.f pac_conftest.o > pac_test4.log 2>&1 configure:28871: $? = 0 configure:28879: diff -b pac_test2.log pac_test4.log > pac_test.log configure:28882: $? = 0 configure:28983: result: yes configure:29021: checking how to get verbose linking output from gfortran configure:29031: gfortran -c -O2 conftest.f >&5 configure:29031: $? = 0 configure:29049: gfortran -o conftest -O2 -v conftest.f Using built-in specs. Target: x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) /usr/lib64/gcc/x86_64-suse-linux/4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib64/gcc/x86_64-suse-linux/4.7/finclude -o /tmp/cc1zyHLx.s GNU Fortran (SUSE Linux) version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (x86_64-suse-linux) compiled by GNU C version 4.7.2 20130108 [gcc-4_7-branch revision 195012], GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran (SUSE Linux) version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (x86_64-suse-linux) compiled by GNU C version 4.7.2 20130108 [gcc-4_7-branch revision 195012], GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/as -v --64 -o /tmp/ccSFzWNh.o /tmp/cc1zyHLx.s GNU assembler version 2.23.1 (x86_64-suse-linux) using BFD version (GNU Binutils; openSUSE 12.3) 2.23.1 Reading specs from /usr/lib64/gcc/x86_64-suse-linux/4.7/libgfortran.spec rename spec lib to liborig /usr/lib64/gcc/x86_64-suse-linux/4.7/collect2 --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.7/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. /tmp/ccSFzWNh.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/4.7/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crtn.o configure:29132: result: -v configure:29134: checking for Fortran 77 libraries of gfortran configure:29157: gfortran -o conftest -O2 -v conftest.f Using built-in specs. Target: x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) /usr/lib64/gcc/x86_64-suse-linux/4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib64/gcc/x86_64-suse-linux/4.7/finclude -o /tmp/ccpXObhE.s GNU Fortran (SUSE Linux) version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (x86_64-suse-linux) compiled by GNU C version 4.7.2 20130108 [gcc-4_7-branch revision 195012], GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran (SUSE Linux) version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (x86_64-suse-linux) compiled by GNU C version 4.7.2 20130108 [gcc-4_7-branch revision 195012], GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/as -v --64 -o /tmp/ccnNj4xo.o /tmp/ccpXObhE.s GNU assembler version 2.23.1 (x86_64-suse-linux) using BFD version (GNU Binutils; openSUSE 12.3) 2.23.1 Reading specs from /usr/lib64/gcc/x86_64-suse-linux/4.7/libgfortran.spec rename spec lib to liborig /usr/lib64/gcc/x86_64-suse-linux/4.7/collect2 --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.7/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. /tmp/ccnNj4xo.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/4.7/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/crtn.o configure:29353: result: -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath configure:29369: checking whether gfortran accepts the FLIBS found by autoconf configure:29385: gfortran -o conftest -O2 conftest.f >&5 configure:29385: $? = 0 configure:29387: result: yes configure:29425: checking whether gcc links with FLIBS found by autoconf configure:29450: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath >&5 configure:29450: $? = 0 configure:29452: result: yes configure:29502: checking whether Fortran 77 and C objects are compatible configure:29581: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:29581: $? = 0 configure:29584: mv conftest.o pac_conftest.o configure:29587: $? = 0 configure:29596: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:29596: $? = 0 configure:29599: result: yes configure:29758: checking for linker for Fortran main program configure:29779: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:29779: $? = 0 configure:29838: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:29838: $? = 0 configure:29841: mv conftest.o pac_conftest.o configure:29844: $? = 0 configure:29853: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:29853: $? = 0 configure:29855: result: Use Fortran to link programs configure:29966: checking for Fortran 77 name mangling configure:29988: gfortran -c -O2 conftest.f >&5 configure:29988: $? = 0 configure:29991: mv conftest.o f77conftest.o configure:29994: $? = 0 configure:30019: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c f77conftest.o -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath >&5 configure:30019: $? = 0 configure:30142: result: lower uscore configure:30208: checking for libraries to link Fortran main with C stdio routines configure:30234: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:30234: $? = 0 configure:30237: mv conftest.o pac_conftest.o configure:30240: $? = 0 configure:30259: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:30259: $? = 0 configure:30290: result: none configure:30341: checking whether Fortran init will work with C configure:30363: gfortran -c -O2 conftest.f >&5 configure:30363: $? = 0 configure:30366: mv conftest.o pac_f77conftest.o configure:30369: $? = 0 configure:30413: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c pac_f77conftest.o >&5 configure:30413: $? = 0 configure:30436: result: yes configure:30806: checking for shared library (esp. rpath) characteristics of F77 configure:30899: result: done (results in src/env/f77_shlib.conf) configure:30910: checking whether Fortran 77 accepts ! for comments configure:30928: gfortran -c -O2 conftest.f >&5 configure:30928: $? = 0 configure:30945: result: yes configure:30955: checking for include directory flag for Fortran configure:30982: gfortran -c -I src -O2 conftest.f >&5 configure:30982: $? = 0 configure:31000: result: -I configure:31008: checking for Fortran 77 flag for library directories configure:31027: gfortran -c -O2 conftest.f >&5 configure:31027: $? = 0 configure:31031: mv conftest.o pac_f77conftest.o configure:31034: $? = 0 configure:31037: test -d conftestdir || mkdir conftestdir configure:31040: $? = 0 configure:31043: ar cru conftestdir/libf77conftest.a pac_f77conftest.o configure:31046: $? = 0 configure:31049: ranlib conftestdir/libf77conftest.a configure:31052: $? = 0 configure:31070: gfortran -o conftest -O2 -Lconftestdir conftest.f -lf77conftest >&5 configure:31070: $? = 0 configure:31090: result: -L configure:31166: checking whether Fortran 77 compiler processes .F files with C preprocessor configure:31187: gfortran -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.F >&5 configure:31187: $? = 0 configure:31255: result: yes configure:31263: checking whether gfortran allows mismatched arguments configure:31286: gfortran -c -O2 conftest.f >&5 configure:31286: $? = 0 configure:31330: result: yes configure:32661: checking whether the C++ compiler g++ can build an executable configure:32690: g++ -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32690: $? = 0 configure:32704: result: yes configure:32711: checking whether C++ compiler works with string configure:32734: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32734: $? = 0 configure:32747: result: yes configure:32760: checking whether the compiler supports exceptions configure:32783: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32783: $? = 0 configure:32797: result: yes configure:32805: checking whether the compiler recognizes bool as a built-in type configure:32832: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32832: $? = 0 configure:32846: result: yes configure:32854: checking whether the compiler implements namespaces configure:32877: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32877: $? = 0 configure:32891: result: yes configure:32908: checking whether available configure:32927: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32927: $? = 0 configure:32934: result: yes configure:32937: checking whether the compiler implements the namespace std configure:32964: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:32964: $? = 0 configure:32979: result: yes configure:32988: checking whether available configure:33007: g++ -c -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 conftest.cpp:50:16: fatal error: math: No such file or directory compilation terminated. configure:33007: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | /* end confdefs.h. */ | | #include | | int | main () | { | using namespace std; | ; | return 0; | } configure:33014: result: no configure:33039: checking for GNU g++ version configure:33064: g++ -o conftest -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.cpp >&5 configure:33064: $? = 0 configure:33064: ./conftest configure:33064: $? = 0 configure:33074: result: 4 . 7 configure:33130: checking for shared library (esp. rpath) characteristics of CXX configure:33223: result: done (results in src/env/cxx_shlib.conf) configure:33690: checking for perl configure:33708: found /usr/bin/perl configure:33720: result: /usr/bin/perl configure:33733: checking for ar configure:33760: result: ar configure:33796: checking for ranlib configure:33823: result: ranlib configure:33842: checking for killall configure:33858: found /usr/bin/killall configure:33869: result: killall configure:33912: checking whether install works configure:33920: result: yes configure:33935: checking whether mkdir -p works configure:33951: result: yes configure:33969: checking for make configure:33985: found /usr/bin/make configure:33996: result: make configure:34010: checking whether clock skew breaks make configure:34035: result: no configure:34045: checking whether make supports include configure:34073: result: yes configure:34082: checking whether make allows comments in actions configure:34109: result: yes configure:34123: checking for virtual path format configure:34166: result: VPATH configure:34176: checking whether make sets CFLAGS configure:34202: result: yes configure:34251: checking for bash configure:34269: found /bin/bash configure:34281: result: /bin/bash configure:34304: checking whether /bin/bash supports arrays configure:34313: result: yes configure:34548: checking for doctext configure:34579: result: false configure:34592: checking for an ANSI C-conforming const configure:34658: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34658: $? = 0 configure:34665: result: yes configure:34673: checking for working volatile configure:34692: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34692: $? = 0 configure:34699: result: yes configure:34707: checking for C/C++ restrict keyword configure:34732: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34732: $? = 0 configure:34740: result: __restrict configure:34753: checking for inline configure:34769: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34769: $? = 0 configure:34777: result: inline configure:34800: checking whether __attribute__ allowed configure:34817: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34817: $? = 0 configure:34824: result: yes configure:34826: checking whether __attribute__((format)) allowed configure:34843: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34843: $? = 0 configure:34850: result: yes configure:34860: checking if C compiler supports __builtin_expect configure:34876: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34876: $? = 0 configure:34879: result: yes configure:34911: checking whether byte ordering is bigendian configure:34926: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c:55:9: error: unknown type name 'not' conftest.c:55:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' conftest.c:55:15: error: unknown type name 'universal' configure:34926: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:34971: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:34971: $? = 0 configure:34989: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:61:4: error: unknown type name 'not' conftest.c:61:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:34989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:35117: result: no configure:35155: checking whether C compiler allows unaligned doubles configure:35188: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35188: $? = 0 configure:35188: ./conftest configure:35188: $? = 0 configure:35198: result: yes configure:35217: checking whether gcc supports __func__ configure:35233: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35233: $? = 0 configure:35240: result: yes configure:35277: checking whether long double is supported configure:35294: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35294: $? = 0 configure:35301: result: yes configure:35310: checking whether long long is supported configure:35327: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35327: $? = 0 configure:35334: result: yes configure:35345: checking for max C struct integer alignment configure:35463: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35463: $? = 0 configure:35463: ./conftest configure:35463: $? = 0 configure:35475: result: eight configure:35506: checking for max C struct floating point alignment configure:35608: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35608: $? = 0 configure:35608: ./conftest configure:35608: $? = 0 configure:35620: result: sixteen configure:35653: checking for max C struct alignment of structs with doubles configure:35724: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35724: $? = 0 configure:35724: ./conftest configure:35724: $? = 0 configure:35736: result: eight configure:35743: checking for max C struct floating point alignment with long doubles configure:35815: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35815: $? = 0 configure:35815: ./conftest configure:35815: $? = 0 configure:35827: result: sixteen configure:35837: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs. MPICH does not handle this case automatically and you should avoid assumed extents for structures containing float types. configure:35872: checking if alignment of structs with doubles is based on position configure:35906: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35906: $? = 0 configure:35906: ./conftest configure:35906: $? = 0 configure:35918: result: no configure:35934: checking if alignment of structs with long long ints is based on position configure:35970: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:35970: $? = 0 configure:35970: ./conftest configure:35970: $? = 0 configure:35982: result: no configure:35998: checking if double alignment breaks rules, find actual alignment configure:36045: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36045: $? = 0 configure:36045: ./conftest configure:36045: $? = 0 configure:36057: result: no configure:36073: checking for alignment restrictions on pointers configure:36093: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36093: $? = 0 configure:36093: ./conftest configure:36093: $? = 0 configure:36110: result: int or better configure:36122: checking size of char configure:36127: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36127: $? = 0 configure:36127: ./conftest configure:36127: $? = 0 configure:36141: result: 1 configure:36155: checking size of unsigned char configure:36160: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36160: $? = 0 configure:36160: ./conftest configure:36160: $? = 0 configure:36174: result: 1 configure:36188: checking size of short configure:36193: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36193: $? = 0 configure:36193: ./conftest configure:36193: $? = 0 configure:36207: result: 2 configure:36221: checking size of unsigned short configure:36226: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36226: $? = 0 configure:36226: ./conftest configure:36226: $? = 0 configure:36240: result: 2 configure:36254: checking size of int configure:36259: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36259: $? = 0 configure:36259: ./conftest configure:36259: $? = 0 configure:36273: result: 4 configure:36287: checking size of unsigned int configure:36292: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36292: $? = 0 configure:36292: ./conftest configure:36292: $? = 0 configure:36306: result: 4 configure:36320: checking size of long configure:36325: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36325: $? = 0 configure:36325: ./conftest configure:36325: $? = 0 configure:36339: result: 8 configure:36353: checking size of unsigned long configure:36358: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36358: $? = 0 configure:36358: ./conftest configure:36358: $? = 0 configure:36372: result: 8 configure:36386: checking size of long long configure:36391: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36391: $? = 0 configure:36391: ./conftest configure:36391: $? = 0 configure:36405: result: 8 configure:36419: checking size of unsigned long long configure:36424: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36424: $? = 0 configure:36424: ./conftest configure:36424: $? = 0 configure:36438: result: 8 configure:36452: checking size of float configure:36457: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36457: $? = 0 configure:36457: ./conftest configure:36457: $? = 0 configure:36471: result: 4 configure:36485: checking size of double configure:36490: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36490: $? = 0 configure:36490: ./conftest configure:36490: $? = 0 configure:36504: result: 8 configure:36518: checking size of long double configure:36523: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36523: $? = 0 configure:36523: ./conftest configure:36523: $? = 0 configure:36537: result: 16 configure:36551: checking size of void * configure:36556: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36556: $? = 0 configure:36556: ./conftest configure:36556: $? = 0 configure:36570: result: 8 configure:36581: checking for ANSI C header files configure:36685: result: yes configure:36695: checking stddef.h usability configure:36695: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36695: $? = 0 configure:36695: result: yes configure:36695: checking stddef.h presence configure:36695: gcc -E -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c configure:36695: $? = 0 configure:36695: result: yes configure:36695: checking for stddef.h configure:36695: result: yes configure:36709: checking size of wchar_t configure:36714: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36714: $? = 0 configure:36714: ./conftest configure:36714: $? = 0 configure:36733: result: 4 configure:36748: checking size of float_int configure:36753: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36753: $? = 0 configure:36753: ./conftest configure:36753: $? = 0 configure:36768: result: 8 configure:36782: checking size of double_int configure:36787: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36787: $? = 0 configure:36787: ./conftest configure:36787: $? = 0 configure:36802: result: 16 configure:36816: checking size of long_int configure:36821: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36821: $? = 0 configure:36821: ./conftest configure:36821: $? = 0 configure:36836: result: 16 configure:36850: checking size of short_int configure:36855: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36855: $? = 0 configure:36855: ./conftest configure:36855: $? = 0 configure:36870: result: 8 configure:36884: checking size of two_int configure:36889: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36889: $? = 0 configure:36889: ./conftest configure:36889: $? = 0 configure:36904: result: 8 configure:36918: checking size of long_double_int configure:36923: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36923: $? = 0 configure:36923: ./conftest configure:36923: $? = 0 configure:36938: result: 32 configure:36951: checking sys/bitypes.h usability configure:36951: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36951: $? = 0 configure:36951: result: yes configure:36951: checking sys/bitypes.h presence configure:36951: gcc -E -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c configure:36951: $? = 0 configure:36951: result: yes configure:36951: checking for sys/bitypes.h configure:36951: result: yes configure:36964: checking for inttypes.h configure:36964: result: yes configure:36964: checking for stdint.h configure:36964: result: yes configure:36976: checking for int8_t configure:36976: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36976: $? = 0 configure:36976: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:125:12: error: size of array 'test_array' is negative configure:36976: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 8 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:36976: result: yes configure:36987: checking for int16_t configure:36987: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36987: $? = 0 configure:36987: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:125:12: error: size of array 'test_array' is negative configure:36987: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 16 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:36987: result: yes configure:36998: checking for int32_t configure:36998: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:36998: $? = 0 configure:36998: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:126:53: warning: integer overflow in expression [-Woverflow] conftest.c:125:12: error: storage size of 'test_array' isn't constant configure:36998: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 32 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:36998: result: yes configure:37009: checking for int64_t configure:37009: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37009: $? = 0 configure:37009: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:126:53: warning: integer overflow in expression [-Woverflow] conftest.c:125:12: error: storage size of 'test_array' isn't constant configure:37009: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 64 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:37009: result: yes configure:37050: checking for uint8_t configure:37050: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37050: $? = 0 configure:37050: result: yes configure:37064: checking for uint16_t configure:37064: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37064: $? = 0 configure:37064: result: yes configure:37076: checking for uint32_t configure:37076: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37076: $? = 0 configure:37076: result: yes configure:37090: checking for uint64_t configure:37090: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37090: $? = 0 configure:37090: result: yes configure:37132: checking stdbool.h usability configure:37132: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37132: $? = 0 configure:37132: result: yes configure:37132: checking stdbool.h presence configure:37132: gcc -E -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c configure:37132: $? = 0 configure:37132: result: yes configure:37132: checking for stdbool.h configure:37132: result: yes configure:37132: checking complex.h usability configure:37132: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37132: $? = 0 configure:37132: result: yes configure:37132: checking complex.h presence configure:37132: gcc -E -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c configure:37132: $? = 0 configure:37132: result: yes configure:37132: checking for complex.h configure:37132: result: yes configure:37146: checking size of _Bool configure:37151: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37151: $? = 0 configure:37151: ./conftest configure:37151: $? = 0 configure:37170: result: 1 configure:37184: checking size of float _Complex configure:37189: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37189: $? = 0 configure:37189: ./conftest configure:37189: $? = 0 configure:37208: result: 8 configure:37222: checking size of double _Complex configure:37227: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37227: $? = 0 configure:37227: ./conftest configure:37227: $? = 0 configure:37246: result: 16 configure:37262: checking size of long double _Complex configure:37267: gcc -o conftest -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37267: $? = 0 configure:37267: ./conftest configure:37267: $? = 0 configure:37286: result: 32 configure:37301: checking for _Bool configure:37301: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37301: $? = 0 configure:37301: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:138:20: error: expected expression before ')' token configure:37301: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_COMPLEX_H 1 | #define SIZEOF__BOOL 1 | #define SIZEOF_FLOAT__COMPLEX 8 | #define SIZEOF_DOUBLE__COMPLEX 16 | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:37301: result: yes configure:37310: checking for float _Complex configure:37310: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37310: $? = 0 configure:37310: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:139:29: error: expected expression before ')' token configure:37310: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_COMPLEX_H 1 | #define SIZEOF__BOOL 1 | #define SIZEOF_FLOAT__COMPLEX 8 | #define SIZEOF_DOUBLE__COMPLEX 16 | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | #define HAVE__BOOL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((float _Complex))) | return 0; | ; | return 0; | } configure:37310: result: yes configure:37319: checking for double _Complex configure:37319: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37319: $? = 0 configure:37319: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:140:30: error: expected expression before ')' token configure:37319: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_COMPLEX_H 1 | #define SIZEOF__BOOL 1 | #define SIZEOF_FLOAT__COMPLEX 8 | #define SIZEOF_DOUBLE__COMPLEX 16 | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | #define HAVE__BOOL 1 | #define HAVE_FLOAT__COMPLEX 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((double _Complex))) | return 0; | ; | return 0; | } configure:37319: result: yes configure:37332: checking for long double _Complex configure:37332: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37332: $? = 0 configure:37332: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 conftest.c: In function 'main': conftest.c:141:35: error: expected expression before ')' token configure:37332: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPICH" | #define PACKAGE_TARNAME "mpich" | #define PACKAGE_VERSION "3.1" | #define PACKAGE_STRING "MPICH 3.1" | #define PACKAGE_BUGREPORT "discuss@mpich.org" | #define PACKAGE_URL "http://www.mpich.org/" | #define PACKAGE "mpich" | #define VERSION "3.1" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL | #define USE_LOGGING MPID_LOGGING_NONE | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE | #define HAVE_ROMIO 1 | #define HAVE__FUNC__ /**/ | #define HAVE__FUNCTION__ /**/ | #define HAVE_PRAGMA_WEAK 1 | #define USE_WEAK_SYMBOLS 1 | #define HAVE_MULTIPLE_PRAGMA_WEAK 1 | #define ENABLE_PVAR_NEM 0 | #define ENABLE_PVAR_RECVQ 0 | #define ENABLE_PVAR_RMA 0 | #define HAVE_LONG_LONG 1 | #define STDCALL | #define F77_NAME_LOWER_USCORE 1 | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 | #define HAVE_FORTRAN_BINDING 1 | #define HAVE_CXX_EXCEPTIONS /**/ | #define HAVE_NAMESPACES /**/ | #define HAVE_NAMESPACE_STD /**/ | #define HAVE_CXX_BINDING 1 | #define HAVE_NAMEPUB_SERVICE 1 | #define restrict __restrict | #define HAVE_GCC_ATTRIBUTE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define WORDS_LITTLEENDIAN 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MAX_INTEGER_ALIGNMENT 8 | #define HAVE_MAX_STRUCT_ALIGNMENT 8 | #define HAVE_MAX_FP_ALIGNMENT 16 | #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 | #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_VOID_P 8 | #define STDC_HEADERS 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_FLOAT_INT 8 | #define SIZEOF_DOUBLE_INT 16 | #define SIZEOF_LONG_INT 16 | #define SIZEOF_SHORT_INT 8 | #define SIZEOF_TWO_INT 8 | #define SIZEOF_LONG_DOUBLE_INT 32 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_COMPLEX_H 1 | #define SIZEOF__BOOL 1 | #define SIZEOF_FLOAT__COMPLEX 8 | #define SIZEOF_DOUBLE__COMPLEX 16 | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | #define HAVE__BOOL 1 | #define HAVE_FLOAT__COMPLEX 1 | #define HAVE_DOUBLE__COMPLEX 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((long double _Complex))) | return 0; | ; | return 0; | } configure:37332: result: yes configure:37752: checking for size of Fortran type integer configure:37793: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37793: $? = 0 configure:37797: mv conftest.o pac_conftest.o configure:37800: $? = 0 configure:37827: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:37827: $? = 0 configure:37827: ./conftest configure:37827: $? = 0 configure:37865: result: 4 configure:37880: checking for size of Fortran type real configure:37921: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:37921: $? = 0 configure:37925: mv conftest.o pac_conftest.o configure:37928: $? = 0 configure:37955: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:37955: $? = 0 configure:37955: ./conftest configure:37955: $? = 0 configure:37993: result: 4 configure:38008: checking for size of Fortran type double precision configure:38049: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:38049: $? = 0 configure:38053: mv conftest.o pac_conftest.o configure:38056: $? = 0 configure:38083: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:38083: $? = 0 configure:38083: ./conftest configure:38083: $? = 0 configure:38121: result: 8 configure:38144: checking whether integer*1 is supported configure:38155: gfortran -c -O2 conftest.f >&5 configure:38155: $? = 0 configure:38162: result: yes configure:38164: checking whether integer*2 is supported configure:38175: gfortran -c -O2 conftest.f >&5 configure:38175: $? = 0 configure:38182: result: yes configure:38184: checking whether integer*4 is supported configure:38195: gfortran -c -O2 conftest.f >&5 configure:38195: $? = 0 configure:38202: result: yes configure:38204: checking whether integer*8 is supported configure:38215: gfortran -c -O2 conftest.f >&5 configure:38215: $? = 0 configure:38222: result: yes configure:38224: checking whether integer*16 is supported configure:38235: gfortran -c -O2 conftest.f >&5 configure:38235: $? = 0 configure:38242: result: yes configure:38244: checking whether real*4 is supported configure:38255: gfortran -c -O2 conftest.f >&5 configure:38255: $? = 0 configure:38262: result: yes configure:38264: checking whether real*8 is supported configure:38275: gfortran -c -O2 conftest.f >&5 configure:38275: $? = 0 configure:38282: result: yes configure:38284: checking whether real*16 is supported configure:38295: gfortran -c -O2 conftest.f >&5 configure:38295: $? = 0 configure:38302: result: yes configure:38401: checking for C type matching Fortran real configure:38409: result: float configure:38424: checking for C type matching Fortran double configure:38431: result: double configure:38760: checking for C type matching Fortran integer configure:38767: result: int configure:38920: checking for values of Fortran logicals configure:38959: gcc -c -O2 -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include conftest.c >&5 configure:38959: $? = 0 configure:38962: mv conftest.o pac_conftest.o configure:38965: $? = 0 configure:38997: gfortran -o conftest -O2 conftest.f pac_conftest.o >&5 configure:38997: $? = 0 configure:38997: ./conftest configure:38997: $? = 0 configure:39035: result: True is 1 and False is 0 configure:39146: checking for Fortran 90 integer kind for 8-byte integers configure:39186: no -o conftest conftest.f >&5 ./configure: line 2896: no: command not found configure:39186: $? = 127 configure: program exited with status 127 configure: failed program was: | | | program main | integer ii | ii = selected_int_kind(16) | open(8, file="conftest1.out", form="formatted") | write (8,*) ii | close(8) | stop | end | | configure:39203: result: unavailable configure:39315: checking for Fortran 90 integer kind for 4-byte integers configure:39355: no -o conftest conftest.f >&5 ./configure: line 2896: no: command not found configure:39355: $? = 127 configure: program exited with status 127 configure: failed program was: | | | program main | integer ii | ii = selected_int_kind(8) | open(8, file="conftest1.out", form="formatted") | write (8,*) ii | close(8) | stop | end | | configure:39372: result: unavailable configure:39387: error: Unable to determine Fortran 90 KIND values for either address-sized integers or offset-sized integers. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_t=yes ac_cv_c_restrict=__restrict ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_c_volatile=yes ac_cv_cxx_bool=yes ac_cv_cxx_compiler_gnu=yes ac_cv_cxx_exceptions=yes ac_cv_cxx_namespace_std=yes ac_cv_cxx_namespaces=yes ac_cv_env_AR_FLAGS_set= ac_cv_env_AR_FLAGS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= 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= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set=set ac_cv_env_CXX_value=g++ ac_cv_env_F77_set=set ac_cv_env_F77_value=gfortran ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_GCOV_set= ac_cv_env_GCOV_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MPICHLIB_CFLAGS_set= ac_cv_env_MPICHLIB_CFLAGS_value= ac_cv_env_MPICHLIB_CPPFLAGS_set= ac_cv_env_MPICHLIB_CPPFLAGS_value= ac_cv_env_MPICHLIB_CXXFLAGS_set= ac_cv_env_MPICHLIB_CXXFLAGS_value= ac_cv_env_MPICHLIB_FCFLAGS_set= ac_cv_env_MPICHLIB_FCFLAGS_value= ac_cv_env_MPICHLIB_FFLAGS_set= ac_cv_env_MPICHLIB_FFLAGS_value= ac_cv_env_MPICHLIB_LDFLAGS_set= ac_cv_env_MPICHLIB_LDFLAGS_value= ac_cv_env_MPICHLIB_LIBS_set= ac_cv_env_MPICHLIB_LIBS_value= ac_cv_env_MPICXXLIBNAME_set= ac_cv_env_MPICXXLIBNAME_value= ac_cv_env_MPILIBNAME_set= ac_cv_env_MPILIBNAME_value= ac_cv_env_MPLLIBNAME_set= ac_cv_env_MPLLIBNAME_value= ac_cv_env_OPALIBNAME_set= ac_cv_env_OPALIBNAME_value= ac_cv_env_PAMILIBNAME_set= ac_cv_env_PAMILIBNAME_value= ac_cv_env_PMPILIBNAME_set= ac_cv_env_PMPILIBNAME_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=yes ac_cv_f77_libs=' -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath' ac_cv_fc_compiler_gnu=no ac_cv_func_getpagesize=yes ac_cv_header_complex_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=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_bitypes_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-unknown-linux-gnu ac_cv_objext=o ac_cv_path_BASH_SHELL=/bin/bash ac_cv_path_DOCTEXT=false ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PERL=/usr/bin/perl ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_KILLALL=killall ac_cv_prog_MAKE=make ac_cv_prog_RANLIB=ranlib ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_fc_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof__Bool=1 ac_cv_sizeof_char=1 ac_cv_sizeof_double=8 ac_cv_sizeof_double__Complex=16 ac_cv_sizeof_double_int=16 ac_cv_sizeof_float=4 ac_cv_sizeof_float__Complex=8 ac_cv_sizeof_float_int=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_double__Complex=32 ac_cv_sizeof_long_double_int=32 ac_cv_sizeof_long_int=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_short_int=8 ac_cv_sizeof_two_int=8 ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=8 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_void_p=8 ac_cv_sizeof_wchar_t=4 ac_cv_type__Bool=yes ac_cv_type_double__Complex=yes ac_cv_type_float__Complex=yes ac_cv_type_long_double__Complex=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_F77=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_pic_works_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_compiler_static_works_F77=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=3458764513820540925 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pac_cv_attr_weak=yes pac_cv_attr_weak_alias=no pac_cv_attr_weak_import=yes pac_cv_c_double_alignment_exception=no pac_cv_c_double_pos_align=no pac_cv_c_fp_align_nr=16 pac_cv_c_llint_pos_align=no pac_cv_c_max_double_fp_align=eight pac_cv_c_max_fp_align=sixteen pac_cv_c_max_integer_align=eight pac_cv_c_max_longdouble_fp_align=sixteen pac_cv_c_struct_align_nr=8 pac_cv_cc_has___func__=yes pac_cv_cxx_builds_exe=yes pac_cv_cxx_compiles_string=yes pac_cv_cxx_has_iostream=yes pac_cv_cxx_has_math=no pac_cv_f77_accepts_F=yes pac_cv_f77_flibs_valid=unknown pac_cv_f77_sizeof_double_precision=8 pac_cv_f77_sizeof_integer=4 pac_cv_f77_sizeof_real=4 pac_cv_fort_integer16=yes pac_cv_fort_integer1=yes pac_cv_fort_integer2=yes pac_cv_fort_integer4=yes pac_cv_fort_integer8=yes pac_cv_fort_real16=yes pac_cv_fort_real4=yes pac_cv_fort_real8=yes pac_cv_gnu_attr_format=yes pac_cv_gnu_attr_pure=yes pac_cv_have__func__=yes pac_cv_have__function__=yes pac_cv_have_cap__func__=no pac_cv_have_long_double=yes pac_cv_have_long_long=yes pac_cv_mkdir_p=yes pac_cv_my_conf_dir=/home/reuti/mpich-3.1 pac_cv_pointers_have_int_alignment=yes pac_cv_prog_c_multiple_weak_symbols=yes pac_cv_prog_c_unaligned_doubles=yes pac_cv_prog_c_weak_symbols='pragma weak' pac_cv_prog_f77_and_c_stdio_libs=none pac_cv_prog_f77_exclaim_comments=yes pac_cv_prog_f77_has_incdir=-I pac_cv_prog_f77_library_dir_flag=-L pac_cv_prog_f77_mismatched_args=yes pac_cv_prog_f77_mismatched_args_parm= pac_cv_prog_f77_name_mangle='lower uscore' pac_cv_prog_f77_true_false_value='1 0' pac_cv_prog_fc_int_kind_16=-1 pac_cv_prog_fc_int_kind_8=-1 pac_cv_prog_make_allows_comments=yes pac_cv_prog_make_found_clock_skew=no pac_cv_prog_make_include=yes pac_cv_prog_make_set_cflags=yes pac_cv_prog_make_vpath=VPATH ## ----------------- ## ## Output variables. ## ## ----------------- ## ABIVERSION='12:0:0' ABIVERSIONFLAGS='-version-info $(ABIVERSION)' ACLOCAL='${SHELL} /home/reuti/mpich-3.1/confdb/missing aclocal-1.14' ADDRESS_KIND='-1' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AR_FLAGS='cr' AS='' ASSERT_LEVEL='' AUTOCONF='${SHELL} /home/reuti/mpich-3.1/confdb/missing autoconf' AUTOHEADER='${SHELL} /home/reuti/mpich-3.1/confdb/missing autoheader' AUTOMAKE='${SHELL} /home/reuti/mpich-3.1/confdb/missing automake-1.14' AWK='gawk' BASH_SHELL='/bin/bash' BGQ_INSTALL_DIR='' BSEND_OVERHEAD='' BUILD_BASH_SCRIPTS_FALSE='#' BUILD_BASH_SCRIPTS_TRUE='' BUILD_CH3_FALSE='#' BUILD_CH3_NEMESIS_FALSE='#' BUILD_CH3_NEMESIS_TRUE='' BUILD_CH3_SOCK_FALSE='' BUILD_CH3_SOCK_TRUE='#' BUILD_CH3_TRUE='' BUILD_CH3_UTIL_FTB_FALSE='' BUILD_CH3_UTIL_FTB_TRUE='#' BUILD_CH3_UTIL_SOCK_FALSE='' BUILD_CH3_UTIL_SOCK_TRUE='#' BUILD_COVERAGE_FALSE='' BUILD_COVERAGE_TRUE='' BUILD_CXX_LIB_FALSE='' BUILD_CXX_LIB_TRUE='' BUILD_DEBUGGER_DLL_FALSE='' BUILD_DEBUGGER_DLL_TRUE='#' BUILD_F77_BINDING_FALSE='' BUILD_F77_BINDING_TRUE='' BUILD_F90_LIB_FALSE='' BUILD_F90_LIB_TRUE='#' BUILD_LOGGING_RLOG_FALSE='' BUILD_LOGGING_RLOG_TRUE='#' BUILD_MPID_COMMON_DATATYPE_FALSE='#' BUILD_MPID_COMMON_DATATYPE_TRUE='' BUILD_MPID_COMMON_SCHED_FALSE='#' BUILD_MPID_COMMON_SCHED_TRUE='' BUILD_MPID_COMMON_SOCK_FALSE='' BUILD_MPID_COMMON_SOCK_POLL_FALSE='' BUILD_MPID_COMMON_SOCK_POLL_TRUE='#' BUILD_MPID_COMMON_SOCK_TRUE='#' BUILD_MPID_COMMON_THREAD_FALSE='#' BUILD_MPID_COMMON_THREAD_TRUE='' BUILD_NAMEPUB_FILE_FALSE='' BUILD_NAMEPUB_FILE_TRUE='#' BUILD_NAMEPUB_MPD_FALSE='' BUILD_NAMEPUB_MPD_TRUE='#' BUILD_NAMEPUB_PMI_FALSE='#' BUILD_NAMEPUB_PMI_TRUE='' BUILD_NEMESIS_NETMOD_IB_FALSE='' BUILD_NEMESIS_NETMOD_IB_TRUE='#' BUILD_NEMESIS_NETMOD_MX_FALSE='' BUILD_NEMESIS_NETMOD_MX_TRUE='#' BUILD_NEMESIS_NETMOD_NEWMAD_FALSE='' BUILD_NEMESIS_NETMOD_NEWMAD_TRUE='#' BUILD_NEMESIS_NETMOD_PORTALS4_FALSE='' BUILD_NEMESIS_NETMOD_PORTALS4_TRUE='#' BUILD_NEMESIS_NETMOD_SCIF_FALSE='' BUILD_NEMESIS_NETMOD_SCIF_TRUE='#' BUILD_NEMESIS_NETMOD_TCP_FALSE='#' BUILD_NEMESIS_NETMOD_TCP_TRUE='' BUILD_PAMID_FALSE='' BUILD_PAMID_TRUE='#' BUILD_PMI_PMI2_FALSE='' BUILD_PMI_PMI2_POE_FALSE='' BUILD_PMI_PMI2_POE_TRUE='' BUILD_PMI_PMI2_SIMPLE_FALSE='' BUILD_PMI_PMI2_SIMPLE_TRUE='' BUILD_PMI_PMI2_TRUE='' BUILD_PMI_SIMPLE_FALSE='' BUILD_PMI_SIMPLE_TRUE='' BUILD_PMI_SLURM_FALSE='' BUILD_PMI_SLURM_TRUE='' BUILD_PM_GFORKER_FALSE='' BUILD_PM_GFORKER_TRUE='' BUILD_PM_HYDRA_FALSE='' BUILD_PM_HYDRA_TRUE='' BUILD_PM_MPD_FALSE='' BUILD_PM_MPD_TRUE='' BUILD_PM_REMSHELL_FALSE='' BUILD_PM_REMSHELL_TRUE='' BUILD_PM_UTIL_FALSE='' BUILD_PM_UTIL_TRUE='' BUILD_PROFILING_LIB_FALSE='' BUILD_PROFILING_LIB_TRUE='#' BUILD_ROMIO_FALSE='#' BUILD_ROMIO_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS=' -O2' CMB_1INT_ALIGNMENT='' CMB_STATUS_ALIGNMENT='' CONFIGURE_ARGS_CLEAN='--disable-fc CC=gcc CXX=g++ F77=gfortran' CONFIGURE_ARGUMENTS=' '\''--disable-fc'\'' '\''CC=gcc'\'' '\''CXX=g++'\'' '\''F77=gfortran'\''' COUNT_KIND='' CPP='gcc -E' CPPFLAGS=' -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/mpl/include -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/openpa/src -I/home/reuti/mpich-3.1/src/mpi/romio/include' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS=' ' CYGPATH_W='echo' C_LINKPATH_SHL='' DEFS='' DEPDIR='.deps' DEVICE='ch3:nemesis' DLLIMPORT='' DLLTOOL='false' DOCTEXT='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='gfortran' F77CPP='' F77_COMPLEX16='1275072554' F77_COMPLEX32='1275076652' F77_COMPLEX8='1275070504' F77_INCDIR='-I' F77_INTEGER16='MPI_DATATYPE_NULL' F77_INTEGER1='1275068717' F77_INTEGER2='1275068975' F77_INTEGER4='1275069488' F77_INTEGER8='1275070513' F77_LIBDIR_LEADER='-L' F77_NAME_MANGLE='F77_NAME_LOWER_USCORE' F77_OTHER_LIBS='' F77_REAL16='1275072555' F77_REAL4='1275069479' F77_REAL8='1275070505' FC='no' FCCPP='' FCEXT='' FCFLAGS=' ' FCINC='' FCINCFLAG='' FCMODEXT='' FCMODINCFLAG='' FCMODINCSPEC='' FCMODOUTFLAG='' FCWRAPNAME='mpichf90' FC_ALL_INTEGER_MODELS='' FC_DOUBLE_MODEL='' FC_INTEGER_MODEL='' FC_INTEGER_MODEL_MAP='' FC_OTHER_LIBS='' FC_REAL_MODEL='' FC_WORK_FILES_ARG='' FFLAGS=' -O2' FGREP='/usr/bin/grep -F' FILE='' FLIBS=' -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/ipp/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L/opt/intel/composer_xe_2013_sp1.2.144/tbb/lib/intel64/gcc4.4 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath' FORTRAN_BINDING='1' FORTRAN_MPI_OFFSET='' FWRAPNAME='fmpich' GCOV='' GNUCXX_MINORVERSION='7' GNUCXX_VERSION='4' GREP='/usr/bin/grep' HAVE_CXX_EXCEPTIONS='1' HAVE_ERROR_CHECKING='1' HAVE_ROMIO='#include "mpio.h"' INCLUDE_MPICXX_H='#include "mpicxx.h"' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTEGER_KIND='-1' KILLALL='killall' LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' LDFLAGS=' ' LIBOBJS='' LIBS=' ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LPMPILIBNAME='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKE='make' MAKEINFO='${SHELL} /home/reuti/mpich-3.1/confdb/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='mkdir -p' MPIBASEMODNAME='mpi_base' MPICHLIB_CFLAGS='' MPICHLIB_CPPFLAGS='' MPICHLIB_CXXFLAGS='' MPICHLIB_FCFLAGS='' MPICHLIB_FFLAGS='' MPICHLIB_LDFLAGS='' MPICHLIB_LIBS='' MPICH_ATTR_WEAK_ALIAS_DEFINITION='' MPICH_NUMVERSION='30100300' MPICH_RELEASE_DATE='Thu Feb 20 11:41:13 CST 2014' MPICH_TIMER_KIND='' MPICH_VERSION='3.1' MPICONSTMODNAME='mpi_constants' MPICPP_NAME='' MPICXXLIBNAME='mpichcxx' MPICXX_NAME='' MPID_TIMER_TYPE='' MPIFLIBNAME='mpich' MPIFPMPI=',PMPI_WTIME,PMPI_WTICK' MPILIBNAME='mpich' MPIMODNAME='mpi' MPIR_CXX_BOOL='0x0c000000' MPIR_CXX_COMPLEX='0x0c000000' MPIR_CXX_DOUBLE_COMPLEX='0x0c000000' MPIR_CXX_LONG_DOUBLE_COMPLEX='0x0c000000' MPIR_PINT='' MPISIZEOFMODNAME='mpi_sizeofs' MPIU_DLL_SPEC_DEF='' MPI_2COMPLEX='1275072548' MPI_2DOUBLE_COMPLEX='1275076645' MPI_2DOUBLE_PRECISION='1275072547' MPI_2INT='0x4c000816' MPI_2INTEGER='1275070496' MPI_2REAL='1275070497' MPI_AINT='' MPI_AINT_DATATYPE='' MPI_AINT_FMT_DEC_SPEC='' MPI_AINT_FMT_HEX_SPEC='' MPI_BYTE='0x4c00010d' MPI_CHAR='0x4c000101' MPI_CHARACTER='1275068698' MPI_COMPLEX16='0x4c00102a' MPI_COMPLEX32='0x4c00202c' MPI_COMPLEX8='0x4c000828' MPI_COMPLEX='1275070494' MPI_COUNT='' MPI_COUNT_DATATYPE='' MPI_C_BOOL='0x4c00013f' MPI_C_DOUBLE_COMPLEX='0x4c001041' MPI_C_FLOAT_COMPLEX='0x4c000840' MPI_C_LONG_DOUBLE_COMPLEX='0x4c002042' MPI_DOUBLE='0x4c00080b' MPI_DOUBLE_COMPLEX='1275072546' MPI_DOUBLE_INT='0x8c000001' MPI_DOUBLE_PRECISION='1275070495' MPI_F77_2INT='1275070486' MPI_F77_AINT='MPI_DATATYPE_NULL' MPI_F77_BYTE='1275068685' MPI_F77_CHAR='1275068673' MPI_F77_COUNT='' MPI_F77_CXX_BOOL='' MPI_F77_CXX_DOUBLE_COMPLEX='' MPI_F77_CXX_FLOAT_COMPLEX='' MPI_F77_CXX_LONG_DOUBLE_COMPLEX='' MPI_F77_C_BOOL='1275068735' MPI_F77_C_COMPLEX='1275070528' MPI_F77_C_DOUBLE_COMPLEX='1275072577' MPI_F77_C_FLOAT_COMPLEX='1275070528' MPI_F77_C_LONG_DOUBLE_COMPLEX='1275076674' MPI_F77_DOUBLE='1275070475' MPI_F77_DOUBLE_INT='-1946157055' MPI_F77_FLOAT='1275069450' MPI_F77_FLOAT_INT='-1946157056' MPI_F77_INT16_T='1275068984' MPI_F77_INT32_T='1275069497' MPI_F77_INT64_T='1275070522' MPI_F77_INT8_T='1275068727' MPI_F77_INT='1275069445' MPI_F77_LB='1275068432' MPI_F77_LONG='1275070471' MPI_F77_LONG_DOUBLE='1275072524' MPI_F77_LONG_DOUBLE_INT='-1946157052' MPI_F77_LONG_INT='-1946157054' MPI_F77_LONG_LONG='1275070473' MPI_F77_LONG_LONG_INT='1275070473' MPI_F77_OFFSET='MPI_DATATYPE_NULL' MPI_F77_PACKED='1275068687' MPI_F77_SHORT='1275068931' MPI_F77_SHORT_INT='-1946157053' MPI_F77_SIGNED_CHAR='1275068696' MPI_F77_UB='1275068433' MPI_F77_UINT16_T='1275068988' MPI_F77_UINT32_T='1275069501' MPI_F77_UINT64_T='1275070526' MPI_F77_UINT8_T='1275068731' MPI_F77_UNSIGNED='1275069446' MPI_F77_UNSIGNED_CHAR='1275068674' MPI_F77_UNSIGNED_LONG='1275070472' MPI_F77_UNSIGNED_LONG_LONG='1275070489' MPI_F77_UNSIGNED_SHORT='1275068932' MPI_F77_WCHAR='1275069454' MPI_FINT='int' MPI_FLOAT='0x4c00040a' MPI_FLOAT_INT='0x8c000000' MPI_INT16_T='0x4c000238' MPI_INT32_T='0x4c000439' MPI_INT64_T='0x4c00083a' MPI_INT8_T='0x4c000137' MPI_INT='0x4c000405' MPI_INTEGER16='MPI_DATATYPE_NULL' MPI_INTEGER1='0x4c00012d' MPI_INTEGER2='0x4c00022f' MPI_INTEGER4='0x4c000430' MPI_INTEGER8='0x4c000831' MPI_INTEGER='1275069467' MPI_LB='0x4c000010' MPI_LOGICAL='1275069469' MPI_LONG='0x4c000807' MPI_LONG_DOUBLE='0x4c00100c' MPI_LONG_DOUBLE_INT='0x8c000004' MPI_LONG_INT='0x8c000002' MPI_LONG_LONG='0x4c000809' MPI_MAX_ERROR_STRING='' MPI_MAX_LIBRARY_VERSION_STRING='' MPI_MAX_PROCESSOR_NAME='' MPI_OFFSET='' MPI_OFFSET_DATATYPE='' MPI_OFFSET_TYPEDEF='' MPI_PACKED='0x4c00010f' MPI_REAL16='0x4c00102b' MPI_REAL4='0x4c000427' MPI_REAL8='0x4c000829' MPI_REAL='1275069468' MPI_SHORT='0x4c000203' MPI_SHORT_INT='0x8c000003' MPI_SIGNED_CHAR='0x4c000118' MPI_STATUS_SIZE='' MPI_UB='0x4c000011' MPI_UINT16_T='0x4c00023c' MPI_UINT32_T='0x4c00043d' MPI_UINT64_T='0x4c00083e' MPI_UINT8_T='0x4c00013b' MPI_UNSIGNED_CHAR='0x4c000102' MPI_UNSIGNED_INT='0x4c000406' MPI_UNSIGNED_LONG='0x4c000808' MPI_UNSIGNED_LONG_LONG='0x4c000819' MPI_UNSIGNED_SHORT='0x4c000204' MPI_WCHAR='0x4c00040e' MPLLIBNAME='mpl' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OFFSET_KIND='-1' OPALIBNAME='opa' OTOOL64='' OTOOL='' PACKAGE='mpich' PACKAGE_BUGREPORT='discuss@mpich.org' PACKAGE_NAME='MPICH' PACKAGE_STRING='MPICH 3.1' PACKAGE_TARNAME='mpich' PACKAGE_URL='http://www.mpich.org/' PACKAGE_VERSION='3.1' PAMILIBNAME='pami' PAPI_INCLUDE='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PMPIFLIBNAME='pmpich' PMPILIBNAME='pmpich' PRIMARY_PM_GFORKER_FALSE='' PRIMARY_PM_GFORKER_TRUE='' PRIMARY_PM_REMSHELL_FALSE='' PRIMARY_PM_REMSHELL_TRUE='' RANLIB='ranlib' REQD='' REQI1='' REQI2='' REQI8='' RSH='' SED='/usr/bin/sed' SET_CFLAGS='CFLAGS=' SET_MAKE='MAKE=make' SHELL='/bin/sh' SIZEOF_FC_CHARACTER='' SIZEOF_FC_DOUBLE_PRECISION='' SIZEOF_FC_INTEGER='' SIZEOF_FC_REAL='' SIZEOF_MPI_STATUS='' SSH='' STRIP='strip' THREAD_SERIALIZED_OR_MULTIPLE_FALSE='' THREAD_SERIALIZED_OR_MULTIPLE_TRUE='' USER_CFLAGS='' USER_CPPFLAGS='' USER_CXXFLAGS='' USER_FCFLAGS='' USER_FFLAGS='' USER_LDFLAGS='' USER_LIBS='' USE_DBG_LOGGING='0' VERSION='3.1' VPATH='VPATH=.:${srcdir}' WRAPPER_CFLAGS=' ' WRAPPER_CPPFLAGS=' ' WRAPPER_CXXFLAGS=' ' WRAPPER_FCFLAGS=' ' WRAPPER_FFLAGS=' ' WRAPPER_LDFLAGS='' WRAPPER_LIBS='-lopa -lmpl ' WRAPPER_RPATH_LDFLAGS='-Wl,-rpath -Wl,${exec_prefix}/lib64' WTIME_DOUBLE_TYPE='' XARGS_NODATA_OPT='-r' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_F77='' ac_ct_FC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindings=' f77 cxx' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' channel_name='nemesis' datadir='${datarootdir}' datarootdir='${prefix}/share' device_name='ch3' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_wrapper_rpath='yes' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/reuti/mpich-3.1/confdb/install-sh' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' libmpich_so_version='12:0:0' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' master_top_builddir='/home/reuti/mpich-3.1' master_top_srcdir='/home/reuti/mpich-3.1' mkdir_p='$(MKDIR_P)' mmx_copy_s='' modincdir='${prefix}/include' mpich_libtool_static_flag='' mpldir='' mpllibdir='/home/reuti/mpich-3.1/src/mpl' mplsrcdir='/home/reuti/mpich-3.1/src/mpl' nemesis_nets_array='' nemesis_nets_array_sz='' nemesis_nets_dirs='' nemesis_nets_func_array='' nemesis_nets_func_decl='' nemesis_nets_macro_defs='' nemesis_nets_strings='' nemesis_networks='tcp' oldincludedir='/usr/include' opalibdir='/home/reuti/mpich-3.1/src/openpa/src' opasrcdir='/home/reuti/mpich-3.1/src/openpa' pdfdir='${docdir}' pkgconfigdir='' pm_name='hydra' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target_alias='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## cc_shlib_conf='src/env/cc_shlib.conf' cxx_shlib_conf='src/env/cxx_shlib.conf' f77_shlib_conf='src/env/f77_shlib.conf' fc_shlib_conf='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "MPICH" #define PACKAGE_TARNAME "mpich" #define PACKAGE_VERSION "3.1" #define PACKAGE_STRING "MPICH 3.1" #define PACKAGE_BUGREPORT "discuss@mpich.org" #define PACKAGE_URL "http://www.mpich.org/" #define PACKAGE "mpich" #define VERSION "3.1" #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 HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_GETPAGESIZE 1 #define HAVE_GETPAGESIZE 1 #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL #define USE_LOGGING MPID_LOGGING_NONE #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE #define HAVE_ROMIO 1 #define HAVE__FUNC__ /**/ #define HAVE__FUNCTION__ /**/ #define HAVE_PRAGMA_WEAK 1 #define USE_WEAK_SYMBOLS 1 #define HAVE_MULTIPLE_PRAGMA_WEAK 1 #define ENABLE_PVAR_NEM 0 #define ENABLE_PVAR_RECVQ 0 #define ENABLE_PVAR_RMA 0 #define HAVE_LONG_LONG 1 #define STDCALL #define F77_NAME_LOWER_USCORE 1 #define HAVE_MPI_F_INIT_WORKS_WITH_C 1 #define HAVE_FORTRAN_BINDING 1 #define HAVE_CXX_EXCEPTIONS /**/ #define HAVE_NAMESPACES /**/ #define HAVE_NAMESPACE_STD /**/ #define HAVE_CXX_BINDING 1 #define HAVE_NAMEPUB_SERVICE 1 #define restrict __restrict #define HAVE_GCC_ATTRIBUTE 1 #define HAVE_BUILTIN_EXPECT 1 #define WORDS_LITTLEENDIAN 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_MAX_INTEGER_ALIGNMENT 8 #define HAVE_MAX_STRUCT_ALIGNMENT 8 #define HAVE_MAX_FP_ALIGNMENT 16 #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8 #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16 #define SIZEOF_CHAR 1 #define SIZEOF_UNSIGNED_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_UNSIGNED_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_UNSIGNED_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define HAVE_STDDEF_H 1 #define SIZEOF_WCHAR_T 4 #define SIZEOF_FLOAT_INT 8 #define SIZEOF_DOUBLE_INT 16 #define SIZEOF_LONG_INT 16 #define SIZEOF_SHORT_INT 8 #define SIZEOF_TWO_INT 8 #define SIZEOF_LONG_DOUBLE_INT 32 #define HAVE_SYS_BITYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_INT8_T 1 #define HAVE_INT16_T 1 #define HAVE_INT32_T 1 #define HAVE_INT64_T 1 #define HAVE_UINT8_T 1 #define HAVE_UINT16_T 1 #define HAVE_UINT32_T 1 #define HAVE_UINT64_T 1 #define HAVE_STDBOOL_H 1 #define HAVE_COMPLEX_H 1 #define SIZEOF__BOOL 1 #define SIZEOF_FLOAT__COMPLEX 8 #define SIZEOF_DOUBLE__COMPLEX 16 #define SIZEOF_LONG_DOUBLE__COMPLEX 32 #define HAVE__BOOL 1 #define HAVE_FLOAT__COMPLEX 1 #define HAVE_DOUBLE__COMPLEX 1 #define HAVE_LONG_DOUBLE__COMPLEX 1 #define MPIR_REAL4_CTYPE float #define MPIR_REAL8_CTYPE double #define MPIR_REAL16_CTYPE long double #define MPIR_INTEGER1_CTYPE char #define MPIR_INTEGER2_CTYPE short #define MPIR_INTEGER4_CTYPE int #define MPIR_INTEGER8_CTYPE long #define SIZEOF_F77_INTEGER 4 #define SIZEOF_F77_REAL 4 #define SIZEOF_F77_DOUBLE_PRECISION 8 #define MPIR_FC_REAL_CTYPE float #define MPIR_FC_DOUBLE_CTYPE double #define HAVE_AINT_LARGER_THAN_FINT 1 #define HAVE_AINT_DIFFERENT_THAN_FINT 1 #define HAVE_FINT_IS_INT 1 #define F77_TRUE_VALUE_SET 1 #define F77_TRUE_VALUE 1 #define F77_FALSE_VALUE 0 configure: exit 1