[mvapich-discuss] Failure when building for PSM

Philipp Thomas pth at suse.de
Thu Apr 24 17:09:04 EDT 2014


I'm the person responsible for packaging mvapich2 and other OFED related
packages for openSUSE/SLES. When trying to build mvapich2 2.0rc1 FOR psm,
i.e. passing '--with-device=ch3:psm' to configure, building stops with
errors:

src/mpid/ch3/src/ch3u_rndv.c: In function 'MPIDI_CH3_RndvSend':
src/mpid/ch3/src/ch3u_rndv.c:67:8: error: 'seqnum' undeclared (first use in this function)
     MPIDI_VC_FAI_send_seqnum(vc, seqnum);
                ^
src/mpid/ch3/src/ch3u_rndv.c:67:8: note: each undeclared identifier is reported only once for each function it appears in
src/mpid/ch3/src/ch3u_rndv.c:68:16: error: 'MPIDI_CH3_Pkt_rndv_req_to_send_t' has no member named 'seqnum'
     MPIDI_Pkt_set_seqnum(rts_pkt, seqnum);
                ^
src/mpid/ch3/src/ch3u_rndv.c: In function 'MPIDI_CH3_PktHandler_RndvReqToSend':
src/mpid/ch3/src/ch3u_rndv.c:209:468: error: 'MPIDI_CH3_Pkt_rndv_req_to_send_t' has no member named 'seqnum'
     set_request_info(rreq, rts_pkt, MPIDI_REQUEST_RNDV_MSG);

Attached is the config.log from this build. What other info do
you need to fix this?

Philipp
``
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by MVAPICH2 configure 2.0rc1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/lib64/mpi/gcc/mvapich2 --libdir=/usr/lib64/mpi/gcc/mvapich2/lib64 --mandir=/usr/lib64/mpi/gcc/mvapich2/share/man --sysconfdir=/etc --libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib --with-pm=mpd --with-device=ch3:psm --enable-shared --without-mpe --disable-silent-rules

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

hostname = paradies
uname -m = x86_64
uname -r = 3.11.6-5-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Nov 6 13:54:28 UTC 2013 (2607707)

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

/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: /var/lib/build/ccache/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


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

configure:5512: checking whether to enable header caching
configure:5521: result: yes
configure:5591: checking for gcc
configure:5607: found /var/lib/build/ccache/bin/gcc
configure:5618: result: gcc
configure:5649: checking for C compiler version
configure:5658: gcc --version >&5
gcc (SUSE Linux) 4.8.2 20140404 [gcc-4_8-branch revision 209122]
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5669: $? = 0
configure:5658: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
configure:5669: $? = 0
configure:5658: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5669: $? = 1
configure:5658: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5669: $? = 1
configure:5689: checking whether the C compiler works
configure:5711: gcc -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      conftest.c -lrdmacm -libverbs -libumad  >&5
configure:5715: $? = 0
configure:5763: result: yes
configure:5766: checking for C compiler default output file name
configure:5768: result: a.out
configure:5774: checking for suffix of executables
configure:5781: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      conftest.c -lrdmacm -libverbs -libumad  >&5
configure:5785: $? = 0
configure:5807: result: 
configure:5829: checking whether we are cross compiling
configure:5837: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      conftest.c -lrdmacm -libverbs -libumad  >&5
configure:5841: $? = 0
configure:5848: ./conftest
configure:5852: $? = 0
configure:5867: result: no
configure:5872: checking for suffix of object files
configure:5894: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:5898: $? = 0
configure:5919: result: o
configure:5923: checking whether we are using the GNU C compiler
configure:5942: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:5942: $? = 0
configure:5951: result: yes
configure:5960: checking whether gcc accepts -g
configure:5980: gcc -c -g   conftest.c >&5
configure:5980: $? = 0
configure:6021: result: yes
configure:6038: checking for gcc option to accept ISO C89
configure:6101: gcc  -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:6101: $? = 0
configure:6114: result: none needed
configure:6141: checking whether gcc and cc understand -c and -o together
configure:6172: gcc -c conftest.c -o conftest2.o >&5
configure:6176: $? = 0
configure:6182: gcc -c conftest.c -o conftest2.o >&5
configure:6186: $? = 0
configure:6197: cc -c conftest.c >&5
configure:6201: $? = 0
configure:6209: cc -c conftest.c -o conftest2.o >&5
configure:6213: $? = 0
configure:6219: cc -c conftest.c -o conftest2.o >&5
configure:6223: $? = 0
configure:6241: result: yes
configure:6280: checking how to run the C preprocessor
configure:6311: gcc -E   conftest.c
configure:6311: $? = 0
configure:6325: gcc -E   conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6350: result: gcc -E
configure:6370: gcc -E   conftest.c
configure:6370: $? = 0
configure:6384: gcc -E   conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6384: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6444: checking for a BSD-compatible install
configure:6512: result: /usr/bin/install -c
configure:6523: checking whether build environment is sane
configure:6578: result: yes
configure:6726: checking for a thread-safe mkdir -p
configure:6765: result: /usr/bin/mkdir -p
configure:6772: checking for gawk
configure:6788: found /usr/bin/gawk
configure:6799: result: gawk
configure:6810: checking whether make sets $(MAKE)
configure:6832: result: yes
configure:6862: checking for style of include used by make
configure:6890: result: GNU
configure:6924: checking whether make supports nested variables
configure:6941: result: yes
configure:7026: checking dependency style of gcc
configure:7137: result: gcc3
configure:7154: checking whether to enable maintainer-specific portions of Makefiles
configure:7163: result: yes
configure:7227: checking for ar
configure:7243: found /usr/bin/ar
configure:7254: result: ar
configure:7280: checking the archiver (ar) interface
configure:7290: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:7290: $? = 0
configure:7292: ar cru libconftest.a conftest.o >&5
configure:7295: $? = 0
configure:7318: result: ar
configure:7368: checking build system type
configure:7382: result: x86_64-suse-linux-gnu
configure:7402: checking host system type
configure:7415: result: x86_64-suse-linux-gnu
configure:7456: checking how to print strings
configure:7483: result: printf
configure:7504: checking for a sed that does not truncate output
configure:7568: result: /usr/bin/sed
configure:7586: checking for grep that handles long lines and -e
configure:7644: result: /usr/bin/grep
configure:7649: checking for egrep
configure:7711: result: /usr/bin/grep -E
configure:7716: checking for fgrep
configure:7778: result: /usr/bin/grep -F
configure:7813: checking for ld used by gcc
configure:7880: result: /usr/x86_64-suse-linux/bin/ld
configure:7887: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:7902: result: yes
configure:7914: checking for BSD- or MS-compatible name lister (nm)
configure:7963: result: /usr/bin/nm -B
configure:8093: checking the name lister (/usr/bin/nm -B) interface
configure:8100: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:8103: /usr/bin/nm -B "conftest.o"
configure:8106: output
0000000000000000 B some_variable
configure:8113: result: BSD nm
configure:8116: checking whether ln -s works
configure:8120: result: yes
configure:8128: checking the maximum length of command line arguments
configure:8258: result: 1572864
configure:8275: checking whether the shell understands some XSI constructs
configure:8285: result: yes
configure:8289: checking whether the shell understands "+="
configure:8295: result: yes
configure:8330: checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format
configure:8370: result: func_convert_file_noop
configure:8377: checking how to convert x86_64-suse-linux-gnu file names to toolchain format
configure:8397: result: func_convert_file_noop
configure:8404: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:8411: result: -r
configure:8485: checking for objdump
configure:8501: found /usr/bin/objdump
configure:8512: result: objdump
configure:8544: checking how to recognize dependent libraries
configure:8746: result: pass_all
configure:8831: checking for dlltool
configure:8861: result: no
configure:8891: checking how to associate runtime and link libraries
configure:8918: result: printf %s\n
configure:9042: checking for archiver @FILE support
configure:9059: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:9059: $? = 0
configure:9062: ar cru libconftest.a @conftest.lst >&5
configure:9065: $? = 0
configure:9070: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:9073: $? = 1
configure:9085: result: @
configure:9143: checking for strip
configure:9159: found /usr/bin/strip
configure:9170: result: strip
configure:9242: checking for ranlib
configure:9258: found /usr/bin/ranlib
configure:9269: result: ranlib
configure:9371: checking command to parse /usr/bin/nm -B output from gcc object
configure:9491: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:9494: $? = 0
configure:9498: /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:9501: $? = 0
configure:9567: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      conftest.c conftstm.o >&5
configure:9570: $? = 0
configure:9608: result: ok
configure:9645: checking for sysroot
configure:9675: result: no
configure:9752: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:9755: $? = 0
configure:9931: checking for mt
configure:9947: found /usr/bin/mt
configure:9958: result: mt
configure:9981: checking if mt is a manifest tool
configure:9987: mt '-?'
configure:9995: result: no
configure:10633: checking for ANSI C header files
configure:10653: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10653: $? = 0
configure:10726: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      conftest.c -lrdmacm -libverbs -libumad  >&5
configure:10726: $? = 0
configure:10726: ./conftest
configure:10726: $? = 0
configure:10737: result: yes
configure:10750: checking for sys/types.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for sys/stat.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for stdlib.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for string.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for memory.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for strings.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for inttypes.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for stdint.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10750: checking for unistd.h
configure:10750: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10750: $? = 0
configure:10750: result: yes
configure:10764: checking for dlfcn.h
configure:10764: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:10764: $? = 0
configure:10764: result: yes
configure:10970: checking for objdir
configure:10985: result: .libs
configure:11256: checking if gcc supports -fno-rtti -fno-exceptions
configure:11274: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:11278: $? = 0
configure:11291: result: no
configure:11618: checking for gcc option to produce PIC
configure:11625: result: -fPIC -DPIC
configure:11633: checking if gcc PIC flag -fPIC -DPIC works
configure:11651: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    -fPIC -DPIC -DPIC conftest.c >&5
configure:11655: $? = 0
configure:11668: result: yes
configure:11697: checking if gcc static flag -static works
configure:11725: result: no
configure:11740: checking if gcc supports -c -o file.o
configure:11761: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    -o out/conftest2.o conftest.c >&5
configure:11765: $? = 0
configure:11787: result: yes
configure:11795: checking if gcc supports -c -o file.o
configure:11842: result: yes
configure:11875: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:13030: result: yes
configure:13067: checking whether -lc should be explicitly linked in
configure:13075: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC    conftest.c >&5
configure:13078: $? = 0
configure:13093: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:13096: $? = 0
configure:13110: result: no
configure:13270: checking dynamic linker characteristics
configure:13781: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC      -Wl,-rpath -Wl,/foo conftest.c -lrdmacm -libverbs -libumad  >&5
configure:13781: $? = 0
configure:14003: result: GNU/Linux ld.so
configure:14110: checking how to hardcode library paths into programs
configure:14135: result: immediate
configure:14675: checking whether stripping libraries is possible
configure:14680: result: yes
configure:14715: checking if libtool supports shared libraries
configure:14717: result: yes
configure:14720: checking whether to build shared libraries
configure:14741: result: yes
configure:14744: checking whether to build static libraries
configure:14748: result: yes
configure:14797: checking whether make supports nested variables
configure:14814: result: yes
configure:14908: checking for g++
configure:14924: found /var/lib/build/ccache/bin/g++
configure:14935: result: g++
configure:14962: checking for C++ compiler version
configure:14971: g++ --version >&5
g++ (SUSE Linux) 4.8.2 20140404 [gcc-4_8-branch revision 209122]
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:14982: $? = 0
configure:14971: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
configure:14982: $? = 0
configure:14971: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:14982: $? = 1
configure:14971: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:14982: $? = 1
configure:14986: checking whether we are using the GNU C++ compiler
configure:15005: g++ -c     conftest.cpp >&5
configure:15005: $? = 0
configure:15014: result: yes
configure:15023: checking whether g++ accepts -g
configure:15043: g++ -c -g   conftest.cpp >&5
configure:15043: $? = 0
configure:15084: result: yes
configure:15109: checking dependency style of g++
configure:15220: result: gcc3
configure:15253: checking how to run the C++ preprocessor
configure:15280: g++ -E   conftest.cpp
configure:15280: $? = 0
configure:15294: g++ -E   conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15294: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #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:15319: result: g++ -E
configure:15339: g++ -E   conftest.cpp
configure:15339: $? = 0
configure:15353: g++ -E   conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #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:15522: checking for ld used by g++
configure:15589: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:15596: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
configure:15611: result: yes
configure:15666: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:16671: result: yes
configure:16707: g++ -c     conftest.cpp >&5
configure:16710: $? = 0
configure:17230: checking for g++ option to produce PIC
configure:17237: result: -fPIC -DPIC
configure:17245: checking if g++ PIC flag -fPIC -DPIC works
configure:17263: g++ -c     -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17267: $? = 0
configure:17280: result: yes
configure:17303: checking if g++ static flag -static works
configure:17331: result: no
configure:17343: checking if g++ supports -c -o file.o
configure:17364: g++ -c     -o out/conftest2.o conftest.cpp >&5
configure:17368: $? = 0
configure:17390: result: yes
configure:17395: checking if g++ supports -c -o file.o
configure:17442: result: yes
configure:17472: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:17508: result: yes
configure:17649: checking dynamic linker characteristics
configure:18316: result: GNU/Linux ld.so
configure:18369: checking how to hardcode library paths into programs
configure:18394: result: immediate
configure:18490: checking for gfortran
configure:18506: found /usr/bin/gfortran
configure:18517: result: gfortran
configure:18543: checking for Fortran 77 compiler version
configure:18552: gfortran --version >&5
GNU Fortran (SUSE Linux) 4.8.2 20140404 [gcc-4_8-branch revision 209122]
Copyright (C) 2013 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:18563: $? = 0
configure:18552: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
configure:18563: $? = 0
configure:18552: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:18563: $? = 1
configure:18552: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:18563: $? = 1
configure:18572: checking whether we are using the GNU Fortran 77 compiler
configure:18585: gfortran -c   conftest.F >&5
configure:18585: $? = 0
configure:18594: result: yes
configure:18600: checking whether gfortran accepts -g
configure:18611: gfortran -c -g conftest.f >&5
configure:18611: $? = 0
configure:18619: result: yes
configure:18755: checking if libtool supports shared libraries
configure:18757: result: yes
configure:18760: checking whether to build shared libraries
configure:18780: result: yes
configure:18783: checking whether to build static libraries
configure:18787: result: yes
configure:19108: checking for gfortran option to produce PIC
configure:19115: result: -fPIC
configure:19123: checking if gfortran PIC flag -fPIC works
configure:19141: gfortran -c   -fPIC conftest.f >&5
configure:19145: $? = 0
configure:19158: result: yes
configure:19181: checking if gfortran static flag -static works
configure:19209: result: no
configure:19221: checking if gfortran supports -c -o file.o
configure:19242: gfortran -c   -o out/conftest2.o conftest.f >&5
configure:19246: $? = 0
configure:19268: result: yes
configure:19273: checking if gfortran supports -c -o file.o
configure:19320: result: yes
configure:19350: checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:20455: result: yes
configure:20596: checking dynamic linker characteristics
configure:21257: result: GNU/Linux ld.so
configure:21310: checking how to hardcode library paths into programs
configure:21335: result: immediate
configure:21424: checking for gfortran
configure:21440: found /usr/bin/gfortran
configure:21451: result: gfortran
configure:21477: checking for Fortran compiler version
configure:21486: gfortran --version >&5
GNU Fortran (SUSE Linux) 4.8.2 20140404 [gcc-4_8-branch revision 209122]
Copyright (C) 2013 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:21497: $? = 0
configure:21486: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
configure:21497: $? = 0
configure:21486: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:21497: $? = 1
configure:21486: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:21497: $? = 1
configure:21506: checking whether we are using the GNU Fortran compiler
configure:21519: gfortran -c    conftest.F >&5
configure:21519: $? = 0
configure:21528: result: yes
configure:21534: checking whether gfortran accepts -g
configure:21545: gfortran -c -g  conftest.f >&5
configure:21545: $? = 0
configure:21553: result: yes
configure:21692: checking if libtool supports shared libraries
configure:21694: result: yes
configure:21697: checking whether to build shared libraries
configure:21717: result: yes
configure:21720: checking whether to build static libraries
configure:21724: result: yes
configure:21758: gfortran -c    conftest.f >&5
configure:21761: $? = 0
configure:22190: checking for gfortran option to produce PIC
configure:22197: result: -fPIC
configure:22205: checking if gfortran PIC flag -fPIC works
configure:22223: gfortran -c   -fPIC  conftest.f >&5
configure:22227: $? = 0
configure:22240: result: yes
configure:22263: checking if gfortran static flag -static works
configure:22291: result: no
configure:22303: checking if gfortran supports -c -o file.o
configure:22324: gfortran -c   -o out/conftest2.o  conftest.f >&5
configure:22328: $? = 0
configure:22350: result: yes
configure:22355: checking if gfortran supports -c -o file.o
configure:22402: result: yes
configure:22432: checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:23537: result: yes
configure:23678: checking dynamic linker characteristics
configure:24339: result: GNU/Linux ld.so
configure:24392: checking how to hardcode library paths into programs
configure:24417: result: immediate
configure:25685: checking for getpagesize
configure:25685: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC     -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:25685: $? = 0
configure:25685: result: yes
configure:25847: RUNNING PREREQ FOR ch3:psm
configure:26415: ===== configuring src/mpl =====
configure:26580: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/lib64/mpi/gcc/mvapich2'  '--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64' '--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man' '--sysconfdir=/etc' '--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib' '--with-pm=mpd' '--with-device=ch3:psm' '--enable-shared' '--without-mpe' '--disable-silent-rules' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND' 'LIBS=-lrdmacm -libverbs -libumad ' --cache-file=/dev/null --srcdir=.
configure:26600: ===== done with src/mpl configure =====
configure:26606: sourcing src/mpl/localdefs
WRAPPER_LIBS(='') does not contain '-lmpl', prepending
CPPFLAGS(='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers') does not contain '-I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include', appending
CPPFLAGS(='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include') does not contain '-I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include', appending
LIBS(='-lrdmacm -libverbs -libumad ') does not contain '-lopa', prepending
configure:26733: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include   conftest.c -lopa -lrdmacm -libverbs -libumad  >&5
conftest.c:27:28: fatal error: opa_primitives.h: No such file or directory
 #include "opa_primitives.h"
                            ^
compilation terminated.
configure:26733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| /* end confdefs.h.  */
| #include "opa_primitives.h"
| 
| int
| main ()
| {
| 
| OPA_int_t i;
| OPA_store_int(i,10);
| OPA_fetch_and_incr_int(&i,5);
| 
|   ;
|   return 0;
| }
CPPFLAGS(='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include') does not contain '-I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src', appending
CPPFLAGS(='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src') does not contain '-I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src', appending
configure:26795: ===== configuring src/openpa =====
configure:26960: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/lib64/mpi/gcc/mvapich2' --with-atomic-primitives=auto_allow_emulation '--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64' '--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man' '--sysconfdir=/etc' '--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib' '--with-pm=mpd' '--with-device=ch3:psm' '--enable-shared' '--without-mpe' '--disable-silent-rules' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND' 'LIBS=-lrdmacm -libverbs -libumad ' --cache-file=/dev/null --srcdir=.
configure:26980: ===== done with src/openpa configure =====
WRAPPER_LIBS(='-lmpl ') does not contain '-lopa', prepending
CPPFLAGS(='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src') does not contain '-I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include', appending
configure:27639: checking for any suitable hwloc installation...
configure:27641: checking for hwloc_bitmap_alloc in -lhwloc
configure:27666: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lhwloc  -lrdmacm -libverbs -libumad  >&5
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lhwloc
collect2: error: ld returned 1 exit status
configure:27666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define 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
| /* 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 hwloc_bitmap_alloc ();
| int
| main ()
| {
| return hwloc_bitmap_alloc ();
|   ;
|   return 0;
| }
configure:27675: result: no
configure:27702: checking whether the compiler defines __func__
configure:27729: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:27729: $? = 0
configure:27729: ./conftest
configure:27729: $? = 0
configure:27766: result: yes
configure:27775: checking whether the compiler defines __FUNC__
configure:27802: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
In file included from /usr/include/string.h:635:0,
                 from conftest.c:35:
conftest.c: In function 'foo':
conftest.c:39:20: error: '__FUNC__' undeclared (first use in this function)
     return (strcmp(__FUNC__, "foo") == 0);
                    ^
conftest.c:39:20: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:40:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
configure:27802: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define 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:27839: result: no
configure:27848: checking whether the compiler sets __FUNCTION__
configure:27875: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:27875: $? = 0
configure:27875: ./conftest
configure:27875: $? = 0
configure:27912: result: yes
configure:27927: checking whether C compiler accepts option -O2
configure:27979: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  > pac_test1.log 2>&1
configure:27979: $? = 0
configure:28010: gcc -o conftest -O2 -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  > pac_test2.log 2>&1
configure:28010: $? = 0
configure:28018: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:28021: $? = 0
configure:28121: result: yes
configure:28137: checking whether C compiler option -O2 works with an invalid prototype program
configure:28145: gcc -o conftest -O2 -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c: In function 'main':
conftest.c:35:139: warning: unused variable 'bar' [-Wunused-variable]
                                                                                                 int main(int argc, char **argv){ int foo, bar = 0; foo += 1; return foo; }
                                                                                                                                           ^
conftest.c:35:152: warning: 'foo' is used uninitialized in this function [-Wuninitialized]
                                                                                                 int main(int argc, char **argv){ int foo, bar = 0; foo += 1; return foo; }
                                                                                                                                                        ^
conftest.c:35:134: note: 'foo' was declared here
                                                                                                 int main(int argc, char **argv){ int foo, bar = 0; foo += 1; return foo; }
                                                                                                                                      ^
configure:28145: $? = 0
configure:28152: result: yes
configure:28157: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:28197: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c > pac_test3.log 2>&1
configure:28197: $? = 0
configure:28201: mv conftest.o pac_conftest.o
configure:28204: $? = 0
configure:28247: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest.o -lrdmacm -libverbs -libumad  > pac_test4.log 2>&1
configure:28247: $? = 0
configure:28289: gcc -o conftest -O2 -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest.o -lrdmacm -libverbs -libumad  > pac_test5.log 2>&1
configure:28289: $? = 0
configure:28297: diff -b pac_test4.log pac_test5.log > pac_test.log
configure:28300: $? = 0
configure:28439: result: yes
configure:28472: checking for type of weak symbol alias support
configure:28496: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:28496: $? = 0
configure:28520: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:28520: $? = 0
configure:28523: mv conftest.o pac_conftest.o
configure:28526: $? = 0
configure:28563: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:28563: $? = 0
configure:28578: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:28578: $? = 0
configure:28581: mv conftest.o pac_conftest.o
configure:28584: $? = 0
configure:28622: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:28622: $? = 0
configure:28779: result: pragma weak
configure:28797: checking whether __attribute__ ((weak)) allowed
configure:28814: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:39:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:28814: $? = 0
configure:28821: result: yes
configure:28825: checking whether __attribute__ ((weak_import)) allowed
configure:28842: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:35:1: warning: 'weak_import' attribute directive ignored [-Wattributes]
 int foo(int) __attribute__ ((weak_import));
 ^
conftest.c: In function 'main':
conftest.c:39:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:28842: $? = 0
configure:28849: result: yes
configure:28852: checking whether __attribute__((weak,alias(...))) allowed
configure:28878: gcc -c -Werror   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:35:5: error: 'foo' aliased to undefined symbol '__foo'
 int foo(int) __attribute__((weak,alias("__foo")));
     ^
configure:28878: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| /* end confdefs.h.  */
| int foo(int) __attribute__((weak,alias("__foo")));
| int
| main ()
| {
| int a;
|   ;
|   return 0;
| }
configure:28891: result: no
configure:28913: checking for multiple weak symbol support
configure:28936: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:28936: $? = 0
configure:28939: mv conftest.o pac_conftest.o
configure:28942: $? = 0
configure:28979: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:28979: $? = 0
configure:29029: result: yes
configure:29078: checking for shared library (esp. rpath) characteristics of CC
configure:29169: result: done (results in src/env/cc_shlib.conf)
configure:29301: checking whether Fortran 77 compiler accepts option -O2
configure:29346: gfortran -o conftest     conftest.f -lrdmacm -libverbs -libumad  > pac_test1.log 2>&1
configure:29346: $? = 0
configure:29377: gfortran -o conftest -O2     conftest.f -lrdmacm -libverbs -libumad  > pac_test2.log 2>&1
configure:29377: $? = 0
configure:29385: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:29388: $? = 0
configure:29488: result: yes
configure:29493: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:29532: gfortran -c   conftest.f > pac_test3.log 2>&1
configure:29532: $? = 0
configure:29536: mv conftest.o pac_conftest.o
configure:29539: $? = 0
configure:29577: gfortran -o conftest -O2     conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  > pac_test4.log 2>&1
configure:29577: $? = 0
configure:29585: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:29588: $? = 0
configure:29689: result: yes
configure:29727: checking how to get verbose linking output from gfortran
configure:29737: gfortran -c   -O2 conftest.f >&5
configure:29737: $? = 0
configure:29755: gfortran -o conftest -O2 -v conftest.f -lrdmacm -libverbs -libumad
Using built-in specs.
Target: x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
 /usr/lib64/gcc/x86_64-suse-linux/4.8/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib64/gcc/x86_64-suse-linux/4.8/finclude -o /tmp/ccUb1ZLh.s
GNU Fortran (SUSE Linux) version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (x86_64-suse-linux)
	compiled by GNU C version 4.8.2 20140404 [gcc-4_8-branch revision 209122], GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (SUSE Linux) version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (x86_64-suse-linux)
	compiled by GNU C version 4.8.2 20140404 [gcc-4_8-branch revision 209122], GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/as -v --64 -o /tmp/ccVylraw.o /tmp/ccUb1ZLh.s
GNU assembler version 2.24.0 (x86_64-suse-linux) using BFD version (GNU Binutils; SUSE:SLE-12:GA) 2.24.0.20140403-2
Reading specs from /usr/lib64/gcc/x86_64-suse-linux/4.8/libgfortran.spec
rename spec lib to liborig
 /usr/lib64/gcc/x86_64-suse-linux/4.8/collect2 --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. /tmp/ccVylraw.o -lrdmacm -libverbs -libumad -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/4.8/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crtn.o
configure:29838: result: -v
configure:29840: checking for Fortran 77 libraries of gfortran
configure:29863: gfortran -o conftest -O2 -v conftest.f -lrdmacm -libverbs -libumad
Using built-in specs.
Target: x86_64-suse-linux
Thread model: posix
gcc version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) 
 /usr/lib64/gcc/x86_64-suse-linux/4.8/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib64/gcc/x86_64-suse-linux/4.8/finclude -o /tmp/ccJJWV6i.s
GNU Fortran (SUSE Linux) version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (x86_64-suse-linux)
	compiled by GNU C version 4.8.2 20140404 [gcc-4_8-branch revision 209122], GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (SUSE Linux) version 4.8.2 20140404 [gcc-4_8-branch revision 209122] (x86_64-suse-linux)
	compiled by GNU C version 4.8.2 20140404 [gcc-4_8-branch revision 209122], GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/as -v --64 -o /tmp/ccwq1hGx.o /tmp/ccJJWV6i.s
GNU assembler version 2.24.0 (x86_64-suse-linux) using BFD version (GNU Binutils; SUSE:SLE-12:GA) 2.24.0.20140403-2
Reading specs from /usr/lib64/gcc/x86_64-suse-linux/4.8/libgfortran.spec
rename spec lib to liborig
 /usr/lib64/gcc/x86_64-suse-linux/4.8/collect2 --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. /tmp/ccwq1hGx.o -lrdmacm -libverbs -libumad -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/4.8/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crtn.o
configure:30059: result:  -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. -lrdmacm -libverbs -libumad -lgfortran -lm -lquadmath
configure:30075: checking whether gfortran accepts the FLIBS found by autoconf
configure:30091: gfortran -o conftest   -O2   conftest.f -lrdmacm -libverbs -libumad  >&5
configure:30091: $? = 0
configure:30093: result: yes
configure:30131: checking whether gcc links with FLIBS found by autoconf
configure:30156: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c  -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. -lrdmacm -libverbs -libumad -lgfortran -lm -lquadmath -lrdmacm -libverbs -libumad  >&5
conftest.c: In function 'main':
conftest.c:46:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:30156: $? = 0
configure:30158: result: yes
configure:30208: checking whether Fortran 77 and C objects are compatible
configure:30287: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:30287: $? = 0
configure:30290: mv conftest.o pac_conftest.o
configure:30293: $? = 0
configure:30302: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:30302: $? = 0
configure:30305: result: yes
configure:30464: checking for linker for Fortran main program
configure:30485: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:11: warning: unused variable 'a' [-Wunused-variable]
 long long a;
           ^
configure:30485: $? = 0
configure:30544: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:30544: $? = 0
configure:30547: mv conftest.o pac_conftest.o
configure:30550: $? = 0
configure:30559: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:30559: $? = 0
configure:30561: result: Use Fortran to link programs
configure:30672: checking for Fortran 77 name mangling
configure:30694: gfortran -c   -O2 conftest.f >&5
configure:30694: $? = 0
configure:30697: mv conftest.o f77conftest.o
configure:30700: $? = 0
configure:30725: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c f77conftest.o  -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. -lrdmacm -libverbs -libumad -lgfortran -lm -lquadmath -lrdmacm -libverbs -libumad  >&5
configure:30725: $? = 0
configure:30848: result: lower uscore
configure:30914: checking for libraries to link Fortran main with C stdio routines
configure:30940: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:30940: $? = 0
configure:30943: mv conftest.o pac_conftest.o
configure:30946: $? = 0
configure:30965: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad   >&5
configure:30965: $? = 0
configure:30996: result: none
configure:31047: checking whether Fortran init will work with C
configure:31069: gfortran -c   -O2 conftest.f >&5
configure:31069: $? = 0
configure:31072: mv conftest.o pac_f77conftest.o
configure:31075: $? = 0
configure:31119: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_f77conftest.o -lrdmacm -libverbs -libumad  >&5
configure:31119: $? = 0
configure:31142: result: yes
configure:31241: checking for extension for Fortran 90 programs
configure:31256: gfortran -c    conftest.f90 >&5
configure:31256: $? = 0
configure:31258: result: f90
configure:31300: checking whether the Fortran 90 compiler (gfortran    ) works
configure:31311: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:31311: $? = 0
configure:31314: result: yes
configure:31316: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:31322: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:31322: $? = 0
configure:31322: ./conftest
configure:31322: $? = 0
configure:31331: result: no
configure:31354: checking whether Fortran 90 compiler works with Fortran 77 compiler
configure:31382: gfortran -c   -O2 conftest.f >&5
configure:31382: $? = 0
configure:31386: mv conftest.o pac_f77conftest.o
configure:31389: $? = 0
configure:31410: gfortran -o conftest      conftest.f90 pac_f77conftest.o -lrdmacm -libverbs -libumad  >&5
configure:31410: $? = 0
configure:31452: result: yes
configure:31512: checking for shared library (esp. rpath) characteristics of F77
configure:31605: result: done (results in src/env/f77_shlib.conf)
configure:31616: checking whether Fortran 77 accepts ! for comments
configure:31634: gfortran -c   -O2 conftest.f >&5
configure:31634: $? = 0
configure:31651: result: yes
configure:31661: checking for include directory flag for Fortran
configure:31688: gfortran -c -I src   -O2 conftest.f >&5
configure:31688: $? = 0
configure:31706: result: -I
configure:31714: checking for Fortran 77 flag for library directories
configure:31733: gfortran -c   -O2 conftest.f >&5
configure:31733: $? = 0
configure:31737: mv conftest.o pac_f77conftest.o
configure:31740: $? = 0
configure:31743: test -d conftestdir || mkdir conftestdir
configure:31746: $? = 0
configure:31749: ar cru conftestdir/libf77conftest.a pac_f77conftest.o
configure:31752: $? = 0
configure:31755: ranlib conftestdir/libf77conftest.a
configure:31758: $? = 0
configure:31776: gfortran -o conftest   -O2 -Lconftestdir   conftest.f -lf77conftest -lrdmacm -libverbs -libumad  >&5
configure:31776: $? = 0
configure:31796: result: -L
configure:31872: checking whether Fortran 77 compiler processes .F files with C preprocessor
configure:31893: gfortran -c   -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.F >&5
configure:31893: $? = 0
configure:31961: result: yes
configure:31969: checking whether gfortran allows mismatched arguments
configure:31992: gfortran -c   -O2 conftest.f >&5
configure:31992: $? = 0
configure:32036: result: yes
configure:32105: checking for shared library (esp. rpath) characteristics of FC
configure:32198: result: done (results in src/env/fc_shlib.conf)
configure:32214: checking whether the Fortran 90 compiler (gfortran    ) works
configure:32225: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:32225: $? = 0
configure:32228: result: yes
configure:32230: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:32236: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:32236: $? = 0
configure:32236: ./conftest
configure:32236: $? = 0
configure:32245: result: no
configure:32291: checking for Fortran 90 module extension
configure:32313: gfortran -c    conftest.f90 >&5
configure:32313: $? = 0
configure:32409: result: mod
configure:32421: checking for Fortran 90 module include flag
configure:32449: gfortran -c    conftest.f90 >&5
configure:32449: $? = 0
configure:32486: gfortran -c   -Iconftestdir  conftest.f90 >&5
configure:32486: $? = 0
configure:32545: result: -I
configure:32553: checking for Fortran 90 module output directory flag
configure:32584: gfortran -c    conftest.f90 >&5
configure:32584: $? = 0
configure:32638: gfortran -c   -Jconftestdir  conftest.f90 >&5
configure:32638: $? = 0
configure:32678: result: -J
configure:33136: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
configure:33157: gfortran -c     -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include  conftest.F90 >&5
configure:33157: $? = 0
configure:33225: result: yes
configure:33246: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
configure:33272: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:33272: $? = 0
configure:33276: mv conftest.o pac_conftest.o
configure:33279: $? = 0
configure:33296: gfortran -o conftest      conftest.f90 pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:33296: $? = 0
configure:33337: result: none
configure:33367: checking whether the C++ compiler g++ can build an executable
configure:33396: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:33396: $? = 0
configure:33410: result: yes
configure:33417: checking whether C++ compiler works with string
configure:33440: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33440: $? = 0
configure:33453: result: yes
configure:33466: checking whether the compiler supports exceptions
configure:33489: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33489: $? = 0
configure:33503: result: yes
configure:33511: checking whether the compiler recognizes bool as a built-in type
configure:33538: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33538: $? = 0
configure:33552: result: yes
configure:33560: checking whether the compiler implements namespaces
configure:33583: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33583: $? = 0
configure:33597: result: yes
configure:33614: checking whether <iostream> available
configure:33633: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33633: $? = 0
configure:33640: result: yes
configure:33643: checking whether the compiler implements the namespace std
configure:33670: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:33670: $? = 0
configure:33685: result: yes
configure:33694: checking whether <math> available
configure:33713: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
conftest.cpp:50:16: fatal error: math: No such file or directory
 #include <math>
                ^
compilation terminated.
configure:33713: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| /* end confdefs.h.  */
| 
| #include <math>
| 
| int
| main ()
| {
| using namespace std;
|   ;
|   return 0;
| }
configure:33720: result: no
configure:33745: checking for GNU g++ version
configure:33770: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:33770: $? = 0
configure:33770: ./conftest
configure:33770: $? = 0
configure:33780: result: 4 . 8
configure:33836: checking for shared library (esp. rpath) characteristics of CXX
configure:33929: result: done (results in src/env/cxx_shlib.conf)
configure:34396: checking for perl
configure:34414: found /usr/bin/perl
configure:34426: result: /usr/bin/perl
configure:34439: checking for ar
configure:34466: result: ar
configure:34502: checking for ranlib
configure:34529: result: ranlib
configure:34548: checking for killall
configure:34578: result: no
configure:34618: checking whether install works
configure:34626: result: yes
configure:34641: checking whether mkdir -p works
configure:34657: result: yes
configure:34675: checking for make
configure:34691: found /usr/bin/make
configure:34702: result: make
configure:34716: checking whether clock skew breaks make
configure:34741: result: no
configure:34751: checking whether make supports include
configure:34779: result: yes
configure:34788: checking whether make allows comments in actions
configure:34815: result: yes
configure:34829: checking for virtual path format
configure:34872: result: VPATH
configure:34882: checking whether make sets CFLAGS
configure:34908: result: yes
configure:34957: checking for bash
configure:34975: found /bin/bash
configure:34987: result: /bin/bash
configure:35010: checking whether /bin/bash supports arrays
configure:35019: result: yes
configure:35254: checking for doctext
configure:35285: result: false
configure:35298: checking for an ANSI C-conforming const
configure:35364: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:35364: $? = 0
configure:35371: result: yes
configure:35379: checking for working volatile
configure:35398: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:35398: $? = 0
configure:35405: result: yes
configure:35413: checking for C/C++ restrict keyword
configure:35438: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:35438: $? = 0
configure:35446: result: __restrict
configure:35459: checking for inline
configure:35475: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:35475: $? = 0
configure:35483: result: inline
configure:35506: checking whether __attribute__ allowed
configure:35523: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:35523: $? = 0
configure:35530: result: yes
configure:35532: checking whether __attribute__((format)) allowed
configure:35549: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:35549: $? = 0
configure:35556: result: yes
configure:35566: checking if C compiler supports __builtin_expect
configure:35582: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:35582: $? = 0
configure:35585: result: yes
configure:35617: checking whether byte ordering is bigendian
configure:35632: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:55:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:55:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:55:15: error: unknown type name 'universal'
configure:35632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:35677: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:35677: $? = 0
configure:35695: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:61:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:35695: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:35823: result: no
configure:35861: checking whether C compiler allows unaligned doubles
configure:35894: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:35894: $? = 0
configure:35894: ./conftest
configure:35894: $? = 0
configure:35904: result: yes
configure:35923: checking whether gcc supports __func__
configure:35939: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:13: warning: unused variable 'cp' [-Wunused-variable]
 const char *cp = __func__;
             ^
configure:35939: $? = 0
configure:35946: result: yes
configure:35983: checking whether long double is supported
configure:36000: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:13: warning: unused variable 'a' [-Wunused-variable]
 long double a;
             ^
configure:36000: $? = 0
configure:36007: result: yes
configure:36016: checking whether long long is supported
configure:36033: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:11: warning: unused variable 'a' [-Wunused-variable]
 long long a;
           ^
configure:36033: $? = 0
configure:36040: result: yes
configure:36051: checking for max C struct integer alignment
configure:36169: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36169: $? = 0
configure:36169: ./conftest
configure:36169: $? = 0
configure:36181: result: eight
configure:36212: checking for max C struct floating point alignment
configure:36314: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36314: $? = 0
configure:36314: ./conftest
configure:36314: $? = 0
configure:36326: result: sixteen
configure:36359: checking for max C struct alignment of structs with doubles
configure:36430: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36430: $? = 0
configure:36430: ./conftest
configure:36430: $? = 0
configure:36442: result: eight
configure:36449: checking for max C struct floating point alignment with long doubles
configure:36521: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36521: $? = 0
configure:36521: ./conftest
configure:36521: $? = 0
configure:36533: result: sixteen
configure:36543: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MVAPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types.
configure:36578: checking if alignment of structs with doubles is based on position
configure:36612: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36612: $? = 0
configure:36612: ./conftest
configure:36612: $? = 0
configure:36624: result: no
configure:36640: checking if alignment of structs with long long ints is based on position
configure:36676: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36676: $? = 0
configure:36676: ./conftest
configure:36676: $? = 0
configure:36688: result: no
configure:36704: checking if double alignment breaks rules, find actual alignment
configure:36751: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36751: $? = 0
configure:36751: ./conftest
configure:36751: $? = 0
configure:36763: result: no
configure:36779: checking for alignment restrictions on pointers
configure:36799: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36799: $? = 0
configure:36799: ./conftest
configure:36799: $? = 0
configure:36816: result: int or better
configure:36828: checking size of char
configure:36833: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36833: $? = 0
configure:36833: ./conftest
configure:36833: $? = 0
configure:36847: result: 1
configure:36861: checking size of unsigned char
configure:36866: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36866: $? = 0
configure:36866: ./conftest
configure:36866: $? = 0
configure:36880: result: 1
configure:36894: checking size of short
configure:36899: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36899: $? = 0
configure:36899: ./conftest
configure:36899: $? = 0
configure:36913: result: 2
configure:36927: checking size of unsigned short
configure:36932: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36932: $? = 0
configure:36932: ./conftest
configure:36932: $? = 0
configure:36946: result: 2
configure:36960: checking size of int
configure:36965: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36965: $? = 0
configure:36965: ./conftest
configure:36965: $? = 0
configure:36979: result: 4
configure:36993: checking size of unsigned int
configure:36998: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:36998: $? = 0
configure:36998: ./conftest
configure:36998: $? = 0
configure:37012: result: 4
configure:37026: checking size of long
configure:37031: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37031: $? = 0
configure:37031: ./conftest
configure:37031: $? = 0
configure:37045: result: 8
configure:37059: checking size of unsigned long
configure:37064: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37064: $? = 0
configure:37064: ./conftest
configure:37064: $? = 0
configure:37078: result: 8
configure:37092: checking size of long long
configure:37097: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37097: $? = 0
configure:37097: ./conftest
configure:37097: $? = 0
configure:37111: result: 8
configure:37125: checking size of unsigned long long
configure:37130: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37130: $? = 0
configure:37130: ./conftest
configure:37130: $? = 0
configure:37144: result: 8
configure:37158: checking size of float
configure:37163: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37163: $? = 0
configure:37163: ./conftest
configure:37163: $? = 0
configure:37177: result: 4
configure:37191: checking size of double
configure:37196: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37196: $? = 0
configure:37196: ./conftest
configure:37196: $? = 0
configure:37210: result: 8
configure:37224: checking size of long double
configure:37229: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37229: $? = 0
configure:37229: ./conftest
configure:37229: $? = 0
configure:37243: result: 16
configure:37257: checking size of void *
configure:37262: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37262: $? = 0
configure:37262: ./conftest
configure:37262: $? = 0
configure:37276: result: 8
configure:37287: checking for ANSI C header files
configure:37391: result: yes
configure:37401: checking stddef.h usability
configure:37401: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37401: $? = 0
configure:37401: result: yes
configure:37401: checking stddef.h presence
configure:37401: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:37401: $? = 0
configure:37401: result: yes
configure:37401: checking for stddef.h
configure:37401: result: yes
configure:37415: checking size of wchar_t
configure:37420: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37420: $? = 0
configure:37420: ./conftest
configure:37420: $? = 0
configure:37439: result: 4
configure:37454: checking size of float_int
configure:37459: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37459: $? = 0
configure:37459: ./conftest
configure:37459: $? = 0
configure:37474: result: 8
configure:37488: checking size of double_int
configure:37493: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37493: $? = 0
configure:37493: ./conftest
configure:37493: $? = 0
configure:37508: result: 16
configure:37522: checking size of long_int
configure:37527: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37527: $? = 0
configure:37527: ./conftest
configure:37527: $? = 0
configure:37542: result: 16
configure:37556: checking size of short_int
configure:37561: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37561: $? = 0
configure:37561: ./conftest
configure:37561: $? = 0
configure:37576: result: 8
configure:37590: checking size of two_int
configure:37595: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37595: $? = 0
configure:37595: ./conftest
configure:37595: $? = 0
configure:37610: result: 8
configure:37624: checking size of long_double_int
configure:37629: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37629: $? = 0
configure:37629: ./conftest
configure:37629: $? = 0
configure:37644: result: 32
configure:37657: checking sys/bitypes.h usability
configure:37657: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37657: $? = 0
configure:37657: result: yes
configure:37657: checking sys/bitypes.h presence
configure:37657: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:37657: $? = 0
configure:37657: result: yes
configure:37657: checking for sys/bitypes.h
configure:37657: result: yes
configure:37670: checking for inttypes.h
configure:37670: result: yes
configure:37670: checking for stdint.h
configure:37670: result: yes
configure:37682: checking for int8_t
configure:37682: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37682: $? = 0
configure:37682: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:125: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:37682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37682: result: yes
configure:37693: checking for int16_t
configure:37693: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37693: $? = 0
configure:37693: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:125: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:37693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37693: result: yes
configure:37704: checking for int32_t
configure:37704: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37704: $? = 0
configure:37704: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:126:53: warning: integer overflow in expression [-Woverflow]
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:125: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)
            ^
conftest.c:125:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:37704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37704: result: yes
configure:37715: checking for int64_t
configure:37715: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37715: $? = 0
configure:37715: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:126:53: warning: integer overflow in expression [-Woverflow]
    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:125: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)
            ^
conftest.c:125:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:37715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <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:37715: result: yes
configure:37756: checking for uint8_t
configure:37756: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37756: $? = 0
configure:37756: result: yes
configure:37770: checking for uint16_t
configure:37770: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37770: $? = 0
configure:37770: result: yes
configure:37782: checking for uint32_t
configure:37782: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37782: $? = 0
configure:37782: result: yes
configure:37796: checking for uint64_t
configure:37796: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37796: $? = 0
configure:37796: result: yes
configure:37838: checking stdbool.h usability
configure:37838: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37838: $? = 0
configure:37838: result: yes
configure:37838: checking stdbool.h presence
configure:37838: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:37838: $? = 0
configure:37838: result: yes
configure:37838: checking for stdbool.h
configure:37838: result: yes
configure:37838: checking complex.h usability
configure:37838: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:37838: $? = 0
configure:37838: result: yes
configure:37838: checking complex.h presence
configure:37838: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:37838: $? = 0
configure:37838: result: yes
configure:37838: checking for complex.h
configure:37838: result: yes
configure:37852: checking size of _Bool
configure:37857: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37857: $? = 0
configure:37857: ./conftest
configure:37857: $? = 0
configure:37876: result: 1
configure:37890: checking size of float _Complex
configure:37895: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37895: $? = 0
configure:37895: ./conftest
configure:37895: $? = 0
configure:37914: result: 8
configure:37928: checking size of double _Complex
configure:37933: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37933: $? = 0
configure:37933: ./conftest
configure:37933: $? = 0
configure:37952: result: 16
configure:37968: checking size of long double _Complex
configure:37973: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:37973: $? = 0
configure:37973: ./conftest
configure:37973: $? = 0
configure:37992: result: 32
configure:38007: checking for _Bool
configure:38007: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38007: $? = 0
configure:38007: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:138:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:38007: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| /* end confdefs.h.  */
| #include <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:38007: result: yes
configure:38016: checking for float _Complex
configure:38016: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38016: $? = 0
configure:38016: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:139:29: error: expected expression before ')' token
 if (sizeof ((float _Complex)))
                             ^
configure:38016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| /* end confdefs.h.  */
| #include <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:38016: result: yes
configure:38025: checking for double _Complex
configure:38025: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38025: $? = 0
configure:38025: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:140:30: error: expected expression before ')' token
 if (sizeof ((double _Complex)))
                              ^
configure:38025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| /* end confdefs.h.  */
| #include <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:38025: result: yes
configure:38038: checking for long double _Complex
configure:38038: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38038: $? = 0
configure:38038: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:141:35: error: expected expression before ')' token
 if (sizeof ((long double _Complex)))
                                   ^
configure:38038: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| /* end confdefs.h.  */
| #include <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:38038: result: yes
configure:38458: checking for size of Fortran type integer
configure:38499: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38499: $? = 0
configure:38503: mv conftest.o pac_conftest.o
configure:38506: $? = 0
configure:38533: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:38533: $? = 0
configure:38533: ./conftest
configure:38533: $? = 0
configure:38571: result: 4
configure:38586: checking for size of Fortran type real
configure:38627: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38627: $? = 0
configure:38631: mv conftest.o pac_conftest.o
configure:38634: $? = 0
configure:38661: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:38661: $? = 0
configure:38661: ./conftest
configure:38661: $? = 0
configure:38699: result: 4
configure:38714: checking for size of Fortran type double precision
configure:38755: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:38755: $? = 0
configure:38759: mv conftest.o pac_conftest.o
configure:38762: $? = 0
configure:38789: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:38789: $? = 0
configure:38789: ./conftest
configure:38789: $? = 0
configure:38827: result: 8
configure:38850: checking whether integer*1 is supported
configure:38861: gfortran -c   -O2 conftest.f >&5
configure:38861: $? = 0
configure:38868: result: yes
configure:38870: checking whether integer*2 is supported
configure:38881: gfortran -c   -O2 conftest.f >&5
configure:38881: $? = 0
configure:38888: result: yes
configure:38890: checking whether integer*4 is supported
configure:38901: gfortran -c   -O2 conftest.f >&5
configure:38901: $? = 0
configure:38908: result: yes
configure:38910: checking whether integer*8 is supported
configure:38921: gfortran -c   -O2 conftest.f >&5
configure:38921: $? = 0
configure:38928: result: yes
configure:38930: checking whether integer*16 is supported
configure:38941: gfortran -c   -O2 conftest.f >&5
configure:38941: $? = 0
configure:38948: result: yes
configure:38950: checking whether real*4 is supported
configure:38961: gfortran -c   -O2 conftest.f >&5
configure:38961: $? = 0
configure:38968: result: yes
configure:38970: checking whether real*8 is supported
configure:38981: gfortran -c   -O2 conftest.f >&5
configure:38981: $? = 0
configure:38988: result: yes
configure:38990: checking whether real*16 is supported
configure:39001: gfortran -c   -O2 conftest.f >&5
configure:39001: $? = 0
configure:39008: result: yes
configure:39107: checking for C type matching Fortran real
configure:39115: result: float
configure:39130: checking for C type matching Fortran double
configure:39137: result: double
configure:39466: checking for C type matching Fortran integer
configure:39473: result: int
configure:39626: checking for values of Fortran logicals
configure:39665: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:39665: $? = 0
configure:39668: mv conftest.o pac_conftest.o
configure:39671: $? = 0
configure:39703: gfortran -o conftest   -O2   conftest.f pac_conftest.o -lrdmacm -libverbs -libumad  >&5
configure:39703: $? = 0
configure:39703: ./conftest
configure:39703: $? = 0
configure:39741: result: True is 1 and False is 0
configure:39852: checking for Fortran 90 integer kind for 8-byte integers
configure:39892: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:39892: $? = 0
configure:39892: ./conftest
configure:39892: $? = 0
configure:39909: result: 8
configure:40021: checking for Fortran 90 integer kind for 4-byte integers
configure:40061: gfortran -o conftest      conftest.f90 -lrdmacm -libverbs -libumad  >&5
configure:40061: $? = 0
configure:40061: ./conftest
configure:40061: $? = 0
configure:40078: result: 4
configure:40111: checking if real*8 is supported in Fortran 90
configure:40124: gfortran -c    conftest.f90 >&5
configure:40124: $? = 0
configure:40136: result: yes
configure:40292: checking size of bool
configure:40297: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:40297: $? = 0
configure:40297: ./conftest
configure:40297: $? = 0
configure:40311: result: 1
configure:40353: checking complex usability
configure:40353: g++ -c   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp >&5
configure:40353: $? = 0
configure:40353: result: yes
configure:40353: checking complex presence
configure:40353: g++ -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.cpp
configure:40353: $? = 0
configure:40353: result: yes
configure:40353: checking for complex
configure:40353: result: yes
configure:40366: checking size of Complex
configure:40371: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:40371: $? = 0
configure:40371: ./conftest
configure:40371: $? = 0
configure:40390: result: 8
configure:40404: checking size of DoubleComplex
configure:40409: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:40409: $? = 0
configure:40409: ./conftest
configure:40409: $? = 0
configure:40428: result: 16
configure:40443: checking size of LongDoubleComplex
configure:40448: g++ -o conftest   -DNDEBUG -DNVALGRIND   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.cpp -lrdmacm -libverbs -libumad  >&5
configure:40448: $? = 0
configure:40448: ./conftest
configure:40448: $? = 0
configure:40467: result: 32
configure:40583: checking for alignment restrictions on int64_t
configure:40617: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:40617: $? = 0
configure:40617: ./conftest
configure:40617: $? = 0
configure:40628: result: no
configure:40647: checking for alignment restrictions on int32_t
configure:40681: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:40681: $? = 0
configure:40681: ./conftest
configure:40681: $? = 0
configure:40692: result: no
configure:40705: checking for gcc __asm__ and pentium cmpxchgl instruction
configure:40729: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c: Assembler messages:
conftest.c:145: Error: incorrect register `%rdx' used with `l' suffix
configure:40729: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| /* end confdefs.h.  */
| 
| int main(int argc, char *argv[])
| {
| long int compval = 10;
| volatile long int *p = &compval;
| long int oldval = 10;
| long int newval = 20;
| char ret;
| long int readval;
| __asm__ __volatile__ ("lock; cmpxchgl %3, %1; sete %0"
| 	: "=q" (ret), "=m" (*p), "=a" (readval)
| 	: "r" (newval), "m" (*p), "a" (oldval) : "memory");
| return (compval == 20) ? 0 : -1;
| }
| 
configure:40737: result: no
configure:40753: checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction
configure:40777: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:40777: $? = 0
configure:40777: ./conftest
configure:40777: $? = 0
configure:40778: result: yes
configure:40793: checking for gcc __asm__ and IA64 xchg4 instruction
configure:40818: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c: Assembler messages:
conftest.c:141: Error: no such instruction: `xchg4 %rax=[%rdi],%rsi'
conftest.c:141: Error: no such instruction: `xchg4 %rdx=[%rax],%rdx'
configure:40818: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| /* end confdefs.h.  */
| 
| unsigned long _InterlockedExchange(volatile void *ptr, unsigned long x)
| {
|    unsigned long result;
|    __asm__ __volatile ("xchg4 %0=[%1],%2" : "=r" (result)
|        : "r" (ptr), "r" (x) : "memory");
|    return result;
| }
| int main(int argc, char *argv[])
| {
| long val = 1;
| volatile long *p = &val;
| long oldval = _InterlockedExchange(p, (unsigned long)2);
| return (oldval == 1 && val == 2) ? 0 : -1;
| }
| 
configure:40825: result: no
configure:40843: checking for gcov
configure:40859: found /usr/bin/gcov
configure:40870: result: gcov
configure:40992: checking for ANSI C header files
configure:41096: result: yes
configure:41111: checking for stdlib.h
configure:41111: result: yes
configure:41111: checking stdarg.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking stdarg.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for stdarg.h
configure:41111: result: yes
configure:41111: checking for sys/types.h
configure:41111: result: yes
configure:41111: checking for string.h
configure:41111: result: yes
configure:41111: checking for inttypes.h
configure:41111: result: yes
configure:41111: checking limits.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking limits.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for limits.h
configure:41111: result: yes
configure:41111: checking for stddef.h
configure:41111: result: yes
configure:41111: checking errno.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking errno.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for errno.h
configure:41111: result: yes
configure:41111: checking sys/socket.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking sys/socket.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for sys/socket.h
configure:41111: result: yes
configure:41111: checking sys/time.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking sys/time.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for sys/time.h
configure:41111: result: yes
configure:41111: checking for unistd.h
configure:41111: result: yes
configure:41111: checking endian.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking endian.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for endian.h
configure:41111: result: yes
configure:41111: checking assert.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking assert.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for assert.h
configure:41111: result: yes
configure:41111: checking sys/param.h usability
configure:41111: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking sys/param.h presence
configure:41111: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:41111: $? = 0
configure:41111: result: yes
configure:41111: checking for sys/param.h
configure:41111: result: yes
configure:41121: checking for sys/uio.h
configure:41141: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^
configure:41141: $? = 0
configure:41148: result: yes
configure:41157: checking for size_t
configure:41157: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41157: $? = 0
configure:41157: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:189:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:41157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:41157: result: yes
configure:41173: checking for setitimer
configure:41173: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41173: $? = 0
configure:41173: result: yes
configure:41173: checking for alarm
configure:41173: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41173: $? = 0
configure:41173: result: yes
configure:41186: checking for vsnprintf
configure:41186: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c:178:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
 char vsnprintf ();
      ^
configure:41186: $? = 0
configure:41186: result: yes
configure:41186: checking for vsprintf
configure:41186: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c:179:6: warning: conflicting types for built-in function 'vsprintf' [enabled by default]
 char vsprintf ();
      ^
configure:41186: $? = 0
configure:41186: result: yes
configure:41198: checking whether vsnprintf needs a declaration
configure:41217: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41217: $? = 0
configure:41224: result: no
configure:41241: checking for strerror
configure:41241: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41241: $? = 0
configure:41241: result: yes
configure:41241: checking for strncasecmp
configure:41241: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c:181:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
 char strncasecmp ();
      ^
configure:41241: $? = 0
configure:41241: result: yes
configure:41250: checking whether strerror_r is declared
configure:41250: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41250: $? = 0
configure:41250: result: yes
configure:41263: checking for strerror_r
configure:41263: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41263: $? = 0
configure:41263: result: yes
configure:41272: checking whether strerror_r returns char *
configure:41296: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:199:13: error: invalid type argument of unary '*' (have 'int')
    char x = *strerror_r (0, buf, sizeof buf);
             ^
conftest.c:200:14: warning: initialization makes pointer from integer without a cast [enabled by default]
    char *p = strerror_r (0, buf, sizeof buf);
              ^
configure:41296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:41334: result: no
configure:41344: checking whether strerror_r needs a declaration
configure:41362: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41362: $? = 0
configure:41369: result: no
configure:41385: checking for snprintf
configure:41385: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c:184:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
 char snprintf ();
      ^
configure:41385: $? = 0
configure:41385: result: yes
configure:41396: checking whether snprintf needs a declaration
configure:41414: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41414: $? = 0
configure:41421: result: no
configure:41437: checking for qsort
configure:41437: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41437: $? = 0
configure:41437: result: yes
configure:41453: checking for va_copy
configure:41479: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41479: $? = 0
configure:41487: result: yes
configure:41539: checking for variable argument list macro functionality
configure:41585: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  > pac_test1.log 2>&1
configure:41585: $? = 0
configure:41664: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  > pac_test2.log 2>&1
configure:41664: $? = 0
configure:41708: result: yes
configure:41727: checking for working alloca.h
configure:41744: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41744: $? = 0
configure:41752: result: yes
configure:41760: checking for alloca
configure:41797: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:41797: $? = 0
configure:41805: result: yes
configure:41929: checking for strdup
configure:41929: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
conftest.c:190:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:41929: $? = 0
configure:41929: result: yes
configure:41941: checking whether strdup needs a declaration
configure:41959: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:41959: $? = 0
configure:41966: result: no
configure:42052: checking for mkstemp
configure:42052: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42052: $? = 0
configure:42052: result: yes
configure:42063: checking whether mkstemp needs a declaration
configure:42081: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:42081: $? = 0
configure:42088: result: no
configure:42103: checking for fdopen
configure:42103: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42103: $? = 0
configure:42103: result: yes
configure:42114: checking whether fdopen needs a declaration
configure:42132: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:171:37: error: 'fdopen' undeclared here (not in a function)
 void (*fptr)(void) = (void(*)(void))fdopen;
                                     ^
configure:42132: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| void (*fptr)(void) = (void(*)(void))fdopen;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:42139: result: yes
configure:42154: checking for putenv
configure:42154: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42154: $? = 0
configure:42154: result: yes
configure:42165: checking whether putenv needs a declaration
configure:42183: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:42183: $? = 0
configure:42190: result: no
configure:42243: checking for clock_gettime
configure:42243: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42243: $? = 0
configure:42243: result: yes
configure:42243: checking for clock_getres
configure:42243: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42243: $? = 0
configure:42243: result: yes
configure:42243: checking for gethrtime
configure:42243: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
/tmp/ccJDsSXw.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:208: undefined reference to `gethrtime'
collect2: error: ld returned 1 exit status
configure:42243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethrtime innocuous_gethrtime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethrtime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethrtime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
| 
| int
| main ()
| {
| return gethrtime ();
|   ;
|   return 0;
| }
configure:42243: result: no
configure:42243: checking for mach_absolute_time
configure:42243: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
/tmp/ccgk0CbC.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:208: undefined reference to `mach_absolute_time'
collect2: error: ld returned 1 exit status
configure:42243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mach_absolute_time innocuous_mach_absolute_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mach_absolute_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mach_absolute_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mach_absolute_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
| 
| int
| main ()
| {
| return mach_absolute_time ();
|   ;
|   return 0;
| }
configure:42243: result: no
configure:42243: checking for gettimeofday
configure:42243: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42243: $? = 0
configure:42243: result: yes
configure:42325: checking for library containing clock_gettime
configure:42356: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42356: $? = 0
configure:42373: result: none required
configure:42383: checking for library containing clock_getres
configure:42414: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:42414: $? = 0
configure:42431: result: none required
configure:42444: checking whether struct timespec is defined in time.h
configure:42463: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:21: warning: unused variable 't' [-Wunused-variable]
     struct timespec t;
                     ^
configure:42463: $? = 0
configure:42471: result: yes
configure:42517: checking for CLOCK_REALTIME defined in time.h
configure:42536: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:15: warning: unused variable 'cid' [-Wunused-variable]
     clockid_t cid = CLOCK_REALTIME;
               ^
configure:42536: $? = 0
configure:42543: result: yes
configure:43102: checking size of MPIR_Bsend_data_t
configure:43107: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrdmacm -libverbs -libumad  >&5
configure:43107: $? = 0
configure:43107: ./conftest
configure:43107: $? = 0
configure:43132: result: 96
configure:43198: checking pthread.h usability
configure:43198: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:43198: $? = 0
configure:43198: result: yes
configure:43198: checking pthread.h presence
configure:43198: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:43198: $? = 0
configure:43198: result: yes
configure:43198: checking for pthread.h
configure:43198: result: yes
configure:43216: checking for pthread_key_create in -lpthread
configure:43241: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread  -lrdmacm -libverbs -libumad  >&5
configure:43241: $? = 0
configure:43250: result: yes
LIBS(='-lrdmacm -libverbs -libumad ') does not contain '-lpthread', prepending
configure:43271: checking for pthread_yield
configure:43271: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43271: $? = 0
configure:43271: result: yes
configure:43282: checking for pthread_key_create
configure:43282: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43282: $? = 0
configure:43282: result: yes
configure:43301: checking for pthread_cleanup_push
configure:43301: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/cci82ele.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:218: undefined reference to `pthread_cleanup_push'
collect2: error: ld returned 1 exit status
configure:43301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| /* Define pthread_cleanup_push to an innocuous variant, in case <limits.h> declares pthread_cleanup_push.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_cleanup_push innocuous_pthread_cleanup_push
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_cleanup_push (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_cleanup_push
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_cleanup_push ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pthread_cleanup_push || defined __stub___pthread_cleanup_push
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_cleanup_push ();
|   ;
|   return 0;
| }
configure:43301: result: no
configure:43311: checking whether pthread_cleanup_push is available (may be a macro in pthread.h)
configure:43330: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
conftest.c: In function 'main':
conftest.c:193:1: error: expected 'while' at end of input
 }
 ^
conftest.c:193:1: error: expected declaration or statement at end of input
conftest.c:193:1: error: expected declaration or statement at end of input
configure:43330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| void f1(void *a) { return; }
| int
| main ()
| {
| pthread_cleanup_push( f1, (void *)0 );
|   ;
|   return 0;
| }
configure:43338: result: no
configure:43348: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP
configure:43365: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:188:5: warning: unused variable 'a' [-Wunused-variable]
 int a=PTHREAD_MUTEX_RECURSIVE_NP;
     ^
configure:43365: $? = 0
configure:43372: result: yes
configure:43374: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE
configure:43391: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:188:5: warning: unused variable 'a' [-Wunused-variable]
 int a=PTHREAD_MUTEX_RECURSIVE;
     ^
configure:43391: $? = 0
configure:43398: result: yes
configure:43412: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP
configure:43429: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:190:5: warning: unused variable 'a' [-Wunused-variable]
 int a=PTHREAD_MUTEX_ERRORCHECK_NP;
     ^
configure:43429: $? = 0
configure:43436: result: yes
configure:43438: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK
configure:43455: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:190:5: warning: unused variable 'a' [-Wunused-variable]
 int a=PTHREAD_MUTEX_ERRORCHECK;
     ^
configure:43455: $? = 0
configure:43462: result: yes
configure:43476: checking whether pthread_mutexattr_settype needs a declaration
configure:43494: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:43494: $? = 0
configure:43501: result: no
configure:43627: checking for thread local storage specifier
configure:43654: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43654: $? = 0
configure:43677: result: __thread
configure:43683: checking for getpid
configure:43683: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43683: $? = 0
configure:43683: result: yes
configure:43703: checking sched.h usability
configure:43703: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:43703: $? = 0
configure:43703: result: yes
configure:43703: checking sched.h presence
configure:43703: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:43703: $? = 0
configure:43703: result: yes
configure:43703: checking for sched.h
configure:43703: result: yes
configure:43715: checking for unistd.h
configure:43715: result: yes
configure:43727: checking sys/select.h usability
configure:43727: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:43727: $? = 0
configure:43727: result: yes
configure:43727: checking sys/select.h presence
configure:43727: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:43727: $? = 0
configure:43727: result: yes
configure:43727: checking for sys/select.h
configure:43727: result: yes
configure:43740: checking for sched_yield
configure:43740: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43740: $? = 0
configure:43740: result: yes
configure:43740: checking for yield
configure:43740: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/ccpRdp6P.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:228: undefined reference to `yield'
collect2: error: ld returned 1 exit status
configure:43740: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| /* end confdefs.h.  */
| /* Define yield to an innocuous variant, in case <limits.h> declares yield.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define yield innocuous_yield
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char yield (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef yield
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char yield ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_yield || defined __stub___yield
| choke me
| #endif
| 
| int
| main ()
| {
| return yield ();
|   ;
|   return 0;
| }
configure:43740: result: no
configure:43740: checking for usleep
configure:43740: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43740: $? = 0
configure:43740: result: yes
configure:43740: checking for sleep
configure:43740: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43740: $? = 0
configure:43740: result: yes
configure:43740: checking for select
configure:43740: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43740: $? = 0
configure:43740: result: yes
configure:43752: checking whether usleep needs a declaration
configure:43770: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:43770: $? = 0
configure:43777: result: no
configure:43889: checking for sched_setaffinity
configure:43889: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43889: $? = 0
configure:43889: result: yes
configure:43889: checking for sched_getaffinity
configure:43889: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:43889: $? = 0
configure:43889: result: yes
configure:43889: checking for bindprocessor
configure:43889: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/cc9ZDaYn.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:234: undefined reference to `bindprocessor'
collect2: error: ld returned 1 exit status
configure:43889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h.  */
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define bindprocessor innocuous_bindprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char bindprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef bindprocessor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bindprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_bindprocessor || defined __stub___bindprocessor
| choke me
| #endif
| 
| int
| main ()
| {
| return bindprocessor ();
|   ;
|   return 0;
| }
configure:43889: result: no
configure:43889: checking for thread_policy_set
configure:43889: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/ccVT1Sqm.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:234: undefined reference to `thread_policy_set'
collect2: error: ld returned 1 exit status
configure:43889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h.  */
| /* Define thread_policy_set to an innocuous variant, in case <limits.h> declares thread_policy_set.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thread_policy_set innocuous_thread_policy_set
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thread_policy_set (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thread_policy_set
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char thread_policy_set ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_thread_policy_set || defined __stub___thread_policy_set
| choke me
| #endif
| 
| int
| main ()
| {
| return thread_policy_set ();
|   ;
|   return 0;
| }
configure:43889: result: no
configure:43900: checking whether cpu_set_t available
configure:43918: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:205:12: warning: unused variable 't' [-Wunused-variable]
  cpu_set_t t;
            ^
configure:43918: $? = 0
configure:43925: result: yes
configure:43932: checking whether the CPU_SET and CPU_ZERO macros are defined
configure:43950: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
conftest.c: In function 'main':
conftest.c:206:2: warning: implicit declaration of function 'CPU_ZERO' [-Wimplicit-function-declaration]
  cpu_set_t t; CPU_ZERO(&t); CPU_SET(1,&t);
  ^
conftest.c:206:2: warning: implicit declaration of function 'CPU_SET' [-Wimplicit-function-declaration]
/tmp/cch68oBq.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:206: undefined reference to `CPU_ZERO'
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:206: undefined reference to `CPU_SET'
collect2: error: ld returned 1 exit status
configure:43950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| /* end confdefs.h.  */
| 
| #include <sched.h>
| int
| main ()
| {
|  cpu_set_t t; CPU_ZERO(&t); CPU_SET(1,&t);
|   ;
|   return 0;
| }
configure:43958: result: no
configure:44315: RUNNING CONFIGURE FOR F90 CODE
configure:44318: checking whether ln -s works
configure:44322: result: yes
configure:44332: checking for extension for Fortran 90 programs
configure:44347: gfortran -c    conftest.f90 >&5
configure:44347: $? = 0
configure:44349: result: f90
configure:44394: checking for the precision and range of reals
configure:44421: gfortran -o conftest      conftest.f90 -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44421: $? = 0
configure:44421: ./conftest
configure:44421: $? = 0
configure:44425: result:  6 , 37
configure:44459: checking for the precision and range of double precision
configure:44486: gfortran -o conftest      conftest.f90 -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44486: $? = 0
configure:44486: ./conftest
configure:44486: $? = 0
configure:44490: result:  15 , 307
configure:44524: checking for the range of integer
configure:44551: gfortran -o conftest      conftest.f90 -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44551: $? = 0
configure:44551: ./conftest
configure:44551: $? = 0
configure:44555: result:  9
configure:44590: checking for available integer kinds
configure:44631: gfortran -o conftest      conftest.f90 -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44631: $? = 0
configure:44631: ./conftest
configure:44631: $? = 0
configure:44635: result:  2 , 1, 4 , 2, 9 , 4, 18 , 8,
configure:44670: checking for available integer ranges
configure:44699: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:44699: $? = 0
configure:44702: mv conftest.o pac_conftest.o
configure:44705: $? = 0
configure:44755: gfortran -o conftest      conftest.f90 pac_conftest.o -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44755: $? = 0
configure:44755: ./conftest
configure:44755: $? = 0
configure:44755: gfortran -o conftest      conftest.f90 pac_conftest.o -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44755: $? = 0
configure:44755: ./conftest
configure:44755: $? = 0
configure:44755: gfortran -o conftest      conftest.f90 pac_conftest.o -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44755: $? = 0
configure:44755: ./conftest
configure:44755: $? = 0
configure:44755: gfortran -o conftest      conftest.f90 pac_conftest.o -lpthread -lrdmacm -libverbs -libumad  >&5
configure:44755: $? = 0
configure:44755: ./conftest
configure:44755: $? = 0
configure:44779: result:  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },
configure:44805: RUNNING CONFIGURE FOR CH3 DEVICE
configure:45072: checking for assert.h
configure:45072: result: yes
configure:45072: checking for limits.h
configure:45072: result: yes
configure:45072: checking for string.h
configure:45072: result: yes
configure:45072: checking for sys/types.h
configure:45072: result: yes
configure:45072: checking for sys/uio.h
configure:45072: result: yes
configure:45072: checking uuid/uuid.h usability
configure:45072: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:240:23: fatal error: uuid/uuid.h: No such file or directory
 #include <uuid/uuid.h>
                       ^
compilation terminated.
configure:45072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <uuid/uuid.h>
configure:45072: result: no
configure:45072: checking uuid/uuid.h presence
configure:45072: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
conftest.c:207:23: fatal error: uuid/uuid.h: No such file or directory
 #include <uuid/uuid.h>
                       ^
compilation terminated.
configure:45072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <uuid/uuid.h>
configure:45072: result: no
configure:45072: checking for uuid/uuid.h
configure:45072: result: no
configure:45072: checking time.h usability
configure:45072: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking time.h presence
configure:45072: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking for time.h
configure:45072: result: yes
configure:45072: checking ctype.h usability
configure:45072: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking ctype.h presence
configure:45072: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking for ctype.h
configure:45072: result: yes
configure:45072: checking for unistd.h
configure:45072: result: yes
configure:45072: checking arpa/inet.h usability
configure:45072: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking arpa/inet.h presence
configure:45072: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:45072: $? = 0
configure:45072: result: yes
configure:45072: checking for arpa/inet.h
configure:45072: result: yes
configure:45072: checking for sys/socket.h
configure:45072: result: yes
configure:45088: checking for net/if.h
configure:45088: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45088: $? = 0
configure:45088: result: yes
configure:45113: checking for pid_t
configure:45113: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45113: $? = 0
configure:45113: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:249:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:45113: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:45113: result: yes
configure:45128: checking for inet_pton
configure:45128: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:45128: $? = 0
configure:45128: result: yes
configure:45139: checking for gethostname
configure:45139: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:45139: $? = 0
configure:45139: result: yes
configure:45151: checking whether gethostname needs a declaration
configure:45169: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:45169: $? = 0
configure:45176: result: no
configure:45192: checking for CFUUIDCreate
configure:45192: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/cc5IhotT.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:249: undefined reference to `CFUUIDCreate'
collect2: error: ld returned 1 exit status
configure:45192: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| /* Define CFUUIDCreate to an innocuous variant, in case <limits.h> declares CFUUIDCreate.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define CFUUIDCreate innocuous_CFUUIDCreate
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char CFUUIDCreate (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef CFUUIDCreate
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char CFUUIDCreate ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_CFUUIDCreate || defined __stub___CFUUIDCreate
| choke me
| #endif
| 
| int
| main ()
| {
| return CFUUIDCreate ();
|   ;
|   return 0;
| }
configure:45192: result: no
configure:45192: checking for uuid_generate
configure:45192: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
/tmp/ccLf5sXX.o: In function `main':
/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/conftest.c:249: undefined reference to `uuid_generate'
collect2: error: ld returned 1 exit status
configure:45192: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| /* Define uuid_generate to an innocuous variant, in case <limits.h> declares uuid_generate.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define uuid_generate innocuous_uuid_generate
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char uuid_generate (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef uuid_generate
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uuid_generate ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_uuid_generate || defined __stub___uuid_generate
| choke me
| #endif
| 
| int
| main ()
| {
| return uuid_generate ();
|   ;
|   return 0;
| }
configure:45192: result: no
configure:45192: checking for time
configure:45192: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpthread -lrdmacm -libverbs -libumad  >&5
configure:45192: $? = 0
configure:45192: result: yes
configure:45203: checking for OpenPA atomic primitive availability
configure:45242: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:224:9: warning: variable 'c' set but not used [-Wunused-but-set-variable]
     int c;
         ^
configure:45242: $? = 0
configure:45261: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:45261: $? = 0
configure:45301: result: yes
configure:45312: checking whether byte ordering is bigendian
configure:45518: result: no
configure:48885: RUNNING CONFIGURE FOR ch3:psm
configure:48897: checking netdb.h usability
configure:48897: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:48897: $? = 0
configure:48897: result: yes
configure:48897: checking netdb.h presence
configure:48897: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:48897: $? = 0
configure:48897: result: yes
configure:48897: checking for netdb.h
configure:48897: result: yes
configure:48897: checking sys/ioctl.h usability
configure:48897: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:48897: $? = 0
configure:48897: result: yes
configure:48897: checking sys/ioctl.h presence
configure:48897: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:48897: $? = 0
configure:48897: result: yes
configure:48897: checking for sys/ioctl.h
configure:48897: result: yes
configure:48897: checking for sys/socket.h
configure:48897: result: yes
configure:48897: checking sys/sockio.h usability
configure:48897: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:252:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:48897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:48897: result: no
configure:48897: checking sys/sockio.h presence
configure:48897: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
conftest.c:219:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
configure:48897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:48897: result: no
configure:48897: checking for sys/sockio.h
configure:48897: result: no
configure:48897: checking for sys/types.h
configure:48897: result: yes
configure:48897: checking for errno.h
configure:48897: result: yes
configure:48934: checking psm.h usability
configure:48934: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:48934: $? = 0
configure:48934: result: yes
configure:48934: checking psm.h presence
configure:48934: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:48934: $? = 0
configure:48934: result: yes
configure:48934: checking for psm.h
configure:48934: result: yes
configure:48944: checking for psm_init in -lpsm_infinipath
configure:48969: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath  -lpthread -lrdmacm -libverbs -libumad  >&5
configure:48969: $? = 0
configure:48978: result: yes
configure:49009: checking for mmap
configure:49009: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:49009: $? = 0
configure:49009: result: yes
configure:49009: checking for munmap
configure:49009: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:49009: $? = 0
configure:49009: result: yes
configure:49025: Using a memory-mapped file for shared memory
configure:51965: checking for unistd.h
configure:51965: result: yes
configure:51965: checking for string.h
configure:51965: result: yes
configure:51965: checking for stdlib.h
configure:51965: result: yes
configure:51965: checking for sys/socket.h
configure:51965: result: yes
configure:51965: checking for strings.h
configure:51965: result: yes
configure:51965: checking for assert.h
configure:51965: result: yes
configure:51965: checking for arpa/inet.h
configure:51965: result: yes
configure:51977: checking for snprintf
configure:51977: result: yes
configure:51988: checking whether snprintf needs a declaration
configure:52013: result: no
configure:52027: checking for strncasecmp
configure:52027: result: yes
configure:52060: checking for sys/types.h
configure:52060: result: yes
configure:52060: checking for sys/param.h
configure:52060: result: yes
configure:52060: checking for sys/socket.h
configure:52060: result: yes
configure:52060: checking netinet/in.h usability
configure:52060: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking netinet/in.h presence
configure:52060: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking for netinet/in.h
configure:52060: result: yes
configure:52060: checking netinet/tcp.h usability
configure:52060: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking netinet/tcp.h presence
configure:52060: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking for netinet/tcp.h
configure:52060: result: yes
configure:52060: checking sys/un.h usability
configure:52060: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking sys/un.h presence
configure:52060: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:52060: $? = 0
configure:52060: result: yes
configure:52060: checking for sys/un.h
configure:52060: result: yes
configure:52060: checking for netdb.h
configure:52060: result: yes
configure:52072: checking for library containing socket
configure:52103: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:52103: $? = 0
configure:52120: result: none required
configure:52128: checking for library containing gethostbyname
configure:52159: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:52159: $? = 0
configure:52176: result: none required
configure:52188: checking for socket
configure:52188: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:52188: $? = 0
configure:52188: result: yes
configure:52188: checking for setsockopt
configure:52188: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:52188: $? = 0
configure:52188: result: yes
configure:52188: checking for gethostbyname
configure:52188: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:52188: $? = 0
configure:52188: result: yes
configure:52211: checking whether socklen_t is defined (in sys/socket.h if present)
configure:52234: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:253:37: error: conflicting types for 'socklen_t'
 typedef struct { double a; int b; } socklen_t;
                                     ^
In file included from /usr/include/sys/socket.h:38:0,
                 from conftest.c:250:
/usr/include/bits/socket.h:33:21: note: previous declaration of 'socklen_t' was here
 typedef __socklen_t socklen_t;
                     ^
conftest.c: In function 'main':
conftest.c:257:11: warning: variable 'a' set but not used [-Wunused-but-set-variable]
 socklen_t a;a.a=1.0;
           ^
configure:52234: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MVAPICH2"
| #define PACKAGE_TARNAME "mvapich2"
| #define PACKAGE_VERSION "2.0rc1"
| #define PACKAGE_STRING "MVAPICH2 2.0rc1"
| #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
| #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
| #define PACKAGE "mvapich2"
| #define VERSION "2.0rc1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_GETPAGESIZE 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_PRAGMA_WEAK 1
| #define USE_WEAK_SYMBOLS 1
| #define HAVE_MULTIPLE_PRAGMA_WEAK 1
| #define ENABLE_PVAR_MV2 0
| #define ENABLE_PVAR_NEM 0
| #define ENABLE_PVAR_RECVQ 0
| #define ENABLE_PVAR_RMA 0
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define MPIR_FC_REAL_CTYPE float
| #define MPIR_FC_DOUBLE_CTYPE double
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_AINT_MAX LONG_MAX
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define SIZEOF_MPIR_BSEND_DATA_T 96
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_GETPID 1
| #define HAVE_SCHED_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define USE_NOTHING_FOR_YIELD 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_CPU_SET_T 1
| #define CH3_RANK_BITS 16
| #define HAVE_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_INET_PTON 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_TIME 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIBPSM_INFINIPATH 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define USE_MMAP_SHM 1
| #define _OSU_MVAPICH_ 1
| #define CHANNEL_PSM 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTBYNAME 1
| #define USE_PMI_PORT 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| typedef struct { double a; int b; } socklen_t;
| int
| main ()
| {
| socklen_t a;a.a=1.0;
|   ;
|   return 0;
| }
configure:52241: result: yes
configure:52249: checking whether struct hostent contains h_addr_list
configure:52267: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:252:21: warning: 'hp.h_addr_list' is used uninitialized in this function [-Wuninitialized]
 struct hostent hp;hp.h_addr_list[0]=0;
                     ^
configure:52267: $? = 0
configure:52274: result: yes
configure:52284: checking whether __attribute__ allowed
configure:52308: result: yes
configure:52310: checking whether __attribute__((format)) allowed
configure:52334: result: yes
configure:54432: checking for flex
configure:54462: result: no
configure:54432: checking for lex
configure:54462: result: no
configure:56395: ===== configuring src/mpi/romio =====
configure:56560: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/lib64/mpi/gcc/mvapich2'  '--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64' '--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man' '--sysconfdir=/etc' '--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib' '--with-pm=mpd' '--with-device=ch3:psm' '--enable-shared' '--without-mpe' '--disable-silent-rules' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2' 'LIBS=-lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad ' --cache-file=/dev/null --srcdir=.
configure:56580: ===== done with src/mpi/romio configure =====
configure:56586: sourcing src/mpi/romio/localdefs
configure:56395: ===== configuring src/pm/mpd =====
configure:56560: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/lib64/mpi/gcc/mvapich2'  '--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64' '--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man' '--sysconfdir=/etc' '--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib' '--with-pm=mpd' '--with-device=ch3:psm' '--enable-shared' '--without-mpe' '--disable-silent-rules' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2' 'LIBS=-lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad ' --cache-file=/dev/null --srcdir=.
configure:56580: ===== done with src/pm/mpd configure =====
configure:56611: checking size of OPA_ptr_t
configure:56616: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:56616: $? = 0
configure:56616: ./conftest
configure:56616: $? = 0
configure:56634: result: 8
configure:56685: checking the sizeof MPI_Offset
configure:56692: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:56692: $? = 0
configure:56692: ./conftest
configure:56692: $? = 0
configure:56703: result: 8
configure:56771: checking whether the Fortran Offset type works with Fortran 77
configure:56780: gfortran -c   -O2 conftest.f >&5
configure:56780: $? = 0
configure:56786: result: yes
configure:56800: checking whether the Fortran Offset type works with Fortran 90
configure:56809: gfortran -c    conftest.f90 >&5
configure:56809: $? = 0
configure:56821: result: yes
configure:56919: checking for size of MPI_Status
configure:56938: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:56938: $? = 0
configure:56938: ./conftest
configure:56938: $? = 0
configure:56947: result: 20
configure:56979: checking for BSD/POSIX style global symbol lister
configure:57021: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:57021: $? = 0
configure:57065: result: BSD style,/usr/bin/nm -g -B
configure:57105: checking stdio.h usability
configure:57105: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:57105: $? = 0
configure:57105: result: yes
configure:57105: checking stdio.h presence
configure:57105: gcc -E   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c
configure:57105: $? = 0
configure:57105: result: yes
configure:57105: checking for stdio.h
configure:57105: result: yes
configure:57115: checking for multiple __attribute__((alias)) support
configure:57176: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:57176: $? = 0
configure:57180: cp conftest.o pac_conftest_other.o
configure:57183: $? = 0
configure:57246: gcc -o conftest -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include   conftest.c pac_conftest_other.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  >&5
configure:57246: $? = 0
configure:57250: cp conftest pac_conftest_main
configure:57253: $? = 0
configure:57313: ./pac_conftest_main
configure:57316: $? = 0
configure:57323: result: yes
configure:57351: checking the minimum alignment of Fortran common block of 1 integers
configure:57390: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:57390: $? = 0
configure:57394: mv conftest.o pac_conftest.o
configure:57397: $? = 0
configure:57421: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align0.log 2>&1
configure:57421: $? = 0
configure:57503: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(4))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57503: $? = 0
configure:57507: mv conftest.o pac_conftest.o
configure:57510: $? = 0
configure:57535: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57535: $? = 0
configure:57542: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57545: $? = 1
configure: program exited with status 1
*** diff -b pac_align0.log pac_align1.log :
0a1
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 4 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/cc3ysvCY.o
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 4 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/cc3ysvCY.o
failed C program was:
/* confdefs.h */
#define PACKAGE_NAME "MVAPICH2"
#define PACKAGE_TARNAME "mvapich2"
#define PACKAGE_VERSION "2.0rc1"
#define PACKAGE_STRING "MVAPICH2 2.0rc1"
#define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
#define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
#define PACKAGE "mvapich2"
#define VERSION "2.0rc1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_MV2 0
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define MPIR_FC_REAL_CTYPE float
#define MPIR_FC_DOUBLE_CTYPE double
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX LONG_MAX
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define SIZEOF_MPIR_BSEND_DATA_T 96
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_NOTHING_FOR_YIELD 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_CPU_SET_T 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIBPSM_INFINIPATH 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define _OSU_MVAPICH_ 1
#define CHANNEL_PSM 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define SIZEOF_OPA_PTR_T 8
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIR_Ucount unsigned long long
#define MPIF_STATUS_SIZE 5
#define HAVE_STDIO_H 1
/* end confdefs.h.  */



struct mpif_cmblk_t_ { int imembers[1]; };

typedef struct mpif_cmblk_t_ mpif_cmblk_t;
mpif_cmblk_t mpifcmbr __attribute__((aligned(4))) = {0};

extern mpif_cmblk_t _CMPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB_ __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t _Cmpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb_ __attribute__ ((alias("mpifcmbr")));


failed Fortran program was:


        program fconftest
        integer isize
        parameter (isize=1)
        integer status_array(isize)
        common /mpifcmb/ status_array
        save /mpifcmb/
        end


configure:57503: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(8))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57503: $? = 0
configure:57507: mv conftest.o pac_conftest.o
configure:57510: $? = 0
configure:57535: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57535: $? = 0
configure:57542: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57545: $? = 1
configure: program exited with status 1
*** diff -b pac_align0.log pac_align1.log :
0a1
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 8 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccPlX2u6.o
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 8 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccPlX2u6.o
failed C program was:
/* confdefs.h */
#define PACKAGE_NAME "MVAPICH2"
#define PACKAGE_TARNAME "mvapich2"
#define PACKAGE_VERSION "2.0rc1"
#define PACKAGE_STRING "MVAPICH2 2.0rc1"
#define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
#define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
#define PACKAGE "mvapich2"
#define VERSION "2.0rc1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_MV2 0
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define MPIR_FC_REAL_CTYPE float
#define MPIR_FC_DOUBLE_CTYPE double
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX LONG_MAX
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define SIZEOF_MPIR_BSEND_DATA_T 96
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_NOTHING_FOR_YIELD 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_CPU_SET_T 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIBPSM_INFINIPATH 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define _OSU_MVAPICH_ 1
#define CHANNEL_PSM 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define SIZEOF_OPA_PTR_T 8
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIR_Ucount unsigned long long
#define MPIF_STATUS_SIZE 5
#define HAVE_STDIO_H 1
/* end confdefs.h.  */



struct mpif_cmblk_t_ { int imembers[1]; };

typedef struct mpif_cmblk_t_ mpif_cmblk_t;
mpif_cmblk_t mpifcmbr __attribute__((aligned(8))) = {0};

extern mpif_cmblk_t _CMPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB_ __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t _Cmpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb_ __attribute__ ((alias("mpifcmbr")));


failed Fortran program was:


        program fconftest
        integer isize
        parameter (isize=1)
        integer status_array(isize)
        common /mpifcmb/ status_array
        save /mpifcmb/
        end


configure:57503: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(16))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57503: $? = 0
configure:57507: mv conftest.o pac_conftest.o
configure:57510: $? = 0
configure:57535: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57535: $? = 0
configure:57542: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57545: $? = 0
configure:57634: result: 16
configure:57645: checking the minimum alignment of Fortran common block of 5 integers
configure:57684: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
configure:57684: $? = 0
configure:57688: mv conftest.o pac_conftest.o
configure:57691: $? = 0
configure:57715: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align0.log 2>&1
configure:57715: $? = 0
configure:57797: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(4))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57797: $? = 0
configure:57801: mv conftest.o pac_conftest.o
configure:57804: $? = 0
configure:57829: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57829: $? = 0
configure:57836: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57839: $? = 1
configure: program exited with status 1
*** diff -b pac_align0.log pac_align1.log :
0a1
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 4 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccpGr6Lt.o
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 4 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccpGr6Lt.o
failed C program was:
/* confdefs.h */
#define PACKAGE_NAME "MVAPICH2"
#define PACKAGE_TARNAME "mvapich2"
#define PACKAGE_VERSION "2.0rc1"
#define PACKAGE_STRING "MVAPICH2 2.0rc1"
#define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
#define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
#define PACKAGE "mvapich2"
#define VERSION "2.0rc1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_MV2 0
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define MPIR_FC_REAL_CTYPE float
#define MPIR_FC_DOUBLE_CTYPE double
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX LONG_MAX
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define SIZEOF_MPIR_BSEND_DATA_T 96
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_NOTHING_FOR_YIELD 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_CPU_SET_T 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIBPSM_INFINIPATH 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define _OSU_MVAPICH_ 1
#define CHANNEL_PSM 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define SIZEOF_OPA_PTR_T 8
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIR_Ucount unsigned long long
#define MPIF_STATUS_SIZE 5
#define HAVE_STDIO_H 1
/* end confdefs.h.  */



struct mpif_cmblk_t_ { int imembers[5]; };

typedef struct mpif_cmblk_t_ mpif_cmblk_t;
mpif_cmblk_t mpifcmbr __attribute__((aligned(4))) = {0};

extern mpif_cmblk_t _CMPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB_ __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t _Cmpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb_ __attribute__ ((alias("mpifcmbr")));


failed Fortran program was:


        program fconftest
        integer isize
        parameter (isize=5)
        integer status_array(isize)
        common /mpifcmb/ status_array
        save /mpifcmb/
        end


configure:57797: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(8))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57797: $? = 0
configure:57801: mv conftest.o pac_conftest.o
configure:57804: $? = 0
configure:57829: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57829: $? = 0
configure:57836: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57839: $? = 1
configure: program exited with status 1
*** diff -b pac_align0.log pac_align1.log :
0a1
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 8 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccIw9V9B.o
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: Warning: alignment 8 of symbol `mpifcmb_' in pac_conftest.o is smaller than 16 in /tmp/ccIw9V9B.o
failed C program was:
/* confdefs.h */
#define PACKAGE_NAME "MVAPICH2"
#define PACKAGE_TARNAME "mvapich2"
#define PACKAGE_VERSION "2.0rc1"
#define PACKAGE_STRING "MVAPICH2 2.0rc1"
#define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
#define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
#define PACKAGE "mvapich2"
#define VERSION "2.0rc1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_MV2 0
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define MPIR_FC_REAL_CTYPE float
#define MPIR_FC_DOUBLE_CTYPE double
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX LONG_MAX
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define SIZEOF_MPIR_BSEND_DATA_T 96
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_NOTHING_FOR_YIELD 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_CPU_SET_T 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIBPSM_INFINIPATH 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define _OSU_MVAPICH_ 1
#define CHANNEL_PSM 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define SIZEOF_OPA_PTR_T 8
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIR_Ucount unsigned long long
#define MPIF_STATUS_SIZE 5
#define HAVE_STDIO_H 1
/* end confdefs.h.  */



struct mpif_cmblk_t_ { int imembers[5]; };

typedef struct mpif_cmblk_t_ mpif_cmblk_t;
mpif_cmblk_t mpifcmbr __attribute__((aligned(8))) = {0};

extern mpif_cmblk_t _CMPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   MPIFCMB_ __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t _Cmpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb  __attribute__ ((alias("mpifcmbr")));
extern mpif_cmblk_t   mpifcmb_ __attribute__ ((alias("mpifcmbr")));


failed Fortran program was:


        program fconftest
        integer isize
        parameter (isize=5)
        integer status_array(isize)
        common /mpifcmb/ status_array
        save /mpifcmb/
        end


configure:57797: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(16))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57797: $? = 0
configure:57801: mv conftest.o pac_conftest.o
configure:57804: $? = 0
configure:57829: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57829: $? = 0
configure:57836: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57839: $? = 0
configure:57797: gcc -c -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2   -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include conftest.c >&5
conftest.c:261:1: warning: missing braces around initializer [-Wmissing-braces]
 mpif_cmblk_t mpifcmbr __attribute__((aligned(32))) = {0};
 ^
conftest.c:261:1: warning: (near initialization for 'mpifcmbr.imembers') [-Wmissing-braces]
configure:57797: $? = 0
configure:57801: mv conftest.o pac_conftest.o
configure:57804: $? = 0
configure:57829: gfortran -o conftest      conftest.f90 pac_conftest.o -lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad  > pac_align1.log 2>&1
configure:57829: $? = 0
configure:57836: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:57839: $? = 0
configure:57940: result: 16, too small! reset to 32
configure:57991: WARNING: The ch3:psm device did not set the maximum size of an error string, 512 being used.
configure:58125: creating ./config.lt

## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:787: creating libtool
configure:60526: checking that generated files are newer than configure
configure:60532: result: done
configure:60796: creating ./config.status

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

This file was extended by MVAPICH2 config.status 2.0rc1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on paradies

config.status:2023: creating src/binding/f90/mpif90model.h
config.status:2023: creating Makefile
config.status:2023: creating examples/Makefile
config.status:2023: creating osu_benchmarks/Makefile
config.status:2023: creating test/Makefile
config.status:2023: creating test/commands/Makefile
config.status:2023: creating src/include/mpichinfo.h
config.status:2023: creating mpich-doxygen
config.status:2023: creating src/include/glue_romio.h
config.status:2023: creating src/include/mpichtimer.h
config.status:2023: creating src/binding/cxx/mpicxx.h
config.status:2023: creating src/binding/f77/mpif.h
config.status:2023: creating src/binding/f77/setbotf.f
config.status:2023: creating src/binding/f77/setbot.c
config.status:2023: creating src/binding/f90/mpi_sizeofs.f90
config.status:2023: creating src/binding/f90/mpi_base.f90
config.status:2023: creating src/binding/f90/mpi_constants.f90
config.status:2023: creating src/packaging/pkgconfig/mvapich2.pc
config.status:2023: creating src/packaging/envmods/mvapich2.module
config.status:2131: WARNING:  'src/packaging/envmods/mvapich2.module.in' seems to ignore the --datarootdir setting
config.status:2023: creating src/env/mpixxx_opts.conf
config.status:2023: creating src/env/mpicc.sh
config.status:2023: creating src/env/mpicc.bash
config.status:2023: creating src/env/mpicxx.sh
config.status:2023: creating src/env/mpicxx.bash
config.status:2023: creating src/env/mpif77.sh
config.status:2023: creating src/env/mpif77.bash
config.status:2023: creating src/env/mpif90.sh
config.status:2023: creating src/env/mpif90.bash
config.status:2023: creating src/env/parkill
config.status:2023: creating src/env/mpiname/Makefile
config.status:2023: creating src/pm/mpirun/mpirun_rsh.h
config.status:2023: creating src/util/mv2_ckpt_rebuild/Makefile
config.status:2023: creating src/util/dbg/getfuncstack
config.status:2023: creating src/include/mpi.h
config.status:2023: creating doc/design/Makefile
config.status:2023: creating doc/installguide/Makefile
config.status:2023: creating doc/logging/Makefile
config.status:2023: creating doc/refman/Makefile
config.status:2023: creating doc/userguide/Makefile
config.status:2023: creating test/commands/cmdtests
config.status:2023: creating src/include/mpichconf.h
config.status:2257: executing depfiles commands
config.status:2257: executing libtool commands
config.status:2257: executing default-1 commands
config.status:2257: executing default-2 commands
config.status:2257: executing default-3 commands
config.status:2257: executing default-4 commands
config.status:2257: executing default-5 commands
configure:63970: === configuring in test/mpi (/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/test/mpi)
configure:64033: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/lib64/mpi/gcc/mvapich2'  '--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64' '--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man' '--sysconfdir=/etc' '--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib' '--with-pm=mpd' '--with-device=ch3:psm' '--enable-shared' '--without-mpe' '--disable-silent-rules' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC' 'LIBS=-lrdmacm -libverbs -libumad' --cache-file=/dev/null --srcdir=.

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

ac_cv_build=x86_64-suse-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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC'
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_DBG_CMD_set=
ac_cv_env_DBG_CMD_value=
ac_cv_env_DSHBAK_EXE_set=
ac_cv_env_DSHBAK_EXE_value=
ac_cv_env_ENV_CMD_set=
ac_cv_env_ENV_CMD_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GCOV_set=
ac_cv_env_GCOV_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-lrdmacm -libverbs -libumad'
ac_cv_env_MPICHLIB_CFLAGS_set=
ac_cv_env_MPICHLIB_CFLAGS_value=
ac_cv_env_MPICHLIB_CPPFLAGS_set=
ac_cv_env_MPICHLIB_CPPFLAGS_value=
ac_cv_env_MPICHLIB_CXXFLAGS_set=
ac_cv_env_MPICHLIB_CXXFLAGS_value=
ac_cv_env_MPICHLIB_FCFLAGS_set=
ac_cv_env_MPICHLIB_FCFLAGS_value=
ac_cv_env_MPICHLIB_FFLAGS_set=
ac_cv_env_MPICHLIB_FFLAGS_value=
ac_cv_env_MPICHLIB_LDFLAGS_set=
ac_cv_env_MPICHLIB_LDFLAGS_value=
ac_cv_env_MPICHLIB_LIBS_set=
ac_cv_env_MPICHLIB_LIBS_value=
ac_cv_env_MPICXXLIBNAME_set=
ac_cv_env_MPICXXLIBNAME_value=
ac_cv_env_MPILIBNAME_set=
ac_cv_env_MPILIBNAME_value=
ac_cv_env_MPLLIBNAME_set=
ac_cv_env_MPLLIBNAME_value=
ac_cv_env_OPALIBNAME_set=
ac_cv_env_OPALIBNAME_value=
ac_cv_env_PAMILIBNAME_set=
ac_cv_env_PAMILIBNAME_value=
ac_cv_env_PDSH_EXE_set=
ac_cv_env_PDSH_EXE_value=
ac_cv_env_PMPILIBNAME_set=
ac_cv_env_PMPILIBNAME_value=
ac_cv_env_RSH_CMD_set=
ac_cv_env_RSH_CMD_value=
ac_cv_env_SHELL_CMD_set=
ac_cv_env_SHELL_CMD_value=
ac_cv_env_SSH_CMD_set=
ac_cv_env_SSH_CMD_value=
ac_cv_env_TOTALVIEW_CMD_set=
ac_cv_env_TOTALVIEW_CMD_value=
ac_cv_env_XTERM_CMD_set=
ac_cv_env_XTERM_CMD_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_libs=' -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. -lrdmacm -libverbs -libumad -lgfortran -lm -lquadmath'
ac_cv_fc_compiler_gnu=yes
ac_cv_func_CFUUIDCreate=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_bindprocessor=no
ac_cv_func_clock_getres=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_fdopen=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_gethrtime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getpid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_pton=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_munmap=yes
ac_cv_func_pthread_cleanup_push=no
ac_cv_func_pthread_key_create=yes
ac_cv_func_pthread_yield=yes
ac_cv_func_putenv=yes
ac_cv_func_qsort=yes
ac_cv_func_sched_getaffinity=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setitimer=yes
ac_cv_func_setsockopt=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strncasecmp=yes
ac_cv_func_thread_policy_set=no
ac_cv_func_time=yes
ac_cv_func_usleep=yes
ac_cv_func_uuid_generate=no
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_func_yield=no
ac_cv_have_decl_strerror_r=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_complex=yes
ac_cv_header_complex_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_psm_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_uuid_uuid_h=no
ac_cv_host=x86_64-suse-linux-gnu
ac_cv_lib_hwloc_hwloc_bitmap_alloc=no
ac_cv_lib_psm_infinipath_psm_init=yes
ac_cv_lib_pthread_pthread_key_create=yes
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_DOCTEXT=false
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_NM_G='/usr/bin/nm -g'
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_GCOV=gcov
ac_cv_prog_MAKE=make
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_getres='none required'
ac_cv_search_clock_gettime='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_Complex=8
ac_cv_sizeof_DoubleComplex=16
ac_cv_sizeof_LongDoubleComplex=32
ac_cv_sizeof_MPIR_Bsend_data_t=96
ac_cv_sizeof_MPI_Offset=8
ac_cv_sizeof_OPA_ptr_t=8
ac_cv_sizeof__Bool=1
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_double__Complex=16
ac_cv_sizeof_double_int=16
ac_cv_sizeof_float=4
ac_cv_sizeof_float__Complex=8
ac_cv_sizeof_float_int=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=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_tls=__thread
ac_cv_type__Bool=yes
ac_cv_type_double__Complex=yes
ac_cv_type_float__Complex=yes
ac_cv_type_long_double__Complex=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_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=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pac_cv_attr_weak=yes
pac_cv_attr_weak_alias=no
pac_cv_attr_weak_import=yes
pac_cv_c_double_alignment_exception=no
pac_cv_c_double_pos_align=no
pac_cv_c_fp_align_nr=16
pac_cv_c_llint_pos_align=no
pac_cv_c_max_double_fp_align=eight
pac_cv_c_max_fp_align=sixteen
pac_cv_c_max_integer_align=eight
pac_cv_c_max_longdouble_fp_align=sixteen
pac_cv_c_struct_align_nr=8
pac_cv_cc_has___func__=yes
pac_cv_cpu_set_defined=no
pac_cv_cxx_builds_exe=yes
pac_cv_cxx_compiles_string=yes
pac_cv_cxx_has_iostream=yes
pac_cv_cxx_has_math=no
pac_cv_f77_accepts_F=yes
pac_cv_f77_flibs_valid=unknown
pac_cv_f77_sizeof_double_precision=8
pac_cv_f77_sizeof_integer=4
pac_cv_f77_sizeof_real=4
pac_cv_fc_accepts_F90=yes
pac_cv_fc_and_f77=yes
pac_cv_fc_module_case=lower
pac_cv_fc_module_ext=mod
pac_cv_fc_module_incflag=-I
pac_cv_fc_module_outflag=-J
pac_cv_fort90_real8=yes
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_func_decl_fdopen=yes
pac_cv_func_decl_gethostname=no
pac_cv_func_decl_mkstemp=no
pac_cv_func_decl_pthread_mutexattr_settype=no
pac_cv_func_decl_putenv=no
pac_cv_func_decl_snprintf=no
pac_cv_func_decl_strdup=no
pac_cv_func_decl_strerror_r=no
pac_cv_func_decl_usleep=no
pac_cv_func_decl_vsnprintf=no
pac_cv_func_pthread_cleanup_push=no
pac_cv_func_va_copy=yes
pac_cv_gnu_attr_format=yes
pac_cv_gnu_attr_pure=yes
pac_cv_has_pthread_mutex_errorcheck=yes
pac_cv_has_pthread_mutex_errorcheck_np=yes
pac_cv_has_pthread_mutex_recursive=yes
pac_cv_has_pthread_mutex_recursive_np=yes
pac_cv_have__func__=yes
pac_cv_have__function__=yes
pac_cv_have_cap__func__=no
pac_cv_have_cpu_set_t=yes
pac_cv_have_haddr_list=yes
pac_cv_have_long_double=yes
pac_cv_have_long_long=yes
pac_cv_have_socklen_t=yes
pac_cv_int32_t_alignment=no
pac_cv_int64_t_alignment=no
pac_cv_mkdir_p=yes
pac_cv_my_conf_dir=/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1
pac_cv_pointers_have_int_alignment=yes
pac_cv_posix_clock_realtime=yes
pac_cv_prog_c_multiple_weak_symbols=yes
pac_cv_prog_c_unaligned_doubles=yes
pac_cv_prog_c_weak_symbols='pragma weak'
pac_cv_prog_f77_and_c_stdio_libs=none
pac_cv_prog_f77_exclaim_comments=yes
pac_cv_prog_f77_has_incdir=-I
pac_cv_prog_f77_library_dir_flag=-L
pac_cv_prog_f77_mismatched_args=yes
pac_cv_prog_f77_mismatched_args_parm=
pac_cv_prog_f77_name_mangle='lower uscore'
pac_cv_prog_f77_true_false_value='1 0'
pac_cv_prog_fc_and_c_stdio_libs=none
pac_cv_prog_fc_cross=no
pac_cv_prog_fc_int_kind_16=8
pac_cv_prog_fc_int_kind_8=4
pac_cv_prog_fc_works=yes
pac_cv_prog_make_allows_comments=yes
pac_cv_prog_make_found_clock_skew=no
pac_cv_prog_make_include=yes
pac_cv_prog_make_set_cflags=yes
pac_cv_prog_make_vpath=VPATH
pac_cv_sizeof_mpi_status=20
pac_cv_struct_timespec_defined=yes

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

ABIVERSION='12:0:0'
ABIVERSIONFLAGS='-version-info $(ABIVERSION)'
ACLOCAL='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/missing aclocal-1.13'
ADDRESS_KIND='8'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AR_FLAGS='cr'
AS=''
ASSERT_LEVEL=''
AUTOCONF='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/missing autoconf'
AUTOHEADER='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/missing autoheader'
AUTOMAKE='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/missing automake-1.13'
AWK='gawk'
BASH_SHELL='/bin/bash'
BGQ_INSTALL_DIR=''
BSEND_OVERHEAD='96'
BUILD_BASH_SCRIPTS_FALSE='#'
BUILD_BASH_SCRIPTS_TRUE=''
BUILD_CH3_FALSE='#'
BUILD_CH3_NEMESIS_FALSE=''
BUILD_CH3_NEMESIS_TRUE='#'
BUILD_CH3_PSM_FALSE='#'
BUILD_CH3_PSM_TRUE=''
BUILD_CH3_SOCK_FALSE=''
BUILD_CH3_SOCK_TRUE='#'
BUILD_CH3_TRUE=''
BUILD_CH3_UTIL_FTB_FALSE=''
BUILD_CH3_UTIL_FTB_TRUE='#'
BUILD_CH3_UTIL_SOCK_FALSE=''
BUILD_CH3_UTIL_SOCK_TRUE='#'
BUILD_COVERAGE_FALSE=''
BUILD_COVERAGE_TRUE='#'
BUILD_CXX_LIB_FALSE='#'
BUILD_CXX_LIB_TRUE=''
BUILD_DEBUGGER_DLL_FALSE=''
BUILD_DEBUGGER_DLL_TRUE='#'
BUILD_F77_BINDING_FALSE='#'
BUILD_F77_BINDING_TRUE=''
BUILD_F90_LIB_FALSE='#'
BUILD_F90_LIB_TRUE=''
BUILD_LIB_CH3AFFINITY_FALSE=''
BUILD_LIB_CH3AFFINITY_TRUE='#'
BUILD_LIB_SCR_FALSE=''
BUILD_LIB_SCR_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_MRAIL_CUDA_FALSE=''
BUILD_MRAIL_CUDA_KERNELS_FALSE=''
BUILD_MRAIL_CUDA_KERNELS_TRUE='#'
BUILD_MRAIL_CUDA_TRUE='#'
BUILD_MRAIL_FALSE=''
BUILD_MRAIL_GEN2_FALSE=''
BUILD_MRAIL_GEN2_TRUE='#'
BUILD_MRAIL_HWLOC_FALSE=''
BUILD_MRAIL_HWLOC_TRUE='#'
BUILD_MRAIL_OPENACC_FALSE=''
BUILD_MRAIL_OPENACC_TRUE='#'
BUILD_MRAIL_TRUE='#'
BUILD_MRAIL_UDAPL_FALSE=''
BUILD_MRAIL_UDAPL_TRUE='#'
BUILD_NAMEPUB_FILE_FALSE=''
BUILD_NAMEPUB_FILE_TRUE='#'
BUILD_NAMEPUB_MPD_FALSE='#'
BUILD_NAMEPUB_MPD_TRUE=''
BUILD_NAMEPUB_PMI_FALSE=''
BUILD_NAMEPUB_PMI_TRUE='#'
BUILD_NEMESIS_NETMOD_IB_FALSE=''
BUILD_NEMESIS_NETMOD_IB_TRUE='#'
BUILD_NEMESIS_NETMOD_MX_FALSE=''
BUILD_NEMESIS_NETMOD_MX_TRUE='#'
BUILD_NEMESIS_NETMOD_NEWMAD_FALSE=''
BUILD_NEMESIS_NETMOD_NEWMAD_TRUE='#'
BUILD_NEMESIS_NETMOD_PORTALS4_FALSE=''
BUILD_NEMESIS_NETMOD_PORTALS4_TRUE='#'
BUILD_NEMESIS_NETMOD_SCIF_FALSE=''
BUILD_NEMESIS_NETMOD_SCIF_TRUE='#'
BUILD_NEMESIS_NETMOD_TCP_FALSE=''
BUILD_NEMESIS_NETMOD_TCP_TRUE='#'
BUILD_OSU_MVAPICH_FALSE='#'
BUILD_OSU_MVAPICH_TRUE=''
BUILD_PAMID_FALSE=''
BUILD_PAMID_TRUE='#'
BUILD_PMI_PMI2_FALSE=''
BUILD_PMI_PMI2_POE_FALSE=''
BUILD_PMI_PMI2_POE_TRUE='#'
BUILD_PMI_PMI2_SIMPLE_FALSE=''
BUILD_PMI_PMI2_SIMPLE_TRUE='#'
BUILD_PMI_PMI2_TRUE='#'
BUILD_PMI_SIMPLE_FALSE='#'
BUILD_PMI_SIMPLE_TRUE=''
BUILD_PMI_SLURM_FALSE=''
BUILD_PMI_SLURM_TRUE='#'
BUILD_PM_GFORKER_FALSE=''
BUILD_PM_GFORKER_TRUE='#'
BUILD_PM_HYDRA_FALSE=''
BUILD_PM_HYDRA_TRUE='#'
BUILD_PM_MPD_FALSE='#'
BUILD_PM_MPD_TRUE=''
BUILD_PM_MPIRUN_FALSE=''
BUILD_PM_MPIRUN_TRUE='#'
BUILD_PM_REMSHELL_FALSE=''
BUILD_PM_REMSHELL_TRUE='#'
BUILD_PM_UTIL_FALSE=''
BUILD_PM_UTIL_TRUE='#'
BUILD_PROFILING_LIB_FALSE=''
BUILD_PROFILING_LIB_TRUE='#'
BUILD_ROMIO_FALSE='#'
BUILD_ROMIO_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC   -DNDEBUG -DNVALGRIND -O2'
CMB_1INT_ALIGNMENT='__attribute__((aligned(16)))'
CMB_STATUS_ALIGNMENT='__attribute__((aligned(32)))'
CONFIGURE_ARGS_CLEAN='--prefix=/usr/lib64/mpi/gcc/mvapich2 --libdir=/usr/lib64/mpi/gcc/mvapich2/lib64 --mandir=/usr/lib64/mpi/gcc/mvapich2/share/man --sysconfdir=/etc --libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib --with-pm=mpd --with-device=ch3:psm --enable-shared --without-mpe --disable-silent-rules'
CONFIGURE_ARGUMENTS=' '\''--prefix=/usr/lib64/mpi/gcc/mvapich2'\'' '\''--libdir=/usr/lib64/mpi/gcc/mvapich2/lib64'\'' '\''--mandir=/usr/lib64/mpi/gcc/mvapich2/share/man'\'' '\''--sysconfdir=/etc'\'' '\''--libexecdir=/usr/lib64/mpi/gcc/mvapich2/lib'\'' '\''--with-pm=mpd'\'' '\''--with-device=ch3:psm'\'' '\''--enable-shared'\'' '\''--without-mpe'\'' '\''--disable-silent-rules'\'' '\''CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC'\'' '\''LIBS=-lrdmacm -libverbs -libumad'\'''
COUNT_KIND='8'
CPP='gcc -E'
CPPFLAGS='  -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpid/ch3/channels/psm/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/util/wrappers -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl/include -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src -I/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpi/romio/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='  -DNDEBUG -DNVALGRIND'
CYGPATH_W='echo'
C_LINKPATH_SHL=''
DBG_CMD=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVICE='ch3:psm'
DLLIMPORT=''
DLLTOOL='false'
DOCTEXT='false'
DSHBAK_EXE=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENV_CMD=''
EXEEXT=''
F77='gfortran'
F77CPP=''
F77_COMPLEX16='1275072554'
F77_COMPLEX32='1275076652'
F77_COMPLEX8='1275070504'
F77_INCDIR='-I'
F77_INTEGER16='MPI_DATATYPE_NULL'
F77_INTEGER1='1275068717'
F77_INTEGER2='1275068975'
F77_INTEGER4='1275069488'
F77_INTEGER8='1275070513'
F77_LIBDIR_LEADER='-L'
F77_NAME_MANGLE='F77_NAME_LOWER_USCORE'
F77_OTHER_LIBS=''
F77_REAL16='1275072555'
F77_REAL4='1275069479'
F77_REAL8='1275070505'
FC='gfortran'
FCCPP=''
FCEXT='f90'
FCFLAGS=' '
FCINC='-I'
FCINCFLAG='-I'
FCMODEXT='mod'
FCMODINCFLAG='-I'
FCMODINCSPEC=''
FCMODOUTFLAG='-J'
FCWRAPNAME='mpichf90'
FC_ALL_INTEGER_MODELS=' 2 , 1, 4 , 2, 9 , 4, 18 , 8,'
FC_DOUBLE_MODEL=' 15 , 307'
FC_INTEGER_MODEL=' 9'
FC_INTEGER_MODEL_MAP=' {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },'
FC_OTHER_LIBS=''
FC_REAL_MODEL=' 6 , 37'
FC_WORK_FILES_ARG=''
FFLAGS='  -O2'
FGREP='/usr/bin/grep -F'
FILE=''
FLIBS=' -L/usr/lib64/gcc/x86_64-suse-linux/4.8 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../.. -lrdmacm -libverbs -libumad -lgfortran -lm -lquadmath'
FORTRAN_BINDING='1'
FORTRAN_MPI_OFFSET='integer*8'
FWRAPNAME='fmpich'
GCOV='gcov'
GNUCXX_MINORVERSION='8'
GNUCXX_VERSION='4'
GREP='/usr/bin/grep'
HAVE_CXX_EXCEPTIONS='1'
HAVE_ERROR_CHECKING='1'
HAVE_ROMIO='#include "mpio.h"'
INCLUDE_MPICXX_H='#include "mpicxx.h"'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTEGER_KIND='4'
KILLALL='true'
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=' '
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS='-lrt -lpsm_infinipath -lpthread -lrdmacm -libverbs -libumad '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LPMPILIBNAME=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKE='make'
MAKEINFO='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='mkdir -p'
MPIBASEMODNAME='mpi_base'
MPICH2_RELEASE_DATE=''
MPICHLIB_CFLAGS=''
MPICHLIB_CPPFLAGS=''
MPICHLIB_CXXFLAGS=''
MPICHLIB_FCFLAGS=''
MPICHLIB_FFLAGS=''
MPICHLIB_LDFLAGS=''
MPICHLIB_LIBS=''
MPICH_ATTR_WEAK_ALIAS_DEFINITION=''
MPICH_NUMVERSION='30100300'
MPICH_RELEASE_DATE='Sun Mar 23 21:35:26 EDT 2014'
MPICH_TIMER_KIND='USE_CLOCK_GETTIME'
MPICH_VERSION='3.1'
MPICONSTMODNAME='mpi_constants'
MPICPP_NAME='mpic++'
MPICXXLIBNAME='mpichcxx'
MPICXX_NAME='mpicxx'
MPID_TIMER_TYPE='struct timespec'
MPIFLIBNAME='mpich'
MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
MPILIBNAME='mpich'
MPIMODNAME='mpi'
MPIR_CXX_BOOL='0x4c000133'
MPIR_CXX_COMPLEX='0x4c000834'
MPIR_CXX_DOUBLE_COMPLEX='0x4c001035'
MPIR_CXX_LONG_DOUBLE_COMPLEX='0x4c002036'
MPIR_PINT='long'
MPISIZEOFMODNAME='mpi_sizeofs'
MPIU_DLL_SPEC_DEF='#define MPIU_DLL_SPEC'
MPI_2COMPLEX='1275072548'
MPI_2DOUBLE_COMPLEX='1275076645'
MPI_2DOUBLE_PRECISION='1275072547'
MPI_2INT='0x4c000816'
MPI_2INTEGER='1275070496'
MPI_2REAL='1275070497'
MPI_AINT='long'
MPI_AINT_DATATYPE='0x4c000843'
MPI_AINT_FMT_DEC_SPEC='%ld'
MPI_AINT_FMT_HEX_SPEC='%lx'
MPI_BYTE='0x4c00010d'
MPI_CHAR='0x4c000101'
MPI_CHARACTER='1275068698'
MPI_COMPLEX16='0x4c00102a'
MPI_COMPLEX32='0x4c00202c'
MPI_COMPLEX8='0x4c000828'
MPI_COMPLEX='1275070494'
MPI_COUNT='long long'
MPI_COUNT_DATATYPE='0x4c000845'
MPI_C_BOOL='0x4c00013f'
MPI_C_DOUBLE_COMPLEX='0x4c001041'
MPI_C_FLOAT_COMPLEX='0x4c000840'
MPI_C_LONG_DOUBLE_COMPLEX='0x4c002042'
MPI_DOUBLE='0x4c00080b'
MPI_DOUBLE_COMPLEX='1275072546'
MPI_DOUBLE_INT='0x8c000001'
MPI_DOUBLE_PRECISION='1275070495'
MPI_F77_2INT='1275070486'
MPI_F77_AINT='1275070531'
MPI_F77_BYTE='1275068685'
MPI_F77_CHAR='1275068673'
MPI_F77_COUNT='1275070533'
MPI_F77_CXX_BOOL='1275068723'
MPI_F77_CXX_DOUBLE_COMPLEX='1275072565'
MPI_F77_CXX_FLOAT_COMPLEX='1275070516'
MPI_F77_CXX_LONG_DOUBLE_COMPLEX='1275076662'
MPI_F77_C_BOOL='1275068735'
MPI_F77_C_COMPLEX='1275070528'
MPI_F77_C_DOUBLE_COMPLEX='1275072577'
MPI_F77_C_FLOAT_COMPLEX='1275070528'
MPI_F77_C_LONG_DOUBLE_COMPLEX='1275076674'
MPI_F77_DOUBLE='1275070475'
MPI_F77_DOUBLE_INT='-1946157055'
MPI_F77_FLOAT='1275069450'
MPI_F77_FLOAT_INT='-1946157056'
MPI_F77_INT16_T='1275068984'
MPI_F77_INT32_T='1275069497'
MPI_F77_INT64_T='1275070522'
MPI_F77_INT8_T='1275068727'
MPI_F77_INT='1275069445'
MPI_F77_LB='1275068432'
MPI_F77_LONG='1275070471'
MPI_F77_LONG_DOUBLE='1275072524'
MPI_F77_LONG_DOUBLE_INT='-1946157052'
MPI_F77_LONG_INT='-1946157054'
MPI_F77_LONG_LONG='1275070473'
MPI_F77_LONG_LONG_INT='1275070473'
MPI_F77_OFFSET='1275070532'
MPI_F77_PACKED='1275068687'
MPI_F77_SHORT='1275068931'
MPI_F77_SHORT_INT='-1946157053'
MPI_F77_SIGNED_CHAR='1275068696'
MPI_F77_UB='1275068433'
MPI_F77_UINT16_T='1275068988'
MPI_F77_UINT32_T='1275069501'
MPI_F77_UINT64_T='1275070526'
MPI_F77_UINT8_T='1275068731'
MPI_F77_UNSIGNED='1275069446'
MPI_F77_UNSIGNED_CHAR='1275068674'
MPI_F77_UNSIGNED_LONG='1275070472'
MPI_F77_UNSIGNED_LONG_LONG='1275070489'
MPI_F77_UNSIGNED_SHORT='1275068932'
MPI_F77_WCHAR='1275069454'
MPI_FINT='int'
MPI_FLOAT='0x4c00040a'
MPI_FLOAT_INT='0x8c000000'
MPI_INT16_T='0x4c000238'
MPI_INT32_T='0x4c000439'
MPI_INT64_T='0x4c00083a'
MPI_INT8_T='0x4c000137'
MPI_INT='0x4c000405'
MPI_INTEGER16='MPI_DATATYPE_NULL'
MPI_INTEGER1='0x4c00012d'
MPI_INTEGER2='0x4c00022f'
MPI_INTEGER4='0x4c000430'
MPI_INTEGER8='0x4c000831'
MPI_INTEGER='1275069467'
MPI_LB='0x4c000010'
MPI_LOGICAL='1275069469'
MPI_LONG='0x4c000807'
MPI_LONG_DOUBLE='0x4c00100c'
MPI_LONG_DOUBLE_INT='0x8c000004'
MPI_LONG_INT='0x8c000002'
MPI_LONG_LONG='0x4c000809'
MPI_MAX_ERROR_STRING='512'
MPI_MAX_LIBRARY_VERSION_STRING='8192'
MPI_MAX_PROCESSOR_NAME='128'
MPI_OFFSET='long long'
MPI_OFFSET_DATATYPE='0x4c000844'
MPI_OFFSET_TYPEDEF='typedef long long MPI_Offset;'
MPI_PACKED='0x4c00010f'
MPI_REAL16='0x4c00102b'
MPI_REAL4='0x4c000427'
MPI_REAL8='0x4c000829'
MPI_REAL='1275069468'
MPI_SHORT='0x4c000203'
MPI_SHORT_INT='0x8c000003'
MPI_SIGNED_CHAR='0x4c000118'
MPI_STATUS_SIZE='5'
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'
MVAPICH2_NUMVERSION='20000201'
MVAPICH2_RELEASE_DATE='Sun Mar 23 21:35:26 EDT 2014'
MVAPICH2_VERSION='2.0rc1'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OFFSET_KIND='8'
OPALIBNAME='opa'
OTOOL64=''
OTOOL=''
PACKAGE='mvapich2'
PACKAGE_BUGREPORT='mvapich-discuss at cse.ohio-state.edu'
PACKAGE_NAME='MVAPICH2'
PACKAGE_STRING='MVAPICH2 2.0rc1'
PACKAGE_TARNAME='mvapich2'
PACKAGE_URL='http://mvapich.cse.ohio-state.edu'
PACKAGE_VERSION='2.0rc1'
PAMILIBNAME='pami'
PAPI_INCLUDE=''
PATH_SEPARATOR=':'
PDSH_EXE=''
PERL='/usr/bin/perl'
PMPIFLIBNAME='pmpich'
PMPILIBNAME='pmpich'
PRIMARY_PM_GFORKER_FALSE=''
PRIMARY_PM_GFORKER_TRUE='#'
PRIMARY_PM_REMSHELL_FALSE=''
PRIMARY_PM_REMSHELL_TRUE='#'
RANLIB='ranlib'
REQD=''
REQI1=''
REQI2=''
REQI8=''
RSH=''
RSH_CMD=''
SED='/usr/bin/sed'
SET_CFLAGS='CFLAGS='
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
SHELL_CMD=''
SIZEOF_FC_CHARACTER='1'
SIZEOF_FC_DOUBLE_PRECISION='8'
SIZEOF_FC_INTEGER='4'
SIZEOF_FC_REAL='4'
SIZEOF_MPI_STATUS='20'
SSH=''
SSH_CMD=''
STRIP='strip'
THREAD_SERIALIZED_OR_MULTIPLE_FALSE='#'
THREAD_SERIALIZED_OR_MULTIPLE_TRUE=''
TOTALVIEW_CMD=''
USER_CFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC'
USER_CPPFLAGS=''
USER_CXXFLAGS=''
USER_FCFLAGS=''
USER_FFLAGS=''
USER_LDFLAGS=''
USER_LIBS='-lrdmacm -libverbs -libumad'
USE_DBG_LOGGING='0'
VERSION='2.0rc1'
VPATH='VPATH=.:${srcdir}'
WANT_CKPT_RUNTIME_FALSE=''
WANT_CKPT_RUNTIME_TRUE='#'
WANT_RDYNAMIC_FALSE='#'
WANT_RDYNAMIC_TRUE=''
WRAPPER_CFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -DUSE_HEADER_CACHING -DONE_SIDED -DMPID_USE_SEQUENCE_NUMBERS -D_SHMEM_COLL_ -DRDMA_CM -DDISABLE_PTMALLOC '
WRAPPER_CPPFLAGS=' '
WRAPPER_CXXFLAGS=' '
WRAPPER_FCFLAGS=' '
WRAPPER_FFLAGS=' '
WRAPPER_LDFLAGS=''
WRAPPER_LIBS='-lopa -lmpl '
WRAPPER_RPATH_LDFLAGS='-Wl,-rpath -Wl,/usr/lib64/mpi/gcc/mvapich2/lib64'
WTIME_DOUBLE_TYPE='REAL*8'
XARGS_NODATA_OPT='-r'
XTERM_CMD=''
YACC=''
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
ac_ct_FC='gfortran'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindings=' f77 f90 cxx'
bindir='${exec_prefix}/bin'
build='x86_64-suse-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='suse'
channel_name='psm'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
device_name='ch3'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_wrapper_rpath='yes'
exec_prefix='${prefix}'
host='x86_64-suse-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='suse'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/confdb/install-sh'
libdir='/usr/lib64/mpi/gcc/mvapich2/lib64'
libexecdir='/usr/lib64/mpi/gcc/mvapich2/lib'
libmpich_so_version='12:0:0'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/lib64/mpi/gcc/mvapich2/share/man'
master_top_builddir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1'
master_top_srcdir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1'
mkdir_p='$(MKDIR_P)'
mmx_copy_s=''
modincdir='${prefix}/include'
mpich_libtool_static_flag='-static'
mpldir=''
mpllibdir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/mpl'
mplsrcdir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/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=''
oldincludedir='/usr/include'
opalibdir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa/src'
opasrcdir='/home/abuild/rpmbuild/BUILD/mvapich2-2.0rc1/src/openpa'
pdfdir='${docdir}'
pkgconfigdir='/usr/lib64/mpi/gcc/mvapich2/lib64/pkgconfig'
pm_name='mpd'
prefix='/usr/lib64/mpi/gcc/mvapich2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' test/mpi'
sysconfdir='/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 "MVAPICH2"
#define PACKAGE_TARNAME "mvapich2"
#define PACKAGE_VERSION "2.0rc1"
#define PACKAGE_STRING "MVAPICH2 2.0rc1"
#define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
#define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
#define PACKAGE "mvapich2"
#define VERSION "2.0rc1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_GETPAGESIZE 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_PRAGMA_WEAK 1
#define USE_WEAK_SYMBOLS 1
#define HAVE_MULTIPLE_PRAGMA_WEAK 1
#define ENABLE_PVAR_MV2 0
#define ENABLE_PVAR_NEM 0
#define ENABLE_PVAR_RECVQ 0
#define ENABLE_PVAR_RMA 0
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_BUILTIN_EXPECT 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_SYS_BITYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define MPIR_FC_REAL_CTYPE float
#define MPIR_FC_DOUBLE_CTYPE double
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_AINT_MAX LONG_MAX
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define SIZEOF_MPIR_BSEND_DATA_T 96
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_GETPID 1
#define HAVE_SCHED_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define USE_NOTHING_FOR_YIELD 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_SCHED_GETAFFINITY 1
#define HAVE_CPU_SET_T 1
#define CH3_RANK_BITS 16
#define HAVE_ASSERT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_TIME_H 1
#define HAVE_CTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_INET_PTON 1
#define HAVE_GETHOSTNAME 1
#define HAVE_TIME 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIBPSM_INFINIPATH 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define USE_MMAP_SHM 1
#define _OSU_MVAPICH_ 1
#define CHANNEL_PSM 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SOCKET 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME 1
#define USE_PMI_PORT 1
#define HAVE_H_ADDR_LIST 1
#define HAVE_GCC_ATTRIBUTE 1
#define SIZEOF_OPA_PTR_T 8
#define MPIR_OFFSET_MAX LLONG_MAX
#define MPIR_COUNT_MAX LLONG_MAX
#define MPIR_Ucount unsigned long long
#define MPIF_STATUS_SIZE 5
#define HAVE_STDIO_H 1
#define HAVE_C_MULTI_ATTR_ALIAS 1
#define HAVE_FC_TYPE_ROUTINES 1
#define HAVE_MPICHCONF 1

configure: exit 0


More information about the mvapich-discuss mailing list