[mvapich-discuss] Compiling Mvapich2 with PGI Compilers

Jonathan Perkins perkinjo at cse.ohio-state.edu
Thu Sep 4 15:05:46 EDT 2014


Thanks for providing the config.log.  I inspected it but its not clear
to me why its failing.  It seems that my initial guess is not in play
here.  Can you try mvapich2-2.0 and see if it fails configure as well?

http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.0.tar.gz

If it does fail, please also send that config.log.

On Thu, Sep 04, 2014 at 02:44:02PM -0400, Mr. Mark L. Dotson (Contractor) wrote:
> The config.log is attached.
> 
> Thanks,
> 
> Mark
> 
> 
> On 09/04/14 14:36, Jonathan Perkins wrote:
> >Hi Mark.  Can you send us your config.log?
> >
> >I think there is some library that cannot be loaded at runtime but is
> >only manifesting itself when attempting the datatype checks.
> >
> >On Thu, Sep 04, 2014 at 12:41:16PM -0400, Mr. Mark L. Dotson (Contractor) wrote:
> >>I am trying to compile mvapich2-2.0b on CentOS 6.4 with PGI compilers
> >>14.6 with a simple ./configure. These are the pertinent messages for the
> >>errors I am receiving:
> >>
> >>checking for size of Fortran type integer... configure: WARNING: Unable
> >>to compile the C routine for finding the size of a integer
> >>
> >>checking for size of Fortran type real... configure: WARNING: Unable to
> >>compile the C routine for finding the size of a real
> >>
> >>checking for size of Fortran type double precision... configure: WARNING:
> >>Unable to compile the C routine for finding the size of a double
> >>precision
> >>
> >>checking whether integer*1 is supported... yes
> >>checking whether integer*2 is supported... yes
> >>checking whether integer*4 is supported... yes
> >>checking whether integer*8 is supported... yes
> >>checking whether integer*16 is supported... yes
> >>checking whether real*4 is supported... yes
> >>checking whether real*8 is supported... yes
> >>checking whether real*16 is supported... yes
> >>configure: error: Unable to configure with Fortran support because
> >>configure could not determine the size of a Fortran INTEGER. Consider
> >>setting CROSS_F77_SIZEOF_INTEGER to the length in bytes of a Fortran
> >>INTEGER
> >>
> >>I've tried setting the suggested variable to 4 and 8, to no avail. Would
> >>anyone know what I can do to fix this?
> >>
> >>Thanks,
> >>
> >>Mark
> >>
> >>--
> >>Mark Dotson
> >>Systems Administrator
> >>Lockheed-Martin
> >>dotsonml.ctr at afrl.hpc.mil
> >>_______________________________________________
> >>mvapich-discuss mailing list
> >>mvapich-discuss at cse.ohio-state.edu
> >>http://mailman.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
> >
> 
> 
> -- 
> Mark Dotson
> Systems Administrator
> Lockheed-Martin
> dotsonml.ctr at afrl.hpc.mil

> 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.0b, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>   $ ./configure 
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = navajo-1
> uname -m = x86_64
> uname -r = 2.6.32-358.23.2.el6.x86_64
> uname -s = Linux
> uname -v = #1 SMP Wed Oct 16 18:37:12 UTC 2013
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = x86_64
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /app/navapps/pgi/14/linux86-64/14.6/bin
> PATH: /sbin
> PATH: /usr/sbin
> PATH: /usr/lib64/qt-3.3/bin
> PATH: /usr/local/ossh/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /usr/local/ossh/bin
> PATH: /opt/ibutils/bin
> PATH: /usr/local/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:5545: checking whether to enable header caching
> configure:5554: result: yes
> configure:5682: checking for C compiler version
> configure:5691: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc --version >&5
> 
> pgcc 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:5702: $? = 0
> configure:5691: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -v >&5
> Export PGI=/data/apps/navapps/pgi/14
> pgcc-Warning-No files to process
> 
> configure:5702: $? = 0
> configure:5691: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -V >&5
> 
> pgcc 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:5702: $? = 0
> configure:5691: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -qversion >&5
> pgcc-Error-Unknown switch: -qversion
> configure:5702: $? = 1
> configure:5722: checking whether the C compiler works
> configure:5744: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc       conftest.c   >&5
> configure:5748: $? = 0
> configure:5796: result: yes
> configure:5799: checking for C compiler default output file name
> configure:5801: result: a.out
> configure:5807: checking for suffix of executables
> configure:5814: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest       conftest.c   >&5
> configure:5818: $? = 0
> configure:5840: result: 
> configure:5862: checking whether we are cross compiling
> configure:5870: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest       conftest.c   >&5
> configure:5874: $? = 0
> configure:5881: ./conftest
> configure:5885: $? = 0
> configure:5900: result: no
> configure:5905: checking for suffix of object files
> configure:5927: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:5931: $? = 0
> configure:5952: result: o
> configure:5956: checking whether we are using the GNU C compiler
> configure:5975: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> PGC-S-0040-Illegal use of symbol, choke (conftest.c: 14)
> PGC-W-0156-Type not specified, 'int' assumed (conftest.c: 14)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:5975: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #define PACKAGE_BUGREPORT "mvapich-discuss at cse.ohio-state.edu"
> | #define PACKAGE_URL "http://mvapich.cse.ohio-state.edu"
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5984: result: no
> configure:5993: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc accepts -g
> configure:6013: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c -g   conftest.c >&5
> configure:6013: $? = 0
> configure:6054: result: yes
> configure:6071: checking for /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc option to accept ISO C89
> configure:6134: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc  -c     conftest.c >&5
> PGC-W-0261-no macro replacement within a character constant (conftest.c: 42)
> PGC/x86-64 Linux 14.6-0: compilation completed with warnings
> configure:6134: $? = 0
> configure:6147: result: none needed
> configure:6174: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc and cc understand -c and -o together
> configure:6205: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c conftest.c -o conftest2.o >&5
> configure:6209: $? = 0
> configure:6215: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c conftest.c -o conftest2.o >&5
> configure:6219: $? = 0
> configure:6230: cc -c conftest.c >&5
> configure:6234: $? = 0
> configure:6242: cc -c conftest.c -o conftest2.o >&5
> configure:6246: $? = 0
> configure:6252: cc -c conftest.c -o conftest2.o >&5
> configure:6256: $? = 0
> configure:6274: result: yes
> configure:6313: checking how to run the C preprocessor
> configure:6383: result: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro
> configure:6403: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   conftest.c
> configure:6403: $? = 0
> configure:6417: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   conftest.c
> PREPRO-F-0206-Can't find include file ac_nonexistent.h (conftest.c: 9)
> PREPRO/x86-64 Linux 14.6-0: compilation aborted
> configure:6417: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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:6477: checking for a BSD-compatible install
> configure:6545: result: /usr/bin/install -c
> configure:6556: checking whether build environment is sane
> configure:6611: result: yes
> configure:6759: checking for a thread-safe mkdir -p
> configure:6798: result: /bin/mkdir -p
> configure:6805: checking for gawk
> configure:6821: found /usr/bin/gawk
> configure:6832: result: gawk
> configure:6843: checking whether make sets $(MAKE)
> configure:6865: result: yes
> configure:6895: checking for style of include used by make
> configure:6923: result: GNU
> configure:6957: checking whether make supports nested variables
> configure:6974: result: yes
> configure:7054: checking dependency style of /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc
> configure:7165: result: pgcc
> configure:7182: checking whether to enable maintainer-specific portions of Makefiles
> configure:7191: result: yes
> configure:7255: checking for ar
> configure:7271: found /usr/bin/ar
> configure:7282: result: ar
> configure:7308: checking the archiver (ar) interface
> configure:7318: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:7318: $? = 0
> configure:7320: ar cru libconftest.a conftest.o >&5
> configure:7323: $? = 0
> configure:7346: result: ar
> configure:7396: checking build system type
> configure:7410: result: x86_64-unknown-linux-gnu
> configure:7430: checking host system type
> configure:7443: result: x86_64-unknown-linux-gnu
> configure:7484: checking how to print strings
> configure:7511: result: printf
> configure:7532: checking for a sed that does not truncate output
> configure:7596: result: /bin/sed
> configure:7614: checking for grep that handles long lines and -e
> configure:7672: result: /bin/grep
> configure:7677: checking for egrep
> configure:7739: result: /bin/grep -E
> configure:7744: checking for fgrep
> configure:7806: result: /bin/grep -F
> configure:7874: checking for non-GNU ld
> configure:7908: result: /usr/bin/ld
> configure:7915: checking if the linker (/usr/bin/ld) is GNU ld
> configure:7930: result: yes
> configure:7942: checking for BSD- or MS-compatible name lister (nm)
> configure:7991: result: /usr/bin/nm -B
> configure:8121: checking the name lister (/usr/bin/nm -B) interface
> configure:8128: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:8131: /usr/bin/nm -B "conftest.o"
> configure:8134: output
> 0000000000000000 D some_variable
> configure:8141: result: BSD nm
> configure:8144: checking whether ln -s works
> configure:8148: result: yes
> configure:8156: checking the maximum length of command line arguments
> configure:8281: result: 3458764513820540925
> configure:8298: checking whether the shell understands some XSI constructs
> configure:8308: result: yes
> configure:8312: checking whether the shell understands "+="
> configure:8318: result: yes
> configure:8353: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
> configure:8393: result: func_convert_file_noop
> configure:8400: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
> configure:8420: result: func_convert_file_noop
> configure:8427: checking for /usr/bin/ld option to reload object files
> configure:8434: result: -r
> configure:8508: checking for objdump
> configure:8524: found /usr/bin/objdump
> configure:8535: result: objdump
> configure:8567: checking how to recognize dependent libraries
> configure:8769: result: pass_all
> configure:8854: checking for dlltool
> configure:8884: result: no
> configure:8914: checking how to associate runtime and link libraries
> configure:8941: result: printf %s\n
> configure:9065: checking for archiver @FILE support
> configure:9082: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:9082: $? = 0
> configure:9085: ar cru libconftest.a @conftest.lst >&5
> configure:9088: $? = 0
> configure:9093: ar cru libconftest.a @conftest.lst >&5
> ar: conftest.o: No such file or directory
> configure:9096: $? = 1
> configure:9108: result: @
> configure:9166: checking for strip
> configure:9182: found /usr/bin/strip
> configure:9193: result: strip
> configure:9265: checking for ranlib
> configure:9281: found /usr/bin/ranlib
> configure:9292: result: ranlib
> configure:9394: checking command to parse /usr/bin/nm -B output from /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc object
> configure:9513: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:9516: $? = 0
> configure:9520: /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:9523: $? = 0
> configure:9589: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest       conftest.c conftstm.o >&5
> conftest.c:
> configure:9592: $? = 0
> configure:9630: result: ok
> configure:9667: checking for sysroot
> configure:9697: result: no
> configure:9774: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:9777: $? = 0
> configure:9940: checking for mt
> configure:9970: result: no
> configure:9990: checking if : is a manifest tool
> configure:9996: : '-?'
> configure:10004: result: no
> configure:10632: checking for ANSI C header files
> configure:10652: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10652: $? = 0
> PREPRO-F-0206-Can't find include file stddef.h (/usr/include/string.h: 34)
> PREPRO/x86-64 Linux 14.6-0: compilation aborted
> configure:10736: result: no
> configure:10749: checking for sys/types.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for sys/stat.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for stdlib.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for string.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for memory.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for strings.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for inttypes.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for stdint.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10749: checking for unistd.h
> configure:10749: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10749: $? = 0
> configure:10749: result: yes
> configure:10763: checking for dlfcn.h
> configure:10763: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     conftest.c >&5
> configure:10763: $? = 0
> configure:10763: result: yes
> configure:10950: checking for objdir
> configure:10965: result: .libs
> configure:11581: checking for /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc option to produce PIC
> configure:11588: result: -fpic -DPIC
> configure:11596: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc PIC flag -fpic -DPIC works
> configure:11614: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     -fpic -DPIC -DPIC conftest.c >&5
> configure:11618: $? = 0
> configure:11631: result: yes
> configure:11660: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc static flag -Bstatic works
> configure:11688: result: no
> configure:11703: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc supports -c -o file.o
> configure:11724: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c     -o out/conftest2.o conftest.c >&5
> configure:11728: $? = 0
> configure:11750: result: yes
> configure:11758: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc supports -c -o file.o
> configure:11805: result: yes
> configure:11838: checking whether the /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
> configure:12998: result: yes
> configure:13243: checking dynamic linker characteristics
> configure:13757: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest       -Wl,-rpath -Wl,/foo conftest.c   >&5
> configure:13757: $? = 0
> configure:13979: result: GNU/Linux ld.so
> configure:14086: checking how to hardcode library paths into programs
> configure:14111: result: immediate
> configure:14651: checking whether stripping libraries is possible
> configure:14656: result: yes
> configure:14691: checking if libtool supports shared libraries
> configure:14693: result: yes
> configure:14696: checking whether to build shared libraries
> configure:14717: result: yes
> configure:14720: checking whether to build static libraries
> configure:14724: result: yes
> configure:14771: checking whether make supports nested variables
> configure:14788: result: yes
> configure:14936: checking for C++ compiler version
> configure:14945: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp --version >&5
> 
> pgcpp 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:14956: $? = 0
> configure:14945: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -v >&5
> Export PGI=/data/apps/navapps/pgi/14
> pgcpp-Warning-No files to process
> 
> configure:14956: $? = 0
> configure:14945: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -V >&5
> 
> pgcpp 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:14956: $? = 0
> configure:14945: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -qversion >&5
> pgcpp-Error-Unknown switch: -qversion
> configure:14956: $? = 1
> configure:14960: checking whether we are using the GNU C++ compiler
> configure:14979: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c     conftest.cpp >&5
> "conftest.cpp", line 27: error: identifier "choke" is undefined
>          choke me
>          ^
> 
> 1 error detected in the compilation of "conftest.cpp".
> configure:14979: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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.  */
> | 
> | int
> | main ()
> | {
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:14988: result: no
> configure:14997: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp accepts -g
> configure:15017: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c -g   conftest.cpp >&5
> configure:15017: $? = 0
> configure:15058: result: yes
> configure:15083: checking dependency style of /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp
> configure:15194: result: none
> configure:15227: checking how to run the C++ preprocessor
> configure:15254: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E   conftest.cpp
> configure:15254: $? = 0
> configure:15268: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E   conftest.cpp
> "conftest.cpp", line 22: error: cannot open source file "ac_nonexistent.h"
>   #include <ac_nonexistent.h>
>                              ^
> 
> 1 error detected in the compilation of "conftest.cpp".
> configure:15268: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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:15293: result: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E
> configure:15313: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E   conftest.cpp
> configure:15313: $? = 0
> configure:15327: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E   conftest.cpp
> "conftest.cpp", line 22: error: cannot open source file "ac_nonexistent.h"
>   #include <ac_nonexistent.h>
>                              ^
> 
> 1 error detected in the compilation of "conftest.cpp".
> configure:15327: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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:15641: checking whether the /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
> configure:16645: result: yes
> configure:16680: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c     conftest.cpp >&5
> configure:16683: $? = 0
> configure:17203: checking for /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp option to produce PIC
> configure:17210: result: -fpic -DPIC
> configure:17218: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp PIC flag -fpic -DPIC works
> configure:17236: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c     -fpic -DPIC -DPIC conftest.cpp >&5
> configure:17240: $? = 0
> configure:17253: result: yes
> configure:17276: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp static flag -Bstatic works
> configure:17304: result: no
> configure:17316: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp supports -c -o file.o
> configure:17337: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c     -o out/conftest2.o conftest.cpp >&5
> configure:17341: $? = 0
> configure:17363: result: yes
> configure:17368: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp supports -c -o file.o
> configure:17415: result: yes
> configure:17445: checking whether the /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
> configure:17479: result: yes
> configure:17622: checking dynamic linker characteristics
> configure:18292: result: GNU/Linux ld.so
> configure:18345: checking how to hardcode library paths into programs
> configure:18370: result: immediate
> configure:18519: checking for Fortran 77 compiler version
> configure:18528: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 --version >&5
> 
> pgf77 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:18539: $? = 0
> configure:18528: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -v >&5
> Export PGI=/data/apps/navapps/pgi/14
> pgf77-Warning-No files to process
> 
> configure:18539: $? = 0
> configure:18528: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -V >&5
> 
> pgf77 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:18539: $? = 0
> configure:18528: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -qversion >&5
> pgf77-Error-Unknown switch: -qversion
> configure:18539: $? = 1
> configure:18548: checking whether we are using the GNU Fortran 77 compiler
> configure:18561: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.F >&5
> PGFTN-S-0034-Syntax error at or near end of line (conftest.F: 3)
>   0 inform,   0 warnings,   1 severes, 0 fatal for main
> PGFTN/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:18561: $? = 2
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |       end
> configure:18570: result: no
> configure:18576: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 accepts -g
> configure:18587: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c -g conftest.f >&5
> configure:18587: $? = 0
> configure:18595: result: yes
> configure:18732: checking if libtool supports shared libraries
> configure:18734: result: yes
> configure:18737: checking whether to build shared libraries
> configure:18757: result: yes
> configure:18760: checking whether to build static libraries
> configure:18764: result: yes
> configure:19068: checking for /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 option to produce PIC
> configure:19075: result: -fpic
> configure:19083: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 PIC flag -fpic works
> configure:19101: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   -fpic conftest.f >&5
> configure:19105: $? = 0
> configure:19118: result: yes
> configure:19141: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 static flag -Bstatic works
> configure:19169: result: no
> configure:19181: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 supports -c -o file.o
> configure:19202: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   -o out/conftest2.o conftest.f >&5
> configure:19206: $? = 0
> configure:19228: result: yes
> configure:19233: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 supports -c -o file.o
> configure:19280: result: yes
> configure:19310: checking whether the /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
> configure:20420: result: yes
> configure:20563: checking dynamic linker characteristics
> configure:21227: result: GNU/Linux ld.so
> configure:21280: checking how to hardcode library paths into programs
> configure:21305: result: immediate
> configure:21447: checking for Fortran compiler version
> configure:21456: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran --version >&5
> 
> pgfortran 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:21467: $? = 0
> configure:21456: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -v >&5
> Export PGI=/data/apps/navapps/pgi/14
> pgfortran-Warning-No files to process
> 
> configure:21467: $? = 0
> configure:21456: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -V >&5
> 
> pgfortran 14.6-0 64-bit target on x86-64 Linux -tp nehalem 
> The Portland Group - PGI Compilers and Tools
> Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
> configure:21467: $? = 0
> configure:21456: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -qversion >&5
> pgfortran-Error-Unknown switch: -qversion
> configure:21467: $? = 1
> configure:21476: checking whether we are using the GNU Fortran compiler
> configure:21489: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.F >&5
> PGF90-S-0034-Syntax error at or near end of line (conftest.F: 3)
>   0 inform,   0 warnings,   1 severes, 0 fatal for main
> configure:21489: $? = 2
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |       end
> configure:21498: result: no
> configure:21504: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran accepts -g
> configure:21515: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c -g  conftest.f >&5
> configure:21515: $? = 0
> configure:21523: result: yes
> configure:21663: checking if libtool supports shared libraries
> configure:21665: result: yes
> configure:21668: checking whether to build shared libraries
> configure:21688: result: yes
> configure:21691: checking whether to build static libraries
> configure:21695: result: yes
> configure:21728: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f >&5
> configure:21731: $? = 0
> configure:22143: checking for /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran option to produce PIC
> configure:22150: result: -fpic
> configure:22158: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran PIC flag -fpic works
> configure:22176: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -fpic  conftest.f >&5
> configure:22180: $? = 0
> configure:22193: result: yes
> configure:22216: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran static flag -Bstatic works
> configure:22244: result: no
> configure:22256: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran supports -c -o file.o
> configure:22277: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -o out/conftest2.o  conftest.f >&5
> configure:22281: $? = 0
> configure:22303: result: yes
> configure:22308: checking if /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran supports -c -o file.o
> configure:22355: result: yes
> configure:22385: checking whether the /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
> configure:23495: result: yes
> configure:23638: checking dynamic linker characteristics
> configure:24302: result: GNU/Linux ld.so
> configure:24355: checking how to hardcode library paths into programs
> configure:24380: result: immediate
> configure:25618: RUNNING PREREQ FOR ch3:mrail
> configure:25642: RUNNING PREREQ FOR ch3:mrail:gen2
> configure:25780: checking for getpagesize
> configure:25780: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest      -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers   conftest.c   >&5
> configure:25780: $? = 0
> configure:25780: result: yes
> configure:26458: ===== configuring src/mpl =====
> configure:26623: running /bin/sh ./configure --disable-option-checking '--prefix=NONE'  'CC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcc' 'CPP=/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro' 'CXX=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp' 'F77=/app/navapps/pgi/14/linux86-64/14.6/bin/pgf77' 'FC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran' '--disable-checkerrors' --cache-file=/dev/null --srcdir=.
> configure:26643: ===== done with src/mpl configure =====
> configure:26649: sourcing src/mpl/localdefs
> WRAPPER_LIBS(='') does not contain '-lmpl', prepending
> CPPFLAGS(='  -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers') does not contain '-I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include', appending
> CPPFLAGS(='  -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include') does not contain '-I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include', appending
> LIBS(=' ') does not contain '-lopa', prepending
> configure:26776: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest      -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include   conftest.c -lopa   >&5
> PGC-F-0206-Can't find include file opa_primitives.h (conftest.c: 25)
> PGC/x86-64 Linux 14.6-0: compilation aborted
> configure:26776: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 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/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include') does not contain '-I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src', appending
> CPPFLAGS(='  -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src') does not contain '-I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src', appending
> configure:26838: ===== configuring src/openpa =====
> configure:27003: running /bin/sh ./configure --disable-option-checking '--prefix=NONE' --with-atomic-primitives=auto_allow_emulation 'CC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcc' 'CPP=/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro' 'CXX=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp' 'F77=/app/navapps/pgi/14/linux86-64/14.6/bin/pgf77' 'FC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran' '--disable-checkerrors' --cache-file=/dev/null --srcdir=.
> configure:27023: ===== done with src/openpa configure =====
> WRAPPER_LIBS(='-lmpl ') does not contain '-lopa', prepending
> CPPFLAGS(='  -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src') does not contain '-I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include', appending
> configure:27711: checking for any suitable hwloc installation...
> configure:27713: checking for hwloc_bitmap_alloc in -lhwloc
> configure:27738: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c -lhwloc    >&5
> /usr/bin/ld: cannot find -lhwloc
> configure:27738: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | /* 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:27747: result: no
> configure:27774: checking whether the compiler defines __func__
> configure:27801: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:27801: $? = 0
> configure:27801: ./conftest
> configure:27801: $? = 0
> configure:27838: result: yes
> configure:27847: checking whether the compiler defines __FUNC__
> configure:27874: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> PGC-S-0039-Use of undeclared variable __FUNC__ (conftest.c: 38)
> PGC-W-0095-Type cast required for this conversion (conftest.c: 38)
> PGC-W-0155-Pointer value created from a nonlong integral type  (conftest.c: 38)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:27874: $? = 2
> configure: program exited with status 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | /* end confdefs.h.  */
> | 
> | 
> | #include <string.h>
> | int foo(void);
> | int foo(void)
> | {
> |     return (strcmp(__FUNC__, "foo") == 0);
> | }
> | int main(int argc, char ** argv)
> | {
> |     return (foo() ? 0 : 1);
> | }
> | 
> | 
> configure:27911: result: no
> configure:27920: checking whether the compiler sets __FUNCTION__
> configure:27947: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:27947: $? = 0
> configure:27947: ./conftest
> configure:27947: $? = 0
> configure:27984: result: yes
> configure:28000: checking whether C compiler accepts option -O2
> configure:28052: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   > pac_test1.log 2>&1
> configure:28052: $? = 0
> configure:28083: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest -O2    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   > pac_test2.log 2>&1
> configure:28083: $? = 0
> configure:28091: diff -b pac_test1.log pac_test2.log > pac_test.log
> configure:28094: $? = 0
> configure:28194: result: yes
> configure:28210: checking whether C compiler option -O2 works with an invalid prototype program
> configure:28218: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest -O2    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:28218: $? = 0
> configure:28225: result: yes
> configure:28230: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
> configure:28270: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c > pac_test3.log 2>&1
> configure:28270: $? = 0
> configure:28274: mv conftest.o pac_conftest.o
> configure:28277: $? = 0
> configure:28320: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test4.log 2>&1
> configure:28320: $? = 0
> configure:28362: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest -O2    -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_conftest.o   > pac_test5.log 2>&1
> configure:28362: $? = 0
> configure:28370: diff -b pac_test4.log pac_test5.log > pac_test.log
> configure:28373: $? = 0
> configure:28512: result: yes
> configure:28545: checking for type of weak symbol alias support
> configure:28569: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:28569: $? = 0
> configure:28593: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28593: $? = 0
> configure:28596: mv conftest.o pac_conftest.o
> configure:28599: $? = 0
> configure:28636: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
> conftest.c:
> configure:28636: $? = 0
> configure:28651: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28651: $? = 0
> configure:28654: mv conftest.o pac_conftest.o
> configure:28657: $? = 0
> configure:28695: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
> conftest.c:
> configure:28695: $? = 0
> configure:28852: result: pragma weak
> configure:28870: checking whether __attribute__ ((weak)) allowed
> configure:28887: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28887: $? = 0
> configure:28894: result: yes
> configure:28898: checking whether __attribute__ ((weak_import)) allowed
> configure:28915: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28915: $? = 0
> configure:28922: result: yes
> configure:28925: checking whether __attribute__((weak,alias(...))) allowed
> configure:28942: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28942: $? = 0
> configure:28949: result: yes
> configure:28971: checking for multiple weak symbol support
> configure:28994: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:28994: $? = 0
> configure:28997: mv conftest.o pac_conftest.o
> configure:29000: $? = 0
> configure:29037: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_conftest.o   >&5
> conftest.c:
> configure:29037: $? = 0
> configure:29087: result: yes
> configure:29136: checking for shared library (esp. rpath) characteristics of CC
> configure:29227: result: done (results in src/env/cc_shlib.conf)
> configure:29343: checking whether Fortran 77 compiler accepts option -O2
> configure:29388: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest     conftest.f   > pac_test1.log 2>&1
> configure:29388: $? = 0
> configure:29419: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest -O2     conftest.f   > pac_test2.log 2>&1
> configure:29419: $? = 0
> configure:29427: diff -b pac_test1.log pac_test2.log > pac_test.log
> configure:29430: $? = 0
> configure:29530: result: yes
> configure:29535: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
> configure:29574: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f > pac_test3.log 2>&1
> configure:29574: $? = 0
> configure:29578: mv conftest.o pac_conftest.o
> configure:29581: $? = 0
> configure:29619: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest -O2     conftest.f pac_conftest.o   > pac_test4.log 2>&1
> configure:29619: $? = 0
> configure:29627: diff -b pac_test2.log pac_test4.log > pac_test.log
> configure:29630: $? = 1
> configure: program exited with status 1
> *** diff -b pac_test2.log pac_test4.log :
> 0a1
> > conftest.f:
> configure:29731: result: no
> configure:29769: checking how to get verbose linking output from /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77
> configure:29779: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:29779: $? = 0
> configure:29797: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest -v conftest.f
> Export PGI=/data/apps/navapps/pgi/14
> 
> /data/apps/navapps/pgi/14/linux86-64/14.6/bin/pgftnc conftest.f -opt 1 -x 119 0xa10000 -x 122 0x40 -x 123 0x1000 -x 127 4 -x 127 17 -x 19 0x400000 -x 28 0x40000 -x 120 0x10000000 -x 70 0x8000 -x 122 1 -x 125 0x20000 -x 117 0x1000 -quad -x 59 4 -tp nehalem -x 120 0x1000 -x 51 0x20 -x 124 0x1401 -astype 0 -stdinc /data/apps/navapps/pgi/14/linux86-64/14.6/include-gcc44:/data/apps/navapps/pgi/14/linux86-64/14.6/include:/usr/local/include:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include:/usr/include -def unix -def __unix -def __unix__ -def linux -def __linux -def __linux__ -def __NO_MATH_INLINES -def __x86_64 -def __x86_64__ -def __LONG_MAX__=9223372036854775807L -def '__SIZE_TYPE__=unsigned long int' -def '__PTRDIFF_TYPE__=long int' -def __THROW= -def __extension__= -def __amd_64__amd64__ -def __k8 -def __k8__ -def __SSE__ -def __MMX__ -def __SSE2__ -def __SSE3__ -def __SSSE3__ -cmdline '+pgf77 conftest.f -o conftest -v' -x 70 0x40000000 -x 124 1 -asm /tmp/pgf7733ahLFaHmq_F.s
>   0 inform,   0 warnings,   0 severes, 0 fatal for main
> PGFTN/x86-64 Linux 14.6-0: compilation successful
> 
> /usr/bin/as /tmp/pgf7733ahLFaHmq_F.s -o /tmp/pgf77V3ahnCKaXtsh.o
> 
> /usr/bin/ld /usr/lib64/crt1.o /usr/lib64/crti.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/trace_init.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/initmp.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/pgfmain.o -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /data/apps/navapps/pgi/14/linux86-64/14.6/lib/pgi.ld -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 /tmp/pgf77V3ahnCKaXtsh.o -rpath /usr/pgi/shared/14.6/lib64 -rpath /data/apps/navapps/pgi/14/linux86-64/14.6/lib -o conftest -lpgmp -lnuma -lpthread -lpgftnrtl -lpgmp -lnspgc -lpgc -lrt -lpthread -lm -lgcc -lc -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib64/crtn.o
> Unlinking /tmp/pgf7733ahLFaHmq_F.s
> Unlinking /tmp/pgf77V3ahnCKaXtsh.o
> configure:29880: result: -v
> configure:29882: checking for Fortran 77 libraries of /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77
> configure:29905: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest -v conftest.f
> Export PGI=/data/apps/navapps/pgi/14
> 
> /data/apps/navapps/pgi/14/linux86-64/14.6/bin/pgftnc conftest.f -opt 1 -x 119 0xa10000 -x 122 0x40 -x 123 0x1000 -x 127 4 -x 127 17 -x 19 0x400000 -x 28 0x40000 -x 120 0x10000000 -x 70 0x8000 -x 122 1 -x 125 0x20000 -x 117 0x1000 -quad -x 59 4 -tp nehalem -x 120 0x1000 -x 51 0x20 -x 124 0x1401 -astype 0 -stdinc /data/apps/navapps/pgi/14/linux86-64/14.6/include-gcc44:/data/apps/navapps/pgi/14/linux86-64/14.6/include:/usr/local/include:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include:/usr/include -def unix -def __unix -def __unix__ -def linux -def __linux -def __linux__ -def __NO_MATH_INLINES -def __x86_64 -def __x86_64__ -def __LONG_MAX__=9223372036854775807L -def '__SIZE_TYPE__=unsigned long int' -def '__PTRDIFF_TYPE__=long int' -def __THROW= -def __extension__= -def __amd_64__amd64__ -def __k8 -def __k8__ -def __SSE__ -def __MMX__ -def __SSE2__ -def __SSE3__ -def __SSSE3__ -cmdline '+pgf77 conftest.f -o conftest -v' -x 70 0x40000000 -x 124 1 -asm /tmp/pgf773ibhLd8HmEBE.s
>   0 inform,   0 warnings,   0 severes, 0 fatal for main
> PGFTN/x86-64 Linux 14.6-0: compilation successful
> 
> /usr/bin/as /tmp/pgf773ibhLd8HmEBE.s -o /tmp/pgf77VibhnG8iXnAF.o
> 
> /usr/bin/ld /usr/lib64/crt1.o /usr/lib64/crti.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/trace_init.o /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtbegin.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/initmp.o /data/apps/navapps/pgi/14/linux86-64/14.6/lib/pgfmain.o -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /data/apps/navapps/pgi/14/linux86-64/14.6/lib/pgi.ld -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 /tmp/pgf77VibhnG8iXnAF.o -rpath /usr/pgi/shared/14.6/lib64 -rpath /data/apps/navapps/pgi/14/linux86-64/14.6/lib -o conftest -lpgmp -lnuma -lpthread -lpgftnrtl -lpgmp -lnspgc -lpgc -lrt -lpthread -lm -lgcc -lc -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.4.7/crtend.o /usr/lib64/crtn.o
> Unlinking /tmp/pgf773ibhLd8HmEBE.s
> Unlinking /tmp/pgf77VibhnG8iXnAF.o
> configure:30101: result:  -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lpgmp -lnuma -lpthread -lpgftnrtl -lnspgc -lpgc -lrt -lm
> configure:30117: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 accepts the FLIBS found by autoconf
> configure:30133: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest     conftest.f   >&5
> configure:30133: $? = 0
> configure:30135: result: yes
> configure:30173: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc links with FLIBS found by autoconf
> configure:30198: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c  -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lpgmp -lnuma -lpthread -lpgftnrtl -lnspgc -lpgc -lrt -lm   >&5
> configure:30198: $? = 0
> configure:30200: result: yes
> configure:30250: checking whether Fortran 77 and C objects are compatible
> configure:30329: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:30329: $? = 0
> configure:30332: mv conftest.o pac_conftest.o
> configure:30335: $? = 0
> configure:30344: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest     conftest.f pac_conftest.o   >&5
> conftest.f:
> configure:30344: $? = 0
> configure:30347: result: yes
> configure:30506: checking for linker for Fortran main program
> configure:30527: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:30527: $? = 0
> configure:30586: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:30586: $? = 0
> configure:30589: mv conftest.o pac_conftest.o
> configure:30592: $? = 0
> configure:30601: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest     conftest.f pac_conftest.o   >&5
> conftest.f:
> configure:30601: $? = 0
> configure:30603: result: Use Fortran to link programs
> configure:30714: checking for Fortran 77 name mangling
> configure:30736: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:30736: $? = 0
> configure:30739: mv conftest.o f77conftest.o
> configure:30742: $? = 0
> configure:30767: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c f77conftest.o  -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lpgmp -lnuma -lpthread -lpgftnrtl -lnspgc -lpgc -lrt -lm   >&5
> conftest.c:
> configure:30767: $? = 0
> configure:30890: result: lower uscore
> configure:30956: checking for libraries to link Fortran main with C stdio routines
> configure:30982: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0039-Use of undeclared variable stdout (conftest.c: 49)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:30982: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 0
> | #define HAVE_LONG_LONG 1
> | #define STDCALL 
> | #define F77_NAME_LOWER_USCORE 1
> | /* end confdefs.h.  */
> | 
> | 
> | #if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
> | #include <stdio.h>
> | #endif
> | int conf1_(int a) {
> |     printf( "The answer is %d\n", a ); fflush(stdout); return 0;
> | }
> | 
> | 
> configure:31038: result: unknown
> configure:31089: checking whether Fortran init will work with C
> configure:31111: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:31111: $? = 0
> configure:31114: mv conftest.o pac_f77conftest.o
> configure:31117: $? = 0
> configure:31161: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c pac_f77conftest.o   >&5
> conftest.c:
> configure:31161: $? = 0
> configure:31184: result: yes
> configure:31283: checking for extension for Fortran 90 programs
> configure:31298: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f90 >&5
> configure:31298: $? = 0
> configure:31300: result: f90
> configure:31342: checking whether the Fortran 90 compiler (/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran    ) works
> configure:31353: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90   >&5
> configure:31353: $? = 0
> configure:31356: result: yes
> configure:31358: checking whether the Fortran 90 compiler (/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran    ) is a cross-compiler
> configure:31364: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90   >&5
> configure:31364: $? = 0
> configure:31364: ./conftest
> configure:31364: $? = 0
> configure:31373: result: no
> configure:31396: checking whether Fortran 90 compiler works with Fortran 77 compiler
> configure:31424: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:31424: $? = 0
> configure:31428: mv conftest.o pac_f77conftest.o
> configure:31431: $? = 0
> configure:31452: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90 pac_f77conftest.o   >&5
> conftest.f90:
> configure:31452: $? = 0
> configure:31494: result: yes
> configure:31554: checking for shared library (esp. rpath) characteristics of F77
> configure:31647: result: done (results in src/env/f77_shlib.conf)
> configure:31658: checking whether Fortran 77 accepts ! for comments
> configure:31676: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:31676: $? = 0
> configure:31693: result: yes
> configure:31703: checking for include directory flag for Fortran
> configure:31730: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c -I src   conftest.f >&5
> configure:31730: $? = 0
> configure:31748: result: -I
> configure:31756: checking for Fortran 77 flag for library directories
> configure:31775: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:31775: $? = 0
> configure:31779: mv conftest.o pac_f77conftest.o
> configure:31782: $? = 0
> configure:31785: test -d conftestdir || mkdir conftestdir
> configure:31788: $? = 0
> configure:31791: ar cru conftestdir/libf77conftest.a pac_f77conftest.o
> configure:31794: $? = 0
> configure:31797: ranlib conftestdir/libf77conftest.a
> configure:31800: $? = 0
> configure:31818: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -o conftest   -Lconftestdir   conftest.f -lf77conftest   >&5
> configure:31818: $? = 0
> configure:31838: result: -L
> configure:31914: checking whether Fortran 77 compiler processes .F files with C preprocessor
> configure:31935: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c     -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.F >&5
> configure:31935: $? = 0
> configure:32003: result: yes
> configure:32011: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 allows mismatched arguments
> configure:32034: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:32034: $? = 0
> configure:32078: result: yes
> configure:32147: checking for shared library (esp. rpath) characteristics of FC
> configure:32240: result: done (results in src/env/fc_shlib.conf)
> configure:32256: checking whether the Fortran 90 compiler (/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran    ) works
> configure:32267: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90   >&5
> configure:32267: $? = 0
> configure:32270: result: yes
> configure:32272: checking whether the Fortran 90 compiler (/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran    ) is a cross-compiler
> configure:32278: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90   >&5
> configure:32278: $? = 0
> configure:32278: ./conftest
> configure:32278: $? = 0
> configure:32287: result: no
> configure:32333: checking for Fortran 90 module extension
> configure:32355: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f90 >&5
> configure:32355: $? = 0
> configure:32451: result: mod
> configure:32463: checking for Fortran 90 module include flag
> configure:32491: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f90 >&5
> configure:32491: $? = 0
> configure:32528: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -Iconftestdir  conftest.f90 >&5
> configure:32528: $? = 0
> configure:32587: result: -I
> configure:32595: checking for Fortran 90 module output directory flag
> configure:32626: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f90 >&5
> configure:32626: $? = 0
> configure:32680: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -Jconftestdir  conftest.f90 >&5
> pgfortran-Error-Unknown switch: -Jconftestdir
> configure:32680: $? = 1
> configure: failed program was:
> | 
> | 
> |         module conf
> |         integer n
> |         parameter (n=1)
> |         end module conf
> | 
> | 
> configure:32680: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -J conftestdir  conftest.f90 >&5
> pgfortran-Error-Unknown switch: -J
> configure:32680: $? = 1
> configure: failed program was:
> | 
> | 
> |         module conf
> |         integer n
> |         parameter (n=1)
> |         end module conf
> | 
> | 
> configure:32680: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -qmoddir=conftestdir  conftest.f90 >&5
> pgfortran-Error-Unknown switch: -qmoddir=conftestdir
> configure:32680: $? = 1
> configure: failed program was:
> | 
> | 
> |         module conf
> |         integer n
> |         parameter (n=1)
> |         end module conf
> | 
> | 
> configure:32680: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c   -module conftestdir  conftest.f90 >&5
> configure:32680: $? = 0
> configure:32720: result: -module 
> configure:32758: checking whether Fortran 90 compiler accepts option -O2
> configure:32803: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest      conftest.f90   > pac_test1.log 2>&1
> configure:32803: $? = 0
> configure:32834: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest -O2      conftest.f90   > pac_test2.log 2>&1
> configure:32834: $? = 0
> configure:32842: diff -b pac_test1.log pac_test2.log > pac_test.log
> configure:32845: $? = 0
> configure:32945: result: yes
> configure:32950: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
> configure:32989: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c    conftest.f90 > pac_test3.log 2>&1
> configure:32989: $? = 0
> configure:32993: mv conftest.o pac_conftest.o
> configure:32996: $? = 0
> configure:33034: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -o conftest -O2      conftest.f90 pac_conftest.o   > pac_test4.log 2>&1
> configure:33034: $? = 0
> configure:33042: diff -b pac_test2.log pac_test4.log > pac_test.log
> configure:33045: $? = 1
> configure: program exited with status 1
> *** diff -b pac_test2.log pac_test4.log :
> 0a1
> > conftest.f90:
> configure:33146: result: no
> configure:33178: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
> configure:33199: /app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran -c     -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include  conftest.F90 >&5
> configure:33199: $? = 0
> configure:33267: result: yes
> configure:33288: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
> configure:33314: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0039-Use of undeclared variable stdout (conftest.c: 51)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:33314: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 0
> | #define HAVE_LONG_LONG 1
> | #define STDCALL 
> | #define F77_NAME_LOWER_USCORE 1
> | #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
> | #define HAVE_FORTRAN_BINDING 1
> | /* end confdefs.h.  */
> | 
> | 
> | #if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
> | #include <stdio.h>
> | #endif
> | int conf1_( int a )
> | { printf( "The answer is %d\n", a ); fflush(stdout); return 0; }
> | 
> | 
> configure:33379: result: unknown
> configure:33409: checking whether the C++ compiler /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp can build an executable
> configure:33438: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -o conftest   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.cpp   >&5
> configure:33438: $? = 0
> configure:33452: result: yes
> configure:33459: checking whether C++ compiler works with string
> configure:33482: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> "conftest.cpp", line 51: warning: statement is unreachable
>     return 0;
>     ^
> 
> configure:33482: $? = 0
> configure:33495: result: yes
> configure:33508: checking whether the compiler supports exceptions
> configure:33531: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> "conftest.cpp", line 51: warning: statement is unreachable
>     return 0;
>     ^
> 
> configure:33531: $? = 0
> configure:33545: result: yes
> configure:33553: checking whether the compiler recognizes bool as a built-in type
> configure:33580: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> "conftest.cpp", line 56: warning: statement is unreachable
>     return 0;
>     ^
> 
> configure:33580: $? = 0
> configure:33594: result: yes
> configure:33602: checking whether the compiler implements namespaces
> configure:33625: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> "conftest.cpp", line 52: warning: statement is unreachable
>     return 0;
>     ^
> 
> configure:33625: $? = 0
> configure:33639: result: yes
> configure:33656: checking whether <iostream> available
> configure:33675: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> configure:33675: $? = 0
> configure:33682: result: yes
> configure:33685: checking whether the compiler implements the namespace std
> configure:33712: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> configure:33712: $? = 0
> configure:33727: result: yes
> configure:33736: checking whether <math> available
> configure:33755: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp >&5
> "conftest.cpp", line 49: catastrophic error: cannot open source file "math"
>   #include <math>
>                  ^
> 
> 1 catastrophic error detected in the compilation of "conftest.cpp".
> Compilation terminated.
> configure:33755: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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:33762: result: no
> configure:33878: checking for shared library (esp. rpath) characteristics of CXX
> configure:33971: result: done (results in src/env/cxx_shlib.conf)
> configure:33983: checking whether C++ compiler accepts option -O2
> configure:34035: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -o conftest   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.cpp   > pac_test1.log 2>&1
> configure:34035: $? = 0
> configure:34066: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -o conftest -O2   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.cpp   > pac_test2.log 2>&1
> configure:34066: $? = 0
> configure:34074: diff -b pac_test1.log pac_test2.log > pac_test.log
> configure:34077: $? = 0
> configure:34177: result: yes
> configure:34182: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
> configure:34222: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -c   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.cpp > pac_test3.log 2>&1
> configure:34222: $? = 0
> configure:34226: mv conftest.o pac_conftest.o
> configure:34229: $? = 0
> configure:34273: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -o conftest -O2   -DNDEBUG -DNVALGRIND   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.cpp pac_conftest.o   > pac_test4.log 2>&1
> configure:34273: $? = 0
> configure:34281: diff -b pac_test2.log pac_test4.log > pac_test.log
> configure:34284: $? = 1
> configure: program exited with status 1
> *** diff -b pac_test2.log pac_test4.log :
> 0a1
> > conftest.cpp:
> configure:34385: result: no
> configure:34438: checking for perl
> configure:34456: found /usr/bin/perl
> configure:34468: result: /usr/bin/perl
> configure:34481: checking for ar
> configure:34508: result: ar
> configure:34544: checking for ranlib
> configure:34571: result: ranlib
> configure:34590: checking for killall
> configure:34606: found /usr/bin/killall
> configure:34617: result: killall
> configure:34660: checking whether install works
> configure:34668: result: yes
> configure:34683: checking whether mkdir -p works
> configure:34699: result: yes
> configure:34717: checking for make
> configure:34733: found /usr/bin/make
> configure:34744: result: make
> configure:34758: checking whether clock skew breaks make
> configure:34783: result: no
> configure:34793: checking whether make supports include
> configure:34821: result: yes
> configure:34830: checking whether make allows comments in actions
> configure:34857: result: yes
> configure:34871: checking for virtual path format
> configure:34914: result: VPATH
> configure:34924: checking whether make sets CFLAGS
> configure:34950: result: yes
> configure:34999: checking for bash
> configure:35017: found /bin/bash
> configure:35029: result: /bin/bash
> configure:35052: checking whether /bin/bash supports arrays
> configure:35061: result: yes
> configure:35296: checking for doctext
> configure:35327: result: false
> configure:35340: checking for an ANSI C-conforming const
> configure:35406: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35406: $? = 0
> configure:35413: result: yes
> configure:35421: checking for working volatile
> configure:35440: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35440: $? = 0
> configure:35447: result: yes
> configure:35455: checking for C/C++ restrict keyword
> configure:35480: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35480: $? = 0
> configure:35488: result: __restrict
> configure:35501: checking for inline
> configure:35517: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35517: $? = 0
> configure:35525: result: inline
> configure:35608: checking if C compiler supports __builtin_expect
> configure:35624: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:35624: $? = 0
> configure:35627: result: yes
> configure:35659: checking whether byte ordering is bigendian
> configure:35674: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0035-Syntax error: Recovery attempted by replacing identifier a by '(' (conftest.c: 55)
> PGC-S-0036-Syntax error: Recovery attempted by inserting keyword declspec before '(' (conftest.c: 55)
> PGC-S-0030-Syntax error: Malformed function or data declaration at keyword typedef (conftest.c: 57)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:35674: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #define HAVE_BUILTIN_EXPECT 1
> | /* end confdefs.h.  */
> | #ifndef __APPLE_CC__
> | 	       not a universal capable compiler
> | 	     #endif
> | 	     typedef int dummy;
> | 
> configure:35719: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35719: $? = 0
> configure:35737: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0035-Syntax error: Recovery attempted by replacing identifier big by '!=' (conftest.c: 61)
> PGC-S-0039-Use of undeclared variable not (conftest.c: 64)
> PGC-S-0039-Use of undeclared variable endian (conftest.c: 64)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:35737: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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:35865: result: no
> configure:35903: checking whether C compiler allows unaligned doubles
> configure:35936: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:35936: $? = 0
> configure:35936: ./conftest
> configure:35936: $? = 0
> configure:35946: result: yes
> configure:35965: checking whether /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc supports __func__
> configure:35981: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:35981: $? = 0
> configure:35988: result: yes
> configure:36025: checking whether long double is supported
> configure:36042: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:36042: $? = 0
> configure:36049: result: yes
> configure:36058: checking whether long long is supported
> configure:36075: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:36075: $? = 0
> configure:36082: result: yes
> configure:36093: checking for max C struct integer alignment
> configure:36211: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36211: $? = 0
> configure:36211: ./conftest
> configure:36211: $? = 0
> configure:36223: result: eight
> configure:36254: checking for max C struct floating point alignment
> configure:36356: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36356: $? = 0
> configure:36356: ./conftest
> configure:36356: $? = 0
> configure:36368: result: sixteen
> configure:36401: checking for max C struct alignment of structs with doubles
> configure:36472: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36472: $? = 0
> configure:36472: ./conftest
> configure:36472: $? = 0
> configure:36484: result: eight
> configure:36491: checking for max C struct floating point alignment with long doubles
> configure:36563: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36563: $? = 0
> configure:36563: ./conftest
> configure:36563: $? = 0
> configure:36575: result: sixteen
> configure:36585: 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:36620: checking if alignment of structs with doubles is based on position
> configure:36654: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36654: $? = 0
> configure:36654: ./conftest
> configure:36654: $? = 0
> configure:36666: result: no
> configure:36682: checking if alignment of structs with long long ints is based on position
> configure:36718: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36718: $? = 0
> configure:36718: ./conftest
> configure:36718: $? = 0
> configure:36730: result: no
> configure:36746: checking if double alignment breaks rules, find actual alignment
> configure:36793: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36793: $? = 0
> configure:36793: ./conftest
> configure:36793: $? = 0
> configure:36805: result: no
> configure:36821: checking for alignment restrictions on pointers
> configure:36841: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36841: $? = 0
> configure:36841: ./conftest
> configure:36841: $? = 0
> configure:36858: result: int or better
> configure:36870: checking size of char
> configure:36875: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36875: $? = 0
> configure:36875: ./conftest
> configure:36875: $? = 0
> configure:36889: result: 1
> configure:36903: checking size of unsigned char
> configure:36908: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36908: $? = 0
> configure:36908: ./conftest
> configure:36908: $? = 0
> configure:36922: result: 1
> configure:36936: checking size of short
> configure:36941: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36941: $? = 0
> configure:36941: ./conftest
> configure:36941: $? = 0
> configure:36955: result: 2
> configure:36969: checking size of unsigned short
> configure:36974: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:36974: $? = 0
> configure:36974: ./conftest
> configure:36974: $? = 0
> configure:36988: result: 2
> configure:37002: checking size of int
> configure:37007: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37007: $? = 0
> configure:37007: ./conftest
> configure:37007: $? = 0
> configure:37021: result: 4
> configure:37035: checking size of unsigned int
> configure:37040: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37040: $? = 0
> configure:37040: ./conftest
> configure:37040: $? = 0
> configure:37054: result: 4
> configure:37068: checking size of long
> configure:37073: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37073: $? = 0
> configure:37073: ./conftest
> configure:37073: $? = 0
> configure:37087: result: 8
> configure:37101: checking size of unsigned long
> configure:37106: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37106: $? = 0
> configure:37106: ./conftest
> configure:37106: $? = 0
> configure:37120: result: 8
> configure:37134: checking size of long long
> configure:37139: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37139: $? = 0
> configure:37139: ./conftest
> configure:37139: $? = 0
> configure:37153: result: 8
> configure:37167: checking size of unsigned long long
> configure:37172: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37172: $? = 0
> configure:37172: ./conftest
> configure:37172: $? = 0
> configure:37186: result: 8
> configure:37200: checking size of float
> configure:37205: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37205: $? = 0
> configure:37205: ./conftest
> configure:37205: $? = 0
> configure:37219: result: 4
> configure:37233: checking size of double
> configure:37238: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37238: $? = 0
> configure:37238: ./conftest
> configure:37238: $? = 0
> configure:37252: result: 8
> configure:37266: checking size of long double
> configure:37271: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37271: $? = 0
> configure:37271: ./conftest
> configure:37271: $? = 0
> configure:37285: result: 8
> configure:37299: checking size of void *
> configure:37304: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37304: $? = 0
> configure:37304: ./conftest
> configure:37304: $? = 0
> configure:37318: result: 8
> configure:37329: checking for ANSI C header files
> configure:37433: result: no
> configure:37443: checking stddef.h usability
> configure:37443: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37443: $? = 0
> configure:37443: result: yes
> configure:37443: checking stddef.h presence
> configure:37443: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c
> PREPRO-F-0206-Can't find include file stddef.h (conftest.c: 76)
> PREPRO/x86-64 Linux 14.6-0: compilation aborted
> configure:37443: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | /* end confdefs.h.  */
> | #include <stddef.h>
> configure:37443: result: no
> configure:37443: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!
> configure:37443: WARNING: stddef.h: proceeding with the compiler's result
> configure:37443: checking for stddef.h
> configure:37443: result: yes
> configure:37457: checking size of wchar_t
> configure:37462: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37462: $? = 0
> configure:37462: ./conftest
> configure:37462: $? = 0
> configure:37481: result: 4
> configure:37496: checking size of float_int
> configure:37501: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37501: $? = 0
> configure:37501: ./conftest
> configure:37501: $? = 0
> configure:37516: result: 8
> configure:37530: checking size of double_int
> configure:37535: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37535: $? = 0
> configure:37535: ./conftest
> configure:37535: $? = 0
> configure:37550: result: 16
> configure:37564: checking size of long_int
> configure:37569: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37569: $? = 0
> configure:37569: ./conftest
> configure:37569: $? = 0
> configure:37584: result: 16
> configure:37598: checking size of short_int
> configure:37603: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37603: $? = 0
> configure:37603: ./conftest
> configure:37603: $? = 0
> configure:37618: result: 8
> configure:37632: checking size of two_int
> configure:37637: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37637: $? = 0
> configure:37637: ./conftest
> configure:37637: $? = 0
> configure:37652: result: 8
> configure:37666: checking size of long_double_int
> configure:37671: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37671: $? = 0
> configure:37671: ./conftest
> configure:37671: $? = 0
> configure:37686: result: 16
> configure:37699: checking sys/bitypes.h usability
> configure:37699: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37699: $? = 0
> configure:37699: result: yes
> configure:37699: checking sys/bitypes.h presence
> configure:37699: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c
> PREPRO-F-0206-Can't find include file stddef.h (/usr/include/sys/types.h: 147)
> PREPRO/x86-64 Linux 14.6-0: compilation aborted
> configure:37699: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | /* end confdefs.h.  */
> | #include <sys/bitypes.h>
> configure:37699: result: no
> configure:37699: WARNING: sys/bitypes.h: accepted by the compiler, rejected by the preprocessor!
> configure:37699: WARNING: sys/bitypes.h: proceeding with the compiler's result
> configure:37699: checking for sys/bitypes.h
> configure:37699: result: yes
> configure:37712: checking for inttypes.h
> configure:37712: result: yes
> configure:37712: checking for stdint.h
> configure:37712: result: yes
> configure:37724: checking for int8_t
> configure:37724: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37724: $? = 0
> configure:37724: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0047-Array dimension less than or equal to zero (conftest.c: 125)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:37724: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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:37724: result: yes
> configure:37735: checking for int16_t
> configure:37735: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37735: $? = 0
> configure:37735: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0047-Array dimension less than or equal to zero (conftest.c: 125)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:37735: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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:37735: result: yes
> configure:37746: checking for int32_t
> configure:37746: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37746: $? = 0
> configure:37746: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0047-Array dimension less than or equal to zero (conftest.c: 125)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:37746: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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:37746: result: yes
> configure:37757: checking for int64_t
> configure:37757: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37757: $? = 0
> configure:37757: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0047-Array dimension less than or equal to zero (conftest.c: 125)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:37757: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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:37757: result: yes
> configure:37798: checking for uint8_t
> configure:37798: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37798: $? = 0
> configure:37798: result: yes
> configure:37812: checking for uint16_t
> configure:37812: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37812: $? = 0
> configure:37812: result: yes
> configure:37824: checking for uint32_t
> configure:37824: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37824: $? = 0
> configure:37824: result: yes
> configure:37838: checking for uint64_t
> configure:37838: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37838: $? = 0
> configure:37838: result: yes
> configure:37880: checking stdbool.h usability
> configure:37880: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37880: $? = 0
> configure:37880: result: yes
> configure:37880: checking stdbool.h presence
> configure:37880: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c
> PREPRO-F-0206-Can't find include file stdbool.h (conftest.c: 95)
> PREPRO/x86-64 Linux 14.6-0: compilation aborted
> configure:37880: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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
> | /* end confdefs.h.  */
> | #include <stdbool.h>
> configure:37880: result: no
> configure:37880: WARNING: stdbool.h: accepted by the compiler, rejected by the preprocessor!
> configure:37880: WARNING: stdbool.h: proceeding with the compiler's result
> configure:37880: checking for stdbool.h
> configure:37880: result: yes
> configure:37880: checking complex.h usability
> configure:37880: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:37880: $? = 0
> configure:37880: result: yes
> configure:37880: checking complex.h presence
> configure:37880: /app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c
> configure:37880: $? = 0
> configure:37880: result: yes
> configure:37880: checking for complex.h
> configure:37880: result: yes
> configure:37894: checking size of _Bool
> configure:37899: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37899: $? = 0
> configure:37899: ./conftest
> configure:37899: $? = 0
> configure:37918: result: 1
> configure:37932: checking size of float _Complex
> configure:37937: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37937: $? = 0
> configure:37937: ./conftest
> configure:37937: $? = 0
> configure:37956: result: 8
> configure:37970: checking size of double _Complex
> configure:37975: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:37975: $? = 0
> configure:37975: ./conftest
> configure:37975: $? = 0
> configure:37994: result: 16
> configure:38010: checking size of long double _Complex
> configure:38015: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -o conftest    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include   conftest.c   >&5
> configure:38015: $? = 0
> configure:38015: ./conftest
> configure:38015: $? = 0
> configure:38034: result: 16
> configure:38049: checking for _Bool
> configure:38049: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:38049: $? = 0
> configure:38049: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting identifier .Z0000 before ')' (conftest.c: 137)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38049: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((_Bool)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:38049: result: yes
> configure:38058: checking for float _Complex
> configure:38058: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:38058: $? = 0
> configure:38058: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting identifier .Z0000 before ')' (conftest.c: 138)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38058: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #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:38058: result: yes
> configure:38067: checking for double _Complex
> configure:38067: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:38067: $? = 0
> configure:38067: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting identifier .Z0000 before ')' (conftest.c: 139)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38067: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #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:38067: result: yes
> configure:38080: checking for long double _Complex
> configure:38080: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> configure:38080: $? = 0
> configure:38080: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting identifier .Z0000 before ')' (conftest.c: 140)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38080: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #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:38080: result: yes
> configure:38500: checking for size of Fortran type integer
> configure:38541: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting ',' before '*' (conftest.c: 126)
> PGC-S-0039-Use of undeclared variable FILE (conftest.c: 126)
> PGC-S-0039-Use of undeclared variable f (conftest.c: 126)
> PGC-S-0055-Illegal operand of indirection operator (*) (conftest.c: 126)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38541: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #define HAVE__BOOL 1
> | #define HAVE_FLOAT__COMPLEX 1
> | #define HAVE_DOUBLE__COMPLEX 1
> | #define HAVE_LONG_DOUBLE__COMPLEX 1
> | #define MPIR_REAL4_CTYPE float
> | #define MPIR_REAL8_CTYPE double
> | #define MPIR_INTEGER1_CTYPE char
> | #define MPIR_INTEGER2_CTYPE short
> | #define MPIR_INTEGER4_CTYPE int
> | #define MPIR_INTEGER8_CTYPE long
> | /* end confdefs.h.  */
> | 
> | 
> | #if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
> | #include <stdio.h>
> | #endif
> | #ifdef F77_NAME_UPPER
> | #define cisize_ CISIZE
> | #define isize_ ISIZE
> | #elif defined(F77_NAME_LOWER) || defined(F77_NAME_MIXED)
> | #define cisize_ cisize
> | #define isize_ isize
> | #endif
> | int cisize_(char *,char*);
> | int cisize_(char *i1p, char *i2p) {
> |     int isize_val=0;
> |     FILE *f = fopen("conftestval", "w");
> |     if (!f) return 1;
> |     isize_val = (int)(i2p - i1p);
> |     fprintf(f,"%d\n", isize_val);
> |     fclose(f);
> |     return 0;
> | }
> | 
> | 
> configure:38600: WARNING: Unable to compile the C routine for finding the size of a integer
> configure:38613: result: 
> configure:38628: checking for size of Fortran type real
> configure:38669: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting ',' before '*' (conftest.c: 127)
> PGC-S-0039-Use of undeclared variable FILE (conftest.c: 127)
> PGC-S-0039-Use of undeclared variable f (conftest.c: 127)
> PGC-S-0055-Illegal operand of indirection operator (*) (conftest.c: 127)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38669: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #define HAVE__BOOL 1
> | #define HAVE_FLOAT__COMPLEX 1
> | #define HAVE_DOUBLE__COMPLEX 1
> | #define HAVE_LONG_DOUBLE__COMPLEX 1
> | #define MPIR_REAL4_CTYPE float
> | #define MPIR_REAL8_CTYPE double
> | #define MPIR_INTEGER1_CTYPE char
> | #define MPIR_INTEGER2_CTYPE short
> | #define MPIR_INTEGER4_CTYPE int
> | #define MPIR_INTEGER8_CTYPE long
> | #define SIZEOF_F77_INTEGER 
> | /* end confdefs.h.  */
> | 
> | 
> | #if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
> | #include <stdio.h>
> | #endif
> | #ifdef F77_NAME_UPPER
> | #define cisize_ CISIZE
> | #define isize_ ISIZE
> | #elif defined(F77_NAME_LOWER) || defined(F77_NAME_MIXED)
> | #define cisize_ cisize
> | #define isize_ isize
> | #endif
> | int cisize_(char *,char*);
> | int cisize_(char *i1p, char *i2p) {
> |     int isize_val=0;
> |     FILE *f = fopen("conftestval", "w");
> |     if (!f) return 1;
> |     isize_val = (int)(i2p - i1p);
> |     fprintf(f,"%d\n", isize_val);
> |     fclose(f);
> |     return 0;
> | }
> | 
> | 
> configure:38728: WARNING: Unable to compile the C routine for finding the size of a real
> configure:38741: result: 
> configure:38756: checking for size of Fortran type double precision
> configure:38797: /app/navapps/pgi/14/linux86-64/14.6/bin/pgcc -c    -DNDEBUG -DNVALGRIND -O2   -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include conftest.c >&5
> PGC-S-0036-Syntax error: Recovery attempted by inserting ',' before '*' (conftest.c: 128)
> PGC-S-0039-Use of undeclared variable FILE (conftest.c: 128)
> PGC-S-0039-Use of undeclared variable f (conftest.c: 128)
> PGC-S-0055-Illegal operand of indirection operator (*) (conftest.c: 128)
> PGC/x86-64 Linux 14.6-0: compilation completed with severe errors
> configure:38797: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MVAPICH2"
> | #define PACKAGE_TARNAME "mvapich2"
> | #define PACKAGE_VERSION "2.0b"
> | #define PACKAGE_STRING "MVAPICH2 2.0b"
> | #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.0b"
> | #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> | #define USE_LOGGING MPID_LOGGING_NONE
> | #define HAVE_RUNTIME_THREADCHECK 1
> | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> | #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> | #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> | #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> | #define HAVE_ROMIO 1
> | #define HAVE__FUNC__ /**/
> | #define HAVE__FUNCTION__ /**/
> | #define HAVE_PRAGMA_WEAK 1
> | #define HAVE_WEAK_ATTRIBUTE 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define ENABLE_NEM_STATISTICS 0
> | #define ENABLE_RECVQ_STATISTICS 0
> | #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> | #define USE_FILE_FOR_NAMEPUB 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | #define restrict __restrict
> | #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 8
> | #define SIZEOF_VOID_P 8
> | #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 16
> | #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 16
> | #define HAVE__BOOL 1
> | #define HAVE_FLOAT__COMPLEX 1
> | #define HAVE_DOUBLE__COMPLEX 1
> | #define HAVE_LONG_DOUBLE__COMPLEX 1
> | #define MPIR_REAL4_CTYPE float
> | #define MPIR_REAL8_CTYPE double
> | #define MPIR_INTEGER1_CTYPE char
> | #define MPIR_INTEGER2_CTYPE short
> | #define MPIR_INTEGER4_CTYPE int
> | #define MPIR_INTEGER8_CTYPE long
> | #define SIZEOF_F77_INTEGER 
> | #define SIZEOF_F77_REAL 
> | /* end confdefs.h.  */
> | 
> | 
> | #if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
> | #include <stdio.h>
> | #endif
> | #ifdef F77_NAME_UPPER
> | #define cisize_ CISIZE
> | #define isize_ ISIZE
> | #elif defined(F77_NAME_LOWER) || defined(F77_NAME_MIXED)
> | #define cisize_ cisize
> | #define isize_ isize
> | #endif
> | int cisize_(char *,char*);
> | int cisize_(char *i1p, char *i2p) {
> |     int isize_val=0;
> |     FILE *f = fopen("conftestval", "w");
> |     if (!f) return 1;
> |     isize_val = (int)(i2p - i1p);
> |     fprintf(f,"%d\n", isize_val);
> |     fclose(f);
> |     return 0;
> | }
> | 
> | 
> configure:38856: WARNING: Unable to compile the C routine for finding the size of a double precision
> configure:38869: result: 
> configure:38892: checking whether integer*1 is supported
> configure:38903: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:38903: $? = 0
> configure:38910: result: yes
> configure:38912: checking whether integer*2 is supported
> configure:38923: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:38923: $? = 0
> configure:38930: result: yes
> configure:38932: checking whether integer*4 is supported
> configure:38943: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:38943: $? = 0
> configure:38950: result: yes
> configure:38952: checking whether integer*8 is supported
> configure:38963: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:38963: $? = 0
> configure:38970: result: yes
> configure:38972: checking whether integer*16 is supported
> configure:38983: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> PGFTN-W-0031-Illegal data type length specifier for integer (conftest.f: 2)
>   0 inform,   1 warnings,   0 severes, 0 fatal for main
> PGFTN/x86-64 Linux 14.6-0: compilation completed with warnings
> configure:38983: $? = 0
> configure:38990: result: yes
> configure:38992: checking whether real*4 is supported
> configure:39003: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:39003: $? = 0
> configure:39010: result: yes
> configure:39012: checking whether real*8 is supported
> configure:39023: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> configure:39023: $? = 0
> configure:39030: result: yes
> configure:39032: checking whether real*16 is supported
> configure:39043: /app/navapps/pgi/14/linux86-64/14.6/bin/pgf77 -c   conftest.f >&5
> PGFTN-W-0031-Illegal data type length specifier for real (conftest.f: 2)
>   0 inform,   1 warnings,   0 severes, 0 fatal for main
> PGFTN/x86-64 Linux 14.6-0: compilation completed with warnings
> configure:39043: $? = 0
> configure:39050: result: yes
> configure:39059: error: Unable to configure with Fortran support because configure could not determine the size of a Fortran INTEGER.  Consider setting CROSS_F77_SIZEOF_INTEGER to the length in bytes of a Fortran INTEGER
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=no
> 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=no
> ac_cv_cxx_exceptions=yes
> ac_cv_cxx_namespace_std=yes
> ac_cv_cxx_namespaces=yes
> ac_cv_env_AR_FLAGS_set=
> ac_cv_env_AR_FLAGS_value=
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcc
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=set
> ac_cv_env_CPP_value=/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro
> ac_cv_env_CXXCPP_set=
> ac_cv_env_CXXCPP_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=set
> ac_cv_env_CXX_value=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp
> 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=set
> ac_cv_env_F77_value=/app/navapps/pgi/14/linux86-64/14.6/bin/pgf77
> ac_cv_env_FCFLAGS_set=
> ac_cv_env_FCFLAGS_value=
> ac_cv_env_FC_set=set
> ac_cv_env_FC_value=/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran
> ac_cv_env_FFLAGS_set=
> ac_cv_env_FFLAGS_value=
> ac_cv_env_GCOV_set=
> ac_cv_env_GCOV_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_MPICHLIB_CFLAGS_set=
> ac_cv_env_MPICHLIB_CFLAGS_value=
> ac_cv_env_MPICHLIB_CPPFLAGS_set=
> ac_cv_env_MPICHLIB_CPPFLAGS_value=
> ac_cv_env_MPICHLIB_CXXFLAGS_set=
> ac_cv_env_MPICHLIB_CXXFLAGS_value=
> ac_cv_env_MPICHLIB_FCFLAGS_set=
> ac_cv_env_MPICHLIB_FCFLAGS_value=
> ac_cv_env_MPICHLIB_FFLAGS_set=
> ac_cv_env_MPICHLIB_FFLAGS_value=
> ac_cv_env_MPICHLIB_LDFLAGS_set=
> ac_cv_env_MPICHLIB_LDFLAGS_value=
> ac_cv_env_MPICHLIB_LIBS_set=
> ac_cv_env_MPICHLIB_LIBS_value=
> ac_cv_env_MPICXXLIBNAME_set=
> ac_cv_env_MPICXXLIBNAME_value=
> ac_cv_env_MPILIBNAME_set=
> ac_cv_env_MPILIBNAME_value=
> ac_cv_env_MPLLIBNAME_set=
> ac_cv_env_MPLLIBNAME_value=
> ac_cv_env_OPALIBNAME_set=
> ac_cv_env_OPALIBNAME_value=
> ac_cv_env_PAMILIBNAME_set=
> ac_cv_env_PAMILIBNAME_value=
> ac_cv_env_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_TCP_LIBS_set=
> ac_cv_env_TCP_LIBS_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=no
> ac_cv_f77_libs=' -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lpgmp -lnuma -lpthread -lpgftnrtl -lnspgc -lpgc -lrt -lm'
> ac_cv_fc_compiler_gnu=no
> ac_cv_func_getpagesize=yes
> ac_cv_header_complex_h=yes
> ac_cv_header_dlfcn_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_stdbool_h=yes
> ac_cv_header_stdc=no
> ac_cv_header_stddef_h=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_bitypes_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_host=x86_64-unknown-linux-gnu
> ac_cv_lib_hwloc_hwloc_bitmap_alloc=no
> ac_cv_objext=o
> ac_cv_path_BASH_SHELL=/bin/bash
> ac_cv_path_DOCTEXT=false
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_FGREP='/bin/grep -F'
> ac_cv_path_GREP=/bin/grep
> ac_cv_path_PERL=/usr/bin/perl
> ac_cv_path_SED=/bin/sed
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_path_mkdir=/bin/mkdir
> ac_cv_prog_AR=ar
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CPP=/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro
> ac_cv_prog_CXXCPP='/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E'
> ac_cv_prog_KILLALL=killall
> ac_cv_prog_MAKE=make
> ac_cv_prog_RANLIB=ranlib
> ac_cv_prog_ac_ct_AR=ar
> ac_cv_prog_ac_ct_OBJDUMP=objdump
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_ac_ct_STRIP=strip
> ac_cv_prog_cc__app_navapps_pgi_14_linux86_64_14_6_bin_pgcc_c_o=yes
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_f77_g=yes
> ac_cv_prog_f77_v=-v
> ac_cv_prog_fc_g=yes
> ac_cv_prog_make_make_set=yes
> ac_cv_sizeof__Bool=1
> ac_cv_sizeof_char=1
> ac_cv_sizeof_double=8
> ac_cv_sizeof_double__Complex=16
> ac_cv_sizeof_double_int=16
> ac_cv_sizeof_float=4
> ac_cv_sizeof_float__Complex=8
> ac_cv_sizeof_float_int=8
> ac_cv_sizeof_int=4
> ac_cv_sizeof_long=8
> ac_cv_sizeof_long_double=8
> ac_cv_sizeof_long_double__Complex=16
> ac_cv_sizeof_long_double_int=16
> ac_cv_sizeof_long_int=16
> ac_cv_sizeof_long_long=8
> ac_cv_sizeof_short=2
> ac_cv_sizeof_short_int=8
> ac_cv_sizeof_two_int=8
> ac_cv_sizeof_unsigned_char=1
> ac_cv_sizeof_unsigned_int=4
> ac_cv_sizeof_unsigned_long=8
> ac_cv_sizeof_unsigned_long_long=8
> ac_cv_sizeof_unsigned_short=2
> ac_cv_sizeof_void_p=8
> ac_cv_sizeof_wchar_t=4
> ac_cv_type__Bool=yes
> ac_cv_type_double__Complex=yes
> ac_cv_type_float__Complex=yes
> ac_cv_type_long_double__Complex=yes
> am_cv_CC_dependencies_compiler_type=pgcc
> am_cv_CXX_dependencies_compiler_type=none
> am_cv_ar_interface=ar
> am_cv_make_support_nested_variables=yes
> lt_cv_ar_at_file=@
> lt_cv_deplibs_check_method=pass_all
> lt_cv_file_magic_cmd='$MAGIC_CMD'
> lt_cv_file_magic_test_file=
> lt_cv_ld_reload_flag=-r
> lt_cv_nm_interface='BSD nm'
> lt_cv_objdir=.libs
> lt_cv_path_LD=/usr/bin/ld
> lt_cv_path_LDCXX=
> 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_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=
> lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
> lt_cv_shlibpath_overrides_runpath=no
> lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
> lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
> lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
> lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
> lt_cv_sys_max_cmd_len=3458764513820540925
> lt_cv_to_host_file_cmd=func_convert_file_noop
> lt_cv_to_tool_file_cmd=func_convert_file_noop
> pac_cv_attr_weak=yes
> pac_cv_attr_weak_alias=yes
> pac_cv_attr_weak_import=yes
> pac_cv_c_double_alignment_exception=no
> pac_cv_c_double_pos_align=no
> pac_cv_c_fp_align_nr=16
> pac_cv_c_llint_pos_align=no
> pac_cv_c_max_double_fp_align=eight
> pac_cv_c_max_fp_align=sixteen
> pac_cv_c_max_integer_align=eight
> pac_cv_c_max_longdouble_fp_align=sixteen
> pac_cv_c_struct_align_nr=8
> pac_cv_cc_has___func__=yes
> pac_cv_cxx_builds_exe=yes
> pac_cv_cxx_compiles_string=yes
> pac_cv_cxx_has_iostream=yes
> pac_cv_cxx_has_math=no
> pac_cv_f77_accepts_F=yes
> pac_cv_f77_flibs_valid=unknown
> pac_cv_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='-module '
> 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_have__func__=yes
> pac_cv_have__function__=yes
> pac_cv_have_cap__func__=no
> pac_cv_have_long_double=yes
> pac_cv_have_long_long=yes
> pac_cv_mkdir_p=yes
> pac_cv_my_conf_dir=/uhome/dotsonml/mvapich2-2.0b
> pac_cv_pointers_have_int_alignment=yes
> pac_cv_prog_c_multiple_weak_symbols=yes
> pac_cv_prog_c_unaligned_doubles=yes
> pac_cv_prog_c_weak_symbols='pragma weak'
> pac_cv_prog_f77_and_c_stdio_libs=unknown
> pac_cv_prog_f77_exclaim_comments=yes
> pac_cv_prog_f77_has_incdir=-I
> pac_cv_prog_f77_library_dir_flag=-L
> pac_cv_prog_f77_mismatched_args=yes
> pac_cv_prog_f77_mismatched_args_parm=
> pac_cv_prog_f77_name_mangle='lower uscore'
> pac_cv_prog_fc_and_c_stdio_libs=unknown
> pac_cv_prog_fc_cross=no
> pac_cv_prog_fc_works=yes
> pac_cv_prog_make_allows_comments=yes
> pac_cv_prog_make_found_clock_skew=no
> pac_cv_prog_make_include=yes
> pac_cv_prog_make_set_cflags=yes
> pac_cv_prog_make_vpath=VPATH
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> ABIVERSION='10:5:0'
> ABIVERSIONFLAGS='-version-info $(ABIVERSION)'
> ACLOCAL='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/missing --run aclocal-1.12'
> ADDRESS_KIND=''
> ALLOCA=''
> AMDEPBACKSLASH='\'
> AMDEP_FALSE='#'
> AMDEP_TRUE=''
> AMTAR='$${TAR-tar}'
> AM_BACKSLASH='\'
> AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
> AM_DEFAULT_VERBOSITY='0'
> AM_V='$(V)'
> AR='ar'
> AR_FLAGS='cr'
> AS=''
> ASSERT_LEVEL=''
> AUTOCONF='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/missing --run autoconf'
> AUTOHEADER='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/missing --run autoheader'
> AUTOMAKE='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/missing --run automake-1.12'
> AWK='gawk'
> BASH_SHELL='/bin/bash'
> BGQ_INSTALL_DIR=''
> BSEND_OVERHEAD=''
> BUILD_BASH_SCRIPTS_FALSE='#'
> BUILD_BASH_SCRIPTS_TRUE=''
> BUILD_CH3_FALSE='#'
> BUILD_CH3_NEMESIS_FALSE=''
> BUILD_CH3_NEMESIS_TRUE='#'
> BUILD_CH3_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_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_PMI_SMPD_FALSE=''
> BUILD_PMI_SMPD_TRUE=''
> BUILD_PM_GFORKER_FALSE=''
> BUILD_PM_GFORKER_TRUE=''
> BUILD_PM_HYDRA_FALSE=''
> BUILD_PM_HYDRA_TRUE=''
> BUILD_PM_MPD_FALSE=''
> BUILD_PM_MPD_TRUE=''
> BUILD_PM_MPIRUN_FALSE=''
> BUILD_PM_MPIRUN_TRUE=''
> BUILD_PM_REMSHELL_FALSE=''
> BUILD_PM_REMSHELL_TRUE=''
> BUILD_PM_SMPD_FALSE=''
> BUILD_PM_SMPD_TRUE=''
> BUILD_PM_UTIL_FALSE=''
> BUILD_PM_UTIL_TRUE=''
> BUILD_PROFILING_LIB_FALSE=''
> BUILD_PROFILING_LIB_TRUE='#'
> BUILD_ROMIO_FALSE='#'
> BUILD_ROMIO_TRUE=''
> CC='/app/navapps/pgi/14/linux86-64/14.6/bin/pgcc'
> CCDEPMODE='depmode=pgcc'
> CFLAGS='   -DNDEBUG -DNVALGRIND -O2'
> CMB_1INT_ALIGNMENT=''
> CMB_STATUS_ALIGNMENT=''
> CONFIGURE_ARGS_CLEAN=''
> CONFIGURE_ARGUMENTS=' '\''CC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcc'\'' '\''CPP=/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro'\'' '\''CXX=/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp'\'' '\''F77=/app/navapps/pgi/14/linux86-64/14.6/bin/pgf77'\'' '\''FC=/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran'\'''
> COUNT_KIND=''
> CPP='/app/navapps/pgi/14/linux86-64/14.6/bin/pgprepro'
> CPPFLAGS='  -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/common/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/ch3/channels/mrail/src/gen2 -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/mpid/common/locks -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/util/wrappers -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/mpl/include -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/openpa/src -I/uhome/dotsonml/mvapich2-2.0b/src/mpi/romio/include'
> CXX='/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp'
> CXXCPP='/app/navapps/pgi/14/linux86-64/14.6/bin/pgcpp -E'
> CXXDEPMODE='depmode=none'
> CXXFLAGS='  -DNDEBUG -DNVALGRIND'
> CYGPATH_W='echo'
> C_LINKPATH_SHL=''
> DBG_CMD=''
> DEFS=''
> DEPDIR='.deps'
> DEVICE='ch3:mrail'
> DLLIMPORT=''
> DLLTOOL='false'
> DOCTEXT='false'
> DSHBAK_EXE=''
> DSYMUTIL=''
> DUMPBIN=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> ENV_CMD=''
> EXEEXT=''
> EXTRA_STATUS_DECL=''
> F77='/app/navapps/pgi/14/linux86-64/14.6/bin/pgf77'
> F77CPP=''
> F77_COMPLEX16=''
> F77_COMPLEX32=''
> F77_COMPLEX8=''
> F77_INCDIR='-I'
> F77_INTEGER16=''
> F77_INTEGER1=''
> F77_INTEGER2=''
> F77_INTEGER4=''
> F77_INTEGER8=''
> F77_LIBDIR_LEADER='-L'
> F77_NAME_MANGLE='F77_NAME_LOWER_USCORE'
> F77_OTHER_LIBS=''
> F77_REAL16=''
> F77_REAL4=''
> F77_REAL8=''
> FC='/app/navapps/pgi/14/linux86-64/14.6/bin/pgfortran'
> FCCPP=''
> FCEXT='f90'
> FCFLAGS=' '
> FCINC='-I'
> FCINCFLAG='-I'
> FCMODEXT='mod'
> FCMODINCFLAG='-I'
> FCMODINCSPEC=''
> FCMODOUTFLAG='-module '
> FCWRAPNAME='mpichf90'
> FC_ALL_INTEGER_MODELS=''
> FC_DOUBLE_MODEL=''
> FC_INTEGER_MODEL=''
> FC_INTEGER_MODEL_MAP=''
> FC_OTHER_LIBS=''
> FC_REAL_MODEL=''
> FC_STATUS_PAD1=''
> FC_STATUS_PAD2=''
> FC_WORK_FILES_ARG=''
> FFLAGS=' '
> FGREP='/bin/grep -F'
> FILE=''
> FLIBS=' -L/usr/pgi/shared/14.6/lib64 -L/data/apps/navapps/pgi/14/linux86-64/14.6/lib -L/usr/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lpgmp -lnuma -lpthread -lpgftnrtl -lnspgc -lpgc -lrt -lm'
> FORTRAN_BINDING='1'
> FORTRAN_MPI_OFFSET=''
> FWRAPNAME='fmpich'
> GCOV=''
> GNUCXX_MINORVERSION='0'
> GNUCXX_VERSION='0'
> GREP='/bin/grep'
> HAVE_CXX_EXCEPTIONS='1'
> HAVE_ERROR_CHECKING='0'
> 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=''
> KILLALL='killall'
> LD='/usr/bin/ld -m elf_x86_64'
> LDFLAGS=' '
> LEX=''
> LEXLIB=''
> LEX_OUTPUT_ROOT=''
> LIBOBJS=''
> LIBS=' '
> LIBTOOL='$(SHELL) $(top_builddir)/libtool'
> LIPO=''
> LN_S='ln -s'
> LPMPILIBNAME=''
> LTLIBOBJS=''
> MAINT=''
> MAINTAINER_MODE_FALSE='#'
> MAINTAINER_MODE_TRUE=''
> MAKE='make'
> MAKEINFO='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/missing --run 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='30100101'
> MPICH_RELEASE_DATE='Fri Nov  8 11:17:40 EST 2013'
> MPICH_TIMER_KIND=''
> MPICH_VERSION='3.1b1'
> MPICONSTMODNAME='mpi_constants'
> MPICXXLIBNAME='mpichcxx'
> MPID_TIMER_TYPE=''
> MPIFLIBNAME='mpich'
> MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
> MPILIBNAME='mpich'
> MPIMODNAME='mpi'
> MPIR_CXX_BOOL='0x0c000000'
> MPIR_CXX_COMPLEX='0x0c000000'
> MPIR_CXX_DOUBLE_COMPLEX='0x0c000000'
> MPIR_CXX_LONG_DOUBLE_COMPLEX='0x0c000000'
> MPIR_PINT=''
> MPISIZEOFMODNAME='mpi_sizeofs'
> MPIU_DLL_SPEC_DEF=''
> MPI_2COMPLEX=''
> MPI_2DOUBLE_COMPLEX=''
> MPI_2DOUBLE_PRECISION=''
> MPI_2INT='0x4c000816'
> MPI_2INTEGER=''
> MPI_2REAL=''
> MPI_AINT=''
> MPI_AINT_DATATYPE=''
> MPI_AINT_FMT_DEC_SPEC=''
> MPI_AINT_FMT_HEX_SPEC=''
> MPI_BYTE='0x4c00010d'
> MPI_CHAR='0x4c000101'
> MPI_CHARACTER='0x4c00011a'
> MPI_COMPLEX16='0x4c00102a'
> MPI_COMPLEX32='MPI_DATATYPE_NULL'
> MPI_COMPLEX8='0x4c000828'
> MPI_COMPLEX=''
> MPI_COUNT=''
> MPI_COUNT_DATATYPE=''
> MPI_C_BOOL='0x4c00013f'
> MPI_C_DOUBLE_COMPLEX='0x4c001041'
> MPI_C_FLOAT_COMPLEX='0x4c000840'
> MPI_C_LONG_DOUBLE_COMPLEX='0x4c001042'
> MPI_DOUBLE='0x4c00080b'
> MPI_DOUBLE_COMPLEX=''
> MPI_DOUBLE_INT='0x8c000001'
> MPI_DOUBLE_PRECISION=''
> MPI_F77_2INT=''
> MPI_F77_AINT=''
> MPI_F77_BYTE=''
> MPI_F77_CHAR=''
> MPI_F77_COUNT=''
> MPI_F77_CXX_BOOL=''
> MPI_F77_CXX_DOUBLE_COMPLEX=''
> MPI_F77_CXX_FLOAT_COMPLEX=''
> MPI_F77_CXX_LONG_DOUBLE_COMPLEX=''
> MPI_F77_C_BOOL=''
> MPI_F77_C_COMPLEX=''
> MPI_F77_C_DOUBLE_COMPLEX=''
> MPI_F77_C_FLOAT_COMPLEX=''
> MPI_F77_C_LONG_DOUBLE_COMPLEX=''
> MPI_F77_DOUBLE=''
> MPI_F77_DOUBLE_INT=''
> MPI_F77_FLOAT=''
> MPI_F77_FLOAT_INT=''
> MPI_F77_INT16_T=''
> MPI_F77_INT32_T=''
> MPI_F77_INT64_T=''
> MPI_F77_INT8_T=''
> MPI_F77_INT=''
> MPI_F77_LB=''
> MPI_F77_LONG=''
> MPI_F77_LONG_DOUBLE=''
> MPI_F77_LONG_DOUBLE_INT=''
> MPI_F77_LONG_INT=''
> MPI_F77_LONG_LONG=''
> MPI_F77_LONG_LONG_INT=''
> MPI_F77_OFFSET=''
> MPI_F77_PACKED=''
> MPI_F77_SHORT=''
> MPI_F77_SHORT_INT=''
> MPI_F77_SIGNED_CHAR=''
> MPI_F77_UB=''
> MPI_F77_UINT16_T=''
> MPI_F77_UINT32_T=''
> MPI_F77_UINT64_T=''
> MPI_F77_UINT8_T=''
> MPI_F77_UNSIGNED=''
> MPI_F77_UNSIGNED_CHAR=''
> MPI_F77_UNSIGNED_LONG=''
> MPI_F77_UNSIGNED_LONG_LONG=''
> MPI_F77_UNSIGNED_SHORT=''
> MPI_F77_WCHAR=''
> MPI_FINT=''
> MPI_FLOAT='0x4c00040a'
> MPI_FLOAT_INT='0x8c000000'
> MPI_INT16_T='0x4c000238'
> MPI_INT32_T='0x4c000439'
> MPI_INT64_T='0x4c00083a'
> MPI_INT8_T='0x4c000137'
> MPI_INT='0x4c000405'
> MPI_INTEGER16='MPI_DATATYPE_NULL'
> MPI_INTEGER1='0x4c00012d'
> MPI_INTEGER2='0x4c00022f'
> MPI_INTEGER4='0x4c000430'
> MPI_INTEGER8='0x4c000831'
> MPI_INTEGER=''
> MPI_LB='0x4c000010'
> MPI_LOGICAL=''
> MPI_LONG='0x4c000807'
> MPI_LONG_DOUBLE='0x4c00080c'
> MPI_LONG_DOUBLE_INT='0x8c000004'
> MPI_LONG_INT='0x8c000002'
> MPI_LONG_LONG='0x4c000809'
> MPI_MAX_ERROR_STRING=''
> MPI_MAX_LIBRARY_VERSION_STRING=''
> MPI_MAX_PROCESSOR_NAME=''
> MPI_OFFSET=''
> MPI_OFFSET_DATATYPE=''
> MPI_OFFSET_TYPEDEF=''
> MPI_PACKED='0x4c00010f'
> MPI_REAL16='MPI_DATATYPE_NULL'
> MPI_REAL4='0x4c000427'
> MPI_REAL8='0x4c000829'
> MPI_REAL=''
> MPI_SHORT='0x4c000203'
> MPI_SHORT_INT='0x8c000003'
> MPI_SIGNED_CHAR='0x4c000118'
> MPI_STATUS_SIZE=''
> MPI_UB='0x4c000011'
> MPI_UINT16_T='0x4c00023c'
> MPI_UINT32_T='0x4c00043d'
> MPI_UINT64_T='0x4c00083e'
> MPI_UINT8_T='0x4c00013b'
> MPI_UNSIGNED_CHAR='0x4c000102'
> MPI_UNSIGNED_INT='0x4c000406'
> MPI_UNSIGNED_LONG='0x4c000808'
> MPI_UNSIGNED_LONG_LONG='0x4c000819'
> MPI_UNSIGNED_SHORT='0x4c000204'
> MPI_WCHAR='0x4c00040e'
> MPLLIBNAME='mpl'
> MVAPICH2_NUMVERSION='200001'
> MVAPICH2_RELEASE_DATE='Fri Nov  8 11:17:40 EST 2013'
> MVAPICH2_VERSION='2.0b'
> NM='/usr/bin/nm -B'
> NMEDIT=''
> OBJDUMP='objdump'
> OBJEXT='o'
> OFFSET_KIND=''
> OPALIBNAME='opa'
> OTOOL64=''
> OTOOL=''
> PACKAGE='mvapich2'
> PACKAGE_BUGREPORT='mvapich-discuss at cse.ohio-state.edu'
> PACKAGE_NAME='MVAPICH2'
> PACKAGE_STRING='MVAPICH2 2.0b'
> PACKAGE_TARNAME='mvapich2'
> PACKAGE_URL='http://mvapich.cse.ohio-state.edu'
> PACKAGE_VERSION='2.0b'
> 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=''
> PRIMARY_PM_SMPD_FALSE=''
> PRIMARY_PM_SMPD_TRUE=''
> RANLIB='ranlib'
> REQD=''
> REQI1=''
> REQI2=''
> REQI8=''
> RSH=''
> RSH_CMD=''
> SED='/bin/sed'
> SET_CFLAGS='CFLAGS='
> SET_MAKE='MAKE=make'
> SHELL='/bin/sh'
> SHELL_CMD=''
> SIZEOF_FC_CHARACTER=''
> SIZEOF_FC_DOUBLE_PRECISION=''
> SIZEOF_FC_INTEGER=''
> SIZEOF_FC_REAL=''
> SIZEOF_MPI_STATUS=''
> SMPD_SOCK_IS_POLL_FALSE=''
> SMPD_SOCK_IS_POLL_TRUE=''
> SSH=''
> SSH_CMD=''
> STRIP='strip'
> TCP_LIBS=''
> THREAD_SERIALIZED_OR_MULTIPLE_FALSE=''
> THREAD_SERIALIZED_OR_MULTIPLE_TRUE=''
> TOTALVIEW_CMD=''
> USER_CFLAGS=''
> USER_CPPFLAGS=''
> USER_CXXFLAGS=''
> USER_FCFLAGS=''
> USER_FFLAGS=''
> USER_LDFLAGS=''
> USER_LIBS=''
> USE_DBG_LOGGING='0'
> VERSION='2.0b'
> VPATH='VPATH=.:${srcdir}'
> WANT_CKPT_RUNTIME_FALSE=''
> WANT_CKPT_RUNTIME_TRUE=''
> WANT_RDYNAMIC_FALSE=''
> WANT_RDYNAMIC_TRUE=''
> WRAPPER_CFLAGS=' '
> WRAPPER_CPPFLAGS=' '
> WRAPPER_CXXFLAGS=' '
> WRAPPER_FCFLAGS=' '
> WRAPPER_FFLAGS=' '
> WRAPPER_LDFLAGS=''
> WRAPPER_LIBS='-lopa -lmpl '
> WTIME_DOUBLE_TYPE=''
> XARGS_NODATA_OPT='-r'
> XTERM_CMD=''
> YACC=''
> YFLAGS=''
> ac_ct_AR='ar'
> ac_ct_CC=''
> ac_ct_CXX=''
> ac_ct_DUMPBIN=''
> ac_ct_F77=''
> ac_ct_FC=''
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE=''
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE='#'
> am__fastdepCXX_FALSE=''
> am__fastdepCXX_TRUE='#'
> am__include='include'
> am__isrc=''
> am__leading_dot='.'
> am__nodep='_no'
> am__quote=''
> am__tar='$${TAR-tar} chof - "$$tardir"'
> am__untar='$${TAR-tar} xf -'
> bindings=' f77 f90 cxx'
> bindir='${exec_prefix}/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> channel_name='mrail'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> device_name='ch3'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> enable_wrapper_rpath='yes'
> exec_prefix='NONE'
> host='x86_64-unknown-linux-gnu'
> host_alias=''
> host_cpu='x86_64'
> host_os='linux-gnu'
> host_vendor='unknown'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> install_sh='${SHELL} /uhome/dotsonml/mvapich2-2.0b/confdb/install-sh'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> libmpich_so_version='10:5:0'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> master_top_builddir='/uhome/dotsonml/mvapich2-2.0b'
> master_top_srcdir='/uhome/dotsonml/mvapich2-2.0b'
> mkdir_p='$(MKDIR_P)'
> mmx_copy_s=''
> modincdir='${prefix}/include'
> mpich_libtool_static_flag=''
> mpldir=''
> mpllibdir='/uhome/dotsonml/mvapich2-2.0b/src/mpl'
> mplsrcdir='/uhome/dotsonml/mvapich2-2.0b/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='/uhome/dotsonml/mvapich2-2.0b/src/openpa/src'
> opasrcdir='/uhome/dotsonml/mvapich2-2.0b/src/openpa'
> pdfdir='${docdir}'
> pkgconfigdir=''
> pm_name='hydra'
> prefix='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> subdirs=''
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ------------------- ##
> ## File substitutions. ##
> ## ------------------- ##
> 
> cc_shlib_conf='src/env/cc_shlib.conf'
> cxx_shlib_conf='src/env/cxx_shlib.conf'
> f77_shlib_conf='src/env/f77_shlib.conf'
> fc_shlib_conf='src/env/fc_shlib.conf'
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "MVAPICH2"
> #define PACKAGE_TARNAME "mvapich2"
> #define PACKAGE_VERSION "2.0b"
> #define PACKAGE_STRING "MVAPICH2 2.0b"
> #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.0b"
> #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 MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> #define USE_LOGGING MPID_LOGGING_NONE
> #define HAVE_RUNTIME_THREADCHECK 1
> #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
> #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
> #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
> #define HAVE_ROMIO 1
> #define HAVE__FUNC__ /**/
> #define HAVE__FUNCTION__ /**/
> #define HAVE_PRAGMA_WEAK 1
> #define HAVE_WEAK_ATTRIBUTE 1
> #define USE_WEAK_SYMBOLS 1
> #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> #define ENABLE_NEM_STATISTICS 0
> #define ENABLE_RECVQ_STATISTICS 0
> #define OSU_MPIT 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 FILE_NAMEPUB_BASEDIR "."
> #define USE_FILE_FOR_NAMEPUB 1
> #define HAVE_NAMEPUB_SERVICE 1
> #define restrict __restrict
> #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 8
> #define SIZEOF_VOID_P 8
> #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 16
> #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 16
> #define HAVE__BOOL 1
> #define HAVE_FLOAT__COMPLEX 1
> #define HAVE_DOUBLE__COMPLEX 1
> #define HAVE_LONG_DOUBLE__COMPLEX 1
> #define MPIR_REAL4_CTYPE float
> #define MPIR_REAL8_CTYPE double
> #define MPIR_INTEGER1_CTYPE char
> #define MPIR_INTEGER2_CTYPE short
> #define MPIR_INTEGER4_CTYPE int
> #define MPIR_INTEGER8_CTYPE long
> #define SIZEOF_F77_INTEGER 
> #define SIZEOF_F77_REAL 
> #define SIZEOF_F77_DOUBLE_PRECISION 
> 
> configure: exit 1


-- 
Jonathan Perkins



More information about the mvapich-discuss mailing list