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.2a2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-threads

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

hostname = terra
uname -m = x86_64
uname -r = 2.6.18-308.1.1.el5
uname -s = Linux
uname -v = #1 SMP Fri Feb 17 16:51:01 EST 2012

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

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin


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

configure:5151: checking for C compiler version
configure:5160: /usr/local/bin/gcc-5 --version >&5
gcc-5 (GCC) 5.0.0 20150208 (experimental)
Copyright (C) 2015 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:5171: $? = 0
configure:5160: /usr/local/bin/gcc-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gcc-5
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /opt/gcc-5-20150208/configure --program-suffix=-5 --prefix=/usr/local --enable-languages=c,c++,fortran --disable-multilib
Thread model: posix
gcc version 5.0.0 20150208 (experimental) (GCC) 
configure:5171: $? = 0
configure:5160: /usr/local/bin/gcc-5 -V >&5
gcc-5: error: unrecognized command line option '-V'
gcc-5: fatal error: no input files
compilation terminated.
configure:5171: $? = 1
configure:5160: /usr/local/bin/gcc-5 -qversion >&5
gcc-5: error: unrecognized command line option '-qversion'
gcc-5: fatal error: no input files
compilation terminated.
configure:5171: $? = 1
configure:5191: checking whether the C compiler works
configure:5213: /usr/local/bin/gcc-5       conftest.c   >&5
configure:5217: $? = 0
configure:5265: result: yes
configure:5268: checking for C compiler default output file name
configure:5270: result: a.out
configure:5276: checking for suffix of executables
configure:5283: /usr/local/bin/gcc-5 -o conftest       conftest.c   >&5
configure:5287: $? = 0
configure:5309: result: 
configure:5331: checking whether we are cross compiling
configure:5339: /usr/local/bin/gcc-5 -o conftest       conftest.c   >&5
configure:5343: $? = 0
configure:5350: ./conftest
configure:5354: $? = 0
configure:5369: result: no
configure:5374: checking for suffix of object files
configure:5396: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:5400: $? = 0
configure:5421: result: o
configure:5425: checking whether we are using the GNU C compiler
configure:5444: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:5444: $? = 0
configure:5453: result: yes
configure:5462: checking whether /usr/local/bin/gcc-5 accepts -g
configure:5482: /usr/local/bin/gcc-5 -c -g   conftest.c >&5
configure:5482: $? = 0
configure:5523: result: yes
configure:5540: checking for /usr/local/bin/gcc-5 option to accept ISO C89
configure:5603: /usr/local/bin/gcc-5  -c     conftest.c >&5
configure:5603: $? = 0
configure:5616: result: none needed
configure:5641: checking whether /usr/local/bin/gcc-5 understands -c and -o together
configure:5663: /usr/local/bin/gcc-5 -c conftest.c -o conftest2.o
configure:5666: $? = 0
configure:5663: /usr/local/bin/gcc-5 -c conftest.c -o conftest2.o
configure:5666: $? = 0
configure:5678: result: yes
configure:5713: checking how to run the C preprocessor
configure:5744: /usr/local/bin/gcc-5 -E   conftest.c
configure:5744: $? = 0
configure:5758: /usr/local/bin/gcc-5 -E   conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5783: result: /usr/local/bin/gcc-5 -E
configure:5803: /usr/local/bin/gcc-5 -E   conftest.c
configure:5803: $? = 0
configure:5817: /usr/local/bin/gcc-5 -E   conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5817: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5877: checking for a BSD-compatible install
configure:5945: result: /usr/bin/install -c
configure:5956: checking whether build environment is sane
configure:6011: result: yes
configure:6159: checking for a thread-safe mkdir -p
configure:6198: result: /bin/mkdir -p
configure:6205: checking for gawk
configure:6221: found /usr/bin/gawk
configure:6232: result: gawk
configure:6243: checking whether make sets $(MAKE)
configure:6265: result: yes
configure:6295: checking for style of include used by make
configure:6323: result: GNU
configure:6357: checking whether make supports nested variables
configure:6374: result: yes
configure:6459: checking dependency style of /usr/local/bin/gcc-5
configure:6570: result: gcc3
configure:6628: checking whether to enable maintainer-specific portions of Makefiles
configure:6637: result: yes
configure:6701: checking for ar
configure:6717: found /usr/bin/ar
configure:6728: result: ar
configure:6754: checking the archiver (ar) interface
configure:6770: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:6770: $? = 0
configure:6772: ar cru libconftest.a conftest.o >&5
configure:6775: $? = 0
configure:6803: result: ar
configure:6853: checking build system type
configure:6867: result: x86_64-unknown-linux-gnu
configure:6887: checking host system type
configure:6900: result: x86_64-unknown-linux-gnu
configure:6941: checking how to print strings
configure:6968: result: printf
configure:6989: checking for a sed that does not truncate output
configure:7053: result: /bin/sed
configure:7071: checking for grep that handles long lines and -e
configure:7129: result: /bin/grep
configure:7134: checking for egrep
configure:7196: result: /bin/grep -E
configure:7201: checking for fgrep
configure:7263: result: /bin/grep -F
configure:7298: checking for ld used by /usr/local/bin/gcc-5
configure:7365: result: /usr/bin/ld
configure:7372: checking if the linker (/usr/bin/ld) is GNU ld
configure:7387: result: yes
configure:7399: checking for BSD- or MS-compatible name lister (nm)
configure:7448: result: /usr/bin/nm -B
configure:7578: checking the name lister (/usr/bin/nm -B) interface
configure:7585: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:7588: /usr/bin/nm -B "conftest.o"
configure:7591: output
0000000000000000 B some_variable
configure:7598: result: BSD nm
configure:7601: checking whether ln -s works
configure:7605: result: yes
configure:7613: checking the maximum length of command line arguments
configure:7743: result: 98304
configure:7760: checking whether the shell understands some XSI constructs
configure:7770: result: yes
configure:7774: checking whether the shell understands "+="
configure:7780: result: yes
configure:7815: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:7855: result: func_convert_file_noop
configure:7862: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7882: result: func_convert_file_noop
configure:7889: checking for /usr/bin/ld option to reload object files
configure:7896: result: -r
configure:7970: checking for objdump
configure:7986: found /usr/bin/objdump
configure:7997: result: objdump
configure:8029: checking how to recognize dependent libraries
configure:8231: result: pass_all
configure:8316: checking for dlltool
configure:8346: result: no
configure:8376: checking how to associate runtime and link libraries
configure:8403: result: printf %s\n
configure:8527: checking for archiver @FILE support
configure:8544: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:8544: $? = 0
configure:8547: ar cru libconftest.a @conftest.lst >&5
configure:8550: $? = 0
configure:8555: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8558: $? = 1
configure:8570: result: @
configure:8628: checking for strip
configure:8644: found /usr/bin/strip
configure:8655: result: strip
configure:8727: checking for ranlib
configure:8743: found /usr/bin/ranlib
configure:8754: result: ranlib
configure:8856: checking command to parse /usr/bin/nm -B output from /usr/local/bin/gcc-5 object
configure:8976: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:8979: $? = 0
configure:8983: /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:8986: $? = 0
configure:9052: /usr/local/bin/gcc-5 -o conftest       conftest.c conftstm.o >&5
configure:9055: $? = 0
configure:9093: result: ok
configure:9130: checking for sysroot
configure:9160: result: no
configure:9237: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:9240: $? = 0
configure:9422: checking for mt
configure:9452: result: no
configure:9472: checking if : is a manifest tool
configure:9478: : '-?'
configure:9486: result: no
configure:10124: checking for ANSI C header files
configure:10144: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10144: $? = 0
configure:10217: /usr/local/bin/gcc-5 -o conftest       conftest.c   >&5
configure:10217: $? = 0
configure:10217: ./conftest
configure:10217: $? = 0
configure:10228: result: yes
configure:10241: checking for sys/types.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for sys/stat.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for stdlib.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for string.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for memory.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for strings.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for inttypes.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for stdint.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10241: checking for unistd.h
configure:10241: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10241: $? = 0
configure:10241: result: yes
configure:10255: checking for dlfcn.h
configure:10255: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:10255: $? = 0
configure:10255: result: yes
configure:10461: checking for objdir
configure:10476: result: .libs
configure:10747: checking if /usr/local/bin/gcc-5 supports -fno-rtti -fno-exceptions
configure:10765: /usr/local/bin/gcc-5 -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:10769: $? = 0
configure:10782: result: no
configure:11109: checking for /usr/local/bin/gcc-5 option to produce PIC
configure:11116: result: -fPIC -DPIC
configure:11124: checking if /usr/local/bin/gcc-5 PIC flag -fPIC -DPIC works
configure:11142: /usr/local/bin/gcc-5 -c     -fPIC -DPIC -DPIC conftest.c >&5
configure:11146: $? = 0
configure:11159: result: yes
configure:11188: checking if /usr/local/bin/gcc-5 static flag -static works
configure:11216: result: yes
configure:11231: checking if /usr/local/bin/gcc-5 supports -c -o file.o
configure:11252: /usr/local/bin/gcc-5 -c     -o out/conftest2.o conftest.c >&5
configure:11256: $? = 0
configure:11278: result: yes
configure:11286: checking if /usr/local/bin/gcc-5 supports -c -o file.o
configure:11333: result: yes
configure:11366: checking whether the /usr/local/bin/gcc-5 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12521: result: yes
configure:12558: checking whether -lc should be explicitly linked in
configure:12566: /usr/local/bin/gcc-5 -c     conftest.c >&5
configure:12569: $? = 0
configure:12584: /usr/local/bin/gcc-5 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12587: $? = 0
configure:12601: result: no
configure:12761: checking dynamic linker characteristics
configure:13272: /usr/local/bin/gcc-5 -o conftest       -Wl,-rpath -Wl,/foo conftest.c   >&5
configure:13272: $? = 0
configure:13494: result: GNU/Linux ld.so
configure:13601: checking how to hardcode library paths into programs
configure:13626: result: immediate
configure:14166: checking whether stripping libraries is possible
configure:14171: result: yes
configure:14206: checking if libtool supports shared libraries
configure:14208: result: yes
configure:14211: checking whether to build shared libraries
configure:14232: result: yes
configure:14235: checking whether to build static libraries
configure:14239: result: yes
configure:14288: checking whether make supports nested variables
configure:14305: result: yes
configure:14408: checking for icpc
configure:14438: result: no
configure:14408: checking for pgCC
configure:14438: result: no
configure:14408: checking for xlC
configure:14438: result: no
configure:14408: checking for pathCC
configure:14438: result: no
configure:14408: checking for g++
configure:14424: found /usr/bin/g++
configure:14435: result: g++
configure:14462: checking for C++ compiler version
configure:14471: g++ --version >&5
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
Copyright (C) 2006 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:14482: $? = 0
configure:14471: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
configure:14482: $? = 0
configure:14471: g++ -V >&5
g++: '-V' option must have argument
configure:14482: $? = 1
configure:14471: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:14482: $? = 1
configure:14486: checking whether we are using the GNU C++ compiler
configure:14505: g++ -c     conftest.cpp >&5
configure:14505: $? = 0
configure:14514: result: yes
configure:14523: checking whether g++ accepts -g
configure:14543: g++ -c -g   conftest.cpp >&5
configure:14543: $? = 0
configure:14584: result: yes
configure:14609: checking dependency style of g++
configure:14720: result: gcc3
configure:14753: checking how to run the C++ preprocessor
configure:14780: g++ -E   conftest.cpp
configure:14780: $? = 0
configure:14794: g++ -E   conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:14794: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #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:14819: result: g++ -E
configure:14839: g++ -E   conftest.cpp
configure:14839: $? = 0
configure:14853: g++ -E   conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:14853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #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:15022: checking for ld used by g++
configure:15089: result: /usr/bin/ld -m elf_x86_64
configure:15096: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:15111: result: yes
configure:15166: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16171: result: yes
configure:16207: g++ -c     conftest.cpp >&5
configure:16210: $? = 0
configure:16730: checking for g++ option to produce PIC
configure:16737: result: -fPIC -DPIC
configure:16745: checking if g++ PIC flag -fPIC -DPIC works
configure:16763: g++ -c     -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16767: $? = 0
configure:16780: result: yes
configure:16803: checking if g++ static flag -static works
configure:16831: result: yes
configure:16843: checking if g++ supports -c -o file.o
configure:16864: g++ -c     -o out/conftest2.o conftest.cpp >&5
configure:16868: $? = 0
configure:16890: result: yes
configure:16895: checking if g++ supports -c -o file.o
configure:16942: result: yes
configure:16972: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17008: result: yes
configure:17149: checking dynamic linker characteristics
configure:17816: result: GNU/Linux ld.so
configure:17869: checking how to hardcode library paths into programs
configure:17894: result: immediate
configure:18043: checking for Fortran compiler version
configure:18052: /usr/local/bin/gfortran-5 --version >&5
GNU Fortran (GCC) 5.0.0 20150208 (experimental)
Copyright (C) 2015 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:18063: $? = 0
configure:18052: /usr/local/bin/gfortran-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran-5
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /opt/gcc-5-20150208/configure --program-suffix=-5 --prefix=/usr/local --enable-languages=c,c++,fortran --disable-multilib
Thread model: posix
gcc version 5.0.0 20150208 (experimental) (GCC) 
configure:18063: $? = 0
configure:18052: /usr/local/bin/gfortran-5 -V >&5
gfortran-5: error: unrecognized command line option '-V'
gfortran-5: fatal error: no input files
compilation terminated.
configure:18063: $? = 1
configure:18052: /usr/local/bin/gfortran-5 -qversion >&5
gfortran-5: error: unrecognized command line option '-qversion'
gfortran-5: fatal error: no input files
compilation terminated.
configure:18063: $? = 1
configure:18072: checking whether we are using the GNU Fortran compiler
configure:18085: /usr/local/bin/gfortran-5 -c    conftest.F >&5
configure:18085: $? = 0
configure:18094: result: yes
configure:18100: checking whether /usr/local/bin/gfortran-5 accepts -g
configure:18111: /usr/local/bin/gfortran-5 -c -g  conftest.f >&5
configure:18111: $? = 0
configure:18119: result: yes
configure:18258: checking if libtool supports shared libraries
configure:18260: result: yes
configure:18263: checking whether to build shared libraries
configure:18283: result: yes
configure:18286: checking whether to build static libraries
configure:18290: result: yes
configure:18324: /usr/local/bin/gfortran-5 -c    conftest.f >&5
configure:18327: $? = 0
configure:18756: checking for /usr/local/bin/gfortran-5 option to produce PIC
configure:18763: result: -fPIC
configure:18771: checking if /usr/local/bin/gfortran-5 PIC flag -fPIC works
configure:18789: /usr/local/bin/gfortran-5 -c   -fPIC  conftest.f >&5
configure:18793: $? = 0
configure:18806: result: yes
configure:18829: checking if /usr/local/bin/gfortran-5 static flag -static works
configure:18857: result: yes
configure:18869: checking if /usr/local/bin/gfortran-5 supports -c -o file.o
configure:18890: /usr/local/bin/gfortran-5 -c   -o out/conftest2.o  conftest.f >&5
configure:18894: $? = 0
configure:18916: result: yes
configure:18921: checking if /usr/local/bin/gfortran-5 supports -c -o file.o
configure:18968: result: yes
configure:18998: checking whether the /usr/local/bin/gfortran-5 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:20103: result: yes
configure:20244: checking dynamic linker characteristics
configure:20905: result: GNU/Linux ld.so
configure:20958: checking how to hardcode library paths into programs
configure:20983: result: immediate
configure:21178: checking for Fortran 77 compiler version
configure:21187: /usr/local/bin/gfortran-5 --version >&5
GNU Fortran (GCC) 5.0.0 20150208 (experimental)
Copyright (C) 2015 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:21198: $? = 0
configure:21187: /usr/local/bin/gfortran-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran-5
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /opt/gcc-5-20150208/configure --program-suffix=-5 --prefix=/usr/local --enable-languages=c,c++,fortran --disable-multilib
Thread model: posix
gcc version 5.0.0 20150208 (experimental) (GCC) 
configure:21198: $? = 0
configure:21187: /usr/local/bin/gfortran-5 -V >&5
gfortran-5: error: unrecognized command line option '-V'
gfortran-5: fatal error: no input files
compilation terminated.
configure:21198: $? = 1
configure:21187: /usr/local/bin/gfortran-5 -qversion >&5
gfortran-5: error: unrecognized command line option '-qversion'
gfortran-5: fatal error: no input files
compilation terminated.
configure:21198: $? = 1
configure:21207: checking whether we are using the GNU Fortran 77 compiler
configure:21220: /usr/local/bin/gfortran-5 -c   conftest.F >&5
configure:21220: $? = 0
configure:21229: result: yes
configure:21235: checking whether /usr/local/bin/gfortran-5 accepts -g
configure:21246: /usr/local/bin/gfortran-5 -c -g conftest.f >&5
configure:21246: $? = 0
configure:21254: result: yes
configure:21390: checking if libtool supports shared libraries
configure:21392: result: yes
configure:21395: checking whether to build shared libraries
configure:21415: result: yes
configure:21418: checking whether to build static libraries
configure:21422: result: yes
configure:21743: checking for /usr/local/bin/gfortran-5 option to produce PIC
configure:21750: result: -fPIC
configure:21758: checking if /usr/local/bin/gfortran-5 PIC flag -fPIC works
configure:21776: /usr/local/bin/gfortran-5 -c   -fPIC conftest.f >&5
configure:21780: $? = 0
configure:21793: result: yes
configure:21816: checking if /usr/local/bin/gfortran-5 static flag -static works
configure:21844: result: yes
configure:21856: checking if /usr/local/bin/gfortran-5 supports -c -o file.o
configure:21877: /usr/local/bin/gfortran-5 -c   -o out/conftest2.o conftest.f >&5
configure:21881: $? = 0
configure:21903: result: yes
configure:21908: checking if /usr/local/bin/gfortran-5 supports -c -o file.o
configure:21955: result: yes
configure:21985: checking whether the /usr/local/bin/gfortran-5 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:23090: result: yes
configure:23231: checking dynamic linker characteristics
configure:23892: result: GNU/Linux ld.so
configure:23945: checking how to hardcode library paths into programs
configure:23970: result: immediate
configure:25305: RUNNING PREREQ FOR ch3:nemesis
configure:25381: checking for getpagesize
configure:25381: /usr/local/bin/gcc-5 -o conftest        conftest.c   >&5
configure:25381: $? = 0
configure:25381: result: yes
configure:25419: checking for getpagesize
configure:25419: result: yes
configure:25667: checking hcoll/api/hcoll_api.h usability
configure:25667: /usr/local/bin/gcc-5 -c      conftest.c >&5
conftest.c:58:33: fatal error: hcoll/api/hcoll_api.h: No such file or directory
compilation terminated.
configure:25667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| /* 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 <hcoll/api/hcoll_api.h>
configure:25667: result: no
configure:25667: checking hcoll/api/hcoll_api.h presence
configure:25667: /usr/local/bin/gcc-5 -E   conftest.c
conftest.c:25:33: fatal error: hcoll/api/hcoll_api.h: No such file or directory
compilation terminated.
configure:25667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <hcoll/api/hcoll_api.h>
configure:25667: result: no
configure:25667: checking for hcoll/api/hcoll_api.h
configure:25667: result: no
configure:25675: checking for hcoll_init in -lhcoll
configure:25700: /usr/local/bin/gcc-5 -o conftest        conftest.c -lhcoll    >&5
/usr/bin/ld: cannot find -lhcoll
collect2: error: ld returned 1 exit status
configure:25700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| 
| /* 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 hcoll_init ();
| int
| main ()
| {
| return hcoll_init ();
|   ;
|   return 0;
| }
configure:25709: result: no
configure:26132: ===== configuring src/mpl =====
configure:26297: running /bin/sh ./configure --disable-option-checking '--prefix=NONE'  '--enable-threads' 'CC=/usr/local/bin/gcc-5' 'FC=/usr/local/bin/gfortran-5' --cache-file=/dev/null --srcdir=.
configure:26317: ===== done with src/mpl configure =====
configure:26323: sourcing src/mpl/localdefs
CPPFLAGS(=' ') does not contain '-I/opt/mpich-3.2a2/src/mpl/include', appending
CPPFLAGS(='  -I/opt/mpich-3.2a2/src/mpl/include') does not contain '-I/opt/mpich-3.2a2/src/mpl/include', appending
LIBS(=' ') does not contain '-lopa', prepending
configure:26441: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include   conftest.c -lopa   >&5
conftest.c: In function 'main':
conftest.c:35:15: error: incompatible type for argument 1 of 'OPA_store_int'
 OPA_store_int(i,10);
               ^
In file included from /usr/local/include/primitives/opa_gcc_intel_32_64.h:11:0,
                 from /usr/local/include/opa_primitives.h:106,
                 from conftest.c:28:
/usr/local/include/primitives/opa_gcc_intel_32_64_ops.h:38:25: note: expected 'OPA_int_t * {aka struct <anonymous> *}' but argument is of type 'OPA_int_t {aka struct <anonymous>}'
 static _opa_inline void OPA_store_int(OPA_int_t *ptr, int val)
                         ^
conftest.c:36:1: error: too many arguments to function 'OPA_fetch_and_incr_int'
 OPA_fetch_and_incr_int(&i,5);
 ^
In file included from /usr/local/include/primitives/opa_gcc_intel_32_64.h:11:0,
                 from /usr/local/include/opa_primitives.h:106,
                 from conftest.c:28:
/usr/local/include/primitives/opa_emulated.h:113:24: note: declared here
 static _opa_inline int OPA_fetch_and_incr_int_by_faa(OPA_int_t *ptr)
                        ^
configure:26441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| /* end confdefs.h.  */
| #include "opa_primitives.h"
| 
| int
| main ()
| {
| 
| OPA_int_t i;
| OPA_store_int(i,10);
| OPA_fetch_and_incr_int(&i,5);
| 
|   ;
|   return 0;
| }
CPPFLAGS(='  -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include') does not contain '-I/opt/mpich-3.2a2/src/openpa/src', appending
CPPFLAGS(='  -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src') does not contain '-I/opt/mpich-3.2a2/src/openpa/src', appending
configure:26506: ===== configuring src/openpa =====
configure:26671: running /bin/sh ./configure --disable-option-checking '--prefix=NONE' --with-atomic-primitives=auto_allow_emulation '--enable-threads' 'CC=/usr/local/bin/gcc-5' 'FC=/usr/local/bin/gfortran-5' --cache-file=/dev/null --srcdir=.
configure:26691: ===== done with src/openpa configure =====
CPPFLAGS(='  -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src') does not contain '-D_REENTRANT', appending
CPPFLAGS(='  -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT') does not contain '-I/opt/mpich-3.2a2/src/mpi/romio/include', appending
configure:27355: checking whether the compiler defines __func__
configure:27382: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:27382: $? = 0
configure:27382: ./conftest
configure:27382: $? = 0
configure:27419: result: yes
configure:27428: checking whether the compiler defines __FUNC__
configure:27455: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
conftest.c: In function 'foo':
conftest.c:40:20: error: '__FUNC__' undeclared (first use in this function)
     return (strcmp(__FUNC__, "foo") == 0);
                    ^
conftest.c:40:20: note: each undeclared identifier is reported only once for each function it appears in
configure:27455: $? = 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.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| /* end confdefs.h.  */
| 
| 
| #include <string.h>
| int foo(void);
| int foo(void)
| {
|     return (strcmp(__FUNC__, "foo") == 0);
| }
| int main(int argc, char ** argv)
| {
|     return (foo() ? 0 : 1);
| }
| 
| 
configure:27492: result: no
configure:27501: checking whether the compiler sets __FUNCTION__
configure:27528: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:27528: $? = 0
configure:27528: ./conftest
configure:27528: $? = 0
configure:27565: result: yes
configure:27580: checking whether C compiler accepts option -O2
configure:27635: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   > pac_test1.log 2>&1
configure:27635: $? = 0
configure:27666: /usr/local/bin/gcc-5 -o conftest -O2      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   > pac_test2.log 2>&1
configure:27666: $? = 0
configure:27674: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:27677: $? = 0
configure:27777: result: yes
configure:27793: checking whether C compiler option -O2 works with an invalid prototype program
configure:27801: /usr/local/bin/gcc-5 -o conftest -O2      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:27801: $? = 0
configure:27808: result: yes
configure:27813: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:27853: /usr/local/bin/gcc-5 -c      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c > pac_test3.log 2>&1
configure:27853: $? = 0
configure:27857: mv conftest.o pac_conftest.o
configure:27860: $? = 0
configure:27903: /usr/local/bin/gcc-5 -o conftest      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test4.log 2>&1
configure:27903: $? = 0
configure:27945: /usr/local/bin/gcc-5 -o conftest -O2      -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test5.log 2>&1
configure:27945: $? = 0
configure:27953: diff -b pac_test4.log pac_test5.log > pac_test.log
configure:27956: $? = 0
configure:28095: result: yes
configure:28128: checking for type of weak symbol alias support
configure:28152: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:28152: $? = 0
configure:28176: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:28176: $? = 0
configure:28179: mv conftest.o pac_conftest.o
configure:28182: $? = 0
configure:28219: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
configure:28219: $? = 0
configure:28234: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:28234: $? = 0
configure:28237: mv conftest.o pac_conftest.o
configure:28240: $? = 0
configure:28278: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
configure:28278: $? = 0
configure:28435: result: pragma weak
configure:28453: checking whether __attribute__ ((weak)) allowed
configure:28470: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:28470: $? = 0
configure:28477: result: yes
configure:28481: checking whether __attribute__ ((weak_import)) allowed
configure:28498: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c:36:1: warning: 'weak_import' attribute directive ignored [-Wattributes]
 int foo(int) __attribute__ ((weak_import));
 ^
configure:28498: $? = 0
configure:28505: result: yes
configure:28508: checking whether __attribute__((weak,alias(...))) allowed
configure:28534: /usr/local/bin/gcc-5 -c -Werror   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:28534: $? = 0
configure:28547: result: yes
configure:28569: checking for multiple weak symbol support
configure:28592: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'Foo':
conftest.c:47:5: warning: type of 'a' defaults to 'int' [-Wimplicit-int]
 int Foo(a) { return a; }
     ^
configure:28592: $? = 0
configure:28595: mv conftest.o pac_conftest.o
configure:28598: $? = 0
configure:28635: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
configure:28635: $? = 0
configure:28685: result: yes
configure:28729: checking for shared library (esp. rpath) characteristics of CC
configure:28820: result: done (results in src/env/cc_shlib.conf)
configure:28940: checking whether Fortran 77 compiler accepts option -O2
configure:28985: /usr/local/bin/gfortran-5 -o conftest     conftest.f   > pac_test1.log 2>&1
configure:28985: $? = 0
configure:29016: /usr/local/bin/gfortran-5 -o conftest -O2     conftest.f   > pac_test2.log 2>&1
configure:29016: $? = 0
configure:29024: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:29027: $? = 0
configure:29127: result: yes
configure:29132: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:29171: /usr/local/bin/gfortran-5 -c   conftest.f > pac_test3.log 2>&1
configure:29171: $? = 0
configure:29175: mv conftest.o pac_conftest.o
configure:29178: $? = 0
configure:29216: /usr/local/bin/gfortran-5 -o conftest -O2     conftest.f pac_conftest.o   > pac_test4.log 2>&1
configure:29216: $? = 0
configure:29224: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:29227: $? = 0
configure:29328: result: yes
configure:29366: checking how to get verbose linking output from /usr/local/bin/gfortran-5
configure:29376: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:29376: $? = 0
configure:29394: /usr/local/bin/gfortran-5 -o conftest -O2 -v conftest.f
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Thread model: posix
gcc version 5.0.0 20150208 (experimental) (GCC) 
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/finclude -o /tmp/ccXBZYs0.s
GNU Fortran (GCC) version 5.0.0 20150208 (experimental) (x86_64-unknown-linux-gnu)
	compiled by GNU C version 5.0.0 20150208 (experimental), GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran2008 (GCC) version 5.0.0 20150208 (experimental) (x86_64-unknown-linux-gnu)
	compiled by GNU C version 5.0.0 20150208 (experimental), GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -v --64 -o /tmp/ccwKAT8T.o /tmp/ccXBZYs0.s
GNU assembler version 2.17.50.0.6-26.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-26.el5 20061020
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64/libgfortran.spec
rename spec lib to liborig
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/crtbegin.o -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. /tmp/ccwKAT8T.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/crtend.o /usr/lib/../lib64/crtn.o
configure:29477: result: -v
configure:29479: checking for Fortran 77 libraries of /usr/local/bin/gfortran-5
configure:29502: /usr/local/bin/gfortran-5 -o conftest -O2 -v conftest.f
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Thread model: posix
gcc version 5.0.0 20150208 (experimental) (GCC) 
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/finclude -o /tmp/ccUskWB6.s
GNU Fortran (GCC) version 5.0.0 20150208 (experimental) (x86_64-unknown-linux-gnu)
	compiled by GNU C version 5.0.0 20150208 (experimental), GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran2008 (GCC) version 5.0.0 20150208 (experimental) (x86_64-unknown-linux-gnu)
	compiled by GNU C version 5.0.0 20150208 (experimental), GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -v --64 -o /tmp/cc8aEq10.o /tmp/ccUskWB6.s
GNU assembler version 2.17.50.0.6-26.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-26.el5 20061020
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64/libgfortran.spec
rename spec lib to liborig
 /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/crtbegin.o -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. /tmp/cc8aEq10.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/crtend.o /usr/lib/../lib64/crtn.o
configure:29698: result:  -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. -lgfortran -lm -lquadmath
configure:29714: checking whether /usr/local/bin/gfortran-5 accepts the FLIBS found by autoconf
configure:29730: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f   >&5
configure:29730: $? = 0
configure:29732: result: yes
configure:29770: checking whether /usr/local/bin/gcc-5 links with FLIBS found by autoconf
configure:29795: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c  -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. -lgfortran -lm -lquadmath   >&5
configure:29795: $? = 0
configure:29797: result: yes
configure:29847: checking whether Fortran 77 and C objects are compatible
configure:29926: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:29926: $? = 0
configure:29929: mv conftest.o pac_conftest.o
configure:29932: $? = 0
configure:29941: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o   >&5
configure:29941: $? = 0
configure:29944: result: yes
configure:30103: checking for linker for Fortran main program
configure:30124: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:30124: $? = 0
configure:30183: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:30183: $? = 0
configure:30186: mv conftest.o pac_conftest.o
configure:30189: $? = 0
configure:30198: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o   >&5
configure:30198: $? = 0
configure:30200: result: Use Fortran to link programs
configure:30311: checking for Fortran 77 name mangling
configure:30333: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:30333: $? = 0
configure:30336: mv conftest.o f77conftest.o
configure:30339: $? = 0
configure:30364: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c f77conftest.o  -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. -lgfortran -lm -lquadmath   >&5
configure:30364: $? = 0
configure:30487: result: lower uscore
configure:30553: checking for libraries to link Fortran main with C stdio routines
configure:30579: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:30579: $? = 0
configure:30582: mv conftest.o pac_conftest.o
configure:30585: $? = 0
configure:30604: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o    >&5
configure:30604: $? = 0
configure:30635: result: none
configure:30686: checking whether Fortran init will work with C
configure:30708: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:30708: $? = 0
configure:30711: mv conftest.o pac_f77conftest.o
configure:30714: $? = 0
configure:30758: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c pac_f77conftest.o   >&5
configure:30758: $? = 0
configure:30781: result: yes
configure:30880: checking for extension for Fortran 90 programs
configure:30895: /usr/local/bin/gfortran-5 -c    conftest.f90 >&5
configure:30895: $? = 0
configure:30897: result: f90
configure:30939: checking whether the Fortran 90 compiler (/usr/local/bin/gfortran-5    ) works
configure:30950: /usr/local/bin/gfortran-5 -o conftest      conftest.f90   >&5
configure:30950: $? = 0
configure:30953: result: yes
configure:30955: checking whether the Fortran 90 compiler (/usr/local/bin/gfortran-5    ) is a cross-compiler
configure:30961: /usr/local/bin/gfortran-5 -o conftest      conftest.f90   >&5
configure:30961: $? = 0
configure:30961: ./conftest
./conftest: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
configure:30961: $? = 127
configure: program exited with status 127
configure: failed program was:
| 
| 
|         program conftest
|         integer, dimension(10) :: n
|         end
| 
| 
configure:30970: result: yes
configure:30993: checking whether Fortran 90 compiler works with Fortran 77 compiler
configure:31021: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:31021: $? = 0
configure:31025: mv conftest.o pac_f77conftest.o
configure:31028: $? = 0
configure:31049: /usr/local/bin/gfortran-5 -o conftest      conftest.f90 pac_f77conftest.o   >&5
configure:31049: $? = 0
configure:31091: result: yes
configure:31153: checking for shared library (esp. rpath) characteristics of F77
configure:31246: result: done (results in src/env/f77_shlib.conf)
configure:31257: checking whether Fortran 77 accepts ! for comments
configure:31275: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:31275: $? = 0
configure:31292: result: yes
configure:31302: checking for include directory flag for Fortran
configure:31329: /usr/local/bin/gfortran-5 -c -I src   -O2 conftest.f >&5
configure:31329: $? = 0
configure:31347: result: -I
configure:31355: checking for Fortran 77 flag for library directories
configure:31374: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:31374: $? = 0
configure:31378: mv conftest.o pac_f77conftest.o
configure:31381: $? = 0
configure:31384: test -d conftestdir || mkdir conftestdir
configure:31387: $? = 0
configure:31390: ar cru conftestdir/libf77conftest.a pac_f77conftest.o
configure:31393: $? = 0
configure:31396: ranlib conftestdir/libf77conftest.a
configure:31399: $? = 0
configure:31417: /usr/local/bin/gfortran-5 -o conftest   -O2 -Lconftestdir   conftest.f -lf77conftest   >&5
configure:31417: $? = 0
configure:31437: result: -L
configure:31513: checking whether Fortran 77 compiler processes .F files with C preprocessor
configure:31534: /usr/local/bin/gfortran-5 -c   -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.F >&5
configure:31534: $? = 0
configure:31602: result: yes
configure:31610: checking whether /usr/local/bin/gfortran-5 allows mismatched arguments
configure:31633: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:31633: $? = 0
configure:31677: result: yes
configure:31723: checking for Fortran 2008 support
configure:31749: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c:49:33: fatal error: ISO_Fortran_binding.h: No such file or directory
compilation terminated.
configure:31749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| /* end confdefs.h.  */
| 
| 
| #include <ISO_Fortran_binding.h>
| 
| int foo_c(CFI_cdesc_t * a_desc, CFI_cdesc_t * b_desc)
| {
| 	char * a_row = (char*) a_desc->base_addr;
| 	if (a_desc->type != CFI_type_int) { return 1; }
| 	if (a_desc->rank != 2) { return 2; }
| 	if (a_desc->dim[1].extent != b_desc->dim[0].extent) { return 3; }
| 	return 0;
| }
| 
configure:31845: /usr/local/bin/gfortran-5 -o conftest      conftest.f90 conftest1.o   >&5
gfortran-5: error: conftest1.o: No such file or directory
configure:31845: $? = 1
configure: failed program was:
| 
| 
| MODULE F08TS_MODULE
| IMPLICIT NONE
| 
| ! Test public, private, protected
| REAL, PUBLIC       :: x
| REAL, PRIVATE      :: y
| LOGICAL, PROTECTED :: z
| 
| ! Test abstract
| ABSTRACT INTERFACE
|     SUBROUTINE user_func(x, y)
|         INTEGER  :: x(*)
|         REAL     :: y
|     END SUBROUTINE
| END INTERFACE
| 
| ! Test TS 29113 assumed type , assumed rank and bind(C)
| INTERFACE
|     FUNCTION FOO(A, B, C) &
|         BIND(C,name="foo_c") RESULT(err)
|         USE, intrinsic :: iso_c_binding, ONLY : c_int
|         TYPE(*), DIMENSION(..) :: A, B, C
|         INTEGER(c_int) :: err
|     END FUNCTION FOO
| END INTERFACE
| 
| CONTAINS
| 
| ! Test TS 29113 asychronous attribute and optional
| SUBROUTINE test1(buf, count, ierr)
|     INTEGER, ASYNCHRONOUS :: buf(*)
|     INTEGER               :: count
|     INTEGER, OPTIONAL     :: ierr
| END SUBROUTINE
| 
| ! Test procedure type and non-bind(c) x in C_FUNCLOC(x)
| SUBROUTINE test2(func)
|     USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_FUNLOC, C_FUNPTR
|     PROCEDURE(user_func)  :: func
|     TYPE(C_FUNPTR) :: errhandler_fn
|     errhandler_fn = C_FUNLOC(func)
| END SUBROUTINE
| 
| ! Test intrinsic storage_size
| SUBROUTINE test3(x, size)
|     CHARACTER, DIMENSION(..) :: x
|     INTEGER, INTENT(OUT) :: size
|     size = storage_size(x)/8
| END SUBROUTINE test3
| 
| END MODULE
| 
| !==============================================
| PROGRAM MAIN
| USE :: F08TS_MODULE, ONLY : FOO
| IMPLICIT NONE
| 
| INTEGER, DIMENSION(4,4) :: A, B
| INTEGER, DIMENSION(2,2) :: C
| INTEGER                 :: ERRCODE
| 
| ! Test contiguous and non-contiguous array section passing
| ! and linkage with C code
| ERRCODE = FOO(A(1:4:2, :), B(:, 2:4:2), C)
| 
| END PROGRAM
| 
configure:31869: result: no
configure:31920: checking for shared library (esp. rpath) characteristics of FC
configure:32013: result: done (results in src/env/fc_shlib.conf)
configure:32029: checking whether the Fortran 90 compiler (/usr/local/bin/gfortran-5    ) works
configure:32040: /usr/local/bin/gfortran-5 -o conftest      conftest.f90   >&5
configure:32040: $? = 0
configure:32043: result: yes
configure:32045: checking whether the Fortran 90 compiler (/usr/local/bin/gfortran-5    ) is a cross-compiler
configure:32051: /usr/local/bin/gfortran-5 -o conftest      conftest.f90   >&5
configure:32051: $? = 0
configure:32051: ./conftest
./conftest: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
configure:32051: $? = 127
configure: program exited with status 127
configure: failed program was:
| 
| 
|         program conftest
|         integer, dimension(10) :: n
|         end
| 
| 
configure:32060: result: yes
configure:32106: checking for Fortran 90 module extension
configure:32128: /usr/local/bin/gfortran-5 -c    conftest.f90 >&5
configure:32128: $? = 0
configure:32224: result: mod
configure:32236: checking for Fortran 90 module include flag
configure:32264: /usr/local/bin/gfortran-5 -c    conftest.f90 >&5
configure:32264: $? = 0
configure:32301: /usr/local/bin/gfortran-5 -c   -Iconftestdir  conftest.f90 >&5
configure:32301: $? = 0
configure:32360: result: -I
configure:32368: checking for Fortran 90 module output directory flag
configure:32399: /usr/local/bin/gfortran-5 -c    conftest.f90 >&5
configure:32399: $? = 0
configure:32453: /usr/local/bin/gfortran-5 -c   -Jconftestdir  conftest.f90 >&5
configure:32453: $? = 0
configure:32493: result: -J
configure:32530: checking whether Fortran 90 compiler accepts option -O2
configure:32575: /usr/local/bin/gfortran-5 -o conftest      conftest.f90   > pac_test1.log 2>&1
configure:32575: $? = 0
configure:32606: /usr/local/bin/gfortran-5 -o conftest -O2      conftest.f90   > pac_test2.log 2>&1
configure:32606: $? = 0
configure:32614: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:32617: $? = 0
configure:32717: result: yes
configure:32722: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:32761: /usr/local/bin/gfortran-5 -c    conftest.f90 > pac_test3.log 2>&1
configure:32761: $? = 0
configure:32765: mv conftest.o pac_conftest.o
configure:32768: $? = 0
configure:32806: /usr/local/bin/gfortran-5 -o conftest -O2      conftest.f90 pac_conftest.o   > pac_test4.log 2>&1
configure:32806: $? = 0
configure:32814: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:32817: $? = 0
configure:32918: result: yes
configure:32950: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
configure:32971: /usr/local/bin/gfortran-5 -c   -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include  conftest.F90 >&5
configure:32971: $? = 0
configure:33039: result: yes
configure:33060: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
configure:33086: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:33086: $? = 0
configure:33090: mv conftest.o pac_conftest.o
configure:33093: $? = 0
configure:33110: /usr/local/bin/gfortran-5 -o conftest   -O2    conftest.f90 pac_conftest.o   >&5
configure:33110: $? = 0
configure:33151: result: none
configure:33181: checking whether the C++ compiler g++ can build an executable
configure:33210: g++ -o conftest     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.cpp   >&5
configure:33210: $? = 0
configure:33224: result: yes
configure:33231: checking whether C++ compiler works with string
configure:33254: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33254: $? = 0
configure:33267: result: yes
configure:33280: checking whether the compiler supports exceptions
configure:33303: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33303: $? = 0
configure:33317: result: yes
configure:33325: checking whether the compiler recognizes bool as a built-in type
configure:33352: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33352: $? = 0
configure:33366: result: yes
configure:33374: checking whether the compiler implements namespaces
configure:33397: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33397: $? = 0
configure:33411: result: yes
configure:33428: checking whether <iostream> available
configure:33447: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33447: $? = 0
configure:33454: result: yes
configure:33457: checking whether the compiler implements the namespace std
configure:33484: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
configure:33484: $? = 0
configure:33499: result: yes
configure:33508: checking whether <math> available
configure:33527: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp >&5
conftest.cpp:52:16: error: math: No such file or directory
configure:33527: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_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:33534: result: no
configure:33559: checking for GNU g++ version
configure:33584: g++ -o conftest     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.cpp   >&5
configure:33584: $? = 0
configure:33584: ./conftest
configure:33584: $? = 0
configure:33594: result: 4 . 1
configure:33650: checking for shared library (esp. rpath) characteristics of CXX
configure:33743: result: done (results in src/env/cxx_shlib.conf)
configure:33754: checking whether C++ compiler accepts option -O2
configure:33806: g++ -o conftest     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.cpp   > pac_test1.log 2>&1
configure:33806: $? = 0
configure:33837: g++ -o conftest -O2     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.cpp   > pac_test2.log 2>&1
configure:33837: $? = 0
configure:33845: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:33848: $? = 0
configure:33948: result: yes
configure:33953: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:33993: g++ -c     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.cpp > pac_test3.log 2>&1
configure:33993: $? = 0
configure:33997: mv conftest.o pac_conftest.o
configure:34000: $? = 0
configure:34044: g++ -o conftest -O2     -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.cpp pac_conftest.o   > pac_test4.log 2>&1
configure:34044: $? = 0
configure:34052: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:34055: $? = 0
configure:34156: result: yes
configure:34209: checking for perl
configure:34227: found /usr/bin/perl
configure:34239: result: /usr/bin/perl
configure:34252: checking for ar
configure:34279: result: ar
configure:34315: checking for ranlib
configure:34342: result: ranlib
configure:34361: checking for killall
configure:34377: found /usr/bin/killall
configure:34388: result: killall
configure:34431: checking whether install works
configure:34439: result: yes
configure:34454: checking whether mkdir -p works
configure:34470: result: yes
configure:34488: checking for make
configure:34504: found /usr/bin/make
configure:34515: result: make
configure:34529: checking whether clock skew breaks make
configure:34554: result: no
configure:34564: checking whether make supports include
configure:34592: result: yes
configure:34601: checking whether make allows comments in actions
configure:34628: result: yes
configure:34642: checking for virtual path format
configure:34685: result: VPATH
configure:34695: checking whether make sets CFLAGS
configure:34721: result: yes
configure:34770: checking for bash
configure:34788: found /bin/bash
configure:34800: result: /bin/bash
configure:34823: checking whether /bin/bash supports arrays
configure:34832: result: yes
configure:35039: checking for doctext
configure:35070: result: false
configure:35083: checking for an ANSI C-conforming const
configure:35149: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35149: $? = 0
configure:35156: result: yes
configure:35164: checking for working volatile
configure:35183: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35183: $? = 0
configure:35190: result: yes
configure:35198: checking for C/C++ restrict keyword
configure:35223: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35223: $? = 0
configure:35231: result: __restrict
configure:35244: checking for inline
configure:35260: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35260: $? = 0
configure:35268: result: inline
configure:35291: checking whether __attribute__ allowed
configure:35308: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35308: $? = 0
configure:35315: result: yes
configure:35317: checking whether __attribute__((format)) allowed
configure:35334: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35334: $? = 0
configure:35341: result: yes
configure:35351: checking if C compiler supports __builtin_expect
configure:35367: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:35367: $? = 0
configure:35370: result: yes
configure:35402: checking whether byte ordering is bigendian
configure:35417: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c:57:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:57:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:57:15: error: unknown type name 'universal'
configure:35417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:35462: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35462: $? = 0
configure:35480: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:63:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:35480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:35608: result: no
configure:35646: checking whether C compiler allows unaligned doubles
configure:35679: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:35679: $? = 0
configure:35679: ./conftest
configure:35679: $? = 0
configure:35689: result: yes
configure:35708: checking whether /usr/local/bin/gcc-5 supports __func__
configure:35724: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35724: $? = 0
configure:35731: result: yes
configure:35768: checking whether long double is supported
configure:35785: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35785: $? = 0
configure:35792: result: yes
configure:35801: checking whether long long is supported
configure:35818: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:35818: $? = 0
configure:35825: result: yes
configure:35836: checking for max C struct integer alignment
configure:35954: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:35954: $? = 0
configure:35954: ./conftest
configure:35954: $? = 0
configure:35966: result: eight
configure:35997: checking for max C struct floating point alignment
configure:36099: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36099: $? = 0
configure:36099: ./conftest
configure:36099: $? = 0
configure:36111: result: sixteen
configure:36144: checking for max C struct alignment of structs with doubles
configure:36215: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36215: $? = 0
configure:36215: ./conftest
configure:36215: $? = 0
configure:36227: result: eight
configure:36234: checking for max C struct floating point alignment with long doubles
configure:36306: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36306: $? = 0
configure:36306: ./conftest
configure:36306: $? = 0
configure:36318: result: sixteen
configure:36328: 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:36363: checking if alignment of structs with doubles is based on position
configure:36397: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36397: $? = 0
configure:36397: ./conftest
configure:36397: $? = 0
configure:36409: result: no
configure:36425: checking if alignment of structs with long long ints is based on position
configure:36461: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36461: $? = 0
configure:36461: ./conftest
configure:36461: $? = 0
configure:36473: result: no
configure:36489: checking if double alignment breaks rules, find actual alignment
configure:36536: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36536: $? = 0
configure:36536: ./conftest
configure:36536: $? = 0
configure:36548: result: no
configure:36564: checking for alignment restrictions on pointers
configure:36584: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36584: $? = 0
configure:36584: ./conftest
configure:36584: $? = 0
configure:36601: result: int or better
configure:36613: checking size of char
configure:36618: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36618: $? = 0
configure:36618: ./conftest
configure:36618: $? = 0
configure:36632: result: 1
configure:36646: checking size of unsigned char
configure:36651: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36651: $? = 0
configure:36651: ./conftest
configure:36651: $? = 0
configure:36665: result: 1
configure:36679: checking size of short
configure:36684: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36684: $? = 0
configure:36684: ./conftest
configure:36684: $? = 0
configure:36698: result: 2
configure:36712: checking size of unsigned short
configure:36717: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36717: $? = 0
configure:36717: ./conftest
configure:36717: $? = 0
configure:36731: result: 2
configure:36745: checking size of int
configure:36750: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36750: $? = 0
configure:36750: ./conftest
configure:36750: $? = 0
configure:36764: result: 4
configure:36778: checking size of unsigned int
configure:36783: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36783: $? = 0
configure:36783: ./conftest
configure:36783: $? = 0
configure:36797: result: 4
configure:36811: checking size of long
configure:36816: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36816: $? = 0
configure:36816: ./conftest
configure:36816: $? = 0
configure:36830: result: 8
configure:36844: checking size of unsigned long
configure:36849: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36849: $? = 0
configure:36849: ./conftest
configure:36849: $? = 0
configure:36863: result: 8
configure:36877: checking size of long long
configure:36882: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36882: $? = 0
configure:36882: ./conftest
configure:36882: $? = 0
configure:36896: result: 8
configure:36910: checking size of unsigned long long
configure:36915: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36915: $? = 0
configure:36915: ./conftest
configure:36915: $? = 0
configure:36929: result: 8
configure:36943: checking size of float
configure:36948: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36948: $? = 0
configure:36948: ./conftest
configure:36948: $? = 0
configure:36962: result: 4
configure:36976: checking size of double
configure:36981: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:36981: $? = 0
configure:36981: ./conftest
configure:36981: $? = 0
configure:36995: result: 8
configure:37009: checking size of long double
configure:37014: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37014: $? = 0
configure:37014: ./conftest
configure:37014: $? = 0
configure:37028: result: 16
configure:37042: checking size of void *
configure:37047: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37047: $? = 0
configure:37047: ./conftest
configure:37047: $? = 0
configure:37061: result: 8
configure:37072: checking for ANSI C header files
configure:37176: result: yes
configure:37186: checking stddef.h usability
configure:37186: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37186: $? = 0
configure:37186: result: yes
configure:37186: checking stddef.h presence
configure:37186: /usr/local/bin/gcc-5 -E   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c
configure:37186: $? = 0
configure:37186: result: yes
configure:37186: checking for stddef.h
configure:37186: result: yes
configure:37200: checking size of wchar_t
configure:37205: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37205: $? = 0
configure:37205: ./conftest
configure:37205: $? = 0
configure:37224: result: 4
configure:37239: checking size of float_int
configure:37244: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37244: $? = 0
configure:37244: ./conftest
configure:37244: $? = 0
configure:37259: result: 8
configure:37273: checking size of double_int
configure:37278: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37278: $? = 0
configure:37278: ./conftest
configure:37278: $? = 0
configure:37293: result: 16
configure:37307: checking size of long_int
configure:37312: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37312: $? = 0
configure:37312: ./conftest
configure:37312: $? = 0
configure:37327: result: 16
configure:37341: checking size of short_int
configure:37346: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37346: $? = 0
configure:37346: ./conftest
configure:37346: $? = 0
configure:37361: result: 8
configure:37375: checking size of two_int
configure:37380: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37380: $? = 0
configure:37380: ./conftest
configure:37380: $? = 0
configure:37395: result: 8
configure:37409: checking size of long_double_int
configure:37414: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37414: $? = 0
configure:37414: ./conftest
configure:37414: $? = 0
configure:37429: result: 32
configure:37442: checking sys/bitypes.h usability
configure:37442: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37442: $? = 0
configure:37442: result: yes
configure:37442: checking sys/bitypes.h presence
configure:37442: /usr/local/bin/gcc-5 -E   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c
configure:37442: $? = 0
configure:37442: result: yes
configure:37442: checking for sys/bitypes.h
configure:37442: result: yes
configure:37455: checking for inttypes.h
configure:37455: result: yes
configure:37455: checking for stdint.h
configure:37455: result: yes
configure:37467: checking for int8_t
configure:37467: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37467: $? = 0
configure:37467: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:127:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:37467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37467: result: yes
configure:37478: checking for int16_t
configure:37478: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37478: $? = 0
configure:37478: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:127:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:37478: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37478: result: yes
configure:37489: checking for int32_t
configure:37489: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37489: $? = 0
configure:37489: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:128:53: warning: integer overflow in expression [-Woverflow]
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:127:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:37489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37489: result: yes
configure:37500: checking for int64_t
configure:37500: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37500: $? = 0
configure:37500: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:128:53: warning: integer overflow in expression [-Woverflow]
    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:127:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:37500: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37500: result: yes
configure:37541: checking for uint8_t
configure:37541: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37541: $? = 0
configure:37541: result: yes
configure:37555: checking for uint16_t
configure:37555: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37555: $? = 0
configure:37555: result: yes
configure:37567: checking for uint32_t
configure:37567: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37567: $? = 0
configure:37567: result: yes
configure:37581: checking for uint64_t
configure:37581: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37581: $? = 0
configure:37581: result: yes
configure:37623: checking stdbool.h usability
configure:37623: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37623: $? = 0
configure:37623: result: yes
configure:37623: checking stdbool.h presence
configure:37623: /usr/local/bin/gcc-5 -E   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c
configure:37623: $? = 0
configure:37623: result: yes
configure:37623: checking for stdbool.h
configure:37623: result: yes
configure:37623: checking complex.h usability
configure:37623: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37623: $? = 0
configure:37623: result: yes
configure:37623: checking complex.h presence
configure:37623: /usr/local/bin/gcc-5 -E   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c
configure:37623: $? = 0
configure:37623: result: yes
configure:37623: checking for complex.h
configure:37623: result: yes
configure:37637: checking size of _Bool
configure:37642: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37642: $? = 0
configure:37642: ./conftest
configure:37642: $? = 0
configure:37661: result: 1
configure:37675: checking size of float _Complex
configure:37680: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37680: $? = 0
configure:37680: ./conftest
configure:37680: $? = 0
configure:37699: result: 8
configure:37713: checking size of double _Complex
configure:37718: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37718: $? = 0
configure:37718: ./conftest
configure:37718: $? = 0
configure:37737: result: 16
configure:37753: checking size of long double _Complex
configure:37758: /usr/local/bin/gcc-5 -o conftest    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include   conftest.c   >&5
configure:37758: $? = 0
configure:37758: ./conftest
configure:37758: $? = 0
configure:37777: result: 32
configure:37792: checking for _Bool
configure:37792: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37792: $? = 0
configure:37792: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:140:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:37792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| /* end confdefs.h.  */
| #include <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:37792: result: yes
configure:37801: checking for float _Complex
configure:37801: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37801: $? = 0
configure:37801: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:141:29: error: expected expression before ')' token
 if (sizeof ((float _Complex)))
                             ^
configure:37801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| /* end confdefs.h.  */
| #include <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:37801: result: yes
configure:37810: checking for double _Complex
configure:37810: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37810: $? = 0
configure:37810: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:142:30: error: expected expression before ')' token
 if (sizeof ((double _Complex)))
                              ^
configure:37810: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| /* end confdefs.h.  */
| #include <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:37810: result: yes
configure:37823: checking for long double _Complex
configure:37823: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:37823: $? = 0
configure:37823: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:143:35: error: expected expression before ')' token
 if (sizeof ((long double _Complex)))
                                   ^
configure:37823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MPICH"
| #define PACKAGE_TARNAME "mpich"
| #define PACKAGE_VERSION "3.2a2"
| #define PACKAGE_STRING "MPICH 3.2a2"
| #define PACKAGE_BUGREPORT "discuss@mpich.org"
| #define PACKAGE_URL "http://www.mpich.org/"
| #define PACKAGE "mpich"
| #define VERSION "3.2a2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define HAVE_WEAK_ATTRIBUTE 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_F08_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| /* end confdefs.h.  */
| #include <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:37823: result: yes
configure:38243: checking for size of Fortran type integer
configure:38284: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:38284: $? = 0
configure:38288: mv conftest.o pac_conftest.o
configure:38291: $? = 0
configure:38318: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o   >&5
configure:38318: $? = 0
configure:38318: ./conftest
./conftest: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
configure:38318: $? = 127
configure: program exited with status 127
configure: failed program was:
| 
| 
|             program main
|             integer a(2)
|             integer irc, cisize
|             irc = cisize(a(1),a(2))
|             end
| 
| 
configure:38356: result: 0
configure:38371: checking for size of Fortran type real
configure:38412: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:38412: $? = 0
configure:38416: mv conftest.o pac_conftest.o
configure:38419: $? = 0
configure:38446: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o   >&5
configure:38446: $? = 0
configure:38446: ./conftest
./conftest: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
configure:38446: $? = 127
configure: program exited with status 127
configure: failed program was:
| 
| 
|             program main
|             real a(2)
|             integer irc, cisize
|             irc = cisize(a(1),a(2))
|             end
| 
| 
configure:38484: result: 0
configure:38499: checking for size of Fortran type double precision
configure:38540: /usr/local/bin/gcc-5 -c    -O2   -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include conftest.c >&5
configure:38540: $? = 0
configure:38544: mv conftest.o pac_conftest.o
configure:38547: $? = 0
configure:38574: /usr/local/bin/gfortran-5 -o conftest   -O2   conftest.f pac_conftest.o   >&5
configure:38574: $? = 0
configure:38574: ./conftest
./conftest: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
configure:38574: $? = 127
configure: program exited with status 127
configure: failed program was:
| 
| 
|             program main
|             double precision a(2)
|             integer irc, cisize
|             irc = cisize(a(1),a(2))
|             end
| 
| 
configure:38612: result: 0
configure:38635: checking whether integer*1 is supported
configure:38646: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38646: $? = 0
configure:38653: result: yes
configure:38655: checking whether integer*2 is supported
configure:38666: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38666: $? = 0
configure:38673: result: yes
configure:38675: checking whether integer*4 is supported
configure:38686: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38686: $? = 0
configure:38693: result: yes
configure:38695: checking whether integer*8 is supported
configure:38706: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38706: $? = 0
configure:38713: result: yes
configure:38715: checking whether integer*16 is supported
configure:38726: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38726: $? = 0
configure:38733: result: yes
configure:38735: checking whether real*4 is supported
configure:38746: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38746: $? = 0
configure:38753: result: yes
configure:38755: checking whether real*8 is supported
configure:38766: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38766: $? = 0
configure:38773: result: yes
configure:38775: checking whether real*16 is supported
configure:38786: /usr/local/bin/gfortran-5 -c   -O2 conftest.f >&5
configure:38786: $? = 0
configure:38793: result: yes
configure:38802: error: Unable to configure with Fortran support because configure could not determine the size of a Fortran INTEGER.  Consider setting CROSS_F77_SIZEOF_INTEGER to the length in bytes of a Fortran INTEGER

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_restrict=__restrict
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_c_volatile=yes
ac_cv_cxx_bool=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_exceptions=yes
ac_cv_cxx_namespace_std=yes
ac_cv_cxx_namespaces=yes
ac_cv_env_AR_FLAGS_set=
ac_cv_env_AR_FLAGS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/bin/gcc-5
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=set
ac_cv_env_FC_value=/usr/local/bin/gfortran-5
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_MPIFCLIBNAME_set=
ac_cv_env_MPIFCLIBNAME_value=
ac_cv_env_MPILIBNAME_set=
ac_cv_env_MPILIBNAME_value=
ac_cv_env_MPLLIBNAME_set=
ac_cv_env_MPLLIBNAME_value=
ac_cv_env_OPALIBNAME_set=
ac_cv_env_OPALIBNAME_value=
ac_cv_env_PAMILIBNAME_set=
ac_cv_env_PAMILIBNAME_value=
ac_cv_env_PMPILIBNAME_set=
ac_cv_env_PMPILIBNAME_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_libs=' -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. -lgfortran -lm -lquadmath'
ac_cv_fc_compiler_gnu=yes
ac_cv_func_getpagesize=yes
ac_cv_header_complex_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_hcoll_api_hcoll_api_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_hcoll_hcoll_init=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_DOCTEXT=false
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/local/bin/gcc-5 -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_KILLALL=killall
ac_cv_prog_MAKE=make
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof__Bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_double__Complex=16
ac_cv_sizeof_double_int=16
ac_cv_sizeof_float=4
ac_cv_sizeof_float__Complex=8
ac_cv_sizeof_float_int=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_double__Complex=32
ac_cv_sizeof_long_double_int=32
ac_cv_sizeof_long_int=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=8
ac_cv_sizeof_two_int=8
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=8
ac_cv_sizeof_wchar_t=4
ac_cv_type__Bool=yes
ac_cv_type_double__Complex=yes
ac_cv_type_float__Complex=yes
ac_cv_type_long_double__Complex=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_F77=-fPIC
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_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='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
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=98304
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=yes
pac_cv_attr_weak_import=yes
pac_cv_c_double_alignment_exception=no
pac_cv_c_double_pos_align=no
pac_cv_c_fp_align_nr=16
pac_cv_c_llint_pos_align=no
pac_cv_c_max_double_fp_align=eight
pac_cv_c_max_fp_align=sixteen
pac_cv_c_max_integer_align=eight
pac_cv_c_max_longdouble_fp_align=sixteen
pac_cv_c_struct_align_nr=8
pac_cv_cc_has___func__=yes
pac_cv_cxx_builds_exe=yes
pac_cv_cxx_compiles_string=yes
pac_cv_cxx_has_iostream=yes
pac_cv_cxx_has_math=no
pac_cv_f77_accepts_F=yes
pac_cv_f77_flibs_valid=unknown
pac_cv_f77_sizeof_double_precision=0
pac_cv_f77_sizeof_integer=0
pac_cv_f77_sizeof_real=0
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_fort_integer16=yes
pac_cv_fort_integer1=yes
pac_cv_fort_integer2=yes
pac_cv_fort_integer4=yes
pac_cv_fort_integer8=yes
pac_cv_fort_real16=yes
pac_cv_fort_real4=yes
pac_cv_fort_real8=yes
pac_cv_gnu_attr_format=yes
pac_cv_gnu_attr_pure=yes
pac_cv_have__func__=yes
pac_cv_have__function__=yes
pac_cv_have_cap__func__=no
pac_cv_have_long_double=yes
pac_cv_have_long_long=yes
pac_cv_mkdir_p=yes
pac_cv_my_conf_dir=/opt/mpich-3.2a2
pac_cv_pointers_have_int_alignment=yes
pac_cv_prog_c_multiple_weak_symbols=yes
pac_cv_prog_c_unaligned_doubles=yes
pac_cv_prog_c_weak_symbols='pragma weak'
pac_cv_prog_f77_and_c_stdio_libs=none
pac_cv_prog_f77_exclaim_comments=yes
pac_cv_prog_f77_has_incdir=-I
pac_cv_prog_f77_library_dir_flag=-L
pac_cv_prog_f77_mismatched_args=yes
pac_cv_prog_f77_mismatched_args_parm=
pac_cv_prog_f77_name_mangle='lower uscore'
pac_cv_prog_fc_and_c_stdio_libs=none
pac_cv_prog_fc_cross=yes
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

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

ABIVERSION='0:0:0'
ABIVERSIONFLAGS='-version-info $(ABIVERSION)'
ACLOCAL='${SHELL} /opt/mpich-3.2a2/confdb/missing aclocal-1.14'
ADDRESS_KIND=''
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AR_FLAGS='cr'
AS=''
ASSERT_LEVEL=''
AUTOCONF='${SHELL} /opt/mpich-3.2a2/confdb/missing autoconf'
AUTOHEADER='${SHELL} /opt/mpich-3.2a2/confdb/missing autoheader'
AUTOMAKE='${SHELL} /opt/mpich-3.2a2/confdb/missing automake-1.14'
AWK='gawk'
BASH_SHELL='/bin/bash'
BGQ_INSTALL_DIR=''
BSEND_OVERHEAD=''
BUILD_BASH_SCRIPTS_FALSE='#'
BUILD_BASH_SCRIPTS_TRUE=''
BUILD_CH3_FALSE='#'
BUILD_CH3_NEMESIS_FALSE='#'
BUILD_CH3_NEMESIS_TRUE=''
BUILD_CH3_SOCK_FALSE=''
BUILD_CH3_SOCK_TRUE='#'
BUILD_CH3_TRUE=''
BUILD_CH3_UTIL_FTB_FALSE=''
BUILD_CH3_UTIL_FTB_TRUE='#'
BUILD_CH3_UTIL_SOCK_FALSE=''
BUILD_CH3_UTIL_SOCK_TRUE='#'
BUILD_COVERAGE_FALSE=''
BUILD_COVERAGE_TRUE=''
BUILD_CXX_BINDING_FALSE=''
BUILD_CXX_BINDING_TRUE=''
BUILD_DEBUGGER_DLL_FALSE=''
BUILD_DEBUGGER_DLL_TRUE='#'
BUILD_F08_BINDING_FALSE=''
BUILD_F08_BINDING_TRUE='#'
BUILD_F77_BINDING_FALSE=''
BUILD_F77_BINDING_TRUE=''
BUILD_FC_BINDING_FALSE='#'
BUILD_FC_BINDING_TRUE=''
BUILD_HCOLL_FALSE=''
BUILD_HCOLL_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_PMI_FALSE='#'
BUILD_NAMEPUB_PMI_TRUE=''
BUILD_NEMESIS_NETMOD_IB_FALSE=''
BUILD_NEMESIS_NETMOD_IB_TRUE='#'
BUILD_NEMESIS_NETMOD_MXM_FALSE=''
BUILD_NEMESIS_NETMOD_MXM_TRUE='#'
BUILD_NEMESIS_NETMOD_NEWMAD_FALSE=''
BUILD_NEMESIS_NETMOD_NEWMAD_TRUE='#'
BUILD_NEMESIS_NETMOD_PORTALS4_FALSE=''
BUILD_NEMESIS_NETMOD_PORTALS4_TRUE='#'
BUILD_NEMESIS_NETMOD_SCIF_FALSE=''
BUILD_NEMESIS_NETMOD_SCIF_TRUE='#'
BUILD_NEMESIS_NETMOD_TCP_FALSE='#'
BUILD_NEMESIS_NETMOD_TCP_TRUE=''
BUILD_PAMID_FALSE=''
BUILD_PAMID_TRUE='#'
BUILD_PMI_PMI2_FALSE=''
BUILD_PMI_PMI2_POE_FALSE=''
BUILD_PMI_PMI2_POE_TRUE=''
BUILD_PMI_PMI2_SIMPLE_FALSE=''
BUILD_PMI_PMI2_SIMPLE_TRUE=''
BUILD_PMI_PMI2_TRUE=''
BUILD_PMI_SIMPLE_FALSE=''
BUILD_PMI_SIMPLE_TRUE=''
BUILD_PMI_SLURM_FALSE=''
BUILD_PMI_SLURM_TRUE=''
BUILD_PM_GFORKER_FALSE=''
BUILD_PM_GFORKER_TRUE=''
BUILD_PM_HYDRA_FALSE=''
BUILD_PM_HYDRA_TRUE=''
BUILD_PM_REMSHELL_FALSE=''
BUILD_PM_REMSHELL_TRUE=''
BUILD_PM_UTIL_FALSE=''
BUILD_PM_UTIL_TRUE=''
BUILD_PROFILING_LIB_FALSE=''
BUILD_PROFILING_LIB_TRUE='#'
BUILD_ROMIO_FALSE='#'
BUILD_ROMIO_TRUE=''
CC='/usr/local/bin/gcc-5'
CCDEPMODE='depmode=gcc3'
CFLAGS='   -O2'
CMB_1INT_ALIGNMENT=''
CMB_STATUS_ALIGNMENT=''
CONFIGURE_ARGS_CLEAN='--enable-threads'
CONFIGURE_ARGUMENTS=' '\''--enable-threads'\'' '\''CC=/usr/local/bin/gcc-5'\'' '\''FC=/usr/local/bin/gfortran-5'\'''
COUNT_KIND=''
CPP='/usr/local/bin/gcc-5 -E'
CPPFLAGS='  -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/mpl/include -I/opt/mpich-3.2a2/src/openpa/src -I/opt/mpich-3.2a2/src/openpa/src -D_REENTRANT -I/opt/mpich-3.2a2/src/mpi/romio/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -O2'
CYGPATH_W='echo'
C_LINKPATH_SHL=''
DEFS=''
DEPDIR='.deps'
DEVICE='ch3:nemesis'
DLLIMPORT=''
DLLTOOL='false'
DOCTEXT='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTERNAL_LIBS=''
F77='/usr/local/bin/gfortran-5'
F77CPP=''
F77_COMPLEX16=''
F77_COMPLEX32=''
F77_COMPLEX8=''
F77_INCDIR='-I'
F77_INTEGER16=''
F77_INTEGER1=''
F77_INTEGER2=''
F77_INTEGER4=''
F77_INTEGER8=''
F77_LIBDIR_LEADER='-L'
F77_NAME_MANGLE='F77_NAME_LOWER_USCORE'
F77_OTHER_LIBS=''
F77_REAL16=''
F77_REAL4=''
F77_REAL8=''
FC='/usr/local/bin/gfortran-5'
FCCPP=''
FCEXT='f90'
FCFLAGS='  -O2'
FCINC='-I'
FCINCFLAG='-I'
FCMODEXT='mod'
FCMODINCFLAG='-I'
FCMODINCSPEC=''
FCMODOUTFLAG='-J'
FC_ALL_INTEGER_MODELS=''
FC_DOUBLE_MODEL=''
FC_INTEGER_MODEL=''
FC_INTEGER_MODEL_MAP=''
FC_OTHER_LIBS=''
FC_REAL_MODEL=''
FC_WORK_FILES_ARG=''
FFLAGS='  -O2'
FGREP='/bin/grep -F'
FILE=''
FLIBS=' -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.0.0/../../.. -lgfortran -lm -lquadmath'
FORTRAN_BINDING='1'
FORTRAN_MPI_OFFSET=''
GCOV=''
GNUCXX_MINORVERSION='1'
GNUCXX_VERSION='4'
GREP='/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_MPIF77_FALSE=''
INSTALL_MPIF77_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTEGER_KIND=''
INTERLIB_DEPS='yes'
KILLALL='killall'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' '
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LPMPILIBNAME=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKE='make'
MAKEINFO='${SHELL} /opt/mpich-3.2a2/confdb/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='mkdir -p'
MPIBASEMODNAME='mpi_base'
MPICC_NAME=''
MPICHLIB_CFLAGS=''
MPICHLIB_CPPFLAGS=''
MPICHLIB_CXXFLAGS=''
MPICHLIB_FCFLAGS=''
MPICHLIB_FFLAGS=''
MPICHLIB_LDFLAGS=''
MPICHLIB_LIBS=''
MPICH_NUMVERSION='30200002'
MPICH_RELEASE_DATE='Sun Nov 16 11:09:31 CST 2014'
MPICH_TIMER_KIND=''
MPICH_VERSION='3.2a2'
MPICONSTMODNAME='mpi_constants'
MPICPP_NAME=''
MPICXXLIBNAME='mpicxx'
MPICXX_NAME=''
MPID_TIMER_TYPE=''
MPIF77_NAME=''
MPIF90_NAME=''
MPIFCLIBNAME='mpifort'
MPIFORT_NAME=''
MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
MPILIBNAME='mpi'
MPIMODNAME='mpi'
MPIR_CXX_BOOL='0x0c000000'
MPIR_CXX_COMPLEX='0x0c000000'
MPIR_CXX_DOUBLE_COMPLEX='0x0c000000'
MPIR_CXX_LONG_DOUBLE_COMPLEX='0x0c000000'
MPIR_PINT=''
MPISIZEOFMODNAME='mpi_sizeofs'
MPIU_DLL_SPEC_DEF=''
MPI_2COMPLEX=''
MPI_2DOUBLE_COMPLEX=''
MPI_2DOUBLE_PRECISION=''
MPI_2INT='0x4c000816'
MPI_2INTEGER=''
MPI_2REAL=''
MPI_AINT=''
MPI_AINT_DATATYPE=''
MPI_AINT_FMT_DEC_SPEC=''
MPI_AINT_FMT_HEX_SPEC=''
MPI_BYTE='0x4c00010d'
MPI_CHAR='0x4c000101'
MPI_CHARACTER='0x4c00011a'
MPI_COMPLEX16='0x4c00102a'
MPI_COMPLEX32='0x4c00202c'
MPI_COMPLEX8='0x4c000828'
MPI_COMPLEX=''
MPI_COUNT=''
MPI_COUNT_DATATYPE=''
MPI_C_BOOL='0x4c00013f'
MPI_C_DOUBLE_COMPLEX='0x4c001041'
MPI_C_FLOAT_COMPLEX='0x4c000840'
MPI_C_LONG_DOUBLE_COMPLEX='0x4c002042'
MPI_DOUBLE='0x4c00080b'
MPI_DOUBLE_COMPLEX=''
MPI_DOUBLE_INT='0x8c000001'
MPI_DOUBLE_PRECISION=''
MPI_F77_2INT=''
MPI_F77_AINT=''
MPI_F77_BYTE=''
MPI_F77_CHAR=''
MPI_F77_COUNT=''
MPI_F77_CXX_BOOL=''
MPI_F77_CXX_DOUBLE_COMPLEX=''
MPI_F77_CXX_FLOAT_COMPLEX=''
MPI_F77_CXX_LONG_DOUBLE_COMPLEX=''
MPI_F77_C_BOOL=''
MPI_F77_C_COMPLEX=''
MPI_F77_C_DOUBLE_COMPLEX=''
MPI_F77_C_FLOAT_COMPLEX=''
MPI_F77_C_LONG_DOUBLE_COMPLEX=''
MPI_F77_DOUBLE=''
MPI_F77_DOUBLE_INT=''
MPI_F77_FLOAT=''
MPI_F77_FLOAT_INT=''
MPI_F77_INT16_T=''
MPI_F77_INT32_T=''
MPI_F77_INT64_T=''
MPI_F77_INT8_T=''
MPI_F77_INT=''
MPI_F77_LB=''
MPI_F77_LONG=''
MPI_F77_LONG_DOUBLE=''
MPI_F77_LONG_DOUBLE_INT=''
MPI_F77_LONG_INT=''
MPI_F77_LONG_LONG=''
MPI_F77_LONG_LONG_INT=''
MPI_F77_OFFSET=''
MPI_F77_PACKED=''
MPI_F77_SHORT=''
MPI_F77_SHORT_INT=''
MPI_F77_SIGNED_CHAR=''
MPI_F77_UB=''
MPI_F77_UINT16_T=''
MPI_F77_UINT32_T=''
MPI_F77_UINT64_T=''
MPI_F77_UINT8_T=''
MPI_F77_UNSIGNED=''
MPI_F77_UNSIGNED_CHAR=''
MPI_F77_UNSIGNED_LONG=''
MPI_F77_UNSIGNED_LONG_LONG=''
MPI_F77_UNSIGNED_SHORT=''
MPI_F77_WCHAR=''
MPI_FINT=''
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=''
MPI_LB='0x4c000010'
MPI_LOGICAL=''
MPI_LONG='0x4c000807'
MPI_LONG_DOUBLE='0x4c00100c'
MPI_LONG_DOUBLE_INT='0x8c000004'
MPI_LONG_INT='0x8c000002'
MPI_LONG_LONG='0x4c000809'
MPI_MAX_ERROR_STRING=''
MPI_MAX_LIBRARY_VERSION_STRING=''
MPI_MAX_PROCESSOR_NAME=''
MPI_OFFSET=''
MPI_OFFSET_DATATYPE=''
MPI_OFFSET_TYPEDEF=''
MPI_PACKED='0x4c00010f'
MPI_REAL16='0x4c00102b'
MPI_REAL4='0x4c000427'
MPI_REAL8='0x4c000829'
MPI_REAL=''
MPI_SHORT='0x4c000203'
MPI_SHORT_INT='0x8c000003'
MPI_SIGNED_CHAR='0x4c000118'
MPI_STATUS_SIZE=''
MPI_UB='0x4c000011'
MPI_UINT16_T='0x4c00023c'
MPI_UINT32_T='0x4c00043d'
MPI_UINT64_T='0x4c00083e'
MPI_UINT8_T='0x4c00013b'
MPI_UNSIGNED_CHAR='0x4c000102'
MPI_UNSIGNED_INT='0x4c000406'
MPI_UNSIGNED_LONG='0x4c000808'
MPI_UNSIGNED_LONG_LONG='0x4c000819'
MPI_UNSIGNED_SHORT='0x4c000204'
MPI_WCHAR='0x4c00040e'
MPLLIBNAME='mpl'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OFFSET_KIND=''
OPALIBNAME='opa'
OTOOL64=''
OTOOL=''
PACKAGE='mpich'
PACKAGE_BUGREPORT='discuss@mpich.org'
PACKAGE_NAME='MPICH'
PACKAGE_STRING='MPICH 3.2a2'
PACKAGE_TARNAME='mpich'
PACKAGE_URL='http://www.mpich.org/'
PACKAGE_VERSION='3.2a2'
PAMILIBNAME='pami'
PAPI_INCLUDE=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PMPILIBNAME='pmpi'
PRIMARY_PM_GFORKER_FALSE=''
PRIMARY_PM_GFORKER_TRUE=''
PRIMARY_PM_REMSHELL_FALSE=''
PRIMARY_PM_REMSHELL_TRUE=''
QUEUE_BINARY_SEARCH_SUPPORT_FALSE=''
QUEUE_BINARY_SEARCH_SUPPORT_TRUE='#'
RANLIB='ranlib'
REQD=''
REQI1=''
REQI2=''
REQI8=''
RSH=''
SED='/bin/sed'
SET_CFLAGS='CFLAGS='
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
SHLIB_EXT='.so'
SIZEOF_FC_CHARACTER=''
SIZEOF_FC_DOUBLE_PRECISION=''
SIZEOF_FC_INTEGER=''
SIZEOF_FC_REAL=''
SIZEOF_MPI_STATUS=''
SSH=''
STRIP='strip'
THREAD_SERIALIZED_OR_MULTIPLE_FALSE=''
THREAD_SERIALIZED_OR_MULTIPLE_TRUE=''
USER_CFLAGS=''
USER_CPPFLAGS=''
USER_CXXFLAGS=''
USER_EXTRA_LIBS=''
USER_FCFLAGS=''
USER_FFLAGS=''
USER_LDFLAGS=''
USER_LIBS=''
USE_DBG_LOGGING='0'
VERSION='3.2a2'
VPATH='VPATH=.:${srcdir}'
WRAPPER_CFLAGS=' '
WRAPPER_CPPFLAGS=' '
WRAPPER_CXXFLAGS=' '
WRAPPER_EXTRA_LIBS=''
WRAPPER_FCFLAGS=' '
WRAPPER_FFLAGS=' '
WRAPPER_LDFLAGS=''
WRAPPER_LIBS=''
WRAPPER_RPATH_LDFLAGS='-Wl,-rpath -Wl,${exec_prefix}/lib'
WTIME_DOUBLE_TYPE=''
XARGS_NODATA_OPT='-r'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindings=' f77 f90 f08 cxx'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
channel_name='nemesis'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
device_name='ch3'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_wrapper_rpath='yes'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /opt/mpich-3.2a2/confdb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libmpi_so_version='0:0:0'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
master_top_builddir='/opt/mpich-3.2a2'
master_top_srcdir='/opt/mpich-3.2a2'
mkdir_p='$(MKDIR_P)'
mmx_copy_s=''
modincdir='${prefix}/include'
mpich_libtool_static_flag=''
mpllib='src/mpl/libmpl.la'
mpllibdir='/opt/mpich-3.2a2/src/mpl'
mplsrcdir='/opt/mpich-3.2a2/src/mpl'
nemesis_nets_array=''
nemesis_nets_array_sz=''
nemesis_nets_dirs=''
nemesis_nets_func_array=''
nemesis_nets_func_decl=''
nemesis_nets_macro_defs=''
nemesis_nets_strings=''
nemesis_networks='tcp'
oldincludedir='/usr/include'
opalib='/opt/mpich-3.2a2/src/openpa/src/libopa.la'
opalibdir='/opt/mpich-3.2a2/src/openpa/src'
opasrcdir='/opt/mpich-3.2a2/src/openpa'
pdfdir='${docdir}'
pkgconfigdir=''
pm_name='hydra'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

cc_shlib_conf='src/env/cc_shlib.conf'
cxx_shlib_conf='src/env/cxx_shlib.conf'
f77_shlib_conf='src/env/f77_shlib.conf'
fc_shlib_conf='src/env/fc_shlib.conf'

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

/* confdefs.h */
#define PACKAGE_NAME "MPICH"
#define PACKAGE_TARNAME "mpich"
#define PACKAGE_VERSION "3.2a2"
#define PACKAGE_STRING "MPICH 3.2a2"
#define PACKAGE_BUGREPORT "discuss@mpich.org"
#define PACKAGE_URL "http://www.mpich.org/"
#define PACKAGE "mpich"
#define VERSION "3.2a2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define HAVE_WEAK_ATTRIBUTE 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_F08_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 0
#define SIZEOF_F77_REAL 0
#define SIZEOF_F77_DOUBLE_PRECISION 0

configure: exit 1
