[mpich-discuss] mpich-3.0.4: building shared libraries w/cygwin

Brad Aagaard baagaard at usgs.gov
Thu May 2 16:36:46 CDT 2013


I am trying to build shared libraries under cygwin for mpich 3.0.4 for 
use in the binary of a parallel application with Python modules (this is 
why we need shared libraries).

Running configure/make/make install produces static libraries even 
though I configure with --enable-shared --disable-static. This happens 
with both --enable-sharedlibs=libtool and 
--enable-sharedlibs=cygwin-gcc. Examining the config.log (attached) 
seems to indicate there were no errors in the tests/configuration for 
shared libraries.

What configure/make arguments should I use to build shared libraries on 
cygwin?

Thanks,
Brad
-------------- next part --------------
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.0.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../mpich-3.0.4/configure --with-pm=gforker --enable-shared --enable-sharedlibs=libtool --disable-static --disable-mpe --prefix=/home/buildbot/install/pylith_cygwin_i686_binbot

## --------- ##
## Platform. ##
## --------- ##

hostname = winbuild
uname -m = i686
uname -r = 1.7.18(0.263/5/3)
uname -s = CYGWIN_NT-6.1-WOW64
uname -v = 2013-04-19 10:39

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/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/buildbot/install/pylith_cygwin_i686_binbot/bin
PATH: /home/buildbot/pylith_deps/bin
PATH: /home/buildbot/buildbot/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /bin
PATH: /usr/lib/lapack
PATH: /cygdrive/c/Program Files (x86)/Inno Setup 5
PATH: /home/buildbot/install/pylith_cygwin_i686_binbot/lib
PATH: /lib/lapack


## ----------- ##
## Core tests. ##
## ----------- ##

configure:5052: checking for icc
configure:5082: result: no
configure:5052: checking for pgcc
configure:5082: result: no
configure:5052: checking for xlc
configure:5082: result: no
configure:5052: checking for xlC
configure:5082: result: no
configure:5052: checking for pathcc
configure:5082: result: no
configure:5052: checking for cc
configure:5068: found /usr/bin/cc
configure:5079: result: cc
configure:5110: checking for C compiler version
configure:5119: cc --version >&5
cc (GCC) 4.5.3
Copyright (C) 2010 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:5130: $? = 0
configure:5119: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC) 
configure:5130: $? = 0
configure:5119: cc -V >&5
cc: '-V' option must have argument
configure:5130: $? = 1
configure:5119: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: no input files
configure:5130: $? = 1
configure:5150: checking whether the C compiler works
configure:5172: cc       conftest.c   >&5
configure:5176: $? = 0
configure:5224: result: yes
configure:5227: checking for C compiler default output file name
configure:5229: result: a.exe
configure:5235: checking for suffix of executables
configure:5242: cc -o conftest.exe       conftest.c   >&5
configure:5246: $? = 0
configure:5268: result: .exe
configure:5290: checking whether we are cross compiling
configure:5298: cc -o conftest.exe       conftest.c   >&5
configure:5302: $? = 0
configure:5309: ./conftest.exe
configure:5313: $? = 0
configure:5328: result: no
configure:5333: checking for suffix of object files
configure:5355: cc -c     conftest.c >&5
configure:5359: $? = 0
configure:5380: result: o
configure:5384: checking whether we are using the GNU C compiler
configure:5403: cc -c     conftest.c >&5
configure:5403: $? = 0
configure:5412: result: yes
configure:5421: checking whether cc accepts -g
configure:5441: cc -c -g   conftest.c >&5
configure:5441: $? = 0
configure:5482: result: yes
configure:5499: checking for cc option to accept ISO C89
configure:5562: cc  -c     conftest.c >&5
configure:5562: $? = 0
configure:5575: result: none needed
configure:5605: checking whether cc understands -c and -o together
configure:5633: cc -c conftest.c -o conftest2.o >&5
configure:5637: $? = 0
configure:5643: cc -c conftest.c -o conftest2.o >&5
configure:5647: $? = 0
configure:5702: result: yes
configure:5741: checking how to run the C preprocessor
configure:5772: cc -E   conftest.c
configure:5772: $? = 0
configure:5786: cc -E   conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5811: result: cc -E
configure:5831: cc -E   conftest.c
configure:5831: $? = 0
configure:5845: cc -E   conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5845: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5905: checking for a BSD-compatible install
configure:5973: result: /usr/bin/install -c
configure:5984: checking whether build environment is sane
configure:6039: result: yes
configure:6187: checking for a thread-safe mkdir -p
configure:6226: result: /usr/bin/mkdir -p
configure:6233: checking for gawk
configure:6249: found /usr/bin/gawk
configure:6260: result: gawk
configure:6271: checking whether make sets $(MAKE)
configure:6293: result: yes
configure:6323: checking for style of include used by make
configure:6351: result: GNU
configure:6385: checking whether make supports nested variables
configure:6402: result: yes
configure:6482: checking dependency style of cc
configure:6593: result: gcc3
configure:6610: checking whether to enable maintainer-specific portions of Makefiles
configure:6619: result: yes
configure:6683: checking for ar
configure:6699: found /usr/bin/ar
configure:6710: result: ar
configure:6736: checking the archiver (ar) interface
configure:6746: cc -c     conftest.c >&5
configure:6746: $? = 0
configure:6748: ar cru libconftest.a conftest.o >&5
configure:6751: $? = 0
configure:6774: result: ar
configure:6824: checking build system type
configure:6838: result: i686-pc-cygwin
configure:6858: checking host system type
configure:6871: result: i686-pc-cygwin
configure:6912: checking how to print strings
configure:6939: result: printf
configure:6960: checking for a sed that does not truncate output
configure:7024: result: /usr/bin/sed
configure:7042: checking for grep that handles long lines and -e
configure:7100: result: /usr/bin/grep
configure:7105: checking for egrep
configure:7167: result: /usr/bin/grep -E
configure:7172: checking for fgrep
configure:7234: result: /usr/bin/grep -F
configure:7269: checking for ld used by cc
configure:7336: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:7343: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:7358: result: yes
configure:7370: checking for BSD- or MS-compatible name lister (nm)
configure:7419: result: /usr/bin/nm -B
configure:7549: checking the name lister (/usr/bin/nm -B) interface
configure:7556: cc -c     conftest.c >&5
configure:7559: /usr/bin/nm -B "conftest.o"
configure:7562: output
00000000 b .bss
00000000 d .data
00000000 t .text
00000000 B _some_variable
configure:7569: result: BSD nm
configure:7572: checking whether ln -s works
configure:7576: result: yes
configure:7584: checking the maximum length of command line arguments
configure:7714: result: 8192
configure:7731: checking whether the shell understands some XSI constructs
configure:7741: result: yes
configure:7745: checking whether the shell understands "+="
configure:7751: result: yes
configure:7786: checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format
configure:7826: result: func_convert_file_noop
configure:7833: checking how to convert i686-pc-cygwin file names to toolchain format
configure:7853: result: func_convert_file_noop
configure:7860: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files
configure:7867: result: -r
configure:7941: checking for objdump
configure:7957: found /usr/bin/objdump
configure:7968: result: objdump
configure:8000: checking how to recognize dependent libraries
configure:8202: result: file_magic ^x86 archive import|^x86 DLL
configure:8287: checking for dlltool
configure:8303: found /usr/bin/dlltool
configure:8314: result: dlltool
configure:8347: checking how to associate runtime and link libraries
configure:8374: result: func_cygming_dll_for_implib
configure:8498: checking for archiver @FILE support
configure:8515: cc -c     conftest.c >&5
configure:8515: $? = 0
configure:8518: ar cru libconftest.a @conftest.lst >&5
configure:8521: $? = 0
configure:8526: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8529: $? = 1
configure:8541: result: @
configure:8599: checking for strip
configure:8615: found /usr/bin/strip
configure:8626: result: strip
configure:8698: checking for ranlib
configure:8714: found /usr/bin/ranlib
configure:8725: result: ranlib
configure:8827: checking command to parse /usr/bin/nm -B output from cc object
configure:8947: cc -c     conftest.c >&5
configure:8950: $? = 0
configure:8954: /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:8957: $? = 0
cannot find nm_test_var in conftest.nm
configure:8947: cc -c     conftest.c >&5
configure:8950: $? = 0
configure:8954: /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:8957: $? = 0
configure:9023: cc -o conftest.exe       conftest.c conftstm.o >&5
configure:9026: $? = 0
configure:9064: result: ok
configure:9101: checking for sysroot
configure:9131: result: no
configure:9387: checking for mt
configure:9417: result: no
configure:9437: checking if : is a manifest tool
configure:9443: : '-?'
configure:9451: result: no
configure:10089: checking for ANSI C header files
configure:10109: cc -c     conftest.c >&5
configure:10109: $? = 0
configure:10182: cc -o conftest.exe       conftest.c   >&5
configure:10182: $? = 0
configure:10182: ./conftest.exe
configure:10182: $? = 0
configure:10193: result: yes
configure:10206: checking for sys/types.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for sys/stat.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for stdlib.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for string.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for memory.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for strings.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for inttypes.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for stdint.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10206: checking for unistd.h
configure:10206: cc -c     conftest.c >&5
configure:10206: $? = 0
configure:10206: result: yes
configure:10220: checking for dlfcn.h
configure:10220: cc -c     conftest.c >&5
configure:10220: $? = 0
configure:10220: result: yes
configure:10425: checking for objdir
configure:10440: result: .libs
configure:10711: checking if cc supports -fno-rtti -fno-exceptions
configure:10729: cc -c     -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10733: $? = 0
configure:10746: result: no
configure:11073: checking for cc option to produce PIC
configure:11080: result: -DDLL_EXPORT -DPIC
configure:11088: checking if cc PIC flag -DDLL_EXPORT -DPIC works
configure:11106: cc -c     -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:11110: $? = 0
configure:11123: result: yes
configure:11152: checking if cc static flag -static works
configure:11180: result: yes
configure:11195: checking if cc supports -c -o file.o
configure:11216: cc -c     -o out/conftest2.o conftest.c >&5
configure:11220: $? = 0
configure:11242: result: yes
configure:11250: checking if cc supports -c -o file.o
configure:11297: result: yes
configure:11330: checking whether the cc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:12483: result: yes
configure:12520: checking whether -lc should be explicitly linked in
configure:12528: cc -c     conftest.c >&5
configure:12531: $? = 0
configure:12546: cc -shared conftest.o  -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:12549: $? = 1
configure:12563: result: yes
configure:12723: checking dynamic linker characteristics
configure:13456: result: Win32 ld.exe
configure:13563: checking how to hardcode library paths into programs
configure:13588: result: immediate
configure:14128: checking whether stripping libraries is possible
configure:14133: result: yes
configure:14168: checking if libtool supports shared libraries
configure:14170: result: yes
configure:14173: checking whether to build shared libraries
configure:14194: result: yes
configure:14197: checking whether to build static libraries
configure:14201: result: no
configure:14250: checking whether make supports nested variables
configure:14267: result: yes
configure:14361: checking for icpc
configure:14391: result: no
configure:14361: checking for pgCC
configure:14391: result: no
configure:14361: checking for xlC
configure:14391: result: no
configure:14361: checking for pathCC
configure:14391: result: no
configure:14361: checking for c++
configure:14377: found /usr/bin/c++
configure:14388: result: c++
configure:14415: checking for C++ compiler version
configure:14424: c++ --version >&5
c++ (GCC) 4.5.3
Copyright (C) 2010 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:14435: $? = 0
configure:14424: c++ -v >&5
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC) 
configure:14435: $? = 0
configure:14424: c++ -V >&5
c++: '-V' option must have argument
configure:14435: $? = 1
configure:14424: c++ -qversion >&5
c++: unrecognized option '-qversion'
c++: no input files
configure:14435: $? = 1
configure:14439: checking whether we are using the GNU C++ compiler
configure:14458: c++ -c     conftest.cpp >&5
configure:14458: $? = 0
configure:14467: result: yes
configure:14476: checking whether c++ accepts -g
configure:14496: c++ -c -g   conftest.cpp >&5
configure:14496: $? = 0
configure:14537: result: yes
configure:14562: checking dependency style of c++
configure:14673: result: gcc3
configure:14706: checking how to run the C++ preprocessor
configure:14733: c++ -E   conftest.cpp
configure:14733: $? = 0
configure:14747: c++ -E   conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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 <ac_nonexistent.h>
configure:14772: result: c++ -E
configure:14792: c++ -E   conftest.cpp
configure:14792: $? = 0
configure:14806: c++ -E   conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14806: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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 <ac_nonexistent.h>
configure:14975: checking for ld used by c++
configure:15042: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:15049: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:15064: result: yes
configure:15119: checking whether the c++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:16124: result: yes
configure:16160: c++ -c     conftest.cpp >&5
configure:16163: $? = 0
configure:16683: checking for c++ option to produce PIC
configure:16690: result: -DDLL_EXPORT -DPIC
configure:16698: checking if c++ PIC flag -DDLL_EXPORT -DPIC works
configure:16716: c++ -c     -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
configure:16720: $? = 0
configure:16733: result: yes
configure:16756: checking if c++ static flag -static works
configure:16784: result: yes
configure:16796: checking if c++ supports -c -o file.o
configure:16817: c++ -c     -o out/conftest2.o conftest.cpp >&5
configure:16821: $? = 0
configure:16843: result: yes
configure:16848: checking if c++ supports -c -o file.o
configure:16895: result: yes
configure:16925: checking whether the c++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:16961: result: yes
configure:17102: checking dynamic linker characteristics
configure:17769: result: Win32 ld.exe
configure:17822: checking how to hardcode library paths into programs
configure:17847: result: immediate
configure:17943: checking for ifort
configure:17973: result: no
configure:17943: checking for pgf77
configure:17973: result: no
configure:17943: checking for af77
configure:17973: result: no
configure:17943: checking for xlf
configure:17973: result: no
configure:17943: checking for frt
configure:17973: result: no
configure:17943: checking for cf77
configure:17973: result: no
configure:17943: checking for fort77
configure:17973: result: no
configure:17943: checking for fl32
configure:17973: result: no
configure:17943: checking for fort
configure:17973: result: no
configure:17943: checking for ifc
configure:17973: result: no
configure:17943: checking for efc
configure:17973: result: no
configure:17943: checking for ftn
configure:17973: result: no
configure:17943: checking for gfortran
configure:17959: found /usr/bin/gfortran
configure:17970: result: gfortran
configure:17996: checking for Fortran 77 compiler version
configure:18005: gfortran --version >&5
GNU Fortran (GCC) 4.5.3
Copyright (C) 2010 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:18016: $? = 0
configure:18005: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC) 
configure:18016: $? = 0
configure:18005: gfortran -V >&5
gfortran: '-V' option must have argument
configure:18016: $? = 1
configure:18005: gfortran -qversion >&5
gfortran: unrecognized option '-qversion'
gfortran: no input files
configure:18016: $? = 1
configure:18025: checking whether we are using the GNU Fortran 77 compiler
configure:18038: gfortran -c   conftest.F >&5
configure:18038: $? = 0
configure:18047: result: yes
configure:18053: checking whether gfortran accepts -g
configure:18064: gfortran -c -g conftest.f >&5
configure:18064: $? = 0
configure:18072: result: yes
configure:18208: checking if libtool supports shared libraries
configure:18210: result: yes
configure:18213: checking whether to build shared libraries
configure:18233: result: yes
configure:18236: checking whether to build static libraries
configure:18240: result: no
configure:18561: checking for gfortran option to produce PIC
configure:18568: result: -DDLL_EXPORT
configure:18576: checking if gfortran PIC flag -DDLL_EXPORT works
configure:18594: gfortran -c   -DDLL_EXPORT conftest.f >&5
configure:18598: $? = 0
configure:18611: result: yes
configure:18634: checking if gfortran static flag -static works
configure:18662: result: yes
configure:18674: checking if gfortran supports -c -o file.o
configure:18695: gfortran -c   -o out/conftest2.o conftest.f >&5
configure:18699: $? = 0
configure:18721: result: yes
configure:18726: checking if gfortran supports -c -o file.o
configure:18773: result: yes
configure:18803: checking whether the gfortran linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:19906: result: yes
configure:20047: checking dynamic linker characteristics
configure:20708: result: Win32 ld.exe
configure:20761: checking how to hardcode library paths into programs
configure:20786: result: immediate
configure:20875: checking for ifort
configure:20905: result: no
configure:20875: checking for pgf90
configure:20905: result: no
configure:20875: checking for pathf90
configure:20905: result: no
configure:20875: checking for pathf95
configure:20905: result: no
configure:20875: checking for xlf90
configure:20905: result: no
configure:20875: checking for xlf95
configure:20905: result: no
configure:20875: checking for xlf2003
configure:20905: result: no
configure:20875: checking for gfortran
configure:20891: found /usr/bin/gfortran
configure:20902: result: gfortran
configure:20928: checking for Fortran compiler version
configure:20937: gfortran --version >&5
GNU Fortran (GCC) 4.5.3
Copyright (C) 2010 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:20948: $? = 0
configure:20937: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC) 
configure:20948: $? = 0
configure:20937: gfortran -V >&5
gfortran: '-V' option must have argument
configure:20948: $? = 1
configure:20937: gfortran -qversion >&5
gfortran: unrecognized option '-qversion'
gfortran: no input files
configure:20948: $? = 1
configure:20957: checking whether we are using the GNU Fortran compiler
configure:20970: gfortran -c    conftest.F >&5
configure:20970: $? = 0
configure:20979: result: yes
configure:20985: checking whether gfortran accepts -g
configure:20996: gfortran -c -g  conftest.f >&5
configure:20996: $? = 0
configure:21004: result: yes
configure:21143: checking if libtool supports shared libraries
configure:21145: result: yes
configure:21148: checking whether to build shared libraries
configure:21168: result: yes
configure:21171: checking whether to build static libraries
configure:21175: result: no
configure:21209: gfortran -c    conftest.f >&5
configure:21212: $? = 0
configure:21641: checking for gfortran option to produce PIC
configure:21648: result: -DDLL_EXPORT
configure:21656: checking if gfortran PIC flag -DDLL_EXPORT works
configure:21674: gfortran -c   -DDLL_EXPORT  conftest.f >&5
configure:21678: $? = 0
configure:21691: result: yes
configure:21714: checking if gfortran static flag -static works
configure:21742: result: yes
configure:21754: checking if gfortran supports -c -o file.o
configure:21775: gfortran -c   -o out/conftest2.o  conftest.f >&5
configure:21779: $? = 0
configure:21801: result: yes
configure:21806: checking if gfortran supports -c -o file.o
configure:21853: result: yes
configure:21883: checking whether the gfortran linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:22986: result: yes
configure:23127: checking dynamic linker characteristics
configure:23788: result: Win32 ld.exe
configure:23841: checking how to hardcode library paths into programs
configure:23866: result: immediate
configure:25066: RUNNING PREREQ FOR ch3:nemesis
configure:25150: checking for getpagesize
configure:25150: cc -o conftest.exe        conftest.c   >&5
configure:25150: $? = 0
configure:25150: result: yes
configure:25779: ===== configuring src/mpl =====
configure:25944: running /bin/sh ../../../mpich-3.0.4/src/mpl/configure --disable-option-checking '--prefix=/home/buildbot/install/pylith_cygwin_i686_binbot'  '--with-pm=gforker' '--enable-shared' '--enable-sharedlibs=libtool' '--disable-static' '--disable-mpe' --cache-file=/dev/null --srcdir=../../../mpich-3.0.4/src/mpl
configure:25964: ===== done with src/mpl configure =====
configure:25970: sourcing src/mpl/localdefs
WRAPPER_LIBS(='') does not contain '-lmpl', prepending
CPPFLAGS(=' ') does not contain '-I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include', appending
CPPFLAGS(='  -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include') does not contain '-I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include', appending
LIBS(=' ') does not contain '-lopa', prepending
configure:26050: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include   conftest.c -lopa   >&5
conftest.c:28:28: fatal error: opa_primitives.h: No such file or directory
compilation terminated.
configure:26050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_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/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include') does not contain '-I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src', appending
CPPFLAGS(='  -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src') does not contain '-I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src', appending
configure:26105: ===== configuring src/openpa =====
configure:26270: running /bin/sh ../../../mpich-3.0.4/src/openpa/configure --disable-option-checking '--prefix=/home/buildbot/install/pylith_cygwin_i686_binbot' --with-atomic-primitives=auto_allow_emulation '--with-pm=gforker' '--enable-shared' '--enable-sharedlibs=libtool' '--disable-static' '--disable-mpe' --cache-file=/dev/null --srcdir=../../../mpich-3.0.4/src/openpa
configure:26290: ===== done with src/openpa configure =====
WRAPPER_LIBS(='-lmpl ') does not contain '-lopa', prepending
CPPFLAGS(='  -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src') does not contain '-I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include', appending
configure:26982: checking whether the compiler defines __func__
configure:27009: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:27009: $? = 0
configure:27009: ./conftest.exe
configure:27009: $? = 0
configure:27046: result: yes
configure:27055: checking whether the compiler defines __FUNC__
configure:27082: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c: In function 'foo':
conftest.c:41:20: error: '__FUNC__' undeclared (first use in this function)
conftest.c:41:20: note: each undeclared identifier is reported only once for each function it appears in
configure:27082: $? = 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.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 <string.h>
| int foo(void);
| int foo(void)
| {
|     return (strcmp(__FUNC__, "foo") == 0);
| }
| int main(int argc, char ** argv)
| {
|     return (foo() ? 0 : 1);
| }
| 
| 
configure:27119: result: no
configure:27128: checking whether the compiler sets __FUNCTION__
configure:27155: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:27155: $? = 0
configure:27155: ./conftest.exe
configure:27155: $? = 0
configure:27192: result: yes
configure:27208: checking whether C compiler accepts option -O2
configure:27264: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   > pac_test1.log 2>&1
configure:27264: $? = 0
configure:27299: cc -o conftest.exe -O2      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   > pac_test2.log 2>&1
configure:27299: $? = 0
configure:27307: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:27310: $? = 0
configure:27414: result: yes
configure:27430: checking whether C compiler option -O2 works with an invalid prototype program
configure:27438: cc -o conftest.exe -O2      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:27438: $? = 0
configure:27445: result: yes
configure:27450: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:27494: cc -c      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c > pac_test3.log 2>&1
configure:27494: $? = 0
configure:27498: mv conftest.o pac_conftest.o
configure:27501: $? = 0
configure:27548: cc -o conftest.exe      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test4.log 2>&1
configure:27548: $? = 0
configure:27594: cc -o conftest.exe -O2      -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test5.log 2>&1
configure:27594: $? = 0
configure:27602: diff -b pac_test4.log pac_test5.log > pac_test.log
configure:27605: $? = 0
configure:27750: result: yes
configure:27783: checking for type of weak symbol alias support
configure:27807: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:27807: $? = 0
configure:27831: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:27831: $? = 0
configure:27834: mv conftest.o pac_conftest.o
configure:27837: $? = 0
configure:27878: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
/tmp/ccme9IsY.o:conftest.c:(.text+0x16): undefined reference to `_PFoo'
collect2: ld returned 1 exit status
configure:27878: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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__ /**/
| /* end confdefs.h.  */
| 
| 
| extern int PFoo(int);
| int main(int argc, char **argv) {
| return PFoo(0);}
| 
| 
configure:28066: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/ccOkdtvq.o:conftest.c:(.text+0x26): undefined reference to `_PFoo'
collect2: ld returned 1 exit status
configure:28066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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__ /**/
| /* end confdefs.h.  */
| 
| extern int PFoo(int);
| #pragma _HP_SECONDARY_DEF Foo  PFoo
| int Foo(int a) { return a; }
| 
| int
| main ()
| {
| return PFoo(1);
|   ;
|   return 0;
| }
configure:28088: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/cchlcR5r.o:conftest.c:(.text+0x26): undefined reference to `_PFoo'
collect2: ld returned 1 exit status
configure:28088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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__ /**/
| /* end confdefs.h.  */
| 
| extern int PFoo(int);
| #pragma _CRI duplicate PFoo as Foo
| int Foo(int a) { return a; }
| 
| int
| main ()
| {
| return PFoo(1);
|   ;
|   return 0;
| }
configure:28102: result: no
configure:28123: checking whether __attribute__ ((weak)) allowed
configure:28140: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:28140: $? = 0
configure:28147: result: yes
configure:28151: checking whether __attribute__ ((weak_import)) allowed
configure:28168: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:36:1: warning: 'weak_import' attribute directive ignored
configure:28168: $? = 0
configure:28175: result: yes
configure:28178: checking whether __attribute__((weak,alias(...))) allowed
configure:28195: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:36:5: error: 'foo' aliased to undefined symbol '__foo'
conftest.c:36:5: error: 'foo' aliased to undefined symbol '__foo'
configure:28195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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__ /**/
| /* end confdefs.h.  */
| int foo(int) __attribute__((weak,alias("__foo")));
| int
| main ()
| {
| int a;
|   ;
|   return 0;
| }
configure:28202: result: no
configure:28380: checking for shared library (esp. rpath) characteristics of CC
configure:28479: result: done (results in src/env/cc_shlib.conf)
configure:28583: checking whether Fortran 77 compiler accepts option -O2
configure:28632: gfortran -o conftest.exe     conftest.f   > pac_test1.log 2>&1
configure:28632: $? = 0
configure:28667: gfortran -o conftest.exe -O2     conftest.f   > pac_test2.log 2>&1
configure:28667: $? = 0
configure:28675: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:28678: $? = 0
configure:28782: result: yes
configure:28787: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:28830: gfortran -c   conftest.f > pac_test3.log 2>&1
configure:28830: $? = 0
configure:28834: mv conftest.o pac_conftest.o
configure:28837: $? = 0
configure:28879: gfortran -o conftest.exe -O2     conftest.f pac_conftest.o   > pac_test4.log 2>&1
configure:28879: $? = 0
configure:28887: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:28890: $? = 0
configure:28995: result: yes
configure:29033: checking how to get verbose linking output from gfortran
configure:29043: gfortran -c   -O2 conftest.f >&5
configure:29043: $? = 0
configure:29061: gfortran -o conftest.exe -O2 -v conftest.f
Using built-in specs.
Target: i686-pc-cygwin
Thread model: posix
gcc version 4.5.3 (GCC) 
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/f951.exe conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=i686 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/i686-pc-cygwin/4.5.3/finclude -o /tmp/cc1ySGHK.s
GNU Fortran (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/as.exe -v -o /tmp/ccMw5HbI.o /tmp/cc1ySGHK.s
GNU assembler version 2.23.52 (i686-cygwin) using BFD version (GNU Binutils) 2.23.52.20130309
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/collect2.exe --wrap _Znwj --wrap _Znaj --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwjRKSt9nothrow_t --wrap _ZnajRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=cyg --large-address-aware --tsaware -o conftest.exe /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../crt0.o /usr/lib/gcc/i686-pc-cygwin/4.5.3/crtbegin.o -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. /tmp/ccMw5HbI.o -lgfortran -lgcc_s -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc_s -lgcc /usr/lib/gcc/i686-pc-cygwin/4.5.3/crtend.o
configure:29144: result: -v
configure:29146: checking for Fortran 77 libraries of gfortran
configure:29169: gfortran -o conftest.exe -O2 -v conftest.f
Using built-in specs.
Target: i686-pc-cygwin
Thread model: posix
gcc version 4.5.3 (GCC) 
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/f951.exe conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=i686 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/i686-pc-cygwin/4.5.3/finclude -o /tmp/ccfpmyM6.s
GNU Fortran (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/as.exe -v -o /tmp/ccAzshxt.o /tmp/ccfpmyM6.s
GNU assembler version 2.23.52 (i686-cygwin) using BFD version (GNU Binutils) 2.23.52.20130309
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/collect2.exe --wrap _Znwj --wrap _Znaj --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwjRKSt9nothrow_t --wrap _ZnajRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=cyg --large-address-aware --tsaware -o conftest.exe /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../crt0.o /usr/lib/gcc/i686-pc-cygwin/4.5.3/crtbegin.o -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. /tmp/ccAzshxt.o -lgfortran -lgcc_s -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc_s -lgcc /usr/lib/gcc/i686-pc-cygwin/4.5.3/crtend.o
configure:29365: result:  -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. -lgfortran -lcygwin -luser32 -ladvapi32 -lshell32
configure:29381: checking whether gfortran accepts the FLIBS found by autoconf
configure:29397: gfortran -o conftest.exe   -O2   conftest.f   >&5
configure:29397: $? = 0
configure:29399: result: yes
configure:29437: checking whether cc links with FLIBS found by autoconf
configure:29462: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c  -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. -lgfortran -lcygwin -luser32 -ladvapi32 -lshell32   >&5
configure:29462: $? = 0
configure:29464: result: yes
configure:29514: checking whether Fortran 77 and C objects are compatible
configure:29593: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:29593: $? = 0
configure:29596: mv conftest.o pac_conftest.o
configure:29599: $? = 0
configure:29608: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:29608: $? = 0
configure:29611: result: yes
configure:29770: checking for linker for Fortran main program
configure:29791: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:29791: $? = 0
configure:29850: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:29850: $? = 0
configure:29853: mv conftest.o pac_conftest.o
configure:29856: $? = 0
configure:29865: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:29865: $? = 0
configure:29867: result: Use Fortran to link programs
configure:29978: checking for Fortran 77 name mangling
configure:30000: gfortran -c   -O2 conftest.f >&5
configure:30000: $? = 0
configure:30003: mv conftest.o f77conftest.o
configure:30006: $? = 0
configure:30031: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c f77conftest.o  -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. -lgfortran -lcygwin -luser32 -ladvapi32 -lshell32   >&5
configure:30031: $? = 0
configure:30154: result: lower uscore
configure:30220: checking for libraries to link Fortran main with C stdio routines
configure:30246: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:30246: $? = 0
configure:30249: mv conftest.o pac_conftest.o
configure:30252: $? = 0
configure:30271: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o    >&5
configure:30271: $? = 0
configure:30302: result: none
configure:30353: checking whether Fortran init will work with C
configure:30375: gfortran -c   -O2 conftest.f >&5
configure:30375: $? = 0
configure:30378: mv conftest.o pac_f77conftest.o
configure:30381: $? = 0
configure:30425: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c pac_f77conftest.o   >&5
configure:30425: $? = 0
configure:30448: result: yes
configure:30547: checking for extension for Fortran 90 programs
configure:30562: gfortran -c    conftest.f90 >&5
configure:30562: $? = 0
configure:30564: result: f90
configure:30606: checking whether the Fortran 90 compiler (gfortran    ) works
configure:30617: gfortran -o conftest.exe      conftest.f90   >&5
configure:30617: $? = 0
configure:30620: result: yes
configure:30622: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:30628: gfortran -o conftest.exe      conftest.f90   >&5
configure:30628: $? = 0
configure:30628: ./conftest.exe
configure:30628: $? = 0
configure:30637: result: no
configure:30660: checking whether Fortran 90 compiler works with Fortran 77 compiler
configure:30688: gfortran -c   -O2 conftest.f >&5
configure:30688: $? = 0
configure:30692: mv conftest.o pac_f77conftest.o
configure:30695: $? = 0
configure:30716: gfortran -o conftest.exe      conftest.f90 pac_f77conftest.o   >&5
configure:30716: $? = 0
configure:30758: result: yes
configure:30818: checking for shared library (esp. rpath) characteristics of F77
configure:30919: result: done (results in src/env/f77_shlib.conf)
configure:30930: checking whether Fortran 77 accepts ! for comments
configure:30948: gfortran -c   -O2 conftest.f >&5
configure:30948: $? = 0
configure:30965: result: yes
configure:30975: checking for include directory flag for Fortran
configure:31002: gfortran -c -I src   -O2 conftest.f >&5
configure:31002: $? = 0
configure:31020: result: -I
configure:31028: checking for Fortran 77 flag for library directories
configure:31047: gfortran -c   -O2 conftest.f >&5
configure:31047: $? = 0
configure:31051: mv conftest.o pac_f77conftest.o
configure:31054: $? = 0
configure:31057: test -d conftestdir || mkdir conftestdir
configure:31060: $? = 0
configure:31063: ar cru conftestdir/libf77conftest.a pac_f77conftest.o
configure:31066: $? = 0
configure:31069: ranlib conftestdir/libf77conftest.a
configure:31072: $? = 0
configure:31090: gfortran -o conftest.exe   -O2 -Lconftestdir   conftest.f -lf77conftest   >&5
configure:31090: $? = 0
configure:31110: result: -L
configure:31186: checking whether Fortran 77 compiler processes .F files with C preprocessor
configure:31207: gfortran -c   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.F >&5
configure:31207: $? = 0
configure:31275: result: yes
configure:31283: checking whether gfortran allows mismatched arguments
configure:31306: gfortran -c   -O2 conftest.f >&5
configure:31306: $? = 0
configure:31350: result: yes
configure:31419: checking for shared library (esp. rpath) characteristics of FC
configure:31520: result: done (results in src/env/fc_shlib.conf)
configure:31536: checking whether the Fortran 90 compiler (gfortran    ) works
configure:31547: gfortran -o conftest.exe      conftest.f90   >&5
configure:31547: $? = 0
configure:31550: result: yes
configure:31552: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:31558: gfortran -o conftest.exe      conftest.f90   >&5
configure:31558: $? = 0
configure:31558: ./conftest.exe
configure:31558: $? = 0
configure:31567: result: no
configure:31613: checking for Fortran 90 module extension
configure:31635: gfortran -c    conftest.f90 >&5
configure:31635: $? = 0
configure:31687: result: mod
configure:31698: checking for Fortran 90 module include flag
configure:31726: gfortran -c    conftest.f90 >&5
configure:31726: $? = 0
configure:31763: gfortran -c   -Iconftestdir  conftest.f90 >&5
configure:31763: $? = 0
configure:31822: result: -I
configure:31830: checking for Fortran 90 module output directory flag
configure:31861: gfortran -c    conftest.f90 >&5
configure:31861: $? = 0
configure:31911: gfortran -c   -Jconftestdir  conftest.f90 >&5
configure:31911: $? = 0
configure:31951: result: -J
configure:31989: checking whether Fortran 90 compiler accepts option -O2
configure:32038: gfortran -o conftest.exe      conftest.f90   > pac_test1.log 2>&1
configure:32038: $? = 0
configure:32073: gfortran -o conftest.exe -O2      conftest.f90   > pac_test2.log 2>&1
configure:32073: $? = 0
configure:32081: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:32084: $? = 0
configure:32188: result: yes
configure:32193: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:32236: gfortran -c    conftest.f90 > pac_test3.log 2>&1
configure:32236: $? = 0
configure:32240: mv conftest.o pac_conftest.o
configure:32243: $? = 0
configure:32285: gfortran -o conftest.exe -O2      conftest.f90 pac_conftest.o   > pac_test4.log 2>&1
configure:32285: $? = 0
configure:32293: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:32296: $? = 0
configure:32401: result: yes
configure:32433: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
configure:32454: gfortran -c   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include  conftest.F90 >&5
configure:32454: $? = 0
configure:32522: result: yes
configure:32543: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
configure:32569: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:32569: $? = 0
configure:32573: mv conftest.o pac_conftest.o
configure:32576: $? = 0
configure:32593: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   >&5
configure:32593: $? = 0
configure:32634: result: none
configure:32658: checking whether the C++ compiler c++ can build an executable
configure:32687: c++ -o conftest.exe     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:32687: $? = 0
configure:32701: result: yes
configure:32708: checking whether C++ compiler works with string
configure:32731: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32731: $? = 0
configure:32744: result: yes
configure:32757: checking whether the compiler supports exceptions
configure:32780: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32780: $? = 0
configure:32794: result: yes
configure:32802: checking whether the compiler recognizes bool as a built-in type
configure:32829: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32829: $? = 0
configure:32843: result: yes
configure:32851: checking whether the compiler implements namespaces
configure:32874: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32874: $? = 0
configure:32888: result: yes
configure:32905: checking whether <iostream> available
configure:32924: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32924: $? = 0
configure:32931: result: yes
configure:32934: checking whether the compiler implements the namespace std
configure:32961: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:32961: $? = 0
configure:32976: result: yes
configure:32985: checking whether <math> available
configure:33004: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
conftest.cpp:47:16: fatal error: math: No such file or directory
compilation terminated.
configure:33004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 <math>
| 
| int
| main ()
| {
| using namespace std;
|   ;
|   return 0;
| }
configure:33011: result: no
configure:33036: checking for GNU g++ version
configure:33061: c++ -o conftest.exe     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:33061: $? = 0
configure:33061: ./conftest.exe
configure:33061: $? = 0
configure:33071: result: 4 . 5
configure:33127: checking for shared library (esp. rpath) characteristics of CXX
configure:33228: result: done (results in src/env/cxx_shlib.conf)
configure:33240: checking whether C++ compiler accepts option -O2
configure:33296: c++ -o conftest.exe     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   > pac_test1.log 2>&1
configure:33296: $? = 0
configure:33331: c++ -o conftest.exe -O2     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   > pac_test2.log 2>&1
configure:33331: $? = 0
configure:33339: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:33342: $? = 0
configure:33446: result: yes
configure:33451: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:33495: c++ -c     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp > pac_test3.log 2>&1
configure:33495: $? = 0
configure:33499: mv conftest.o pac_conftest.o
configure:33502: $? = 0
configure:33550: c++ -o conftest.exe -O2     -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp pac_conftest.o   > pac_test4.log 2>&1
configure:33550: $? = 0
configure:33558: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:33561: $? = 0
configure:33666: result: yes
configure:33719: checking for perl
configure:33737: found /usr/bin/perl
configure:33749: result: /usr/bin/perl
configure:33762: checking for ar
configure:33789: result: ar
configure:33825: checking for ranlib
configure:33852: result: ranlib
configure:33871: checking for killall
configure:33901: result: no
configure:33941: checking whether install works
configure:33949: result: yes
configure:33964: checking whether mkdir -p works
configure:33980: result: yes
configure:33998: checking for make
configure:34014: found /usr/bin/make
configure:34025: result: make
configure:34039: checking whether clock skew breaks make
configure:34064: result: no
configure:34074: checking whether make supports include
configure:34102: result: yes
configure:34111: checking whether make allows comments in actions
configure:34138: result: yes
configure:34152: checking for virtual path format
configure:34195: result: VPATH
configure:34205: checking whether make sets CFLAGS
configure:34231: result: yes
configure:34280: checking for bash
configure:34298: found /usr/bin/bash
configure:34310: result: /usr/bin/bash
configure:34333: checking whether /usr/bin/bash supports arrays
configure:34342: result: yes
configure:34577: checking for doctext
configure:34608: result: false
configure:34621: checking for an ANSI C-conforming const
configure:34687: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34687: $? = 0
configure:34694: result: yes
configure:34702: checking for working volatile
configure:34721: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34721: $? = 0
configure:34728: result: yes
configure:34736: checking for C/C++ restrict keyword
configure:34761: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34761: $? = 0
configure:34769: result: __restrict
configure:34782: checking for inline
configure:34798: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34798: $? = 0
configure:34806: result: inline
configure:34829: checking whether __attribute__ allowed
configure:34846: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34846: $? = 0
configure:34853: result: yes
configure:34855: checking whether __attribute__((format)) allowed
configure:34872: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34872: $? = 0
configure:34879: result: yes
configure:34902: checking whether byte ordering is bigendian
configure:34917: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:53:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:34917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:34962: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:34962: $? = 0
configure:34980: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:4: error: 'not' undeclared (first use in this function)
conftest.c:59:4: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:59:8: error: expected ';' before 'big'
configure:34980: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:35108: result: no
configure:35146: checking whether C compiler allows unaligned doubles
configure:35179: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35179: $? = 0
configure:35179: ./conftest.exe
configure:35179: $? = 0
configure:35189: result: yes
configure:35208: checking whether cc supports __func__
configure:35224: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:35224: $? = 0
configure:35231: result: yes
configure:35268: checking whether long double is supported
configure:35285: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:35285: $? = 0
configure:35292: result: yes
configure:35301: checking whether long long is supported
configure:35318: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:35318: $? = 0
configure:35325: result: yes
configure:35336: checking for max C struct integer alignment
configure:35454: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35454: $? = 0
configure:35454: ./conftest.exe
configure:35454: $? = 0
configure:35466: result: eight
configure:35497: checking for max C struct floating point alignment
configure:35599: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35599: $? = 0
configure:35599: ./conftest.exe
configure:35599: $? = 0
configure:35611: result: four
configure:35644: checking for max C struct alignment of structs with doubles
configure:35715: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35715: $? = 0
configure:35715: ./conftest.exe
configure:35715: $? = 0
configure:35727: result: eight
configure:35734: checking for max C struct floating point alignment with long doubles
configure:35806: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35806: $? = 0
configure:35806: ./conftest.exe
configure:35806: $? = 0
configure:35818: result: four
configure:35828: 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:35863: checking if alignment of structs with doubles is based on position
configure:35897: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35897: $? = 0
configure:35897: ./conftest.exe
configure:35897: $? = 0
configure:35909: result: no
configure:35925: checking if alignment of structs with long long ints is based on position
configure:35961: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:35961: $? = 0
configure:35961: ./conftest.exe
configure:35961: $? = 0
configure:35973: result: no
configure:35989: checking if double alignment breaks rules, find actual alignment
configure:36036: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36036: $? = 0
configure:36036: ./conftest.exe
configure:36036: $? = 0
configure:36048: result: no
configure:36064: checking for alignment restrictions on pointers
configure:36084: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36084: $? = 0
configure:36084: ./conftest.exe
configure:36084: $? = 0
configure:36101: result: int or better
configure:36113: checking size of char
configure:36118: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36118: $? = 0
configure:36118: ./conftest.exe
configure:36118: $? = 0
configure:36132: result: 1
configure:36146: checking size of unsigned char
configure:36151: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36151: $? = 0
configure:36151: ./conftest.exe
configure:36151: $? = 0
configure:36165: result: 1
configure:36179: checking size of short
configure:36184: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36184: $? = 0
configure:36184: ./conftest.exe
configure:36184: $? = 0
configure:36198: result: 2
configure:36212: checking size of unsigned short
configure:36217: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36217: $? = 0
configure:36217: ./conftest.exe
configure:36217: $? = 0
configure:36231: result: 2
configure:36245: checking size of int
configure:36250: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36250: $? = 0
configure:36250: ./conftest.exe
configure:36250: $? = 0
configure:36264: result: 4
configure:36278: checking size of unsigned int
configure:36283: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36283: $? = 0
configure:36283: ./conftest.exe
configure:36283: $? = 0
configure:36297: result: 4
configure:36311: checking size of long
configure:36316: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36316: $? = 0
configure:36316: ./conftest.exe
configure:36316: $? = 0
configure:36330: result: 4
configure:36344: checking size of unsigned long
configure:36349: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36349: $? = 0
configure:36349: ./conftest.exe
configure:36349: $? = 0
configure:36363: result: 4
configure:36377: checking size of long long
configure:36382: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36382: $? = 0
configure:36382: ./conftest.exe
configure:36382: $? = 0
configure:36396: result: 8
configure:36410: checking size of unsigned long long
configure:36415: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36415: $? = 0
configure:36415: ./conftest.exe
configure:36415: $? = 0
configure:36429: result: 8
configure:36443: checking size of float
configure:36448: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36448: $? = 0
configure:36448: ./conftest.exe
configure:36448: $? = 0
configure:36462: result: 4
configure:36476: checking size of double
configure:36481: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36481: $? = 0
configure:36481: ./conftest.exe
configure:36481: $? = 0
configure:36495: result: 8
configure:36509: checking size of long double
configure:36514: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36514: $? = 0
configure:36514: ./conftest.exe
configure:36514: $? = 0
configure:36528: result: 12
configure:36542: checking size of void *
configure:36547: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36547: $? = 0
configure:36547: ./conftest.exe
configure:36547: $? = 0
configure:36561: result: 4
configure:36572: checking for ANSI C header files
configure:36676: result: yes
configure:36686: checking stddef.h usability
configure:36686: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:36686: $? = 0
configure:36686: result: yes
configure:36686: checking stddef.h presence
configure:36686: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:36686: $? = 0
configure:36686: result: yes
configure:36686: checking for stddef.h
configure:36686: result: yes
configure:36700: checking size of wchar_t
configure:36705: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36705: $? = 0
configure:36705: ./conftest.exe
configure:36705: $? = 0
configure:36724: result: 2
configure:36739: checking size of float_int
configure:36744: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36744: $? = 0
configure:36744: ./conftest.exe
configure:36744: $? = 0
configure:36759: result: 8
configure:36773: checking size of double_int
configure:36778: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36778: $? = 0
configure:36778: ./conftest.exe
configure:36778: $? = 0
configure:36793: result: 16
configure:36807: checking size of long_int
configure:36812: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36812: $? = 0
configure:36812: ./conftest.exe
configure:36812: $? = 0
configure:36827: result: 8
configure:36841: checking size of short_int
configure:36846: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36846: $? = 0
configure:36846: ./conftest.exe
configure:36846: $? = 0
configure:36861: result: 8
configure:36875: checking size of two_int
configure:36880: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36880: $? = 0
configure:36880: ./conftest.exe
configure:36880: $? = 0
configure:36895: result: 8
configure:36909: checking size of long_double_int
configure:36914: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:36914: $? = 0
configure:36914: ./conftest.exe
configure:36914: $? = 0
configure:36929: result: 16
configure:36942: checking sys/bitypes.h usability
configure:36942: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:116:25: fatal error: sys/bitypes.h: No such file or directory
compilation terminated.
configure:36942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:36942: result: no
configure:36942: checking sys/bitypes.h presence
configure:36942: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:83:25: fatal error: sys/bitypes.h: No such file or directory
compilation terminated.
configure:36942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| /* end confdefs.h.  */
| #include <sys/bitypes.h>
configure:36942: result: no
configure:36942: checking for sys/bitypes.h
configure:36942: result: no
configure:36955: checking for inttypes.h
configure:36955: result: yes
configure:36955: checking for stdint.h
configure:36955: result: yes
configure:36967: checking for int8_t
configure:36967: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:36967: $? = 0
configure:36967: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:122:12: error: size of array 'test_array' is negative
configure:36967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        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:36967: result: yes
configure:36978: checking for int16_t
configure:36978: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:36978: $? = 0
configure:36978: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:122:12: error: size of array 'test_array' is negative
configure:36978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        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:36978: result: yes
configure:36989: checking for int32_t
configure:36989: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:36989: $? = 0
configure:36989: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:123:53: warning: integer overflow in expression
conftest.c:122:12: error: size of array 'test_array' is negative
conftest.c:122:12: error: storage size of 'test_array' isn't constant
configure:36989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        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:36989: result: yes
configure:37000: checking for int64_t
configure:37000: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37000: $? = 0
configure:37000: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:123:53: warning: integer overflow in expression
conftest.c:122:12: error: size of array 'test_array' is negative
conftest.c:122:12: error: storage size of 'test_array' isn't constant
configure:37000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        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:37000: result: yes
configure:37041: checking for uint8_t
configure:37041: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37041: $? = 0
configure:37041: result: yes
configure:37055: checking for uint16_t
configure:37055: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37055: $? = 0
configure:37055: result: yes
configure:37067: checking for uint32_t
configure:37067: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37067: $? = 0
configure:37067: result: yes
configure:37081: checking for uint64_t
configure:37081: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37081: $? = 0
configure:37081: result: yes
configure:37123: checking stdbool.h usability
configure:37123: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37123: $? = 0
configure:37123: result: yes
configure:37123: checking stdbool.h presence
configure:37123: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:37123: $? = 0
configure:37123: result: yes
configure:37123: checking for stdbool.h
configure:37123: result: yes
configure:37123: checking complex.h usability
configure:37123: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37123: $? = 0
configure:37123: result: yes
configure:37123: checking complex.h presence
configure:37123: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:37123: $? = 0
configure:37123: result: yes
configure:37123: checking for complex.h
configure:37123: result: yes
configure:37137: checking size of _Bool
configure:37142: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:37142: $? = 0
configure:37142: ./conftest.exe
configure:37142: $? = 0
configure:37161: result: 1
configure:37175: checking size of float _Complex
configure:37180: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:37180: $? = 0
configure:37180: ./conftest.exe
configure:37180: $? = 0
configure:37199: result: 8
configure:37213: checking size of double _Complex
configure:37218: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:37218: $? = 0
configure:37218: ./conftest.exe
configure:37218: $? = 0
configure:37237: result: 16
configure:37253: checking size of long double _Complex
configure:37258: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:37258: $? = 0
configure:37258: ./conftest.exe
configure:37258: $? = 0
configure:37277: result: 24
configure:37292: checking for _Bool
configure:37292: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37292: $? = 0
configure:37292: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:135:20: error: expected expression before ')' token
configure:37292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:37292: result: yes
configure:37301: checking for float _Complex
configure:37301: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37301: $? = 0
configure:37301: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:136:29: 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.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #define HAVE__BOOL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((float _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:37301: result: yes
configure:37310: checking for double _Complex
configure:37310: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37310: $? = 0
configure:37310: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:137:30: 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.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((double _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:37310: result: yes
configure:37323: checking for long double _Complex
configure:37323: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37323: $? = 0
configure:37323: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:138:35: error: expected expression before ')' token
configure:37323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:37323: result: yes
configure:37743: checking for size of Fortran type integer
configure:37784: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37784: $? = 0
configure:37788: mv conftest.o pac_conftest.o
configure:37791: $? = 0
configure:37818: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:37818: $? = 0
configure:37818: ./conftest.exe
configure:37818: $? = 0
configure:37856: result: 4
configure:37871: checking for size of Fortran type real
configure:37912: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:37912: $? = 0
configure:37916: mv conftest.o pac_conftest.o
configure:37919: $? = 0
configure:37946: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:37946: $? = 0
configure:37946: ./conftest.exe
configure:37946: $? = 0
configure:37984: result: 4
configure:37999: checking for size of Fortran type double precision
configure:38040: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:38040: $? = 0
configure:38044: mv conftest.o pac_conftest.o
configure:38047: $? = 0
configure:38074: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:38074: $? = 0
configure:38074: ./conftest.exe
configure:38074: $? = 0
configure:38112: result: 8
configure:38135: checking whether integer*1 is supported
configure:38146: gfortran -c   -O2 conftest.f >&5
configure:38146: $? = 0
configure:38153: result: yes
configure:38155: checking whether integer*2 is supported
configure:38166: gfortran -c   -O2 conftest.f >&5
configure:38166: $? = 0
configure:38173: result: yes
configure:38175: checking whether integer*4 is supported
configure:38186: gfortran -c   -O2 conftest.f >&5
configure:38186: $? = 0
configure:38193: result: yes
configure:38195: checking whether integer*8 is supported
configure:38206: gfortran -c   -O2 conftest.f >&5
configure:38206: $? = 0
configure:38213: result: yes
configure:38215: checking whether integer*16 is supported
configure:38226: gfortran -c   -O2 conftest.f >&5
conftest.f:2.16:

      integer*16 i                                                      
                1
Error: Old-style type declaration INTEGER*16 not supported at (1)
configure:38226: $? = 1
configure: failed program was:
|       program main
|       integer*16 i
|       end
configure:38233: result: no
configure:38235: checking whether real*4 is supported
configure:38246: gfortran -c   -O2 conftest.f >&5
configure:38246: $? = 0
configure:38253: result: yes
configure:38255: checking whether real*8 is supported
configure:38266: gfortran -c   -O2 conftest.f >&5
configure:38266: $? = 0
configure:38273: result: yes
configure:38275: checking whether real*16 is supported
configure:38286: gfortran -c   -O2 conftest.f >&5
conftest.f:2.13:

      real*16 a                                                         
             1
Error: Old-style type declaration REAL*16 not supported at (1)
configure:38286: $? = 1
configure: failed program was:
|       program main
|       real*16 a
|       end
configure:38293: result: no
configure:38391: checking for C type matching Fortran real
configure:38399: result: float
configure:38414: checking for C type matching Fortran double
configure:38421: result: double
configure:38750: checking for C type matching Fortran integer
configure:38757: result: int
configure:38910: checking for values of Fortran logicals
configure:38949: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:38949: $? = 0
configure:38952: mv conftest.o pac_conftest.o
configure:38955: $? = 0
configure:38987: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:38987: $? = 0
configure:38987: ./conftest.exe
configure:38987: $? = 0
configure:39025: result: True is 1 and False is 0
configure:39136: checking for Fortran 90 integer kind for 4-byte integers
configure:39176: gfortran -o conftest.exe   -O2    conftest.f90   >&5
configure:39176: $? = 0
configure:39176: ./conftest.exe
configure:39176: $? = 0
configure:39193: result: 4
configure:39221: checking for Fortran 90 integer kind for 8-byte integers
configure:39261: gfortran -o conftest.exe   -O2    conftest.f90   >&5
configure:39261: $? = 0
configure:39261: ./conftest.exe
configure:39261: $? = 0
configure:39278: result: 8
configure:39305: checking for Fortran 90 integer kind for 4-byte integers
configure:39319: result: 4 (cached)
configure:39395: checking if real*8 is supported in Fortran 90
configure:39408: gfortran -c   -O2  conftest.f90 >&5
configure:39408: $? = 0
configure:39420: result: yes
configure:39576: checking size of bool
configure:39581: c++ -o conftest.exe   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:39581: $? = 0
configure:39581: ./conftest.exe
configure:39581: $? = 0
configure:39595: result: 1
configure:39637: checking complex usability
configure:39637: c++ -c   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp >&5
configure:39637: $? = 0
configure:39637: result: yes
configure:39637: checking complex presence
configure:39637: c++ -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.cpp
configure:39637: $? = 0
configure:39637: result: yes
configure:39637: checking for complex
configure:39637: result: yes
configure:39650: checking size of Complex
configure:39655: c++ -o conftest.exe   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:39655: $? = 0
configure:39655: ./conftest.exe
configure:39655: $? = 0
configure:39674: result: 8
configure:39688: checking size of DoubleComplex
configure:39693: c++ -o conftest.exe   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:39693: $? = 0
configure:39693: ./conftest.exe
configure:39693: $? = 0
configure:39712: result: 16
configure:39727: checking size of LongDoubleComplex
configure:39732: c++ -o conftest.exe   -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.cpp   >&5
configure:39732: $? = 0
configure:39732: ./conftest.exe
configure:39732: $? = 0
configure:39751: result: 24
configure:39867: checking for alignment restrictions on int64_t
configure:39901: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:39901: $? = 0
configure:39901: ./conftest.exe
configure:39901: $? = 0
configure:39912: result: no
configure:39931: checking for alignment restrictions on int32_t
configure:39965: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:39965: $? = 0
configure:39965: ./conftest.exe
configure:39965: $? = 0
configure:39976: result: no
configure:39990: checking size of MPIR_Bsend_data_t
configure:39995: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:39995: $? = 0
configure:39995: ./conftest.exe
configure:39995: $? = 0
configure:40019: result: 56
configure:40045: checking for gcc __asm__ and pentium cmpxchgl instruction
configure:40069: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40069: $? = 0
configure:40069: ./conftest.exe
configure:40069: $? = 0
configure:40070: result: yes
configure:40093: checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction
configure:40117: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/ccD2OvGh.s: Assembler messages:
/tmp/ccD2OvGh.s:18: Error: invalid instruction suffix for `cmpxchg'
configure:40117: $? = 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.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| /* end confdefs.h.  */
| 
| int main(int argc, char *argv[])
| {
| long int compval = 10;
| volatile long int *p = &compval;
| long int oldval = 10;
| long int newval = 20;
| char ret;
| long int readval;
| __asm__ __volatile__ ("lock; cmpxchgq %3, %1; sete %0"
| 	: "=q" (ret), "=m" (*p), "=a" (readval)
| 	: "r" (newval), "m" (*p), "a" (oldval) : "memory");
| return (compval == 20) ? 0 : -1;
| }
| 
configure:40124: result: no
configure:40133: checking for gcc __asm__ and IA64 xchg4 instruction
configure:40158: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/ccwCp7WM.s: Assembler messages:
/tmp/ccwCp7WM.s:13: Error: no such instruction: `xchg4 %eax=[%eax],%edx'
/tmp/ccwCp7WM.s:33: Error: no such instruction: `xchg4 %edx=[%eax],%edx'
configure:40158: $? = 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.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| /* end confdefs.h.  */
| 
| unsigned long _InterlockedExchange(volatile void *ptr, unsigned long x)
| {
|    unsigned long result;
|    __asm__ __volatile ("xchg4 %0=[%1],%2" : "=r" (result)
|        : "r" (ptr), "r" (x) : "memory");
|    return result;
| }
| int main(int argc, char *argv[])
| {
| long val = 1;
| volatile long *p = &val;
| long oldval = _InterlockedExchange(p, (unsigned long)2);
| return (oldval == 1 && val == 2) ? 0 : -1;
| }
| 
configure:40165: result: no
configure:40183: checking for gcov
configure:40199: found /usr/bin/gcov
configure:40210: result: gcov
configure:40328: checking for ANSI C header files
configure:40432: result: yes
configure:40447: checking for stdlib.h
configure:40447: result: yes
configure:40447: checking stdarg.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking stdarg.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for stdarg.h
configure:40447: result: yes
configure:40447: checking for sys/types.h
configure:40447: result: yes
configure:40447: checking for string.h
configure:40447: result: yes
configure:40447: checking for inttypes.h
configure:40447: result: yes
configure:40447: checking limits.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking limits.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for limits.h
configure:40447: result: yes
configure:40447: checking for stddef.h
configure:40447: result: yes
configure:40447: checking errno.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking errno.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for errno.h
configure:40447: result: yes
configure:40447: checking sys/socket.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking sys/socket.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for sys/socket.h
configure:40447: result: yes
configure:40447: checking sys/time.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking sys/time.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for sys/time.h
configure:40447: result: yes
configure:40447: checking for unistd.h
configure:40447: result: yes
configure:40447: checking endian.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking endian.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for endian.h
configure:40447: result: yes
configure:40447: checking assert.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking assert.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for assert.h
configure:40447: result: yes
configure:40447: checking sys/param.h usability
configure:40447: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking sys/param.h presence
configure:40447: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:40447: $? = 0
configure:40447: result: yes
configure:40447: checking for sys/param.h
configure:40447: result: yes
configure:40457: checking for sys/uio.h
configure:40477: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40477: $? = 0
configure:40484: result: yes
configure:40493: checking for size_t
configure:40493: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40493: $? = 0
configure:40493: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:185:21: error: expected expression before ')' token
configure:40493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:40493: result: yes
configure:40509: checking for setitimer
configure:40509: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40509: $? = 0
configure:40509: result: yes
configure:40509: checking for alarm
configure:40509: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40509: $? = 0
configure:40509: result: yes
configure:40522: checking for vsnprintf
configure:40522: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c:174:6: warning: conflicting types for built-in function 'vsnprintf'
configure:40522: $? = 0
configure:40522: result: yes
configure:40522: checking for vsprintf
configure:40522: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c:175:6: warning: conflicting types for built-in function 'vsprintf'
configure:40522: $? = 0
configure:40522: result: yes
configure:40534: checking whether vsnprintf needs a declaration
configure:40553: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:155:5: error: conflicting types for 'vsnprintf'
configure:40553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <stdarg.h>
| int vsnprintf(double, int, double, const char *);
| int
| main ()
| {
| int a=vsnprintf(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:40560: result: no
configure:40577: checking for strerror
configure:40577: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40577: $? = 0
configure:40577: result: yes
configure:40577: checking for strncasecmp
configure:40577: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c:177:6: warning: conflicting types for built-in function 'strncasecmp'
configure:40577: $? = 0
configure:40577: result: yes
configure:40586: checking whether strerror_r is declared
configure:40586: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:40586: $? = 0
configure:40586: result: yes
configure:40599: checking for strerror_r
configure:40599: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40599: $? = 0
configure:40599: result: yes
configure:40608: checking whether strerror_r returns char *
configure:40632: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:195:13: error: invalid type argument of unary '*' (have 'int')
conftest.c:196:14: warning: initialization makes pointer from integer without a cast
configure:40632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:40670: result: no
configure:40680: checking whether strerror_r needs a declaration
configure:40698: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:158:5: error: conflicting types for 'strerror_r'
/usr/include/string.h:86:10: note: previous declaration of 'strerror_r' was here
configure:40698: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <string.h>
| int strerror_r(double, int, double, const char *);
| int
| main ()
| {
| int a=strerror_r(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:40705: result: no
configure:40721: checking for snprintf
configure:40721: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c:180:6: warning: conflicting types for built-in function 'snprintf'
configure:40721: $? = 0
configure:40721: result: yes
configure:40732: checking whether snprintf needs a declaration
configure:40750: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:159:5: error: conflicting types for 'snprintf'
configure:40750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int snprintf(double, int, double, const char *);
| int
| main ()
| {
| int a=snprintf(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:40757: result: no
configure:40773: checking for qsort
configure:40773: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40773: $? = 0
configure:40773: result: yes
configure:40789: checking for va_copy
configure:40815: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40815: $? = 0
configure:40823: result: yes
configure:40875: checking for variable argument list macro functionality
configure:40891: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40891: $? = 0
configure:40895: result: yes
configure:40908: checking for working alloca.h
configure:40925: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40925: $? = 0
configure:40933: result: yes
configure:40941: checking for alloca
configure:40978: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:40978: $? = 0
configure:40986: result: yes
configure:41110: checking for strdup
configure:41110: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
conftest.c:186:6: warning: conflicting types for built-in function 'strdup'
configure:41110: $? = 0
configure:41110: result: yes
configure:41122: checking whether strdup needs a declaration
configure:41140: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:165:5: error: conflicting types for 'strdup'
configure:41140: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <string.h>
| int strdup(double, int, double, const char *);
| int
| main ()
| {
| int a=strdup(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:41147: result: no
configure:41233: checking for mkstemp
configure:41233: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41233: $? = 0
configure:41233: result: yes
configure:41244: checking whether mkstemp needs a declaration
configure:41262: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:166:5: error: conflicting types for 'mkstemp'
/usr/include/stdlib.h:105:5: note: previous declaration of 'mkstemp' was here
configure:41262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| int mkstemp(double, int, double, const char *);
| int
| main ()
| {
| int a=mkstemp(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:41269: result: no
configure:41284: checking for fdopen
configure:41284: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41284: $? = 0
configure:41284: result: yes
configure:41295: checking whether fdopen needs a declaration
configure:41313: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:41313: $? = 0
configure:41320: result: yes
configure:41335: checking for putenv
configure:41335: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41335: $? = 0
configure:41335: result: yes
configure:41346: checking whether putenv needs a declaration
configure:41364: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:169:5: error: conflicting types for 'putenv'
/usr/include/stdlib.h:147:5: note: previous declaration of 'putenv' was here
configure:41364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| int putenv(double, int, double, const char *);
| int
| main ()
| {
| int a=putenv(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:41371: result: no
configure:41414: checking for clock_gettime
configure:41414: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41414: $? = 0
configure:41414: result: yes
configure:41414: checking for clock_getres
configure:41414: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41414: $? = 0
configure:41414: result: yes
configure:41414: checking for gethrtime
configure:41414: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/cc1qgdqx.o:conftest.c:(.text+0xc): undefined reference to `_gethrtime'
collect2: ld returned 1 exit status
configure:41414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethrtime innocuous_gethrtime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethrtime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethrtime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
| 
| int
| main ()
| {
| return gethrtime ();
|   ;
|   return 0;
| }
configure:41414: result: no
configure:41414: checking for mach_absolute_time
configure:41414: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
/tmp/ccKYHs4F.o:conftest.c:(.text+0xc): undefined reference to `_mach_absolute_time'
collect2: ld returned 1 exit status
configure:41414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mach_absolute_time innocuous_mach_absolute_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mach_absolute_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mach_absolute_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mach_absolute_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
| 
| int
| main ()
| {
| return mach_absolute_time ();
|   ;
|   return 0;
| }
configure:41414: result: no
configure:41414: checking for gettimeofday
configure:41414: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41414: $? = 0
configure:41414: result: yes
configure:41496: checking for library containing clock_gettime
configure:41527: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41527: $? = 0
configure:41544: result: none required
configure:41554: checking for library containing clock_getres
configure:41585: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c   >&5
configure:41585: $? = 0
configure:41602: result: none required
configure:41615: checking whether struct timespec is defined in time.h
configure:41634: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:41634: $? = 0
configure:41642: result: yes
configure:41688: checking for CLOCK_REALTIME defined in time.h
configure:41707: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:41707: $? = 0
configure:41714: result: yes
configure:42306: checking pthread.h usability
configure:42306: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:42306: $? = 0
configure:42306: result: yes
configure:42306: checking pthread.h presence
configure:42306: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:42306: $? = 0
configure:42306: result: yes
configure:42306: checking for pthread.h
configure:42306: result: yes
configure:42324: checking for pthread_key_create in -lpthread
configure:42349: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread    >&5
configure:42349: $? = 0
configure:42358: result: yes
LIBS(=' ') does not contain '-lpthread', prepending
configure:42379: checking for pthread_yield
configure:42379: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42379: $? = 0
configure:42379: result: yes
configure:42390: checking for pthread_key_create
configure:42390: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42390: $? = 0
configure:42390: result: yes
configure:42409: checking for pthread_cleanup_push
configure:42409: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/cciqwPZv.o:conftest.c:(.text+0xc): undefined reference to `_pthread_cleanup_push'
collect2: ld returned 1 exit status
configure:42409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| /* Define pthread_cleanup_push to an innocuous variant, in case <limits.h> declares pthread_cleanup_push.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_cleanup_push innocuous_pthread_cleanup_push
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_cleanup_push (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_cleanup_push
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_cleanup_push ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pthread_cleanup_push || defined __stub___pthread_cleanup_push
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_cleanup_push ();
|   ;
|   return 0;
| }
configure:42409: result: no
configure:42419: checking whether pthread_cleanup_push is available (may be a macro in pthread.h)
configure:42438: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c: In function 'main':
conftest.c:189:1: error: expected declaration or statement at end of input
configure:42438: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| void f1(void *a) { return; }
| int
| main ()
| {
| pthread_cleanup_push( f1, (void *)0 );
|   ;
|   return 0;
| }
configure:42446: result: no
configure:42456: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP
configure:42473: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:184:7: error: 'PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first use in this function)
conftest.c:184:7: note: each undeclared identifier is reported only once for each function it appears in
configure:42473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| int a=PTHREAD_MUTEX_RECURSIVE_NP;
|   ;
|   return 0;
| }
configure:42480: result: no
configure:42482: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE
configure:42499: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:42499: $? = 0
configure:42506: result: yes
configure:42520: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP
configure:42537: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:185:7: error: 'PTHREAD_MUTEX_ERRORCHECK_NP' undeclared (first use in this function)
conftest.c:185:7: note: each undeclared identifier is reported only once for each function it appears in
configure:42537: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| int a=PTHREAD_MUTEX_ERRORCHECK_NP;
|   ;
|   return 0;
| }
configure:42544: result: no
configure:42546: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK
configure:42563: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:42563: $? = 0
configure:42570: result: yes
configure:42584: checking whether pthread_mutexattr_settype needs a declaration
configure:42602: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:183:5: error: conflicting types for 'pthread_mutexattr_settype'
/usr/include/pthread.h:167:5: note: previous declaration of 'pthread_mutexattr_settype' was here
configure:42602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| /* end confdefs.h.  */
| #include <pthread.h>
| int pthread_mutexattr_settype(double, int, double, const char *);
| int
| main ()
| {
| int a=pthread_mutexattr_settype(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:42609: result: no
configure:42739: checking for thread local storage specifier
configure:42766: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42766: $? = 0
configure:42789: result: __thread
configure:42795: checking for getpid
configure:42795: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42795: $? = 0
configure:42795: result: yes
configure:42815: checking sched.h usability
configure:42815: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:42815: $? = 0
configure:42815: result: yes
configure:42815: checking sched.h presence
configure:42815: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:42815: $? = 0
configure:42815: result: yes
configure:42815: checking for sched.h
configure:42815: result: yes
configure:42827: checking for unistd.h
configure:42827: result: yes
configure:42839: checking sys/select.h usability
configure:42839: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:42839: $? = 0
configure:42839: result: yes
configure:42839: checking sys/select.h presence
configure:42839: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:42839: $? = 0
configure:42839: result: yes
configure:42839: checking for sys/select.h
configure:42839: result: yes
configure:42852: checking for sched_yield
configure:42852: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42852: $? = 0
configure:42852: result: yes
configure:42852: checking for yield
configure:42852: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/ccj6rBQW.o:conftest.c:(.text+0xc): undefined reference to `_yield'
collect2: ld returned 1 exit status
configure:42852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| /* end confdefs.h.  */
| /* Define yield to an innocuous variant, in case <limits.h> declares yield.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define yield innocuous_yield
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char yield (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef yield
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char yield ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_yield || defined __stub___yield
| choke me
| #endif
| 
| int
| main ()
| {
| return yield ();
|   ;
|   return 0;
| }
configure:42852: result: no
configure:42852: checking for usleep
configure:42852: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42852: $? = 0
configure:42852: result: yes
configure:42852: checking for sleep
configure:42852: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42852: $? = 0
configure:42852: result: yes
configure:42852: checking for select
configure:42852: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:42852: $? = 0
configure:42852: result: yes
configure:42864: checking whether usleep needs a declaration
configure:42882: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:193:5: error: conflicting types for 'usleep'
/usr/include/sys/unistd.h:187:6: note: previous declaration of 'usleep' was here
configure:42882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| /* end confdefs.h.  */
| #include <unistd.h>
| int usleep(double, int, double, const char *);
| int
| main ()
| {
| int a=usleep(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:42889: result: no
configure:43001: checking for sched_setaffinity
configure:43001: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/cciRrhUo.o:conftest.c:(.text+0xc): undefined reference to `_sched_setaffinity'
collect2: ld returned 1 exit status
configure:43001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| /* end confdefs.h.  */
| /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_setaffinity innocuous_sched_setaffinity
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_setaffinity (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_setaffinity
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_setaffinity ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_setaffinity ();
|   ;
|   return 0;
| }
configure:43001: result: no
configure:43001: checking for sched_getaffinity
configure:43001: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/ccoM5p5V.o:conftest.c:(.text+0xc): undefined reference to `_sched_getaffinity'
collect2: ld returned 1 exit status
configure:43001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| /* end confdefs.h.  */
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_getaffinity innocuous_sched_getaffinity
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_getaffinity (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_getaffinity
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_getaffinity ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_getaffinity ();
|   ;
|   return 0;
| }
configure:43001: result: no
configure:43001: checking for bindprocessor
configure:43001: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/cc02Mi7R.o:conftest.c:(.text+0xc): undefined reference to `_bindprocessor'
collect2: ld returned 1 exit status
configure:43001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| /* end confdefs.h.  */
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define bindprocessor innocuous_bindprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char bindprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef bindprocessor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bindprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_bindprocessor || defined __stub___bindprocessor
| choke me
| #endif
| 
| int
| main ()
| {
| return bindprocessor ();
|   ;
|   return 0;
| }
configure:43001: result: no
configure:43001: checking for thread_policy_set
configure:43001: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
/tmp/ccfjaRC8.o:conftest.c:(.text+0xc): undefined reference to `_thread_policy_set'
collect2: ld returned 1 exit status
configure:43001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| /* end confdefs.h.  */
| /* Define thread_policy_set to an innocuous variant, in case <limits.h> declares thread_policy_set.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thread_policy_set innocuous_thread_policy_set
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thread_policy_set (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thread_policy_set
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char thread_policy_set ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_thread_policy_set || defined __stub___thread_policy_set
| choke me
| #endif
| 
| int
| main ()
| {
| return thread_policy_set ();
|   ;
|   return 0;
| }
configure:43001: result: no
configure:43963: RUNNING CONFIGURE FOR F90 CODE
configure:43966: checking whether ln -s works
configure:43970: result: yes
configure:43980: checking for extension for Fortran 90 programs
configure:43995: gfortran -c   -O2  conftest.f90 >&5
configure:43995: $? = 0
configure:43997: result: f90
configure:44042: checking for the precision and range of reals
configure:44069: gfortran -o conftest.exe   -O2    conftest.f90 -lpthread   >&5
configure:44069: $? = 0
configure:44069: ./conftest.exe
configure:44069: $? = 0
configure:44073: result:  6 , 37
configure:44107: checking for the precision and range of double precision
configure:44134: gfortran -o conftest.exe   -O2    conftest.f90 -lpthread   >&5
configure:44134: $? = 0
configure:44134: ./conftest.exe
configure:44134: $? = 0
configure:44138: result:  15 , 307
configure:44172: checking for the range of integer
configure:44199: gfortran -o conftest.exe   -O2    conftest.f90 -lpthread   >&5
configure:44199: $? = 0
configure:44199: ./conftest.exe
configure:44199: $? = 0
configure:44203: result:  9
configure:44238: checking for available integer kinds
configure:44279: gfortran -o conftest.exe   -O2    conftest.f90 -lpthread   >&5
configure:44279: $? = 0
configure:44279: ./conftest.exe
configure:44279: $? = 0
configure:44283: result:  2 , 1, 4 , 2, 9 , 4, 18 , 8,
configure:44318: checking for available integer ranges
configure:44347: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:44347: $? = 0
configure:44350: mv conftest.o pac_conftest.o
configure:44353: $? = 0
configure:44403: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   >&5
configure:44403: $? = 0
configure:44403: ./conftest.exe
configure:44403: $? = 0
configure:44403: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   >&5
configure:44403: $? = 0
configure:44403: ./conftest.exe
configure:44403: $? = 0
configure:44403: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   >&5
configure:44403: $? = 0
configure:44403: ./conftest.exe
configure:44403: $? = 0
configure:44403: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   >&5
configure:44403: $? = 0
configure:44403: ./conftest.exe
configure:44403: $? = 0
configure:44427: result:  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },
configure:44952: RUNNING CONFIGURE FOR src/pm/gforker
configure:44978: checking for library containing socketpair
configure:45009: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45009: $? = 0
configure:45026: result: none required
configure:45037: checking for sys/types.h
configure:45037: result: yes
configure:45037: checking signal.h usability
configure:45037: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45037: $? = 0
configure:45037: result: yes
configure:45037: checking signal.h presence
configure:45037: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:45037: $? = 0
configure:45037: result: yes
configure:45037: checking for signal.h
configure:45037: result: yes
configure:45037: checking sys/ptrace.h usability
configure:45037: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:228:24: fatal error: sys/ptrace.h: No such file or directory
compilation terminated.
configure:45037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ptrace.h>
configure:45037: result: no
configure:45037: checking sys/ptrace.h presence
configure:45037: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:195:24: fatal error: sys/ptrace.h: No such file or directory
compilation terminated.
configure:45037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <sys/ptrace.h>
configure:45037: result: no
configure:45037: checking for sys/ptrace.h
configure:45037: result: no
configure:45049: checking for strsignal
configure:45049: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45049: $? = 0
configure:45049: result: yes
configure:45061: checking for sigaction
configure:45061: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45061: $? = 0
configure:45061: result: yes
configure:45061: checking for signal
configure:45061: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45061: $? = 0
configure:45061: result: yes
configure:45061: checking for sigset
configure:45061: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45061: $? = 0
configure:45061: result: yes
configure:45072: checking for struct sigaction
configure:45090: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45090: $? = 0
configure:45097: result: yes
configure:45162: checking for string.h
configure:45162: result: yes
configure:45162: checking for sys/time.h
configure:45162: result: yes
configure:45162: checking for unistd.h
configure:45162: result: yes
configure:45162: checking for stdlib.h
configure:45162: result: yes
configure:45162: checking for sys/socket.h
configure:45162: result: yes
configure:45162: checking wait.h usability
configure:45162: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45162: $? = 0
configure:45162: result: yes
configure:45162: checking wait.h presence
configure:45162: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
configure:45162: $? = 0
configure:45162: result: yes
configure:45162: checking for wait.h
configure:45162: result: yes
configure:45162: checking for errno.h
configure:45162: result: yes
configure:45191: RUNNING CONFIGURE FOR src/pm/util
configure:45210: checking for pid_t
configure:45210: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45210: $? = 0
configure:45210: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:244:20: error: expected expression before ')' token
configure:45210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:45210: result: yes
configure:45284: checking for setsid
configure:45284: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45284: $? = 0
configure:45284: result: yes
configure:45284: checking for isatty
configure:45284: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45284: $? = 0
configure:45284: result: yes
configure:45284: checking for getsid
configure:45284: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45284: $? = 0
configure:45284: result: yes
configure:45302: checking for unsetenv
configure:45302: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
configure:45302: $? = 0
configure:45302: result: yes
configure:45315: checking for cygwin1.dll in /bin
configure:45326: result: yes
configure:45335: checking for environ in unistd.h
configure:45352: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45352: $? = 0
configure:45359: result: yes
configure:45404: checking for library containing socketpair
configure:45452: result: none required
configure:45460: checking for ANSI C header files
configure:45564: result: yes
configure:45575: checking for sys/types.h
configure:45575: result: yes
configure:45575: checking for signal.h
configure:45575: result: yes
configure:45575: checking for sys/ptrace.h
configure:45575: result: no
configure:45575: checking for sys/uio.h
configure:45575: result: yes
configure:45575: checking for unistd.h
configure:45575: result: yes
configure:45587: checking whether struct iovec is defined in sys/uio.h
configure:45605: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45605: $? = 0
configure:45612: result: yes
configure:45622: checking for strsignal
configure:45622: result: yes
configure:45633: checking whether strsignal needs a declaration
configure:45651: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:223:5: error: conflicting types for 'strsignal'
/usr/include/string.h:100:8: note: previous declaration of 'strsignal' was here
configure:45651: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h.  */
| #include <string.h>
| int strsignal(double, int, double, const char *);
| int
| main ()
| {
| int a=strsignal(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:45658: result: no
configure:45672: checking for snprintf
configure:45672: result: yes
configure:45683: checking for strdup
configure:45683: result: yes
configure:45695: checking for sigaction
configure:45695: result: yes
configure:45695: checking for signal
configure:45695: result: yes
configure:45695: checking for sigset
configure:45695: result: yes
configure:45707: checking for struct sigaction and sa_handler
configure:45726: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
configure:45726: $? = 0
configure:45733: result: yes
configure:45793: checking whether snprintf needs a declaration
configure:45818: result: no
configure:45833: checking whether strdup needs a declaration
configure:45858: result: no
configure:45874: checking for putenv
configure:45874: result: yes
configure:45885: checking whether putenv needs a declaration
configure:45910: result: no
configure:45925: checking for gethostname
configure:45925: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:45925: $? = 0
configure:45925: result: yes
configure:45937: checking whether gethostname needs a declaration
configure:45955: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:231:5: error: conflicting types for 'gethostname'
/usr/include/sys/unistd.h:238:6: note: previous declaration of 'gethostname' was here
configure:45955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| #include <unistd.h>
| int gethostname(double, int, double, const char *);
| int
| main ()
| {
| int a=gethostname(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:45962: result: no
configure:45980: checking for select
configure:45980: result: yes
configure:45991: checking for sys/select.h
configure:45991: result: yes
configure:46012: checking whether FD_ZERO works
configure:46029: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:46029: $? = 0
configure:46037: result: yes
configure:46053: checking for sched_setaffinity
configure:46053: result: no
configure:46053: checking for sched_getaffinity
configure:46053: result: no
configure:46053: checking for bindprocessor
configure:46053: result: no
configure:46053: checking for thread_policy_set
configure:46053: result: no
configure:46173: checking for string.h
configure:46173: result: yes
configure:46173: checking for sys/time.h
configure:46173: result: yes
configure:46173: checking time.h usability
configure:46173: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:46173: $? = 0
configure:46173: result: yes
configure:46173: checking time.h presence
configure:46173: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:46173: $? = 0
configure:46173: result: yes
configure:46173: checking for time.h
configure:46173: result: yes
configure:46173: checking for stdlib.h
configure:46173: result: yes
configure:46173: checking for sys/socket.h
configure:46173: result: yes
configure:46173: checking for wait.h
configure:46173: result: yes
configure:46173: checking for errno.h
configure:46173: result: yes
configure:46185: checking whether socklen_t is defined (in sys/socket.h if present)
configure:46207: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:244:37: error: conflicting types for 'socklen_t'
/usr/include/cygwin/socket.h:24:13: note: previous declaration of 'socklen_t' was here
configure:46207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| typedef struct { double a; int b; } socklen_t;
| int
| main ()
| {
| socklen_t a;a.a=1.0;
|   ;
|   return 0;
| }
configure:46214: result: yes
configure:47043: checking for unistd.h
configure:47043: result: yes
configure:47043: checking for string.h
configure:47043: result: yes
configure:47043: checking for stdlib.h
configure:47043: result: yes
configure:47043: checking for sys/socket.h
configure:47043: result: yes
configure:47043: checking for strings.h
configure:47043: result: yes
configure:47043: checking for assert.h
configure:47043: result: yes
configure:47055: checking for snprintf
configure:47055: result: yes
configure:47066: checking whether snprintf needs a declaration
configure:47091: result: no
configure:47105: checking for strncasecmp
configure:47105: result: yes
configure:47137: checking for sys/types.h
configure:47137: result: yes
configure:47137: checking for sys/param.h
configure:47137: result: yes
configure:47137: checking for sys/socket.h
configure:47137: result: yes
configure:47137: checking netinet/in.h usability
configure:47137: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking netinet/in.h presence
configure:47137: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking for netinet/in.h
configure:47137: result: yes
configure:47137: checking netinet/tcp.h usability
configure:47137: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking netinet/tcp.h presence
configure:47137: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking for netinet/tcp.h
configure:47137: result: yes
configure:47137: checking sys/un.h usability
configure:47137: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking sys/un.h presence
configure:47137: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking for sys/un.h
configure:47137: result: yes
configure:47137: checking netdb.h usability
configure:47137: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking netdb.h presence
configure:47137: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47137: $? = 0
configure:47137: result: yes
configure:47137: checking for netdb.h
configure:47137: result: yes
configure:47149: checking for library containing socket
configure:47180: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47180: $? = 0
configure:47197: result: none required
configure:47205: checking for library containing gethostbyname
configure:47236: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47236: $? = 0
configure:47253: result: none required
configure:47265: checking for socket
configure:47265: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47265: $? = 0
configure:47265: result: yes
configure:47265: checking for setsockopt
configure:47265: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47265: $? = 0
configure:47265: result: yes
configure:47265: checking for gethostbyname
configure:47265: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47265: $? = 0
configure:47265: result: yes
configure:47288: checking whether socklen_t is defined (in sys/socket.h if present)
configure:47318: result: yes
configure:47326: checking whether struct hostent contains h_addr_list
configure:47344: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47344: $? = 0
configure:47351: result: yes
configure:47361: checking whether __attribute__ allowed
configure:47385: result: yes
configure:47387: checking whether __attribute__((format)) allowed
configure:47411: result: yes
configure:47429: RUNNING CONFIGURE FOR CH3 DEVICE
configure:47692: checking for assert.h
configure:47692: result: yes
configure:47692: checking for limits.h
configure:47692: result: yes
configure:47692: checking for string.h
configure:47692: result: yes
configure:47692: checking for sys/types.h
configure:47692: result: yes
configure:47692: checking for sys/uio.h
configure:47692: result: yes
configure:47692: checking uuid/uuid.h usability
configure:47692: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:300:23: fatal error: uuid/uuid.h: No such file or directory
compilation terminated.
configure:47692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <uuid/uuid.h>
configure:47692: result: no
configure:47692: checking uuid/uuid.h presence
configure:47692: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:267:23: fatal error: uuid/uuid.h: No such file or directory
compilation terminated.
configure:47692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <uuid/uuid.h>
configure:47692: result: no
configure:47692: checking for uuid/uuid.h
configure:47692: result: no
configure:47692: checking for time.h
configure:47692: result: yes
configure:47692: checking ctype.h usability
configure:47692: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47692: $? = 0
configure:47692: result: yes
configure:47692: checking ctype.h presence
configure:47692: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47692: $? = 0
configure:47692: result: yes
configure:47692: checking for ctype.h
configure:47692: result: yes
configure:47692: checking for unistd.h
configure:47692: result: yes
configure:47692: checking arpa/inet.h usability
configure:47692: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47692: $? = 0
configure:47692: result: yes
configure:47692: checking arpa/inet.h presence
configure:47692: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47692: $? = 0
configure:47692: result: yes
configure:47692: checking for arpa/inet.h
configure:47692: result: yes
configure:47692: checking for sys/socket.h
configure:47692: result: yes
configure:47708: checking for net/if.h
configure:47708: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47708: $? = 0
configure:47708: result: yes
configure:47733: checking for pid_t
configure:47733: result: yes
configure:47748: checking for inet_pton
configure:47748: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47748: $? = 0
configure:47748: result: yes
configure:47759: checking for gethostname
configure:47759: result: yes
configure:47771: checking whether gethostname needs a declaration
configure:47796: result: no
configure:47812: checking for CFUUIDCreate
configure:47812: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
/tmp/ccasPxPr.o:conftest.c:(.text+0xc): undefined reference to `_CFUUIDCreate'
collect2: ld returned 1 exit status
configure:47812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| /* Define CFUUIDCreate to an innocuous variant, in case <limits.h> declares CFUUIDCreate.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define CFUUIDCreate innocuous_CFUUIDCreate
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char CFUUIDCreate (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef CFUUIDCreate
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char CFUUIDCreate ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_CFUUIDCreate || defined __stub___CFUUIDCreate
| choke me
| #endif
| 
| int
| main ()
| {
| return CFUUIDCreate ();
|   ;
|   return 0;
| }
configure:47812: result: no
configure:47812: checking for uuid_generate
configure:47812: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
/tmp/ccpzHlUq.o:conftest.c:(.text+0xc): undefined reference to `_uuid_generate'
collect2: ld returned 1 exit status
configure:47812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| /* Define uuid_generate to an innocuous variant, in case <limits.h> declares uuid_generate.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define uuid_generate innocuous_uuid_generate
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char uuid_generate (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef uuid_generate
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uuid_generate ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_uuid_generate || defined __stub___uuid_generate
| choke me
| #endif
| 
| int
| main ()
| {
| return uuid_generate ();
|   ;
|   return 0;
| }
configure:47812: result: no
configure:47812: checking for time
configure:47812: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47812: $? = 0
configure:47812: result: yes
configure:47823: checking for OpenPA atomic primitive availability
configure:47862: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47862: $? = 0
configure:47881: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:47881: $? = 0
configure:47921: result: yes
configure:47932: checking whether byte ordering is bigendian
configure:48138: result: no
configure:48172: RUNNING CONFIGURE FOR ch3:nemesis
configure:48197: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48197: $? = 0
configure:48228: checking for assert.h
configure:48228: result: yes
configure:48228: checking for netdb.h
configure:48228: result: yes
configure:48228: checking for unistd.h
configure:48228: result: yes
configure:48228: checking for sched.h
configure:48228: result: yes
configure:48228: checking sys/mman.h usability
configure:48228: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking sys/mman.h presence
configure:48228: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking for sys/mman.h
configure:48228: result: yes
configure:48228: checking sys/ioctl.h usability
configure:48228: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking sys/ioctl.h presence
configure:48228: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking for sys/ioctl.h
configure:48228: result: yes
configure:48228: checking for sys/socket.h
configure:48228: result: yes
configure:48228: checking sys/sockio.h usability
configure:48228: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:317:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:48228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:48228: result: no
configure:48228: checking sys/sockio.h presence
configure:48228: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:284:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:48228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:48228: result: no
configure:48228: checking for sys/sockio.h
configure:48228: result: no
configure:48228: checking for sys/types.h
configure:48228: result: yes
configure:48228: checking for errno.h
configure:48228: result: yes
configure:48228: checking sys/ipc.h usability
configure:48228: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking sys/ipc.h presence
configure:48228: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking for sys/ipc.h
configure:48228: result: yes
configure:48228: checking sys/shm.h usability
configure:48228: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking sys/shm.h presence
configure:48228: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48228: $? = 0
configure:48228: result: yes
configure:48228: checking for sys/shm.h
configure:48228: result: yes
configure:48244: checking for netinet/in.h
configure:48271: result: yes
configure:48290: checking for signal.h
configure:48290: result: yes
configure:48302: checking for signal
configure:48302: result: yes
configure:48766: checking for mkstemp
configure:48766: result: yes
configure:48777: checking for rand
configure:48777: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48777: $? = 0
configure:48777: result: yes
configure:48788: checking for srand
configure:48788: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48788: $? = 0
configure:48788: result: yes
configure:48813: checking for mmap
configure:48813: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48813: $? = 0
configure:48813: result: yes
configure:48813: checking for munmap
configure:48813: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48813: $? = 0
configure:48813: result: yes
configure:48829: Using a memory-mapped file for shared memory
configure:48902: checking whether struct hostent contains h_addr_list
configure:48927: result: yes
configure:48937: checking whether we can use struct ifconf
configure:48960: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:48960: $? = 0
configure:48967: result: yes
configure:48981: checking whether we can use struct ifreq
configure:49004: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:49004: $? = 0
configure:49011: result: yes
configure:49040: checking knem_io.h usability
configure:49040: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:336:21: fatal error: knem_io.h: No such file or directory
compilation terminated.
configure:49040: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define USE_MMAP_SHM 1
| #define MPID_NEM_INLINE 1
| #define PREFETCH_CELL 1
| #define USE_FASTBOX 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_STRUCT_IFCONF 1
| #define HAVE_STRUCT_IFREQ 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <knem_io.h>
configure:49040: result: no
configure:49040: checking knem_io.h presence
configure:49040: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
conftest.c:303:21: fatal error: knem_io.h: No such file or directory
compilation terminated.
configure:49040: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.0.4"
| #define PACKAGE_STRING "MPICH 3.0.4"
| #define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define USE_SMP_COLLECTIVES 1
| #define PACKAGE "mpich"
| #define VERSION "3.0.4"
| #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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #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 ENABLE_NEM_STATISTICS 1
| #define ENABLE_RECVQ_STATISTICS 1
| #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 FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 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 4
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
| #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 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_VOID_P 4
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 16
| #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 24
| #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_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 24
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 56
| #define HAVE_GCC_AND_PENTIUM_ASM 1
| #define USE_ATOMIC_UPDATES /**/
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX INT_MAX
| #define SIZEOF_INT_IS_AINT 1
| #define MPIR_Pint int
| #define MPIR_PINT_FMT_DEC_SPEC "%d"
| #define MPIR_Upint unsigned int
| #define MPIR_UPINT_FMT_DEC_SPEC "%u"
| #define MPIU_SIZE_T unsigned int
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_SCHED_YIELD_FOR_YIELD 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION 1
| #define MPIEXEC_ALLOW_PORT 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SETSID 1
| #define HAVE_ISATTY 1
| #define HAVE_GETSID 1
| #define USE_NEW_SESSION 1
| #define HAVE_UNSETENV 1
| #define NEEDS_BIN_IN_PATH 1
| #define HAVE_EXTERN_ENVIRON 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_IOVEC_DEFINITION 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGSET 1
| #define USE_SIGACTION /**/
| #define HAVE_PUTENV 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_GCC_ATTRIBUTE 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_MKSTEMP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define USE_MMAP_SHM 1
| #define MPID_NEM_INLINE 1
| #define PREFETCH_CELL 1
| #define USE_FASTBOX 1
| #define HAVE_H_ADDR_LIST 1
| #define HAVE_STRUCT_IFCONF 1
| #define HAVE_STRUCT_IFREQ 1
| /* end confdefs.h.  */
| #include <knem_io.h>
configure:49040: result: no
configure:49040: checking for knem_io.h
configure:49040: result: no
configure:51244: ===== configuring src/mpi/romio =====
configure:51409: running /bin/sh ../../../../mpich-3.0.4/src/mpi/romio/configure --disable-option-checking '--prefix=/home/buildbot/install/pylith_cygwin_i686_binbot'  '--with-pm=gforker' '--enable-shared' '--enable-sharedlibs=libtool' '--disable-static' '--disable-mpe' --cache-file=/dev/null --srcdir=../../../../mpich-3.0.4/src/mpi/romio
configure:51429: ===== done with src/mpi/romio configure =====
configure:51435: sourcing src/mpi/romio/localdefs
configure:51460: checking size of OPA_ptr_t
configure:51465: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51465: $? = 0
configure:51465: ./conftest.exe
configure:51465: $? = 0
configure:51483: result: 4
configure:51534: checking the sizeof MPI_Offset
configure:51541: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51541: $? = 0
configure:51541: ./conftest.exe
configure:51541: $? = 0
configure:51552: result: 8
configure:51620: checking whether the Fortran Offset type works with Fortran 77
configure:51629: gfortran -c   -O2 conftest.f >&5
configure:51629: $? = 0
configure:51635: result: yes
configure:51649: checking whether the Fortran Offset type works with Fortran 90
configure:51658: gfortran -c   -O2  conftest.f90 >&5
configure:51658: $? = 0
configure:51670: result: yes
configure:51765: checking for size of MPI_Status
configure:51786: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51786: $? = 0
configure:51786: ./conftest.exe
configure:51786: $? = 0
configure:51795: result: 40
configure:51840: checking for BSD/POSIX style global symbol lister
configure:51882: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51882: $? = 0
configure:51930: result: no
configure:51966: checking stdio.h usability
configure:51966: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51966: $? = 0
configure:51966: result: yes
configure:51966: checking stdio.h presence
configure:51966: cc -E   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:51966: $? = 0
configure:51966: result: yes
configure:51966: checking for stdio.h
configure:51966: result: yes
configure:51976: checking for multiple __attribute__((alias)) support
configure:52037: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52037: $? = 0
configure:52041: cp conftest.o pac_conftest_other.o
configure:52044: $? = 0
configure:52107: cc -o conftest.exe    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include   conftest.c pac_conftest_other.o -lpthread   >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52107: $? = 0
configure:52111: cp conftest.exe pac_conftest_main.exe
configure:52114: $? = 0
configure:52174: ./pac_conftest_main.exe
configure:52177: $? = 0
configure:52184: result: yes
configure:52212: checking the minimum alignment of Fortran common block of 1 integers
configure:52251: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52251: $? = 0
configure:52255: mv conftest.o pac_conftest.o
configure:52258: $? = 0
configure:52282: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align0.log 2>&1
configure:52282: $? = 0
configure:52364: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52364: $? = 0
configure:52368: mv conftest.o pac_conftest.o
configure:52371: $? = 0
configure:52396: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align1.log 2>&1
configure:52396: $? = 0
configure:52403: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:52406: $? = 0
configure:52495: result: 4
configure:52506: checking the minimum alignment of Fortran common block of 10 integers
configure:52545: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52545: $? = 0
configure:52549: mv conftest.o pac_conftest.o
configure:52552: $? = 0
configure:52576: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align0.log 2>&1
configure:52576: $? = 0
configure:52658: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52658: $? = 0
configure:52662: mv conftest.o pac_conftest.o
configure:52665: $? = 0
configure:52690: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align1.log 2>&1
configure:52690: $? = 0
configure:52697: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:52700: $? = 0
configure:52658: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52658: $? = 0
configure:52662: mv conftest.o pac_conftest.o
configure:52665: $? = 0
configure:52690: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align1.log 2>&1
configure:52690: $? = 0
configure:52697: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:52700: $? = 0
configure:52658: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52658: $? = 0
configure:52662: mv conftest.o pac_conftest.o
configure:52665: $? = 0
configure:52690: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align1.log 2>&1
configure:52690: $? = 0
configure:52697: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:52700: $? = 0
configure:52658: cc -c    -O2   -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include conftest.c >&5
conftest.c:226:0: warning: "USE_SIGACTION" redefined
conftest.c:198:0: note: this is the location of the previous definition
configure:52658: $? = 0
configure:52662: mv conftest.o pac_conftest.o
configure:52665: $? = 0
configure:52690: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o -lpthread   > pac_align1.log 2>&1
configure:52690: $? = 0
configure:52697: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:52700: $? = 0
configure:52801: result: 4, too small! reset to 32
configure:52956: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:812: creating libtool
configure:55350: checking that generated files are newer than configure
configure:55356: result: done
configure:55560: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by MPICH config.status 3.0.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on winbuild

config.status:2038: creating src/binding/f90/mpif90model.h
config.status:2038: creating src/mpid/ch3/channels/nemesis/include/mpid_nem_net_module_defs.h
config.status:2038: creating src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.c
config.status:2038: creating Makefile
config.status:2038: creating examples/Makefile
config.status:2038: creating test/Makefile
config.status:2038: creating test/commands/Makefile
config.status:2038: creating src/include/mpichinfo.h
config.status:2038: creating mpich-doxygen
config.status:2038: creating src/include/glue_romio.h
config.status:2038: creating src/include/mpichtimer.h
config.status:2038: creating src/binding/cxx/mpicxx.h
config.status:2038: creating src/binding/f77/mpif.h
config.status:2038: creating src/binding/f77/setbotf.f
config.status:2038: creating src/binding/f77/setbot.c
config.status:2038: creating src/binding/f90/mpi_sizeofs.f90
config.status:2038: creating src/binding/f90/mpi_base.f90
config.status:2038: creating src/packaging/pkgconfig/mpich.pc
config.status:2038: creating src/packaging/envmods/mpich.module
config.status:2146: WARNING:  '../mpich-3.0.4/src/packaging/envmods/mpich.module.in' seems to ignore the --datarootdir setting
config.status:2038: creating src/env/mpixxx_opts.conf
config.status:2038: creating src/env/mpicc.sh
config.status:2038: creating src/env/mpicc.conf
config.status:2038: creating src/env/mpicc.bash
config.status:2038: creating src/env/mpicxx.sh
config.status:2038: creating src/env/mpicxx.conf
config.status:2038: creating src/env/mpicxx.bash
config.status:2038: creating src/env/mpif77.sh
config.status:2038: creating src/env/mpif77.conf
config.status:2038: creating src/env/mpif77.bash
config.status:2038: creating src/env/mpif90.sh
config.status:2038: creating src/env/mpif90.conf
config.status:2038: creating src/env/mpif90.bash
config.status:2038: creating src/env/parkill
config.status:2038: creating src/util/dbg/getfuncstack
config.status:2038: creating src/include/mpi.h
config.status:2038: creating doc/design/Makefile
config.status:2038: creating doc/installguide/Makefile
config.status:2038: creating doc/logging/Makefile
config.status:2038: creating doc/refman/Makefile
config.status:2038: creating doc/smpd/Makefile
config.status:2038: creating doc/userguide/Makefile
config.status:2038: creating doc/windev/Makefile
config.status:2038: creating test/commands/cmdtests
config.status:2038: creating src/include/mpichconf.h
config.status:2257: executing depfiles commands
config.status:2257: executing libtool commands
config.status:2257: executing default-1 commands
config.status:2257: executing default-2 commands
config.status:2257: executing default-3 commands
config.status:2257: executing default-4 commands
config.status:2257: executing default-5 commands
configure:58735: === configuring in test/mpi (/home/buildbot/pylith_deps/src/mpich-3.0.4-build/test/mpi)
configure:58798: running /bin/sh ../../../mpich-3.0.4/test/mpi/configure --disable-option-checking '--prefix=/home/buildbot/install/pylith_cygwin_i686_binbot'  '--with-pm=gforker' '--enable-shared' '--enable-sharedlibs=libtool' '--disable-static' '--disable-mpe' --cache-file=/dev/null --srcdir=../../../mpich-3.0.4/test/mpi

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-cygwin
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=
ac_cv_env_CC_value=
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=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
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_PMPILIBNAME_set=
ac_cv_env_PMPILIBNAME_value=
ac_cv_env_TCP_LIBS_set=
ac_cv_env_TCP_LIBS_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_exeext=.exe
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_libs=' -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. -lgfortran -lcygwin -luser32 -ladvapi32 -lshell32'
ac_cv_fc_compiler_gnu=yes
ac_cv_func_CFUUIDCreate=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_bindprocessor=no
ac_cv_func_clock_getres=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_fdopen=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_gethrtime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getpid=yes
ac_cv_func_getsid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_pton=yes
ac_cv_func_isatty=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_munmap=yes
ac_cv_func_pthread_cleanup_push=no
ac_cv_func_pthread_key_create=yes
ac_cv_func_pthread_yield=yes
ac_cv_func_putenv=yes
ac_cv_func_qsort=yes
ac_cv_func_rand=yes
ac_cv_func_sched_getaffinity=no
ac_cv_func_sched_setaffinity=no
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setitimer=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_sigaction=yes
ac_cv_func_signal=yes
ac_cv_func_sigset=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_srand=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strsignal=yes
ac_cv_func_thread_policy_set=no
ac_cv_func_time=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_uuid_generate=no
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_func_yield=no
ac_cv_have_decl_strerror_r=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_complex=yes
ac_cv_header_complex_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_knem_io_h=no
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_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_stdio_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=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_ptrace_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_uuid_uuid_h=no
ac_cv_header_wait_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_lib_pthread_pthread_key_create=yes
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/usr/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_NM_G='/usr/bin/nm -g'
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='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_GCOV=gcov
ac_cv_prog_MAKE=make
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_FC=gfortran
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_cc_c_o=yes
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=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_getres='none required'
ac_cv_search_clock_gettime='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_search_socketpair='none required'
ac_cv_sizeof_Complex=8
ac_cv_sizeof_DoubleComplex=16
ac_cv_sizeof_LongDoubleComplex=24
ac_cv_sizeof_MPIR_Bsend_data_t=56
ac_cv_sizeof_MPI_Offset=8
ac_cv_sizeof_OPA_ptr_t=4
ac_cv_sizeof__Bool=1
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=4
ac_cv_sizeof_long_double=12
ac_cv_sizeof_long_double__Complex=24
ac_cv_sizeof_long_double_int=16
ac_cv_sizeof_long_int=8
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=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=2
ac_cv_tls=__thread
ac_cv_type__Bool=yes
ac_cv_type_double__Complex=yes
ac_cv_type_float__Complex=yes
ac_cv_type_long_double__Complex=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=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
lac_cv_header_net_if_h=yes
lac_cv_use_atomic_updates=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
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/i686-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
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_c_o_FC=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_F77=-DDLL_EXPORT
lt_cv_prog_compiler_pic_FC=-DDLL_EXPORT
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_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_compiler_static_works_FC=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
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=8192
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=4
pac_cv_c_llint_pos_align=no
pac_cv_c_max_double_fp_align=eight
pac_cv_c_max_fp_align=four
pac_cv_c_max_integer_align=eight
pac_cv_c_max_longdouble_fp_align=four
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_fc_accepts_F90=yes
pac_cv_fc_and_f77=yes
pac_cv_fc_module_case=lower
pac_cv_fc_module_ext=mod
pac_cv_fc_module_incflag=-I
pac_cv_fc_module_outflag=-J
pac_cv_fdzero_works=yes
pac_cv_fort90_real8=yes
pac_cv_fort_integer16=no
pac_cv_fort_integer1=yes
pac_cv_fort_integer2=yes
pac_cv_fort_integer4=yes
pac_cv_fort_integer8=yes
pac_cv_fort_real16=no
pac_cv_fort_real4=yes
pac_cv_fort_real8=yes
pac_cv_func_decl_fdopen=yes
pac_cv_func_decl_gethostname=no
pac_cv_func_decl_mkstemp=no
pac_cv_func_decl_pthread_mutexattr_settype=no
pac_cv_func_decl_putenv=no
pac_cv_func_decl_snprintf=no
pac_cv_func_decl_strdup=no
pac_cv_func_decl_strerror_r=no
pac_cv_func_decl_strsignal=no
pac_cv_func_decl_usleep=no
pac_cv_func_decl_vsnprintf=no
pac_cv_func_pthread_cleanup_push=no
pac_cv_func_va_copy=yes
pac_cv_gnu_attr_format=yes
pac_cv_gnu_attr_pure=yes
pac_cv_has_environ_in_unistd=yes
pac_cv_has_extern_environ=yes
pac_cv_has_pthread_mutex_errorcheck=yes
pac_cv_has_pthread_mutex_errorcheck_np=no
pac_cv_has_pthread_mutex_recursive=yes
pac_cv_has_pthread_mutex_recursive_np=no
pac_cv_has_struct_iovec=yes
pac_cv_have__func__=yes
pac_cv_have__function__=yes
pac_cv_have_cap__func__=no
pac_cv_have_haddr_list=yes
pac_cv_have_knem_io_h=no
pac_cv_have_long_double=yes
pac_cv_have_long_long=yes
pac_cv_have_socklen_t=yes
pac_cv_have_struct_ifconf=yes
pac_cv_have_struct_ifreq=yes
pac_cv_int32_t_alignment=no
pac_cv_int64_t_alignment=no
pac_cv_mkdir_p=yes
pac_cv_my_conf_dir=/home/buildbot/pylith_deps/src/mpich-3.0.4-build
pac_cv_needs_bin_in_path=yes
pac_cv_pointers_have_int_alignment=yes
pac_cv_posix_clock_realtime=yes
pac_cv_prog_c_unaligned_doubles=yes
pac_cv_prog_c_weak_symbols=no
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_and_c_stdio_libs=none
pac_cv_prog_fc_cross=no
pac_cv_prog_fc_int_kind_16=8
pac_cv_prog_fc_int_kind_8=4
pac_cv_prog_fc_works=yes
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
pac_cv_sizeof_mpi_status=40
pac_cv_struct_sigaction=yes
pac_cv_struct_sigaction_with_sa_handler=yes
pac_cv_struct_timespec_defined=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABIVERSION='10:4:0'
ABIVERSIONFLAGS='-version-info $(ABIVERSION)'
ACLOCAL='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/missing --run aclocal-1.12'
ADDRESS_KIND='4'
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='as'
ASSERT_LEVEL=''
AUTOCONF='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/missing --run autoconf'
AUTOHEADER='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/missing --run autoheader'
AUTOMAKE='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/missing --run automake-1.12'
AWK='gawk'
BASH_SHELL='/usr/bin/bash'
BGQ_INSTALL_DIR=''
BSEND_OVERHEAD='56'
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_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_TRUE='#'
BUILD_PMI_SIMPLE_FALSE='#'
BUILD_PMI_SIMPLE_TRUE=''
BUILD_PMI_SLURM_FALSE=''
BUILD_PMI_SLURM_TRUE='#'
BUILD_PMI_SMPD_FALSE=''
BUILD_PMI_SMPD_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_SMPD_FALSE=''
BUILD_PM_SMPD_TRUE='#'
BUILD_PM_UTIL_FALSE='#'
BUILD_PM_UTIL_TRUE=''
BUILD_PROFILING_LIB_FALSE='#'
BUILD_PROFILING_LIB_TRUE=''
BUILD_ROMIO_FALSE='#'
BUILD_ROMIO_TRUE=''
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='   -O2'
CMB_1INT_ALIGNMENT='__attribute__((aligned(4)))'
CMB_STATUS_ALIGNMENT='__attribute__((aligned(32)))'
CONFIGURE_ARGS_CLEAN='--with-pm=gforker --enable-shared --enable-sharedlibs=libtool --disable-static --disable-mpe --prefix=/home/buildbot/install/pylith_cygwin_i686_binbot'
CONFIGURE_ARGUMENTS=' '\''--with-pm=gforker'\'' '\''--enable-shared'\'' '\''--enable-sharedlibs=libtool'\'' '\''--disable-static'\'' '\''--disable-mpe'\'' '\''--prefix=/home/buildbot/install/pylith_cygwin_i686_binbot'\'''
COUNT_KIND='8'
CPP='cc -E'
CPPFLAGS='  -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/mpl/include -I/home/buildbot/pylith_deps/src/mpich-3.0.4/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/openpa/src -I/home/buildbot/pylith_deps/src/mpich-3.0.4-build/src/mpi/romio/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -O2'
CYGPATH_W='cygpath -w'
C_LINKPATH_SHL=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVICE='ch3:nemesis'
DLLIMPORT=''
DLLTOOL='dlltool'
DOCTEXT='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
EXTRA_STATUS_DECL=''
F77='gfortran'
F77CPP=''
F77_COMPLEX16='1275072554'
F77_COMPLEX32='MPI_DATATYPE_NULL'
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='MPI_DATATYPE_NULL'
F77_REAL4='1275069479'
F77_REAL8='1275070505'
FC='gfortran'
FCCPP=''
FCEXT='f90'
FCFLAGS='  -O2'
FCINC='-I'
FCINCFLAG='-I'
FCMODEXT='mod'
FCMODINCFLAG='-I'
FCMODINCSPEC=''
FCMODOUTFLAG='-J'
FC_ALL_INTEGER_MODELS=' 2 , 1, 4 , 2, 9 , 4, 18 , 8,'
FC_DOUBLE_MODEL=' 15 , 307'
FC_INTEGER_MODEL=' 9'
FC_INTEGER_MODEL_MAP=' {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },'
FC_OTHER_LIBS=''
FC_REAL_MODEL=' 6 , 37'
FC_WORK_FILES_ARG=''
FFLAGS='  -O2'
FGREP='/usr/bin/grep -F'
FILE=''
FLIBS=' -L/usr/lib/gcc/i686-pc-cygwin/4.5.3 -L/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../.. -lgfortran -lcygwin -luser32 -ladvapi32 -lshell32'
FORTRAN_BINDING='1'
FORTRAN_MPI_OFFSET='integer*8'
FWRAPNAME='fmpich'
GCOV='gcov'
GNUCXX_MINORVERSION='5'
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='4'
KILLALL='true'
LD='/usr/i686-pc-cygwin/bin/ld.exe'
LDFLAGS=' '
LIBOBJS=''
LIBS='-lpthread  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LPMPILIBNAME='-lpmpich'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKE='make'
MAKEINFO='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/missing --run 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_NUMVERSION='30004300'
MPICH_RELEASE_DATE='Wed Apr 24 10:08:10 CDT 2013'
MPICH_TIMER_KIND='USE_CLOCK_GETTIME'
MPICH_VERSION='3.0.4'
MPICONSTMODNAME='mpi_constants'
MPICXXLIBNAME='mpichcxx'
MPID_TIMER_TYPE='struct timespec'
MPIFLIBNAME='mpich'
MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
MPILIBNAME='mpich'
MPIMODNAME='mpi'
MPIR_CXX_BOOL='0x4c000133'
MPIR_CXX_COMPLEX='0x4c000834'
MPIR_CXX_DOUBLE_COMPLEX='0x4c001035'
MPIR_CXX_LONG_DOUBLE_COMPLEX='0x4c001836'
MPIR_PINT='int'
MPISIZEOFMODNAME='mpi_sizeofs'
MPIU_DLL_SPEC_DEF='#define MPIU_DLL_SPEC'
MPI_2COMPLEX='1275072548'
MPI_2DOUBLE_COMPLEX='1275076645'
MPI_2DOUBLE_PRECISION='1275072547'
MPI_2INT='0x4c000816'
MPI_2INTEGER='1275070496'
MPI_2REAL='1275070497'
MPI_AINT='int'
MPI_AINT_DATATYPE='0x4c000443'
MPI_AINT_FMT_DEC_SPEC='%d'
MPI_AINT_FMT_HEX_SPEC='%x'
MPI_BYTE='0x4c00010d'
MPI_CHAR='0x4c000101'
MPI_CHARACTER='1275068698'
MPI_COMPLEX16='0x4c00102a'
MPI_COMPLEX32='MPI_DATATYPE_NULL'
MPI_COMPLEX8='0x4c000828'
MPI_COMPLEX='1275070494'
MPI_COUNT='long long'
MPI_COUNT_DATATYPE='0x4c000845'
MPI_C_BOOL='0x4c00013f'
MPI_C_DOUBLE_COMPLEX='0x4c001041'
MPI_C_FLOAT_COMPLEX='0x4c000840'
MPI_C_LONG_DOUBLE_COMPLEX='0x4c001842'
MPI_DOUBLE='0x4c00080b'
MPI_DOUBLE_COMPLEX='1275072546'
MPI_DOUBLE_INT='0x8c000001'
MPI_DOUBLE_PRECISION='1275070495'
MPI_F77_2INT='1275070486'
MPI_F77_AINT='1275069507'
MPI_F77_BYTE='1275068685'
MPI_F77_CHAR='1275068673'
MPI_F77_COUNT='1275070533'
MPI_F77_CXX_BOOL='1275068723'
MPI_F77_CXX_DOUBLE_COMPLEX='1275072565'
MPI_F77_CXX_FLOAT_COMPLEX='1275070516'
MPI_F77_CXX_LONG_DOUBLE_COMPLEX='1275074614'
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='1275074626'
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='1275069447'
MPI_F77_LONG_DOUBLE='1275071500'
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='1275070532'
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='1275069448'
MPI_F77_UNSIGNED_LONG_LONG='1275070489'
MPI_F77_UNSIGNED_SHORT='1275068932'
MPI_F77_WCHAR='1275068942'
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='0x4c000407'
MPI_LONG_DOUBLE='0x4c000c0c'
MPI_LONG_DOUBLE_INT='0x8c000004'
MPI_LONG_INT='0x8c000002'
MPI_LONG_LONG='0x4c000809'
MPI_MAX_ERROR_STRING='1024'
MPI_MAX_LIBRARY_VERSION_STRING='8192'
MPI_MAX_PROCESSOR_NAME='128'
MPI_OFFSET='long long'
MPI_OFFSET_DATATYPE='0x4c000844'
MPI_OFFSET_TYPEDEF='typedef long long MPI_Offset;'
MPI_PACKED='0x4c00010f'
MPI_REAL16='MPI_DATATYPE_NULL'
MPI_REAL4='0x4c000427'
MPI_REAL8='0x4c000829'
MPI_REAL='1275069468'
MPI_SHORT='0x4c000203'
MPI_SHORT_INT='0x8c000003'
MPI_SIGNED_CHAR='0x4c000118'
MPI_STATUS_SIZE='10'
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='0x4c000408'
MPI_UNSIGNED_LONG_LONG='0x4c000819'
MPI_UNSIGNED_SHORT='0x4c000204'
MPI_WCHAR='0x4c00020e'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OFFSET_KIND='8'
OTOOL64=''
OTOOL=''
PACKAGE='mpich'
PACKAGE_BUGREPORT='mpich-discuss at mcs.anl.gov'
PACKAGE_NAME='MPICH'
PACKAGE_STRING='MPICH 3.0.4'
PACKAGE_TARNAME='mpich'
PACKAGE_URL='http://www.mpich.org/'
PACKAGE_VERSION='3.0.4'
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='#'
PRIMARY_PM_SMPD_FALSE=''
PRIMARY_PM_SMPD_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='1'
SIZEOF_FC_DOUBLE_PRECISION='8'
SIZEOF_FC_INTEGER='4'
SIZEOF_FC_REAL='4'
SIZEOF_MPI_STATUS='40'
SMPD_SOCK_IS_POLL_FALSE='#'
SMPD_SOCK_IS_POLL_TRUE=''
SSH=''
STRIP='strip'
TCP_LIBS=''
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.0.4'
VPATH='VPATH=.:${srcdir}'
WRAPPER_CFLAGS=' '
WRAPPER_CPPFLAGS=' '
WRAPPER_CXXFLAGS=' '
WRAPPER_FCFLAGS=' '
WRAPPER_FFLAGS=' '
WRAPPER_LDFLAGS='  '
WRAPPER_LIBS='-lopa -lmpl  -lpthread  '
WTIME_DOUBLE_TYPE='REAL*8'
XARGS_NODATA_OPT='-r'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX='c++'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
ac_ct_FC='gfortran'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindings=' f77 f90 cxx'
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
channel_name='nemesis'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
device_name='ch3'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_wrapper_rpath='yes'
exec_prefix='${prefix}'
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/buildbot/pylith_deps/src/mpich-3.0.4/confdb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libmpich_so_version='10:4:0'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
master_top_builddir='/home/buildbot/pylith_deps/src/mpich-3.0.4-build'
master_top_srcdir='/home/buildbot/pylith_deps/src/mpich-3.0.4'
mkdir_p='$(MKDIR_P)'
mmx_copy_s=''
mpich_libtool_static_flag='-static'
nemesis_nets_array='MPIDI_NEM_TCP'
nemesis_nets_array_sz='1'
nemesis_nets_dirs='tcp'
nemesis_nets_func_array='&MPIDI_nem_tcp_funcs'
nemesis_nets_func_decl='MPIDI_nem_tcp_funcs'
nemesis_nets_macro_defs='#define MPIDI_NEM_TCP 0'
nemesis_nets_strings='"tcp"'
nemesis_networks='tcp'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pm_name='gforker'
prefix='/home/buildbot/install/pylith_cygwin_i686_binbot'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' test/mpi'
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='src/env/fc_shlib.conf'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "MPICH"
#define PACKAGE_TARNAME "mpich"
#define PACKAGE_VERSION "3.0.4"
#define PACKAGE_STRING "MPICH 3.0.4"
#define PACKAGE_BUGREPORT "mpich-discuss at mcs.anl.gov"
#define PACKAGE_URL "http://www.mpich.org/"
#define USE_SMP_COLLECTIVES 1
#define PACKAGE "mpich"
#define VERSION "3.0.4"
#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_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define HAVE_RUNTIME_THREADCHECK 1
#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 ENABLE_NEM_STATISTICS 1
#define ENABLE_RECVQ_STATISTICS 1
#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 FILE_NAMEPUB_BASEDIR "."
#define USE_FILE_FOR_NAMEPUB 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 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 4
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
#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 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 12
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 2
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 8
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 16
#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 24
#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_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long 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_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 24
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c001836
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define SIZEOF_MPIR_BSEND_DATA_T 56
#define HAVE_GCC_AND_PENTIUM_ASM 1
#define USE_ATOMIC_UPDATES /**/
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX INT_MAX
#define SIZEOF_INT_IS_AINT 1
#define MPIR_Pint int
#define MPIR_PINT_FMT_DEC_SPEC "%d"
#define MPIR_Upint unsigned int
#define MPIR_UPINT_FMT_DEC_SPEC "%u"
#define MPIU_SIZE_T unsigned int
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_SCHED_YIELD_FOR_YIELD 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STRSIGNAL 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL 1
#define HAVE_SIGSET 1
#define USE_SIGACTION 1
#define MPIEXEC_ALLOW_PORT 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_WAIT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SETSID 1
#define HAVE_ISATTY 1
#define HAVE_GETSID 1
#define USE_NEW_SESSION 1
#define HAVE_UNSETENV 1
#define NEEDS_BIN_IN_PATH 1
#define HAVE_EXTERN_ENVIRON 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_IOVEC_DEFINITION 1
#define HAVE_STRSIGNAL 1
#define HAVE_SNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL 1
#define HAVE_SIGSET 1
#define USE_SIGACTION /**/
#define HAVE_PUTENV 1
#define HAVE_GETHOSTNAME 1
#define HAVE_SELECT 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_WAIT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SOCKLEN_T 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NET_IF_H 1
#define HAVE_ASSERT_H 1
#define HAVE_NETDB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGNAL 1
#define HAVE_MKSTEMP 1
#define HAVE_RAND 1
#define HAVE_SRAND 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define MPID_NEM_INLINE 1
#define PREFETCH_CELL 1
#define USE_FASTBOX 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_STRUCT_IFCONF 1
#define HAVE_STRUCT_IFREQ 1
#define MPID_NEM_LOCAL_LMT_IMPL MPID_NEM_LOCAL_LMT_SHM_COPY
#define MPID_NEM_USE_LOCK_FREE_QUEUES 1
#define SIZEOF_OPA_PTR_T 4
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIF_STATUS_SIZE 10
#define HAVE_STDIO_H 1
#define HAVE_C_MULTI_ATTR_ALIAS 1
#define HAVE_FC_TYPE_ROUTINES 1
#define HAVE_MPICHCONF 1

configure: exit 0


More information about the discuss mailing list