Hi all,

We tried to install OpenMPI 1.2.8 on Linux in a couple of versions here (compiler from intel, pgi, studio, gcc - all 64bit and 32bit).

If we used SUN Studio Express (2008/07/10) and configured to produce 32bit library, we got following errors (full log see in file my_makelog_sun32.txt)

..........
gmake[2]: Entering directory `/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/openib' source='btl_openib_component.c' object='btl_openib_component.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../../config/depcomp \
/bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -DPKGDATADIR=\"/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio/share/openmpi\" -I../../../.. -DNDEBUG -O2 -m32 -c -o btl_openib_component.lo btl_openib_component.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -DPKGDATADIR=\"/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio/share/openmpi\" -I../../../.. -DNDEBUG -O2 -m32 -c btl_openib_component.c -KPIC -DPIC -o .libs/btl_openib_component.o "../../../../opal/include/opal/sys/ia32/atomic.h", line 167: warning: impossible constraint for "%1" asm operand "../../../../opal/include/opal/sys/ia32/atomic.h", line 167: warning: parameter in inline asm statement unused: %2 "../../../../opal/include/opal/sys/ia32/atomic.h", line 184: warning: impossible constraint for "%1" asm operand "../../../../opal/include/opal/sys/ia32/atomic.h", line 184: warning: parameter in inline asm statement unused: %2 "/usr/include/infiniband/kern-abi.h", line 103: syntax error before or at: __u64 "/usr/include/infiniband/kern-abi.h", line 109: syntax error before or at: __u64 "/usr/include/infiniband/kern-abi.h", line 124: syntax error before or at: __u64 "/usr/include/infiniband/kern-abi.h", line 135: syntax error before or at: __u64
.......


This seems for us to be an error on linux headers in file kern-abi.h which includes linux/types.h which contains this:


#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef         __u64           uint64_t;
typedef         __u64           u_int64_t;
typedef         __s64           int64_t;
#endif


So, it looks for us so, that by byilding of openmpi 1.2.8 the SUN Studio compiler cannot compile some Linux headers because of these are programmed in "GNU C" instead of ANSI C.

If so then this is an Linux issue and not OpenMPI's - but, if so, *why* did you not seen this problems during of release preparation? That is, maybe we have done some mistakes? Maybe the devel headers and/or static libs are the problem? (I will try to disable them, but we want to report this problem anyway).





We use Scientific Linux 5.1 which is an Red Hat Enterprice 5 Linux.

$ uname -a
Linux linuxhtc01.rz.RWTH-Aachen.DE 2.6.18-53.1.14.el5_lustre.1.6.5custom #1 SMP Wed Jun 25 12:17:09 CEST 2008 x86_64 x86_64 x86_64 GNU/Linux


configured with:


./configure --enable-static --with-devel-headers CFLAGS="-O2 -m32" CXXFLAGS="-O2 -m32" FFLAGS="-O2 -m32" FCFLAGS="-O2 -m32" LDFLAGS="-m32" --prefix=/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio


Best regards,

Paul Kapinos
HPC Group
RZ RWTH Aachen











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

It was created by Open MPI configure 1.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --enable-static --with-devel-headers CFLAGS=-O2 -m32 CXXFLAGS=-O2 -m32 FFLAGS=-O2 -m32 FCFLAGS=-O2 -m32 LDFLAGS=-m32 --prefix=/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio CC=cc CXX=CC FC=f95 --enable-ltdl-convenience --no-create --no-recursion

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

hostname = linuxhtc01.rz.RWTH-Aachen.DE
uname -m = x86_64
uname -r = 2.6.18-53.1.14.el5_lustre.1.6.5custom
uname -s = Linux
uname -v = #1 SMP Wed Jun 25 12:17:09 CEST 2008

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

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

PATH: /rwthfs/rz/SW/UTIL/StudioExpress20080724/SUNWspro/bin
PATH: /home/pk224850/bin
PATH: /usr/local_host/sbin
PATH: /usr/local_host/bin
PATH: /usr/local_rwth/sbin
PATH: /usr/local_rwth/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/dt/bin
PATH: /usr/bin/X11
PATH: /usr/java/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /opt/csw/bin
PATH: .


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

configure:2986: checking for a BSD-compatible install
configure:3042: result: /usr/local_rwth/bin/ginstall -c
configure:3053: checking whether build environment is sane
configure:3096: result: yes
configure:3124: checking for a thread-safe mkdir -p
configure:3163: result: /usr/local_rwth/bin/gmkdir -p
configure:3176: checking for gawk
configure:3192: found /usr/local_rwth/bin/gawk
configure:3203: result: gawk
configure:3214: checking whether make sets $(MAKE)
configure:3235: result: yes
configure:3544: checking Open MPI version
configure:3546: result: 1.2.8
configure:3548: checking Open MPI Subversion repository version
configure:3550: result: r19718
configure:3646: checking Open Run-Time Environment version
configure:3648: result: 1.2.8
configure:3650: checking Open Run-Time Environment Subversion repository version
configure:3652: result: r19718
configure:3748: checking Open Portable Access Layer version
configure:3750: result: 1.2.8
configure:3752: checking Open Portable Access Layer Subversion repository version
configure:3754: result: r19718
configure:3811: builddir: /home/pk224850/OpenMPI/openmpi-1.2.8_studio32
configure:3813: srcdir: /home/pk224850/OpenMPI/openmpi-1.2.8_studio32
configure:3835: checking build system type
configure:3853: result: x86_64-unknown-linux-gnu
configure:3895: checking host system type
configure:3910: result: x86_64-unknown-linux-gnu
configure:4101: checking Whether to run code coverage
configure:4128: result: no
configure:4138: checking whether to debug memory usage
configure:4150: result: no
configure:4170: checking whether to profile memory usage
configure:4182: result: no
configure:4202: checking if want developer-level compiler pickyness
configure:4214: result: no
configure:4229: checking if want developer-level debugging code
configure:4241: result: no
configure:4271: checking if want Fortran 77 bindings
configure:4279: result: yes
configure:4293: checking if want Fortran 90 bindings
configure:4301: result: yes
configure:4310: checking desired Fortran 90 bindings "size"
configure:4384: result: small
configure:4391: checking whether to enable PMPI
configure:4399: result: yes
configure:4416: checking if want C++ bindings
configure:4424: result: yes
configure:4433: checking if want MPI::SEEK_SET support
configure:4441: result: yes
configure:4459: checking if want to enable weak symbol support
configure:4467: result: yes
configure:4480: checking if want run-time MPI parameter checking
configure:4501: result: runtime
configure:4524: checking if want to install OMPI header files
configure:4533: result: yes
configure:4553: checking if want pretty-print stacktrace
configure:4565: result: yes
configure:4578: checking if want deprecated executable names
configure:4590: result: no
configure:4608: checking if peruse support is required
configure:4620: result: no
configure:4643: checking max supported array dimension in F90 MPI bindings
configure:4658: result: 4
configure:4663: checking if pty support should be enabled
configure:4675: result: yes
configure:4688: checking if user wants dlopen support
configure:4703: result: yes
configure:4711: checking if heterogeneous support should be enabled
configure:4723: result: yes
configure:4737: checking if want trace file debugging
configure:4749: result: no
configure:4821: checking if want IPv6 support
configure:4833: result: yes (if underlying system supports it)
configure:4846: checking if want orterun "--prefix" behavior to be enabled by default
configure:4866: result: no
configure:5085: checking for style of include used by make
configure:5113: result: GNU
configure:5188: checking for gcc
configure:5215: result: cc
configure:5453: checking for C compiler version
configure:5460: cc --version >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:5463: $? = 1
configure:5470: cc -v >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:5473: $? = 1
configure:5480: cc -V >&5
cc: Sun Ceres C 5.10 Linux_i386 2008/07/10
usage: cc [ options] files.  Use 'cc -flags' for details
configure:5483: $? = 1
configure:5506: checking for C compiler default output file name
configure:5533: cc -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:5536: $? = 0
configure:5574: result: a.out
configure:5591: checking whether the C compiler works
configure:5601: ./a.out
configure:5604: $? = 0
configure:5621: result: yes
configure:5628: checking whether we are cross compiling
configure:5630: result: no
configure:5633: checking for suffix of executables
configure:5640: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:5643: $? = 0
configure:5667: result: 
configure:5673: checking for suffix of object files
configure:5699: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:5702: $? = 0
configure:5725: result: o
configure:5729: checking whether we are using the GNU C compiler
configure:5758: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 41: undefined symbol: choke
"conftest.c", line 41: syntax error before or at: me
cc: acomp failed for conftest.c
configure:5764: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5781: result: no
configure:5786: checking whether cc accepts -g
configure:5816: cc -c -g  conftest.c >&5
configure:5822: $? = 0
configure:5921: result: yes
configure:5938: checking for cc option to accept ISO C89
configure:6012: cc  -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 84: warning: statement not reached
configure:6018: $? = 0
configure:6041: result: none needed
configure:6061: checking dependency style of cc
configure:6152: result: none
configure:6181: checking whether cc understands -c and -o together
configure:6213: cc -c conftest.c -o conftest2.o >&5
configure:6216: $? = 0
configure:6222: cc -c conftest.c -o conftest2.o >&5
configure:6225: $? = 0
configure:6277: result: yes
configure:6309: checking how to run the C preprocessor
configure:6349: cc -E  conftest.c
configure:6355: $? = 0
configure:6386: cc -E  conftest.c
"conftest.c", line 37: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:6392: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6425: result: cc -E
configure:6454: cc -E  conftest.c
configure:6460: $? = 0
configure:6491: cc -E  conftest.c
"conftest.c", line 37: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:6497: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6535: checking for grep that handles long lines and -e
configure:6609: result: /usr/local_rwth/bin/ggrep
configure:6614: checking for egrep
configure:6692: result: /usr/local_rwth/bin/ggrep -E
configure:6709: checking for the C compiler vendor
configure:6742: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
cc: acomp failed for conftest.c
configure:6748: $? = 2
configure: failed program was:
| #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
| choke me
| #endif
configure:6780: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __GNUC__ not defined"
cc: acomp failed for conftest.c
configure:6786: $? = 2
configure: failed program was:
| #ifndef __GNUC__
| #error "symbol __GNUC__ not defined"
| choke me
| #endif
configure:6818: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __TURBOC__ not defined"
cc: acomp failed for conftest.c
configure:6824: $? = 2
configure: failed program was:
| #ifndef __TURBOC__
| #error "symbol __TURBOC__ not defined"
| choke me
| #endif
configure:6856: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __BORLANDC__ not defined"
cc: acomp failed for conftest.c
configure:6862: $? = 2
configure: failed program was:
| #ifndef __BORLANDC__
| #error "symbol __BORLANDC__ not defined"
| choke me
| #endif
configure:6894: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __COMO__ not defined"
cc: acomp failed for conftest.c
configure:6900: $? = 2
configure: failed program was:
| #ifndef __COMO__
| #error "symbol __COMO__ not defined"
| choke me
| #endif
configure:6932: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met"
cc: acomp failed for conftest.c
configure:6938: $? = 2
configure: failed program was:
| #if !( defined(__DECC) || defined(VAXC) || defined(__VAXC) )
| #error "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met"
| choke me
| #endif
configure:6961: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__osf__) && defined(__LANGUAGE_C__) not met"
cc: acomp failed for conftest.c
configure:6967: $? = 2
configure: failed program was:
| #if !( defined(__osf__) && defined(__LANGUAGE_C__) )
| #error "condition defined(__osf__) && defined(__LANGUAGE_C__) not met"
| choke me
| #endif
configure:6990: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __DECCXX not defined"
cc: acomp failed for conftest.c
configure:6996: $? = 2
configure: failed program was:
| #ifndef __DECCXX
| #error "symbol __DECCXX not defined"
| choke me
| #endif
configure:7034: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol _CRAYC not defined"
cc: acomp failed for conftest.c
configure:7040: $? = 2
configure: failed program was:
| #ifndef _CRAYC
| #error "symbol _CRAYC not defined"
| choke me
| #endif
configure:7072: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __DCC__ not defined"
cc: acomp failed for conftest.c
configure:7078: $? = 2
configure: failed program was:
| #ifndef __DCC__
| #error "symbol __DCC__ not defined"
| choke me
| #endif
configure:7110: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met"
cc: acomp failed for conftest.c
configure:7116: $? = 2
configure: failed program was:
| #if !( defined(__DMC__) || defined(__SC__) || defined(__ZTC__) )
| #error "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met"
| choke me
| #endif
configure:7148: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__HP_cc) || defined(__HP_aCC) not met"
cc: acomp failed for conftest.c
configure:7154: $? = 2
configure: failed program was:
| #if !( defined(__HP_cc) || defined(__HP_aCC) )
| #error "condition defined(__HP_cc) || defined(__HP_aCC) not met"
| choke me
| #endif
configure:7186: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
cc: acomp failed for conftest.c
configure:7192: $? = 2
configure: failed program was:
| #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) )
| #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
| choke me
| #endif
configure:7215: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(_AIX) && !defined(__GNUC__) not met"
cc: acomp failed for conftest.c
configure:7221: $? = 2
configure: failed program was:
| #if !( defined(_AIX) && !defined(__GNUC__) )
| #error "condition defined(_AIX) && !defined(__GNUC__) not met"
| choke me
| #endif
configure:7256: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __KCC not defined"
cc: acomp failed for conftest.c
configure:7262: $? = 2
configure: failed program was:
| #ifndef __KCC
| #error "symbol __KCC not defined"
| choke me
| #endif
configure:7294: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __LCC__ not defined"
cc: acomp failed for conftest.c
configure:7300: $? = 2
configure: failed program was:
| #ifndef __LCC__
| #error "symbol __LCC__ not defined"
| choke me
| #endif
configure:7332: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __HIGHC__ not defined"
cc: acomp failed for conftest.c
configure:7338: $? = 2
configure: failed program was:
| #ifndef __HIGHC__
| #error "symbol __HIGHC__ not defined"
| choke me
| #endif
configure:7370: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __MWERKS__ not defined"
cc: acomp failed for conftest.c
configure:7376: $? = 2
configure: failed program was:
| #ifndef __MWERKS__
| #error "symbol __MWERKS__ not defined"
| choke me
| #endif
configure:7408: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(sgi) || defined(__sgi) not met"
cc: acomp failed for conftest.c
configure:7414: $? = 2
configure: failed program was:
| #if !( defined(sgi) || defined(__sgi) )
| #error "condition defined(sgi) || defined(__sgi) not met"
| choke me
| #endif
configure:7446: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met"
cc: acomp failed for conftest.c
configure:7452: $? = 2
configure: failed program was:
| #if !( defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) )
| #error "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met"
| choke me
| #endif
configure:7492: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(_MSC_VER) || defined(__MSC_VER) not met"
cc: acomp failed for conftest.c
configure:7498: $? = 2
configure: failed program was:
| #if !( defined(_MSC_VER) || defined(__MSC_VER) )
| #error "condition defined(_MSC_VER) || defined(__MSC_VER) not met"
| choke me
| #endif
configure:7536: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __CC_NORCROFT not defined"
cc: acomp failed for conftest.c
configure:7542: $? = 2
configure: failed program was:
| #ifndef __CC_NORCROFT
| #error "symbol __CC_NORCROFT not defined"
| choke me
| #endif
configure:7574: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __POCC__ not defined"
cc: acomp failed for conftest.c
configure:7580: $? = 2
configure: failed program was:
| #ifndef __POCC__
| #error "symbol __POCC__ not defined"
| choke me
| #endif
configure:7612: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "symbol __PGI not defined"
cc: acomp failed for conftest.c
configure:7618: $? = 2
configure: failed program was:
| #ifndef __PGI
| #error "symbol __PGI not defined"
| choke me
| #endif
configure:7650: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met"
cc: acomp failed for conftest.c
configure:7656: $? = 2
configure: failed program was:
| #if !( defined(SASC) || defined(__SASC) || defined(__SASC__) )
| #error "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met"
| choke me
| #endif
configure:7688: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 4: warning: empty translation unit
configure:7694: $? = 0
configure:7873: result: sun
configure:7881: checking for ANSI C header files
configure:7911: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:7917: $? = 0
configure:8016: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:8019: $? = 0
configure:8025: ./conftest
configure:8028: $? = 0
configure:8045: result: yes
configure:8999: checking if cc supports __builtin_expect
configure:9026: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 44: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0xb): undefined reference to `__builtin_expect'
configure:9032: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| void *ptr = (void*) 0;
|            if (__builtin_expect (ptr != (void*) 0, 1)) return 0;
|   ;
|   return 0;
| }
configure:9049: result: no
configure:9063: checking if cc supports __builtin_prefetch
configure:9090: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 45: warning: implicit function declaration: __builtin_prefetch
conftest.o: In function `main':
conftest.c:(.text+0xf): undefined reference to `__builtin_prefetch'
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| int ptr;
|            __builtin_prefetch(&ptr,0,0);
|   ;
|   return 0;
| }
configure:9113: result: no
configure:9208: checking for C optimization flags
configure:9272: result: -DNDEBUG -O2 -m32
configure:9306: checking for sys/types.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for sys/stat.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for stdlib.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for string.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for memory.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for strings.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for inttypes.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for stdint.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9306: checking for unistd.h
configure:9327: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9333: $? = 0
configure:9349: result: yes
configure:9361: checking for long long
configure:9391: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9397: $? = 0
configure:9412: result: yes
configure:9423: checking for long double
configure:9453: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9459: $? = 0
configure:9474: result: yes
configure:9485: checking for int8_t
configure:9515: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9521: $? = 0
configure:9536: result: yes
configure:9547: checking for uint8_t
configure:9577: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9583: $? = 0
configure:9598: result: yes
configure:9609: checking for int16_t
configure:9639: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9645: $? = 0
configure:9660: result: yes
configure:9671: checking for uint16_t
configure:9701: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9707: $? = 0
configure:9722: result: yes
configure:9733: checking for int32_t
configure:9763: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9769: $? = 0
configure:9784: result: yes
configure:9795: checking for uint32_t
configure:9825: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9831: $? = 0
configure:9846: result: yes
configure:9857: checking for int64_t
configure:9887: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9893: $? = 0
configure:9908: result: yes
configure:9919: checking for uint64_t
configure:9949: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:9955: $? = 0
configure:9970: result: yes
configure:9981: checking for intptr_t
configure:10011: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10017: $? = 0
configure:10032: result: yes
configure:10043: checking for uintptr_t
configure:10073: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10079: $? = 0
configure:10094: result: yes
configure:10105: checking for mode_t
configure:10135: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10141: $? = 0
configure:10156: result: yes
configure:10167: checking for ssize_t
configure:10197: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10203: $? = 0
configure:10218: result: yes
configure:10229: checking for ptrdiff_t
configure:10259: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10265: $? = 0
configure:10280: result: yes
configure:10296: checking for char
configure:10326: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10332: $? = 0
configure:10347: result: yes
configure:10354: checking size of char
configure:10656: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 127: warning: statement not reached
configure:10659: $? = 0
configure:10665: ./conftest
configure:10668: $? = 0
configure:10691: result: 1
configure:10701: checking for short
configure:10731: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:10737: $? = 0
configure:10752: result: yes
configure:10759: checking size of short
configure:11061: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 128: warning: statement not reached
configure:11064: $? = 0
configure:11070: ./conftest
configure:11073: $? = 0
configure:11096: result: 2
configure:11106: checking for int
configure:11136: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:11142: $? = 0
configure:11157: result: yes
configure:11164: checking size of int
configure:11466: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 129: warning: statement not reached
configure:11469: $? = 0
configure:11475: ./conftest
configure:11478: $? = 0
configure:11501: result: 4
configure:11511: checking for long
configure:11541: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:11547: $? = 0
configure:11562: result: yes
configure:11569: checking size of long
configure:11871: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 130: warning: statement not reached
configure:11874: $? = 0
configure:11880: ./conftest
configure:11883: $? = 0
configure:11906: result: 4
configure:11917: checking for long long
configure:11968: result: yes
configure:11975: checking size of long long
configure:12277: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 131: warning: statement not reached
configure:12280: $? = 0
configure:12286: ./conftest
configure:12289: $? = 0
configure:12312: result: 8
configure:12324: checking for long double
configure:12375: result: yes
configure:12382: checking size of long double
configure:12684: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 132: warning: statement not reached
configure:12687: $? = 0
configure:12693: ./conftest
configure:12696: $? = 0
configure:12719: result: 12
configure:12730: checking for float
configure:12760: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:12766: $? = 0
configure:12781: result: yes
configure:12788: checking size of float
configure:13090: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 133: warning: statement not reached
configure:13093: $? = 0
configure:13099: ./conftest
configure:13102: $? = 0
configure:13125: result: 4
configure:13135: checking for double
configure:13165: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:13171: $? = 0
configure:13186: result: yes
configure:13193: checking size of double
configure:13495: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 134: warning: statement not reached
configure:13498: $? = 0
configure:13504: ./conftest
configure:13507: $? = 0
configure:13530: result: 8
configure:13540: checking for void *
configure:13570: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:13576: $? = 0
configure:13591: result: yes
configure:13598: checking size of void *
configure:13900: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 135: warning: statement not reached
configure:13903: $? = 0
configure:13909: ./conftest
configure:13912: $? = 0
configure:13935: result: 4
configure:13945: checking for size_t
configure:13975: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:13981: $? = 0
configure:13996: result: yes
configure:14003: checking size of size_t
configure:14305: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 136: warning: statement not reached
configure:14308: $? = 0
configure:14314: ./conftest
configure:14317: $? = 0
configure:14340: result: 4
configure:14351: checking for ssize_t
configure:14402: result: yes
configure:14409: checking size of ssize_t
configure:14711: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 137: warning: statement not reached
configure:14714: $? = 0
configure:14720: ./conftest
configure:14723: $? = 0
configure:14746: result: 4
configure:14758: checking for ptrdiff_t
configure:14809: result: yes
configure:14816: checking size of ptrdiff_t
configure:15118: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 138: warning: statement not reached
configure:15121: $? = 0
configure:15127: ./conftest
configure:15130: $? = 0
configure:15153: result: 4
configure:15170: checking alignment of char
configure:15560: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:15563: $? = 0
configure:15569: ./conftest
configure:15572: $? = 0
configure:15594: result: 1
configure:15606: checking alignment of short
configure:15996: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:15999: $? = 0
configure:16005: ./conftest
configure:16008: $? = 0
configure:16030: result: 2
configure:16042: checking alignment of wchar_t
configure:16432: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:16435: $? = 0
configure:16441: ./conftest
configure:16444: $? = 0
configure:16466: result: 4
configure:16478: checking alignment of int
configure:16868: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:16871: $? = 0
configure:16877: ./conftest
configure:16880: $? = 0
configure:16902: result: 4
configure:16914: checking alignment of long
configure:17304: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:17307: $? = 0
configure:17313: ./conftest
configure:17316: $? = 0
configure:17338: result: 4
configure:17351: checking alignment of long long
configure:17741: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:17744: $? = 0
configure:17750: ./conftest
configure:17753: $? = 0
configure:17775: result: 4
configure:17788: checking alignment of float
configure:18178: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:18181: $? = 0
configure:18187: ./conftest
configure:18190: $? = 0
configure:18212: result: 4
configure:18224: checking alignment of double
configure:18614: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:18617: $? = 0
configure:18623: ./conftest
configure:18626: $? = 0
configure:18648: result: 4
configure:18661: checking alignment of long double
configure:19051: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:19054: $? = 0
configure:19060: ./conftest
configure:19063: $? = 0
configure:19085: result: 4
configure:19098: checking alignment of void *
configure:19488: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:19491: $? = 0
configure:19497: ./conftest
configure:19500: $? = 0
configure:19522: result: 4
configure:19539: checking for C bool type
configure:19563: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 124: undefined symbol: bool
"conftest.c", line 124: syntax error before or at: bar
"conftest.c", line 124: undefined symbol: bar
"conftest.c", line 124: undefined symbol: foo
cc: acomp failed for conftest.c
configure:19569: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| /* 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 ()
| {
| bool bar, foo = true; bar = foo;
|   ;
|   return 0;
| }
configure:19588: result: no
configure:19616: checking for inline
configure:19642: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:19648: $? = 0
configure:19666: result: inline
configure:19691: checking for C/C++ restrict keyword
configure:19727: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 100: warning: statement not reached
configure:19733: $? = 0
configure:19751: result: restrict
configure:19768: checking for weak symbol support
configure:19799: cc -DNDEBUG -O2 -m32  -c conftest_weak.c
configure:19806: $? = 0
configure:19816: cc -DNDEBUG -O2 -m32  conftest.c conftest_weak.o -o conftest -m32 
configure:19823: $? = 0
configure:19850: result: yes
configure:20148: checking for C++ compiler version
configure:20155: CC --version >&5
CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:20158: $? = 0
configure:20165: CC -v >&5
###     command line files and options (expanded):
### -v 
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:20168: $? = 0
configure:20175: CC -V >&5
CC: Sun Ceres C++ 5.10 Linux_i386 2008/07/10
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:20178: $? = 0
configure:20181: checking whether we are using the GNU C++ compiler
configure:20210: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 95: Error: choke is not defined.
1 Error(s) detected.
configure:20216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:20233: result: no
configure:20238: checking whether CC accepts -g
configure:20268: CC -c -g  conftest.cpp >&5
configure:20274: $? = 0
configure:20373: result: yes
configure:20398: checking dependency style of CC
configure:20489: result: none
configure:20509: checking how to run the C++ preprocessor
configure:20545: CC -E  conftest.cpp
configure:20551: $? = 0
configure:20582: CC -E  conftest.cpp
"conftest.cpp", line 90: Error: Could not open include file<ac_nonexistent.h>.
1 Error(s) detected.
configure:20588: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20621: result: CC -E
configure:20650: CC -E  conftest.cpp
configure:20656: $? = 0
configure:20687: CC -E  conftest.cpp
"conftest.cpp", line 90: Error: Could not open include file<ac_nonexistent.h>.
1 Error(s) detected.
configure:20693: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20743: checking for the C++ compiler vendor
configure:20776: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met".
configure:20782: $? = 1
configure: failed program was:
| #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
| choke me
| #endif
configure:20814: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __GNUC__ not defined".
configure:20820: $? = 1
configure: failed program was:
| #ifndef __GNUC__
| #error "symbol __GNUC__ not defined"
| choke me
| #endif
configure:20852: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __TURBOC__ not defined".
configure:20858: $? = 1
configure: failed program was:
| #ifndef __TURBOC__
| #error "symbol __TURBOC__ not defined"
| choke me
| #endif
configure:20890: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __BORLANDC__ not defined".
configure:20896: $? = 1
configure: failed program was:
| #ifndef __BORLANDC__
| #error "symbol __BORLANDC__ not defined"
| choke me
| #endif
configure:20928: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __COMO__ not defined".
configure:20934: $? = 1
configure: failed program was:
| #ifndef __COMO__
| #error "symbol __COMO__ not defined"
| choke me
| #endif
configure:20966: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met".
configure:20972: $? = 1
configure: failed program was:
| #if !( defined(__DECC) || defined(VAXC) || defined(__VAXC) )
| #error "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met"
| choke me
| #endif
configure:20995: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__osf__) && defined(__LANGUAGE_C__) not met".
configure:21001: $? = 1
configure: failed program was:
| #if !( defined(__osf__) && defined(__LANGUAGE_C__) )
| #error "condition defined(__osf__) && defined(__LANGUAGE_C__) not met"
| choke me
| #endif
configure:21024: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __DECCXX not defined".
configure:21030: $? = 1
configure: failed program was:
| #ifndef __DECCXX
| #error "symbol __DECCXX not defined"
| choke me
| #endif
configure:21068: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol _CRAYC not defined".
configure:21074: $? = 1
configure: failed program was:
| #ifndef _CRAYC
| #error "symbol _CRAYC not defined"
| choke me
| #endif
configure:21106: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __DCC__ not defined".
configure:21112: $? = 1
configure: failed program was:
| #ifndef __DCC__
| #error "symbol __DCC__ not defined"
| choke me
| #endif
configure:21144: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met".
configure:21150: $? = 1
configure: failed program was:
| #if !( defined(__DMC__) || defined(__SC__) || defined(__ZTC__) )
| #error "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met"
| choke me
| #endif
configure:21182: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__HP_cc) || defined(__HP_aCC) not met".
configure:21188: $? = 1
configure: failed program was:
| #if !( defined(__HP_cc) || defined(__HP_aCC) )
| #error "condition defined(__HP_cc) || defined(__HP_aCC) not met"
| choke me
| #endif
configure:21220: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met".
configure:21226: $? = 1
configure: failed program was:
| #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) )
| #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
| choke me
| #endif
configure:21249: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(_AIX) && !defined(__GNUC__) not met".
configure:21255: $? = 1
configure: failed program was:
| #if !( defined(_AIX) && !defined(__GNUC__) )
| #error "condition defined(_AIX) && !defined(__GNUC__) not met"
| choke me
| #endif
configure:21290: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __KCC not defined".
configure:21296: $? = 1
configure: failed program was:
| #ifndef __KCC
| #error "symbol __KCC not defined"
| choke me
| #endif
configure:21328: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __LCC__ not defined".
configure:21334: $? = 1
configure: failed program was:
| #ifndef __LCC__
| #error "symbol __LCC__ not defined"
| choke me
| #endif
configure:21366: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __HIGHC__ not defined".
configure:21372: $? = 1
configure: failed program was:
| #ifndef __HIGHC__
| #error "symbol __HIGHC__ not defined"
| choke me
| #endif
configure:21404: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __MWERKS__ not defined".
configure:21410: $? = 1
configure: failed program was:
| #ifndef __MWERKS__
| #error "symbol __MWERKS__ not defined"
| choke me
| #endif
configure:21442: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(sgi) || defined(__sgi) not met".
configure:21448: $? = 1
configure: failed program was:
| #if !( defined(sgi) || defined(__sgi) )
| #error "condition defined(sgi) || defined(__sgi) not met"
| choke me
| #endif
configure:21480: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met".
configure:21486: $? = 1
configure: failed program was:
| #if !( defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) )
| #error "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met"
| choke me
| #endif
configure:21526: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 2: #error: "condition defined(_MSC_VER) || defined(__MSC_VER) not met"
cc: acomp failed for conftest.c
configure:21532: $? = 2
configure: failed program was:
| #if !( defined(_MSC_VER) || defined(__MSC_VER) )
| #error "condition defined(_MSC_VER) || defined(__MSC_VER) not met"
| choke me
| #endif
configure:21570: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __CC_NORCROFT not defined".
configure:21576: $? = 1
configure: failed program was:
| #ifndef __CC_NORCROFT
| #error "symbol __CC_NORCROFT not defined"
| choke me
| #endif
configure:21608: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __POCC__ not defined".
configure:21614: $? = 1
configure: failed program was:
| #ifndef __POCC__
| #error "symbol __POCC__ not defined"
| choke me
| #endif
configure:21646: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "symbol __PGI not defined".
configure:21652: $? = 1
configure: failed program was:
| #ifndef __PGI
| #error "symbol __PGI not defined"
| choke me
| #endif
configure:21684: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
"conftest.cpp", line 2: Error: #error "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met".
configure:21690: $? = 1
configure: failed program was:
| #if !( defined(SASC) || defined(__SASC) || defined(__SASC__) )
| #error "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met"
| choke me
| #endif
configure:21722: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
configure:21728: $? = 0
configure:21907: result: sun
configure:21929: checking if C++ compiler works
configure:22006: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
configure:22009: $? = 0
configure:22015: ./conftest
configure:22018: $? = 0
configure:22040: result: yes
configure:22456: checking if want C++ exception handling
configure:22458: result: no
configure:22730: checking if C and C++ are link compatible
configure:22756: cc -c -DNDEBUG -O2 -m32  conftest_c.c
configure:22763: $? = 0
configure:22804: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp conftest_c.o  >&5
configure:22810: $? = 0
configure:22845: result: yes
configure:22885: checking for C++ template_repository_directory
configure:22949: CC -DNDEBUG -O2 -m32 -c conftest1.C
configure:22959: CC -DNDEBUG -O2 -m32 -c conftest2.C
configure:23014: result: not used
configure:23036: checking for C++ compiler template parameters
configure:23044: result: none needed
configure:23060: checking if CC supports __builtin_expect
configure:23087: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
"conftest.cpp", line 97: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:23093: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| void *ptr = (void*) 0;
|            if (__builtin_expect (ptr != (void*) 0, 1)) return 0;
|   ;
|   return 0;
| }
configure:23110: result: no
configure:23136: checking if CC supports __builtin_prefetch
configure:23163: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
"conftest.cpp", line 98: Error: The function "__builtin_prefetch" must have a prototype.
1 Error(s) detected.
configure:23169: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| int ptr;
|            __builtin_prefetch(&ptr,0,0);
|   ;
|   return 0;
| }
configure:23186: result: no
configure:23228: checking if CC supports const_cast<> properly
configure:23257: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
configure:23263: $? = 0
configure:23278: result: yes
configure:23372: checking for C++ optimization flags
configure:23374: result: -DNDEBUG -O2 -m32
configure:23387: checking for bool
configure:23417: CC -c -DNDEBUG -O2 -m32  conftest.cpp >&5
configure:23423: $? = 0
configure:23438: result: yes
configure:23445: checking size of bool
configure:23747: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
configure:23750: $? = 0
configure:23756: ./conftest
configure:23759: $? = 0
configure:23782: result: 1
configure:23796: checking alignment of bool
configure:24186: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
configure:24189: $? = 0
configure:24195: ./conftest
configure:24198: $? = 0
configure:24220: result: 1
configure:24270: checking dependency style of cc
configure:24361: result: none
configure:24377: checking for BSD- or MS-compatible name lister (nm)
configure:24426: result: /usr/bin/nm -B
configure:24548: checking the name lister (/usr/bin/nm -B) interface
configure:24555: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:24558: /usr/bin/nm -B "conftest.o"
configure:24561: output
0000000000000000 b Bbss.bss
0000000000000000 d Ddata.data
0000000000000000 r Drodata.rodata
0000000000000000 D some_variable
configure:24568: result: BSD nm
configure:24571: checking for fgrep
configure:24649: result: /usr/local_rwth/bin/ggrep -F
configure:24662: checking if need to remove -g from CCASFLAGS
configure:24676: result: no
configure:24682: checking whether to enable smp locks
configure:24690: result: yes
configure:24708: checking if .proc/endp is needed
configure:24725: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:24728: $? = 2
Assembler: 
	"conftest.s", line 2 : Illegal mnemonic
	Near line: "     .proc mysym"
	"conftest.s", line 2 : Syntax error
	Near line: "     .proc mysym"
	"conftest.s", line 2 : Illegal mnemonic
	Near line: "     .proc mysym"
	"conftest.s", line 4 : Illegal mnemonic
	Near line: "     .endp mysym"
	"conftest.s", line 4 : Syntax error
	Near line: "     .endp mysym"
	"conftest.s", line 4 : Illegal mnemonic
	Near line: "     .endp mysym"
cc: assembler failed for conftest.s
configure: failed program was:

     .proc mysym
mysym:
     .endp mysym
configure:24745: result: no
configure:24757: checking directive for setting text section
configure:24774: result: .text
configure:24785: checking directive for exporting symbols
configure:24797: result: .globl
configure:24810: checking for objdump
configure:24826: found /usr/bin/objdump
configure:24837: result: objdump
configure:24845: checking if .note.GNU-stack is needed
configure:24859: cc -DNDEBUG -O2 -m32 -c conftest.c -o conftest.o
configure:24866: $? = 0
configure:24899: result: no
configure:24908: checking suffix for labels
configure:24916: result: :
configure:24927: checking prefix for global symbol labels
configure: trying _
configure:24967: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:24970: $? = 0
configure:24975: cc -DNDEBUG -O2 -m32 -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:24978: $? = 0
configure:24983: cc -DNDEBUG -O2 -m32 conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:24986: $? = 1
conftest_c.o: In function `main':
conftest_c.c:(.text+0x7): undefined reference to `gsym_test_func'
configure: failed C program was: 
#ifdef __cplusplus
extern "C" {
#endif
void gsym_test_func(void);
#ifdef __cplusplus
}
#endif
int
main()
{
    gsym_test_func();
    return 0;
}
configure: failed ASM program was: 

.text
# _gsym_test_func
.globl _gsym_test_func
_gsym_test_func:
# _gsym_test_func

configure: trying 
configure:24967: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:24970: $? = 0
configure:24975: cc -DNDEBUG -O2 -m32 -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:24978: $? = 0
configure:24983: cc -DNDEBUG -O2 -m32 conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:24986: $? = 0
configure:25024: result: 
configure:25045: checking prefix for lsym labels
configure: trying L
configure:25065: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:25068: $? = 0
configure: trying .L
configure:25065: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:25068: $? = 0
configure:25110: result: .L
configure:25121: checking prefix for function in .type
configure: trying @
configure:25149: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:25152: $? = 0
configure:25179: result: @
configure:25191: checking if .size is needed
configure:25205: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:25208: $? = 0
configure:25225: result: yes
configure:25246: checking if .align directive takes logarithmic value
configure:25265: cc -DNDEBUG -O2 -m32 -c conftest.s >conftest.out 2>&1
configure:25268: $? = 0
configure: .align test address offset is 04
configure:25291: result: no
configure:25609: checking if cc supports GCC inline assembly
configure:25652: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 149: warning: statement not reached
configure:25655: $? = 0
configure:25661: ./conftest
configure:25664: $? = 0
configure:25736: result: yes
configure:25755: checking if cc supports DEC inline assembly
configure:25782: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 143: cannot find include file: <c_asm.h>
"conftest.c", line 150: warning: statement not reached
cc: acomp failed for conftest.c
configure:25788: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:25805: result: no
configure:25824: checking if cc supports XLC inline assembly
configure:25834: result: no
configure:25854: checking if CC supports GCC inline assembly
configure:25892: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
configure:25895: $? = 0
configure:25901: ./conftest
configure:25904: $? = 0
configure:25974: result: yes
configure:26005: checking if CC supports DEC inline assembly
configure:26032: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp  >&5
"conftest.cpp", line 146: Error: Could not open include file<c_asm.h>.
1 Error(s) detected.
configure:26038: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:26055: result: no
configure:26080: checking if CC supports XLC inline assembly
configure:26090: result: no
configure:26121: checking for assembly format
configure:26123: result: default-.text-.globl-:--.L-@-1-0-1-1-0
configure:26135: checking for asssembly architecture
configure:26137: result: IA32
configure:26152: checking for perl
configure:26168: found /usr/local_rwth/bin/perl
configure:26179: result: perl
configure:26189: checking for pre-built assembly file
configure:26197: result: yes (atomic-ia32-linux-nongas.s)
configure:26254: checking for atomic assembly filename
configure:26261: result: atomic-ia32-linux-nongas.s
configure:26369: checking for gfortran
configure:26385: found /usr/bin/gfortran
configure:26396: result: gfortran
configure:26426: checking for Fortran 77 compiler version
configure:26433: gfortran --version >&5
GNU Fortran (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14)
Copyright (C) 2007 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:26436: $? = 0
configure:26443: gfortran -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
configure:26446: $? = 0
configure:26453: gfortran -V >&5
gfortran: '-V' option must have argument
configure:26456: $? = 1
configure:26464: checking whether we are using the GNU Fortran 77 compiler
configure:26483: gfortran -c -O2 -m32 conftest.F >&5
configure:26489: $? = 0
configure:26506: result: yes
configure:26512: checking whether gfortran accepts -g
configure:26529: gfortran -c -g conftest.f >&5
configure:26535: $? = 0
configure:26551: result: yes
configure:26606: checking if Fortran 77 compiler works
configure:26662: gfortran -o conftest -O2 -m32 -m32 conftest.f  >&5
configure:26665: $? = 0
configure:26671: ./conftest
configure:26674: $? = 0
configure:26696: result: yes
configure:26729: checking gfortran external symbol convention
configure:26748: gfortran -O2 -m32 -c conftest.f -m32 
configure:26755: $? = 0
configure:26798: result: single underscore
configure:26851: checking if C and Fortran 77 are link compatible
configure:26901: cc -c -DNDEBUG -O2 -m32  conftest_c.c
configure:26908: $? = 0
configure:26935: gfortran -o conftest -O2 -m32 -m32 conftest.f conftest_c.o  >&5
configure:26941: $? = 0
configure:26976: result: yes
configure:27052: checking if Fortran 77 compiler supports LOGICAL
configure:27074: gfortran -c -O2 -m32 conftest.f >&5
configure:27080: $? = 0
configure:27101: result: yes
configure:27135: checking size of Fortran 77 LOGICAL
configure:27205: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:27212: $? = 0
configure:27222: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:27229: $? = 0
configure:27260: ./conftest
configure:27267: $? = 0
configure:27301: result: 4
configure:27324: checking for C type corresponding to LOGICAL
configure:27372: result: int
configure:27405: checking alignment of Fortran LOGICAL
configure:27485: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:27492: $? = 0
configure:27502: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:27509: $? = 0
configure:27540: ./conftest
configure:27547: $? = 0
configure:27566: result: 4
configure:27628: checking if Fortran 77 compiler supports INTEGER
configure:27650: gfortran -c -O2 -m32 conftest.f >&5
configure:27656: $? = 0
configure:27677: result: yes
configure:27711: checking size of Fortran 77 INTEGER
configure:27781: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:27788: $? = 0
configure:27798: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:27805: $? = 0
configure:27836: ./conftest
configure:27843: $? = 0
configure:27877: result: 4
configure:27900: checking for C type corresponding to INTEGER
configure:27943: result: int
configure:27976: checking alignment of Fortran INTEGER
configure:28056: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:28063: $? = 0
configure:28073: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:28080: $? = 0
configure:28111: ./conftest
configure:28118: $? = 0
configure:28137: result: 4
configure:28199: checking if Fortran 77 compiler supports INTEGER*1
configure:28221: gfortran -c -O2 -m32 conftest.f >&5
configure:28227: $? = 0
configure:28248: result: yes
configure:28282: checking size of Fortran 77 INTEGER*1
configure:28352: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:28359: $? = 0
configure:28369: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:28376: $? = 0
configure:28407: ./conftest
configure:28414: $? = 0
configure:28448: result: 1
configure:28471: checking for C type corresponding to INTEGER*1
configure:28524: result: char
configure:28557: checking alignment of Fortran INTEGER*1
configure:28637: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:28644: $? = 0
configure:28654: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:28661: $? = 0
configure:28692: ./conftest
configure:28699: $? = 0
configure:28718: result: 1
configure:28780: checking if Fortran 77 compiler supports INTEGER*2
configure:28802: gfortran -c -O2 -m32 conftest.f >&5
configure:28808: $? = 0
configure:28829: result: yes
configure:28863: checking size of Fortran 77 INTEGER*2
configure:28933: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:28940: $? = 0
configure:28950: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:28957: $? = 0
configure:28988: ./conftest
configure:28995: $? = 0
configure:29029: result: 2
configure:29052: checking for C type corresponding to INTEGER*2
configure:29105: result: short
configure:29138: checking alignment of Fortran INTEGER*2
configure:29218: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:29225: $? = 0
configure:29235: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 1 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 1 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 1 bytes of padding at start
configure:29242: $? = 0
configure:29273: ./conftest
configure:29280: $? = 0
configure:29299: result: 2
configure:29361: checking if Fortran 77 compiler supports INTEGER*4
configure:29383: gfortran -c -O2 -m32 conftest.f >&5
configure:29389: $? = 0
configure:29410: result: yes
configure:29444: checking size of Fortran 77 INTEGER*4
configure:29514: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:29521: $? = 0
configure:29531: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:29538: $? = 0
configure:29569: ./conftest
configure:29576: $? = 0
configure:29610: result: 4
configure:29633: checking for C type corresponding to INTEGER*4
configure:29676: result: int
configure:29709: checking alignment of Fortran INTEGER*4
configure:29789: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:29796: $? = 0
configure:29806: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:29813: $? = 0
configure:29844: ./conftest
configure:29851: $? = 0
configure:29870: result: 4
configure:29932: checking if Fortran 77 compiler supports INTEGER*8
configure:29954: gfortran -c -O2 -m32 conftest.f >&5
configure:29960: $? = 0
configure:29981: result: yes
configure:30015: checking size of Fortran 77 INTEGER*8
configure:30085: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:30092: $? = 0
configure:30102: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:30109: $? = 0
configure:30140: ./conftest
configure:30147: $? = 0
configure:30181: result: 8
configure:30204: checking for C type corresponding to INTEGER*8
configure:30242: result: long long
configure:30275: checking alignment of Fortran INTEGER*8
configure:30355: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:30362: $? = 0
configure:30372: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 7 bytes of padding at start
configure:30379: $? = 0
configure:30410: ./conftest
configure:30417: $? = 0
configure:30436: result: 8
configure:30498: checking if Fortran 77 compiler supports INTEGER*16
configure:30520: gfortran -c -O2 -m32 conftest.f >&5
 In file conftest.f:3

        INTEGER*16 bogus_variable                                       
                 1
Error: Old-style type declaration INTEGER*16 not supported at (1)
configure:30526: $? = 1
configure: failed program was:
| C
|         program main
|         INTEGER*16 bogus_variable
|         end
configure:30547: result: no
configure:31065: checking if Fortran 77 compiler supports REAL
configure:31087: gfortran -c -O2 -m32 conftest.f >&5
configure:31093: $? = 0
configure:31114: result: yes
configure:31148: checking size of Fortran 77 REAL
configure:31218: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:31225: $? = 0
configure:31235: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:31242: $? = 0
configure:31273: ./conftest
configure:31280: $? = 0
configure:31314: result: 4
configure:31337: checking for C type corresponding to REAL
configure:31370: result: float
configure:31403: checking alignment of Fortran REAL
configure:31483: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:31490: $? = 0
configure:31500: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:31507: $? = 0
configure:31538: ./conftest
configure:31545: $? = 0
configure:31564: result: 4
configure:31626: checking if Fortran 77 compiler supports REAL*4
configure:31648: gfortran -c -O2 -m32 conftest.f >&5
configure:31654: $? = 0
configure:31675: result: yes
configure:31709: checking size of Fortran 77 REAL*4
configure:31779: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:31786: $? = 0
configure:31796: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:31803: $? = 0
configure:31834: ./conftest
configure:31841: $? = 0
configure:31875: result: 4
configure:31898: checking for C type corresponding to REAL*4
configure:31931: result: float
configure:31964: checking alignment of Fortran REAL*4
configure:32044: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:32051: $? = 0
configure:32061: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:32068: $? = 0
configure:32099: ./conftest
configure:32106: $? = 0
configure:32125: result: 4
configure:32187: checking if Fortran 77 compiler supports REAL*8
configure:32209: gfortran -c -O2 -m32 conftest.f >&5
configure:32215: $? = 0
configure:32236: result: yes
configure:32270: checking size of Fortran 77 REAL*8
configure:32340: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:32347: $? = 0
configure:32357: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:32364: $? = 0
configure:32395: ./conftest
configure:32402: $? = 0
configure:32436: result: 8
configure:32459: checking for C type corresponding to REAL*8
configure:32492: result: double
configure:32525: checking alignment of Fortran REAL*8
configure:32605: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:32612: $? = 0
configure:32622: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 7 bytes of padding at start
configure:32629: $? = 0
configure:32660: ./conftest
configure:32667: $? = 0
configure:32686: result: 8
configure:32748: checking if Fortran 77 compiler supports REAL*16
configure:32770: gfortran -c -O2 -m32 conftest.f >&5
 In file conftest.f:3

        REAL*16 bogus_variable                                          
              1
Error: Old-style type declaration REAL*16 not supported at (1)
configure:32776: $? = 1
configure: failed program was:
| C
|         program main
|         REAL*16 bogus_variable
|         end
configure:32797: result: no
configure:33309: checking if Fortran 77 compiler supports DOUBLE PRECISION
configure:33331: gfortran -c -O2 -m32 conftest.f >&5
configure:33337: $? = 0
configure:33358: result: yes
configure:33392: checking size of Fortran 77 DOUBLE PRECISION
configure:33462: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:33469: $? = 0
configure:33479: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:33486: $? = 0
configure:33517: ./conftest
configure:33524: $? = 0
configure:33558: result: 8
configure:33581: checking for C type corresponding to DOUBLE PRECISION
configure:33614: result: double
configure:33647: checking alignment of Fortran DOUBLE PRECISION
configure:33727: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:33734: $? = 0
configure:33744: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 7 bytes of padding at start
configure:33751: $? = 0
configure:33782: ./conftest
configure:33789: $? = 0
configure:33808: result: 8
configure:33871: checking if Fortran 77 compiler supports COMPLEX
configure:33893: gfortran -c -O2 -m32 conftest.f >&5
configure:33899: $? = 0
configure:33920: result: yes
configure:33954: checking size of Fortran 77 COMPLEX
configure:34024: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:34031: $? = 0
configure:34041: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:34048: $? = 0
configure:34079: ./conftest
configure:34086: $? = 0
configure:34120: result: 8
configure:34144: checking alignment of Fortran COMPLEX
configure:34224: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:34231: $? = 0
configure:34241: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:34248: $? = 0
configure:34279: ./conftest
configure:34286: $? = 0
configure:34305: result: 4
configure:34379: checking if Fortran 77 compiler supports COMPLEX*8
configure:34401: gfortran -c -O2 -m32 conftest.f >&5
configure:34407: $? = 0
configure:34428: result: yes
configure:34462: checking size of Fortran 77 COMPLEX*8
configure:34532: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:34539: $? = 0
configure:34549: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:34556: $? = 0
configure:34587: ./conftest
configure:34594: $? = 0
configure:34628: result: 8
configure:34652: checking alignment of Fortran COMPLEX*8
configure:34732: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:34739: $? = 0
configure:34749: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
configure:34756: $? = 0
configure:34787: ./conftest
configure:34794: $? = 0
configure:34813: result: 4
configure:34875: checking if Fortran 77 compiler supports COMPLEX*16
configure:34897: gfortran -c -O2 -m32 conftest.f >&5
configure:34903: $? = 0
configure:34924: result: yes
configure:34958: checking size of Fortran 77 COMPLEX*16
configure:35028: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:35035: $? = 0
configure:35045: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:35052: $? = 0
configure:35083: ./conftest
configure:35090: $? = 0
configure:35124: result: 16
configure:35148: checking alignment of Fortran COMPLEX*16
configure:35228: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:35235: $? = 0
configure:35245: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1)
 In file conftestf.f:5

      common /foo/a,w,b,x,y,c,z                                         
                 1
Warning: COMMON 'foo' at (1) requires 7 bytes of padding at start
configure:35252: $? = 0
configure:35283: ./conftest
configure:35290: $? = 0
configure:35309: result: 8
configure:35371: checking if Fortran 77 compiler supports COMPLEX*32
configure:35393: gfortran -c -O2 -m32 conftest.f >&5
 In file conftest.f:3

        COMPLEX*32 bogus_variable                                       
                 1
Error: Old-style type declaration COMPLEX*32 not supported at (1)
configure:35399: $? = 1
configure: failed program was:
| C
|         program main
|         COMPLEX*32 bogus_variable
|         end
configure:35420: result: no
configure:35856: checking for max Fortran MPI handle index
configure:35916: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
configure:35919: $? = 0
configure:35925: ./conftest
configure:35928: $? = 0
configure:35959: result: ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
configure:35979: checking FORTRAN value for .TRUE. logical type
configure:36074: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:36081: $? = 0
configure:36091: gfortran -O2 -m32 -o conftest conftest.o conftestf.f -m32 
configure:36098: $? = 0
configure:36129: ./conftest
configure:36136: $? = 0
configure:36153: result: 1
configure:36166: checking for correct handling of FORTRAN logical arrays
configure:36258: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:36265: $? = 0
configure:36275: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 
configure:36282: $? = 0
configure:36311: ./conftest
configure:36318: $? = 0
configure:36337: result: yes
configure:36553: checking for Fortran compiler version
configure:36560: f95 --version >&5
f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:36563: $? = 0
configure:36570: f95 -v >&5
###     command line files and options (expanded):
### -v 
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:36573: $? = 0
configure:36580: f95 -V >&5
f95: Sun Ceres Fortran 95 8.3 Linux_i386 2008/07/10
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:36583: $? = 0
configure:36591: checking whether we are using the GNU Fortran compiler
configure:36610: f95 -c -O2 -m32  conftest.F >&5

       choke me
               ^
"conftest.F", Line = 3, Column = 16: ERROR: Unknown statement.  Expected assignment statement but found "EOS" instead of "=" or "=>".

f90comp: 6 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:36616: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:36633: result: no
configure:36639: checking whether f95 accepts -g
configure:36656: f95 -c -g  conftest.f >&5
configure:36662: $? = 0
configure:36678: result: yes
configure:36725: checking if Fortran compiler works
configure:36781: f95 -o conftest -O2 -m32 -m32  conftest.f  >&5
configure:36784: $? = 0
configure:36790: ./conftest
configure:36793: $? = 0
configure:36815: result: yes
configure:36841: checking whether gfortran and f95 compilers are compatible
configure:36866: f95 -O2 -m32  -c conftestf90.f
configure:36873: $? = 0
configure:36883: gfortran -O2 -m32 -c conftestf77.f
configure:36890: $? = 0
configure:36900: f95 -O2 -m32 -o conftest conftestf90.o conftestf77.o -m32 
configure:36907: $? = 0
configure:36978: result: yes
configure:37014: checking for extra arguments to build a shard library
configure:37037: result: none needed
configure:37057: checking for Fortran flag to compile .f files
configure:37079: f95 -c -O2 -m32  conftest.f >&5
configure:37085: $? = 0
configure:37104: result: none
configure:37131: checking for Fortran flag to compile .f90 files
configure:37153: f95 -c -O2 -m32  conftest.f90 >&5
configure:37159: $? = 0
configure:37178: result: none
configure:37238: checking for Fortran 90 compiler module include flag
configure:37264: f95 -O2 -m32  -c conftest-module.f90 -m32 
configure:37271: $? = 0
configure:37310: f95 -O2 -m32  conftest.f90 -Isubdir -m32 

  use OMPI_MOD_FLAG
      ^             
"conftest.f90", Line = 2, Column = 7: ERROR: "OMPI_MOD_FLAG" is specified as the module name on a USE statement, but the compiler cannot find it.

f90comp: 3 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:37317: $? = 1
configure:37310: f95 -O2 -m32  conftest.f90 -psubdir -m32 
f95: Warning: Option -psubdir passed to ld, if ld is invoked, ignored otherwise

  use OMPI_MOD_FLAG
      ^             
"conftest.f90", Line = 2, Column = 7: ERROR: "OMPI_MOD_FLAG" is specified as the module name on a USE statement, but the compiler cannot find it.

f90comp: 3 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:37317: $? = 1
configure:37310: f95 -O2 -m32  conftest.f90 -Msubdir -m32 
configure:37317: $? = 0
configure:37335: result: -M
configure:37377: checking if Fortran 90 compiler supports LOGICAL
configure:37398: f95 -c -O2 -m32  conftest.f90 >&5
configure:37404: $? = 0
configure:37425: result: yes
configure:37459: checking size of Fortran 90 LOGICAL
configure:37528: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:37535: $? = 0
configure:37545: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:37552: $? = 0
configure:37600: ./conftest
configure:37607: $? = 0
configure:37626: result: 4
configure:37653: checking if Fortran 77 and 90 type sizes match
configure:37666: result: yes
configure:37741: checking if Fortran 90 compiler supports INTEGER
configure:37762: f95 -c -O2 -m32  conftest.f90 >&5
configure:37768: $? = 0
configure:37789: result: yes
configure:37823: checking size of Fortran 90 INTEGER
configure:37892: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:37899: $? = 0
configure:37909: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:37916: $? = 0
configure:37964: ./conftest
configure:37971: $? = 0
configure:37990: result: 4
configure:38017: checking if Fortran 77 and 90 type sizes match
configure:38030: result: yes
configure:38103: checking if Fortran 90 compiler supports INTEGER*1
configure:38124: f95 -c -O2 -m32  conftest.f90 >&5
configure:38130: $? = 0
configure:38151: result: yes
configure:38185: checking size of Fortran 90 INTEGER*1
configure:38254: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:38261: $? = 0
configure:38271: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:38278: $? = 0
configure:38326: ./conftest
configure:38333: $? = 0
configure:38352: result: 1
configure:38379: checking if Fortran 77 and 90 type sizes match
configure:38392: result: yes
configure:38465: checking if Fortran 90 compiler supports INTEGER*2
configure:38486: f95 -c -O2 -m32  conftest.f90 >&5
configure:38492: $? = 0
configure:38513: result: yes
configure:38547: checking size of Fortran 90 INTEGER*2
configure:38616: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:38623: $? = 0
configure:38633: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:38640: $? = 0
configure:38688: ./conftest
configure:38695: $? = 0
configure:38714: result: 2
configure:38741: checking if Fortran 77 and 90 type sizes match
configure:38754: result: yes
configure:38827: checking if Fortran 90 compiler supports INTEGER*4
configure:38848: f95 -c -O2 -m32  conftest.f90 >&5
configure:38854: $? = 0
configure:38875: result: yes
configure:38909: checking size of Fortran 90 INTEGER*4
configure:38978: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:38985: $? = 0
configure:38995: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:39002: $? = 0
configure:39050: ./conftest
configure:39057: $? = 0
configure:39076: result: 4
configure:39103: checking if Fortran 77 and 90 type sizes match
configure:39116: result: yes
configure:39189: checking if Fortran 90 compiler supports INTEGER*8
configure:39210: f95 -c -O2 -m32  conftest.f90 >&5
configure:39216: $? = 0
configure:39237: result: yes
configure:39271: checking size of Fortran 90 INTEGER*8
configure:39340: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:39347: $? = 0
configure:39357: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:39364: $? = 0
configure:39412: ./conftest
configure:39419: $? = 0
configure:39438: result: 8
configure:39465: checking if Fortran 77 and 90 type sizes match
configure:39478: result: yes
configure:39551: checking if Fortran 90 compiler supports INTEGER*16
configure:39572: f95 -c -O2 -m32  conftest.f90 >&5

    INTEGER*16 :: x
            ^       
"conftest.f90", Line = 2, Column = 13: ERROR: "16" is not an allowed length for INTEGER.

f90comp: 3 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:39578: $? = 1
configure: failed program was:
| program main
|     INTEGER*16 :: x
| end
configure:39599: result: no
configure:39915: checking if Fortran 90 compiler supports REAL
configure:39936: f95 -c -O2 -m32  conftest.f90 >&5
configure:39942: $? = 0
configure:39963: result: yes
configure:39997: checking size of Fortran 90 REAL
configure:40066: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:40073: $? = 0
configure:40083: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:40090: $? = 0
configure:40138: ./conftest
configure:40145: $? = 0
configure:40164: result: 4
configure:40191: checking if Fortran 77 and 90 type sizes match
configure:40204: result: yes
configure:40277: checking if Fortran 90 compiler supports REAL*4
configure:40298: f95 -c -O2 -m32  conftest.f90 >&5
configure:40304: $? = 0
configure:40325: result: yes
configure:40359: checking size of Fortran 90 REAL*4
configure:40428: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:40435: $? = 0
configure:40445: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:40452: $? = 0
configure:40500: ./conftest
configure:40507: $? = 0
configure:40526: result: 4
configure:40553: checking if Fortran 77 and 90 type sizes match
configure:40566: result: yes
configure:40639: checking if Fortran 90 compiler supports REAL*8
configure:40660: f95 -c -O2 -m32  conftest.f90 >&5
configure:40666: $? = 0
configure:40687: result: yes
configure:40721: checking size of Fortran 90 REAL*8
configure:40790: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:40797: $? = 0
configure:40807: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:40814: $? = 0
configure:40862: ./conftest
configure:40869: $? = 0
configure:40888: result: 8
configure:40915: checking if Fortran 77 and 90 type sizes match
configure:40928: result: yes
configure:41001: checking if Fortran 90 compiler supports REAL*16
configure:41022: f95 -c -O2 -m32  conftest.f90 >&5

    REAL*16 :: x
         ^       
"conftest.f90", Line = 2, Column = 10: ERROR: Data type "REAL*16" is not supported on x86 platforms.

f90comp: 3 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:41028: $? = 1
configure: failed program was:
| program main
|     REAL*16 :: x
| end
configure:41049: result: no
configure:41363: checking if Fortran 90 compiler supports DOUBLE PRECISION
configure:41384: f95 -c -O2 -m32  conftest.f90 >&5
configure:41390: $? = 0
configure:41411: result: yes
configure:41445: checking size of Fortran 90 DOUBLE PRECISION
configure:41514: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:41521: $? = 0
configure:41531: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:41538: $? = 0
configure:41586: ./conftest
configure:41593: $? = 0
configure:41612: result: 8
configure:41639: checking if Fortran 77 and 90 type sizes match
configure:41652: result: yes
configure:41727: checking if Fortran 90 compiler supports COMPLEX
configure:41748: f95 -c -O2 -m32  conftest.f90 >&5
configure:41754: $? = 0
configure:41775: result: yes
configure:41809: checking size of Fortran 90 COMPLEX
configure:41878: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:41885: $? = 0
configure:41895: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:41902: $? = 0
configure:41950: ./conftest
configure:41957: $? = 0
configure:41976: result: 8
configure:42003: checking if Fortran 77 and 90 type sizes match
configure:42016: result: yes
configure:42089: checking if Fortran 90 compiler supports COMPLEX*8
configure:42110: f95 -c -O2 -m32  conftest.f90 >&5
configure:42116: $? = 0
configure:42137: result: yes
configure:42171: checking size of Fortran 90 COMPLEX*8
configure:42240: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:42247: $? = 0
configure:42257: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:42264: $? = 0
configure:42312: ./conftest
configure:42319: $? = 0
configure:42338: result: 8
configure:42365: checking if Fortran 77 and 90 type sizes match
configure:42378: result: yes
configure:42451: checking if Fortran 90 compiler supports COMPLEX*16
configure:42472: f95 -c -O2 -m32  conftest.f90 >&5
configure:42478: $? = 0
configure:42499: result: yes
configure:42533: checking size of Fortran 90 COMPLEX*16
configure:42602: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:42609: $? = 0
configure:42619: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:42626: $? = 0
configure:42674: ./conftest
configure:42681: $? = 0
configure:42700: result: 16
configure:42727: checking if Fortran 77 and 90 type sizes match
configure:42740: result: yes
configure:42813: checking if Fortran 90 compiler supports COMPLEX*32
configure:42834: f95 -c -O2 -m32  conftest.f90 >&5

    COMPLEX*32 :: x
            ^       
"conftest.f90", Line = 2, Column = 13: ERROR: Data type "COMPLEX*32" is not supported on x86 platforms.

f90comp: 3 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:42840: $? = 1
configure: failed program was:
| program main
|     COMPLEX*32 :: x
| end
configure:42861: result: no
configure:43175: checking if Fortran 90 compiler supports DOUBLE COMPLEX
configure:43196: f95 -c -O2 -m32  conftest.f90 >&5
configure:43202: $? = 0
configure:43223: result: yes
configure:43257: checking size of Fortran 90 DOUBLE COMPLEX
configure:43326: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
configure:43333: $? = 0
configure:43343: f95 -O2 -m32  conftestf.f90 conftest.o -o conftest -m32 
configure:43350: $? = 0
configure:43398: ./conftest
configure:43405: $? = 0
configure:43424: result: 16
configure:43641: checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))
configure:43659: f95 -O2 -m32  -o conftest conftestf.f90 -m32 
configure:43666: $? = 0
configure:43710: ./conftest
configure:43717: $? = 0
configure:43736: result: 4
configure:44081: checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(9))
configure:44176: result: 4
configure:44412: checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))
configure:44430: f95 -O2 -m32  -o conftest conftestf.f90 -m32 
configure:44437: $? = 0
configure:44481: ./conftest
configure:44488: $? = 0
configure:44507: result: 8
configure:44674: checking alloca.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking alloca.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for alloca.h
configure:44791: result: yes
configure:44674: checking aio.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking aio.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for aio.h
configure:44791: result: yes
configure:44674: checking arpa/inet.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking arpa/inet.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for arpa/inet.h
configure:44791: result: yes
configure:44674: checking dirent.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking dirent.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for dirent.h
configure:44791: result: yes
configure:44674: checking dlfcn.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking dlfcn.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for dlfcn.h
configure:44791: result: yes
configure:44674: checking execinfo.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking execinfo.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for execinfo.h
configure:44791: result: yes
configure:44674: checking err.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking err.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for err.h
configure:44791: result: yes
configure:44674: checking fcntl.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking fcntl.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for fcntl.h
configure:44791: result: yes
configure:44674: checking grp.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking grp.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for grp.h
configure:44791: result: yes
configure:44664: checking for inttypes.h
configure:44670: result: yes
configure:44674: checking libgen.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking libgen.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for libgen.h
configure:44791: result: yes
configure:44674: checking libutil.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 249: cannot find include file: <libutil.h>
cc: acomp failed for conftest.c
configure:44697: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:44711: result: no
configure:44715: checking libutil.h presence
configure:44730: cc -E  conftest.c
"conftest.c", line 216: cannot find include file: <libutil.h>
cc: acomp failed for conftest.c
configure:44736: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:44750: result: no
configure:44783: checking for libutil.h
configure:44791: result: no
configure:44674: checking netdb.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking netdb.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for netdb.h
configure:44791: result: yes
configure:44674: checking netinet/in.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking netinet/in.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for netinet/in.h
configure:44791: result: yes
configure:44674: checking netinet/tcp.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking netinet/tcp.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for netinet/tcp.h
configure:44791: result: yes
configure:44674: checking poll.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking poll.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for poll.h
configure:44791: result: yes
configure:44674: checking pthread.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking pthread.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for pthread.h
configure:44791: result: yes
configure:44674: checking pty.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking pty.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for pty.h
configure:44791: result: yes
configure:44674: checking pwd.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking pwd.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for pwd.h
configure:44791: result: yes
configure:44674: checking sched.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sched.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sched.h
configure:44791: result: yes
configure:44664: checking for stdint.h
configure:44670: result: yes
configure:44664: checking for string.h
configure:44670: result: yes
configure:44664: checking for strings.h
configure:44670: result: yes
configure:44674: checking stropts.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking stropts.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for stropts.h
configure:44791: result: yes
configure:44674: checking sys/fcntl.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/fcntl.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/fcntl.h
configure:44791: result: yes
configure:44674: checking sys/ipc.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/ipc.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/ipc.h
configure:44791: result: yes
configure:44674: checking sys/ioctl.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/ioctl.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/ioctl.h
configure:44791: result: yes
configure:44674: checking sys/mman.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/mman.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/mman.h
configure:44791: result: yes
configure:44674: checking sys/param.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/param.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/param.h
configure:44791: result: yes
configure:44674: checking sys/queue.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/queue.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/queue.h
configure:44791: result: yes
configure:44674: checking sys/resource.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/resource.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/resource.h
configure:44791: result: yes
configure:44674: checking sys/select.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/select.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/select.h
configure:44791: result: yes
configure:44674: checking sys/socket.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/socket.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/socket.h
configure:44791: result: yes
configure:44674: checking sys/sockio.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 270: cannot find include file: <sys/sockio.h>
cc: acomp failed for conftest.c
configure:44697: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:44711: result: no
configure:44715: checking sys/sockio.h presence
configure:44730: cc -E  conftest.c
"conftest.c", line 237: cannot find include file: <sys/sockio.h>
cc: acomp failed for conftest.c
configure:44736: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:44750: result: no
configure:44783: checking for sys/sockio.h
configure:44791: result: no
configure:44674: checking stdarg.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking stdarg.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for stdarg.h
configure:44791: result: yes
configure:44664: checking for sys/stat.h
configure:44670: result: yes
configure:44674: checking sys/statvfs.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/statvfs.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/statvfs.h
configure:44791: result: yes
configure:44674: checking sys/time.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/time.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/time.h
configure:44791: result: yes
configure:44674: checking sys/tree.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 274: cannot find include file: <sys/tree.h>
cc: acomp failed for conftest.c
configure:44697: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/tree.h>
configure:44711: result: no
configure:44715: checking sys/tree.h presence
configure:44730: cc -E  conftest.c
"conftest.c", line 241: cannot find include file: <sys/tree.h>
cc: acomp failed for conftest.c
configure:44736: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <sys/tree.h>
configure:44750: result: no
configure:44783: checking for sys/tree.h
configure:44791: result: no
configure:44664: checking for sys/types.h
configure:44670: result: yes
configure:44674: checking sys/uio.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/uio.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/uio.h
configure:44791: result: yes
configure:44674: checking sys/utsname.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/utsname.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/utsname.h
configure:44791: result: yes
configure:44674: checking sys/wait.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking sys/wait.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for sys/wait.h
configure:44791: result: yes
configure:44674: checking syslog.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking syslog.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for syslog.h
configure:44791: result: yes
configure:44674: checking time.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking time.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for time.h
configure:44791: result: yes
configure:44674: checking termios.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking termios.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for termios.h
configure:44791: result: yes
configure:44674: checking ulimit.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking ulimit.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for ulimit.h
configure:44791: result: yes
configure:44664: checking for unistd.h
configure:44670: result: yes
configure:44674: checking util.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 283: cannot find include file: <util.h>
cc: acomp failed for conftest.c
configure:44697: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:44711: result: no
configure:44715: checking util.h presence
configure:44730: cc -E  conftest.c
"conftest.c", line 250: cannot find include file: <util.h>
cc: acomp failed for conftest.c
configure:44736: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <util.h>
configure:44750: result: no
configure:44783: checking for util.h
configure:44791: result: no
configure:44674: checking utmp.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking utmp.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for utmp.h
configure:44791: result: yes
configure:44674: checking malloc.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44697: $? = 0
configure:44711: result: yes
configure:44715: checking malloc.h presence
configure:44730: cc -E  conftest.c
configure:44736: $? = 0
configure:44750: result: yes
configure:44783: checking for malloc.h
configure:44791: result: yes
configure:44674: checking crt_externs.h usability
configure:44691: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 285: cannot find include file: <crt_externs.h>
cc: acomp failed for conftest.c
configure:44697: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:44711: result: no
configure:44715: checking crt_externs.h presence
configure:44730: cc -E  conftest.c
"conftest.c", line 252: cannot find include file: <crt_externs.h>
cc: acomp failed for conftest.c
configure:44736: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:44750: result: no
configure:44783: checking for crt_externs.h
configure:44791: result: no
configure:44811: checking for net/if.h
configure:44844: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44850: $? = 0
configure:44866: result: yes
configure:44904: checking stdbool.h usability
configure:44921: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:44927: $? = 0
configure:44941: result: yes
configure:44945: checking stdbool.h presence
configure:44960: cc -E  conftest.c
configure:44966: $? = 0
configure:44980: result: yes
configure:45013: checking for stdbool.h
configure:45021: result: yes
configure:45036: checking if <stdbool.h> works
configure:45064: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45070: $? = 0
configure:45093: result: yes
configure:45179: checking for pid_t
configure:45209: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45215: $? = 0
configure:45230: result: yes
configure:45237: checking size of pid_t
configure:45539: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 317: warning: statement not reached
configure:45542: $? = 0
configure:45548: ./conftest
configure:45551: $? = 0
configure:45574: result: 4
configure:45585: checking for socklen_t
configure:45617: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45623: $? = 0
configure:45638: result: yes
configure:45654: checking for struct sockaddr_in
configure:45688: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45694: $? = 0
configure:45709: result: yes
configure:45722: checking for struct sockaddr_in6
configure:45756: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45762: $? = 0
configure:45777: result: yes
configure:45790: checking if SA_RESTART defined in signal.h
configure:45817: result: yes
configure:45821: checking for sa_len in struct sockaddr
configure:45845: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 266: undefined struct/union member: sa_len
cc: acomp failed for conftest.c
configure:45851: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
|   ;
|   return 0;
| }
configure:45870: result: no
configure:45873: checking for struct dirent.d_type
configure:45904: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:45910: $? = 0
configure:45970: result: yes
configure:45982: checking for siginfo_t.si_fd
configure:46011: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:46017: $? = 0
configure:46075: result: yes
configure:46086: checking for siginfo_t.si_band
configure:46115: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:46121: $? = 0
configure:46179: result: yes
configure:46276: checking if we need -lutil for openpty
configure:46332: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  >&5
"conftest.c", line 301: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `openpty'
configure:46338: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| /* end confdefs.h.  */
| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define openpty innocuous_openpty
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char openpty (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef openpty
| 
| /* 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 openpty ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_openpty || defined __stub___openpty
| choke me
| #endif
| 
| int
| main ()
| {
| return openpty ();
|   ;
|   return 0;
| }
configure:46402: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  -lutil >&5
"conftest.c", line 301: warning: statement not reached
configure:46408: $? = 0
configure:46430: result: yes
configure:46444: checking for openpty
configure:46500: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c  -lutil >&5
"conftest.c", line 301: warning: statement not reached
configure:46506: $? = 0
configure:46524: result: yes
configure:46537: checking for gethostbyname in -lnsl
configure:46572: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl   -lutil >&5
"conftest.c", line 279: warning: statement not reached
configure:46578: $? = 0
configure:46596: result: yes
configure:46609: checking for socket in -lsocket
configure:46644: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lsocket  -lnsl  -lutil >&5
"conftest.c", line 280: warning: statement not reached
/usr/bin/ld: cannot find -lsocket
configure:46650: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 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 socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:46668: result: no
configure:46682: checking if we need -lrt for sched_yield
configure:46738: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil >&5
"conftest.c", line 303: warning: statement not reached
configure:46744: $? = 0
configure:46836: result: no
configure:46850: checking for sched_yield
configure:46906: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil >&5
"conftest.c", line 303: warning: statement not reached
configure:46912: $? = 0
configure:46930: result: yes
configure:46944: checking if we need -lgen for dirname
configure:47000: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil >&5
"conftest.c", line 304: warning: statement not reached
configure:47006: $? = 0
configure:47098: result: no
configure:47112: checking for dirname
configure:47168: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil >&5
"conftest.c", line 304: warning: statement not reached
configure:47174: $? = 0
configure:47192: result: yes
configure:47206: checking if we need -lm for ceil
configure:47262: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil >&5
"conftest.c", line 305: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `ceil'
configure:47268: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| /* end confdefs.h.  */
| /* Define ceil to an innocuous variant, in case <limits.h> declares ceil.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ceil innocuous_ceil
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ceil (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef ceil
| 
| /* 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 ceil ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_ceil || defined __stub___ceil
| choke me
| #endif
| 
| int
| main ()
| {
| return ceil ();
|   ;
|   return 0;
| }
configure:47332: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 305: warning: statement not reached
configure:47338: $? = 0
configure:47360: result: yes
configure:47374: checking for ceil
configure:47430: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 305: warning: statement not reached
configure:47436: $? = 0
configure:47454: result: yes
configure:47492: checking for asprintf
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 306: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for snprintf
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 307: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for vasprintf
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 308: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for vsnprintf
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 309: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for openpty
configure:47572: result: yes
configure:47492: checking for isatty
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 311: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for htonl
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 312: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for ntohl
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 313: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for htons
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 314: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for ntohs
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 315: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for getpwuid
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 316: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for fork
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 317: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for waitpid
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 318: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for execve
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 319: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for pipe
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 320: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for ptsname
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 321: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for setsid
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 322: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for mmap
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 323: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for mallopt
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 324: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for tcgetpgrp
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 325: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for posix_memalign
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 326: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for strsignal
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 327: warning: statement not reached
configure:47554: $? = 0
configure:47572: result: yes
configure:47492: checking for _NSGetEnviron
configure:47548: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 328: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `_NSGetEnviron'
configure:47554: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _NSGetEnviron
| 
| /* 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 _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
| 
| int
| main ()
| {
| return _NSGetEnviron ();
|   ;
|   return 0;
| }
configure:47572: result: no
configure:47587: checking whether va_copy is declared
configure:47617: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:47623: $? = 0
configure:47638: result: yes
configure:47652: checking whether __va_copy is declared
configure:47682: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:47688: $? = 0
configure:47703: result: yes
configure:47717: checking whether __func__ is declared
configure:47746: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:47752: $? = 0
configure:47767: result: yes
configure:47875: checking checking for type of MPI_Offset
configure:47902: result: long long
configure:47942: checking checking for an MPI datatype for MPI_Offset
configure:47944: result: MPI_LONG_LONG
configure:47961: checking whether byte ordering is bigendian
configure:47994: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
configure:48000: $? = 0
configure:48032: cc -c -DNDEBUG -O2 -m32  conftest.c >&5
"conftest.c", line 305: undefined symbol: not
"conftest.c", line 305: syntax error before or at: big
cc: acomp failed for conftest.c
configure:48038: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| /* 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:48178: result: no
configure:48205: checking for broken qsort
configure:48215: result: no
configure:48224: checking if word-sized integers must be word-size aligned
configure:48265: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 311: warning: statement not reached
configure:48268: $? = 0
configure:48274: ./conftest
configure:48277: $? = 0
configure:48293: result: no
configure:48377: checking if C compiler and POSIX threads work as is
configure:48445: cc -o conftest -DNDEBUG -O2 -m32  -D_REENTRANT -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
configure:48451: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48481: result: no
configure:48493: checking if C++ compiler and POSIX threads work as is
configure:48561: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp -lnsl  -lutil -lm >&5
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48567: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48597: result: no
configure:48609: checking if F77 compiler and POSIX threads work as is
configure:48706: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:48713: $? = 0
configure:48723: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x12): undefined reference to `pthread_create'
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
conftest.c:(.text+0x52): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x62): undefined reference to `pthread_create'
conftest.c:(.text+0x6b): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:48730: $? = 1
configure:48753: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:48781: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:48807: result: no
configure:48851: checking if C compiler and POSIX threads work with -Kthread
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -Kthread  -m32 conftest.c -lnsl  -lutil -lm >&5
cc: Warning: illegal option -Kthread
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48851: checking if C compiler and POSIX threads work with -kthread
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -kthread  -m32 conftest.c -lnsl  -lutil -lm >&5
cc: Warning: illegal option -kthread
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48851: checking if C compiler and POSIX threads work with -pthread
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -pthread  -m32 conftest.c -lnsl  -lutil -lm >&5
/usr/bin/ld: mode elf_i386
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crti.o
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crt1.o
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/values-xa.o
conftest.o
-lnsl (/usr/lib/libnsl.so)
-lutil (/usr/lib/libutil.so)
-lm (/usr/lib/libm.so)
/lib/libc.so.6
/lib/ld-linux.so.2
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crtn.o
cc: Warning: Option -p is not available on Linux, ignored
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
/usr/bin/ld: link errors found, deleting executable `conftest'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48851: checking if C compiler and POSIX threads work with -pthreads
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -pthreads  -m32 conftest.c -lnsl  -lutil -lm >&5
/usr/bin/ld: mode elf_i386
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crti.o
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crt1.o
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/values-xa.o
conftest.o
-lnsl (/usr/lib/libnsl.so)
-lutil (/usr/lib/libutil.so)
-lm (/usr/lib/libm.so)
/lib/libc.so.6
/lib/ld-linux.so.2
/rwthfs/rz/SW/UTIL/StudioExpress20080724/sunstudioceres/prod/lib/crtn.o
cc: Warning: Option -p is not available on Linux, ignored
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
/usr/bin/ld: link errors found, deleting executable `conftest'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48851: checking if C compiler and POSIX threads work with -mt
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -mt  -m32 conftest.c -lnsl  -lutil -lm >&5
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48851: checking if C compiler and POSIX threads work with -mthreads
configure:48893: cc -o conftest -DNDEBUG -O2 -m32 -mthreads  -m32 conftest.c -lnsl  -lutil -lm >&5
cc: Warning: illegal option -mthreads
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x13): undefined reference to `pthread_join'
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
conftest.c:(.text+0x46): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x56): undefined reference to `pthread_create'
conftest.c:(.text+0x5f): undefined reference to `__pthread_unregister_cancel'
configure:48899: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:48931: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -Kthread
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -Kthread  -m32 conftest.cpp -lnsl  -lutil -lm >&5
CC: Warning: Option -Kthread passed to ld, if ld is invoked, ignored otherwise
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -kthread
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -kthread  -m32 conftest.cpp -lnsl  -lutil -lm >&5
CC: Warning: Option -kthread passed to ld, if ld is invoked, ignored otherwise
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -pthread
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -pthread  -m32 conftest.cpp -lnsl  -lutil -lm >&5
CC: Warning: Option -pthread passed to ld, if ld is invoked, ignored otherwise
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -pthreads
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -pthreads  -m32 conftest.cpp -lnsl  -lutil -lm >&5
CC: Warning: Option -pthreads passed to ld, if ld is invoked, ignored otherwise
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -mt
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -mt  -m32 conftest.cpp -lnsl  -lutil -lm >&5
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:48944: checking if C++ compiler and POSIX threads work with -mthreads
configure:48986: CC -o conftest -DNDEBUG -O2 -m32 -mthreads  -m32 conftest.cpp -lnsl  -lutil -lm >&5
CC: Warning: Option -mthreads passed to ld, if ld is invoked, ignored otherwise
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:48992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49024: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -Kthread
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -Kthread conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
gfortran: unrecognized option '-Kthread'
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x12): undefined reference to `pthread_create'
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
conftest.c:(.text+0x52): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x62): undefined reference to `pthread_create'
conftest.c:(.text+0x6b): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -kthread
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -kthread conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
gfortran: unrecognized option '-kthread'
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x12): undefined reference to `pthread_create'
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
conftest.c:(.text+0x52): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x62): undefined reference to `pthread_create'
conftest.c:(.text+0x6b): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -pthread
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -pthread conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
collect2: ld returned 1 exit status
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -pthreads
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -pthreads conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
gfortran: unrecognized option '-pthreads'
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x12): undefined reference to `pthread_create'
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
conftest.c:(.text+0x52): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x62): undefined reference to `pthread_create'
conftest.c:(.text+0x6b): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -mt
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -mt conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
f951: error: unrecognized command line option "-mt"
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49037: checking if F77 compiler and POSIX threads work with -mthreads
configure:49119: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49126: $? = 0
configure:49136: gfortran -O2 -m32 -mthreads conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm
f951: error: unrecognized command line option "-mthreads"
configure:49143: $? = 1
configure:49166: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49194: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49224: result: no
configure:49255: checking if C compiler and POSIX threads work with -lpthreads
configure:49311: cc -o conftest -DNDEBUG -O2 -m32  -D_REENTRANT -m32 conftest.c -lnsl  -lutil -lm -lpthreads >&5
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
/usr/bin/ld: cannot find -lpthreads
configure:49317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49349: result: no
configure:49255: checking if C compiler and POSIX threads work with -llthread
configure:49311: cc -o conftest -DNDEBUG -O2 -m32  -D_REENTRANT -m32 conftest.c -lnsl  -lutil -lm -llthread >&5
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
/usr/bin/ld: cannot find -llthread
configure:49317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49349: result: no
configure:49255: checking if C compiler and POSIX threads work with -lpthread
configure:49311: cc -o conftest -DNDEBUG -O2 -m32  -D_REENTRANT -m32 conftest.c -lnsl  -lutil -lm -lpthread >&5
"conftest.c", line 305: warning: can not set non-default alignment for automatic variable
"conftest.c", line 305: warning: implicit function declaration: __builtin_expect
conftest.o: In function `main':
conftest.c:(.text+0x36): undefined reference to `__builtin_expect'
configure:49317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49349: result: no
configure:49462: checking if C++ compiler and POSIX threads work with -lpthreads
configure:49518: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp -lnsl  -lutil -lm -lpthreads >&5
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:49524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49556: result: no
configure:49462: checking if C++ compiler and POSIX threads work with -llthread
configure:49518: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp -lnsl  -lutil -lm -llthread >&5
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:49524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49556: result: no
configure:49462: checking if C++ compiler and POSIX threads work with -lpthread
configure:49518: CC -o conftest -DNDEBUG -O2 -m32  -m32 conftest.cpp -lnsl  -lutil -lm -lpthread >&5
"conftest.cpp", line 305: Error: The function "__builtin_expect" must have a prototype.
1 Error(s) detected.
configure:49524: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:49556: result: no
configure:49762: checking if F77 compiler and POSIX threads work with -lpthreads
configure:49844: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49851: $? = 0
configure:49861: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:49868: $? = 1
configure:49891: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49919: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49948: result: no
configure:49762: checking if F77 compiler and POSIX threads work with -llthread
configure:49844: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49851: $? = 0
configure:49861: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm -llthread
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:49868: $? = 1
configure:49891: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49919: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49948: result: no
configure:49762: checking if F77 compiler and POSIX threads work with -lpthread
configure:49844: cc -DNDEBUG -O2 -m32 -I. -c conftest.c
"conftest.c", line 15: warning: can not set non-default alignment for automatic variable
"conftest.c", line 15: warning: implicit function declaration: __builtin_expect
configure:49851: $? = 0
configure:49861: gfortran -O2 -m32 conftestf.f conftest.o -o conftest -m32 -lnsl  -lutil -lm -lpthread
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x42): undefined reference to `__builtin_expect'
collect2: ld returned 1 exit status
configure:49868: $? = 1
configure:49891: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>


#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_create(&th, NULL, NULL, NULL);
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_cleanup_push(0, 0);
  pthread_create(0,0,0,0);
  pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:49919: here is the fortran program:
      program fpthread
      call pthreadtest
      end
configure:49948: result: no
configure:49965: checking for PTHREAD_MUTEX_ERRORCHECK_NP
configure:49988: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
conftest.o: In function `main':
conftest.c:(.text+0xb): undefined reference to `pthread_mutexattr_settype'
configure:49994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK_NP);
|   ;
|   return 0;
| }
configure:50010: result: no
configure:50019: checking for PTHREAD_MUTEX_ERRORCHECK
configure:50042: cc -o conftest -DNDEBUG -O2 -m32  -m32 conftest.c -lnsl  -lutil -lm >&5
conftest.o: In function `main':
conftest.c:(.text+0xb): undefined reference to `pthread_mutexattr_settype'
configure:50048: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK);
|   ;
|   return 0;
| }
configure:50064: result: no
configure:50097: checking for working POSIX threads package
configure:50103: result: no
configure:50139: checking if C compiler and Solaris threads work
configure:50179: cc -o conftest -mt      conftest.c   >&5
"conftest.c", line 302: cannot find include file: <thread.h>
"conftest.c", line 306: undefined symbol: thread_t
"conftest.c", line 306: syntax error before or at: th
"conftest.c", line 306: warning: implicit function declaration: thr_join
"conftest.c", line 306: undefined symbol: th
"conftest.c", line 307: warning: implicit function declaration: thr_create
cc: acomp failed for conftest.c
configure:50185: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| /* end confdefs.h.  */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
|                  thr_create(0,0,0,0,0,0);
|   ;
|   return 0;
| }
configure:50213: result: no
configure:50234: checking if C++ compiler and Solaris threads work
configure:50270: CC -o conftest -mt      conftest.cpp   >&5
"conftest.cpp", line 302: Error: Could not open include file<thread.h>.
"conftest.cpp", line 306: Error: thread_t is not defined.
"conftest.cpp", line 306: Error: The function "thr_join" must have a prototype.
"conftest.cpp", line 307: Error: The function "thr_create" must have a prototype.
4 Error(s) detected.
configure:50276: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| /* end confdefs.h.  */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
|                  thr_create(0,0,0,0,0,0);
|   ;
|   return 0;
| }
configure:50304: result: no
configure:50323: checking if F77 compiler and Solaris threads work
configure:50376: cc -mt  -I. -c conftest.c
"conftest.c", line 3: cannot find include file: <thread.h>
"conftest.c", line 11: undefined symbol: thread_t
"conftest.c", line 11: syntax error before or at: th
"conftest.c", line 12: warning: implicit function declaration: thr_join
"conftest.c", line 12: undefined symbol: th
"conftest.c", line 13: warning: implicit function declaration: thr_create
cc: acomp failed for conftest.c
configure:50383: $? = 2
configure:50423: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <thread.h>


#ifdef __cplusplus
extern "C" {
#endif
void ompi_pthread()
{
  thread_t th;
  thr_join(th, 0, 0);
  thr_create(0,0,0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:50451: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:50477: result: no
configure:50506: checking for working Solaris threads package
configure:50512: result: no
configure:50520: checking for type of thread support
configure:50585: result: none found
configure:50811: checking if want MPI thread support
configure:50841: result: no
configure:50845: checking if want asynchronous progress thread support
configure:50876: result: no
configure:50899: checking whether ln -s works
configure:50903: result: yes
configure:50923: checking dependency style of cc
configure:51014: result: none
configure:51033: checking for flex
configure:51049: found /usr/bin/flex
configure:51060: result: flex
configure:51097: flex conftest.l
configure:51100: $? = 0
configure:51102: checking lex output file root
configure:51118: result: lex.yy
configure:51123: checking lex library
configure:51142: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c  -lnsl  -lutil -lm  >&5
"conftest.l", line 6: warning: improper pointer/integer combination: op "!="
"conftest.l", line 6: warning: improper pointer/integer combination: op "="
conftest.o: In function `yylex':
conftest.c:(.text+0x271): undefined reference to `yywrap'
conftest.o: In function `input':
conftest.c:(.text+0xa79): undefined reference to `yywrap'
conftest.o: In function `main':
conftest.c:(.text+0xf1e): undefined reference to `yywrap'
configure:51148: $? = 1
configure: failed program was:
| /* A lexical scanner generated by flex*/
| 
| /* Scanner skeleton version:
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
|  */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| 
| #include <stdio.h>
| #include <unistd.h>
| 
| 
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
| 
| 
| #ifdef __cplusplus
| 
| #include <stdlib.h>
| 
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| #if __STDC__
| 
| #define YY_USE_PROTOS
| #define YY_USE_CONST
| 
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
| 
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto
| #else
| #define YY_PROTO(proto) ()
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
| 
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| 
| extern int yyleng;
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
| /* The funky do-while in the following #define is used to turn the definition
|  * int a single C statement (which needs a semi-colon terminator).  This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
| 
| /* Return all but the first 'n' matched characters back to the input stream. */
| 
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, yytext_ptr )
| 
| /* Some routines like yy_flex_realloc() are emitted as static but are
|    not called by all lexers. This generates warnings in some compilers,
|    notably GCC. Arrange to suppress these. */
| #ifdef __GNUC__
| #define YY_MAY_BE_UNUSED __attribute__((unused))
| #else
| #define YY_MAY_BE_UNUSED
| #endif
| 
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
| 
| 
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
| 
| static YY_BUFFER_STATE yy_current_buffer = 0;
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
| 
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| 
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
| 
| 
| int yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart YY_PROTO(( FILE *input_file ));
| 
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
| 
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
| 
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
| static void yy_flex_free YY_PROTO(( void * ));
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| 
| 
| #define YY_USES_REJECT
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yytext_ptr -= yy_more_len; \
| 	yyleng = (int) (yy_cp - yytext_ptr); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
| 
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| static yyconst short int yy_acclist[23] =
|     {   0,
|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
|         7,    8
|     } ;
| 
| static yyconst short int yy_accept[14] =
|     {   0,
|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
|        20,   23,   23
|     } ;
| 
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| 
|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst int yy_meta[9] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1
|     } ;
| 
| static yyconst short int yy_base[13] =
|     {   0,
|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
|        10,   10
|     } ;
| 
| static yyconst short int yy_def[13] =
|     {   0,
|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
|        12,    0
|     } ;
| 
| static yyconst short int yy_nxt[19] =
|     {   0,
|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yyconst short int yy_chk[19] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
| yy_cp = yy_full_match; /* restore poss. backed-over text */ \
| ++yy_lp; \
| goto find_rule; \
| }
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() (yy_more_flag = 1)
| #define YY_MORE_ADJ yy_more_len
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 392 "lex.yy.c"
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
| 
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
| 
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
| 
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
| 
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| 
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp = NULL, *yy_bp = NULL;
| 	register int yy_act;
| 
| #line 1 "conftest.l"
| 
| #line 545 "lex.yy.c"
| 
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 		yy_load_buffer_state();
| 		}
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_more_len = 0;
| 		if ( yy_more_flag )
| 			{
| 			yy_more_len = yy_c_buf_p - yytext_ptr;
| 			yy_more_flag = 0;
| 			}
| 		yy_cp = yy_c_buf_p;
| 
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = yy_start;
| 		yy_state_ptr = yy_state_buf;
| 		*yy_state_ptr++ = yy_current_state;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 13 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 			*yy_state_ptr++ = yy_current_state;
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 10 );
| 
| yy_find_action:
| 		yy_current_state = *--yy_state_ptr;
| 		yy_lp = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| 		for ( ; ; ) /* until we find what rule we matched */
| 			{
| 			if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
| 				{
| 				yy_act = yy_acclist[yy_lp];
| 					{
| 					yy_full_match = yy_cp;
| 					break;
| 					}
| 				}
| 			--yy_cp;
| 			yy_current_state = *--yy_state_ptr;
| 			yy_lp = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| 	YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| 	YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| 	YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| 	YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| 	YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| 	YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| 	YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 675 "lex.yy.c"
| 			case YY_STATE_EOF(INITIAL):
| 				yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state();
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
| 
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
| 
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| 
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| 
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| #else
| 
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
| 
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
| 
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
| 
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
| 
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
| 
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer overflow" );
| 
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| 
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
| 
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| 
| 	return ret_val;
| 	}
| 
| 
| /* yy_get_previous_state - get the state just before the EOB char was reached */
| 
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
| 
| 	yy_current_state = yy_start;
| 	yy_state_ptr = yy_state_buf;
| 	*yy_state_ptr++ = yy_current_state;
| 
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 13 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 		*yy_state_ptr++ = yy_current_state;
| 		}
| 
| 	return yy_current_state;
| 	}
| 
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
| 
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 
| 	register YY_CHAR yy_c = 1;
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 13 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 	yy_is_jam = (yy_current_state == 12);
| 	if ( ! yy_is_jam )
| 		*yy_state_ptr++ = yy_current_state;
| 
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
| 
| 
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
| 
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
| 
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
| 
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
| 
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
| 
| 	*yy_c_buf_p = yy_hold_char;
| 
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
| 
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
| 
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
| 
| 					/* fall through */
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
| 
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
| 
| 
| 	return c;
| 	}
| #endif /* YY_NO_INPUT */
| 
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
| 
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer( b, file );
| 
| 	return b;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
| 
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
| 
| 	yy_flex_free( (void *) b );
| 	}
| 
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
| 
| 
| 	{
| 	yy_flush_buffer( b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 
| 	{
| 	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
| 
| 
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer( b );
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
| 
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
| 
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
| 
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
| 
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
| 
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
| 
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
| 
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
| 
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
| 
| 	BEGIN(new_state);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
| 
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
| 
| 
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
| 
| 
| /* Internal utility routines. */
| 
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
| 
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| 	}
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
| 
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 9 "conftest.l"
| 
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
configure:51142: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lfl -lnsl  -lutil -lm  >&5
"conftest.l", line 6: warning: improper pointer/integer combination: op "!="
"conftest.l", line 6: warning: improper pointer/integer combination: op "="
/usr/bin/ld: skipping incompatible /usr/lib64/libfl.a when searching for -lfl
/usr/bin/ld: cannot find -lfl
configure:51148: $? = 1
configure: failed program was:
| /* A lexical scanner generated by flex*/
| 
| /* Scanner skeleton version:
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
|  */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| 
| #include <stdio.h>
| #include <unistd.h>
| 
| 
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
| 
| 
| #ifdef __cplusplus
| 
| #include <stdlib.h>
| 
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| #if __STDC__
| 
| #define YY_USE_PROTOS
| #define YY_USE_CONST
| 
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
| 
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto
| #else
| #define YY_PROTO(proto) ()
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
| 
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| 
| extern int yyleng;
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
| /* The funky do-while in the following #define is used to turn the definition
|  * int a single C statement (which needs a semi-colon terminator).  This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
| 
| /* Return all but the first 'n' matched characters back to the input stream. */
| 
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, yytext_ptr )
| 
| /* Some routines like yy_flex_realloc() are emitted as static but are
|    not called by all lexers. This generates warnings in some compilers,
|    notably GCC. Arrange to suppress these. */
| #ifdef __GNUC__
| #define YY_MAY_BE_UNUSED __attribute__((unused))
| #else
| #define YY_MAY_BE_UNUSED
| #endif
| 
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
| 
| 
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
| 
| static YY_BUFFER_STATE yy_current_buffer = 0;
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
| 
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| 
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
| 
| 
| int yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart YY_PROTO(( FILE *input_file ));
| 
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
| 
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
| 
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
| static void yy_flex_free YY_PROTO(( void * ));
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| 
| 
| #define YY_USES_REJECT
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yytext_ptr -= yy_more_len; \
| 	yyleng = (int) (yy_cp - yytext_ptr); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
| 
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| static yyconst short int yy_acclist[23] =
|     {   0,
|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
|         7,    8
|     } ;
| 
| static yyconst short int yy_accept[14] =
|     {   0,
|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
|        20,   23,   23
|     } ;
| 
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| 
|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst int yy_meta[9] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1
|     } ;
| 
| static yyconst short int yy_base[13] =
|     {   0,
|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
|        10,   10
|     } ;
| 
| static yyconst short int yy_def[13] =
|     {   0,
|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
|        12,    0
|     } ;
| 
| static yyconst short int yy_nxt[19] =
|     {   0,
|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yyconst short int yy_chk[19] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
| yy_cp = yy_full_match; /* restore poss. backed-over text */ \
| ++yy_lp; \
| goto find_rule; \
| }
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() (yy_more_flag = 1)
| #define YY_MORE_ADJ yy_more_len
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 392 "lex.yy.c"
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
| 
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
| 
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
| 
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
| 
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| 
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp = NULL, *yy_bp = NULL;
| 	register int yy_act;
| 
| #line 1 "conftest.l"
| 
| #line 545 "lex.yy.c"
| 
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 		yy_load_buffer_state();
| 		}
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_more_len = 0;
| 		if ( yy_more_flag )
| 			{
| 			yy_more_len = yy_c_buf_p - yytext_ptr;
| 			yy_more_flag = 0;
| 			}
| 		yy_cp = yy_c_buf_p;
| 
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = yy_start;
| 		yy_state_ptr = yy_state_buf;
| 		*yy_state_ptr++ = yy_current_state;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 13 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 			*yy_state_ptr++ = yy_current_state;
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 10 );
| 
| yy_find_action:
| 		yy_current_state = *--yy_state_ptr;
| 		yy_lp = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| 		for ( ; ; ) /* until we find what rule we matched */
| 			{
| 			if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
| 				{
| 				yy_act = yy_acclist[yy_lp];
| 					{
| 					yy_full_match = yy_cp;
| 					break;
| 					}
| 				}
| 			--yy_cp;
| 			yy_current_state = *--yy_state_ptr;
| 			yy_lp = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| 	YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| 	YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| 	YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| 	YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| 	YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| 	YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| 	YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 675 "lex.yy.c"
| 			case YY_STATE_EOF(INITIAL):
| 				yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state();
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
| 
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
| 
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| 
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| 
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| #else
| 
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
| 
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
| 
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
| 
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
| 
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
| 
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer overflow" );
| 
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| 
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
| 
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| 
| 	return ret_val;
| 	}
| 
| 
| /* yy_get_previous_state - get the state just before the EOB char was reached */
| 
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
| 
| 	yy_current_state = yy_start;
| 	yy_state_ptr = yy_state_buf;
| 	*yy_state_ptr++ = yy_current_state;
| 
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 13 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 		*yy_state_ptr++ = yy_current_state;
| 		}
| 
| 	return yy_current_state;
| 	}
| 
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
| 
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 
| 	register YY_CHAR yy_c = 1;
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 13 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 	yy_is_jam = (yy_current_state == 12);
| 	if ( ! yy_is_jam )
| 		*yy_state_ptr++ = yy_current_state;
| 
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
| 
| 
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
| 
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
| 
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
| 
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
| 
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
| 
| 	*yy_c_buf_p = yy_hold_char;
| 
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
| 
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
| 
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
| 
| 					/* fall through */
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
| 
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
| 
| 
| 	return c;
| 	}
| #endif /* YY_NO_INPUT */
| 
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
| 
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer( b, file );
| 
| 	return b;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
| 
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
| 
| 	yy_flex_free( (void *) b );
| 	}
| 
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
| 
| 
| 	{
| 	yy_flush_buffer( b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 
| 	{
| 	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
| 
| 
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer( b );
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
| 
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
| 
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
| 
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
| 
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
| 
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
| 
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
| 
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
| 
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
| 
| 	BEGIN(new_state);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
| 
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
| 
| 
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
| 
| 
| /* Internal utility routines. */
| 
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
| 
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| 	}
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
| 
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 9 "conftest.l"
| 
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
configure:51142: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -ll -lnsl  -lutil -lm  >&5
"conftest.l", line 6: warning: improper pointer/integer combination: op "!="
"conftest.l", line 6: warning: improper pointer/integer combination: op "="
/usr/bin/ld: skipping incompatible /usr/lib64/libl.a when searching for -ll
/usr/bin/ld: cannot find -ll
configure:51148: $? = 1
configure: failed program was:
| /* A lexical scanner generated by flex*/
| 
| /* Scanner skeleton version:
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
|  */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| 
| #include <stdio.h>
| #include <unistd.h>
| 
| 
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
| 
| 
| #ifdef __cplusplus
| 
| #include <stdlib.h>
| 
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| #if __STDC__
| 
| #define YY_USE_PROTOS
| #define YY_USE_CONST
| 
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
| 
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto
| #else
| #define YY_PROTO(proto) ()
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
| 
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| 
| extern int yyleng;
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
| /* The funky do-while in the following #define is used to turn the definition
|  * int a single C statement (which needs a semi-colon terminator).  This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
| 
| /* Return all but the first 'n' matched characters back to the input stream. */
| 
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, yytext_ptr )
| 
| /* Some routines like yy_flex_realloc() are emitted as static but are
|    not called by all lexers. This generates warnings in some compilers,
|    notably GCC. Arrange to suppress these. */
| #ifdef __GNUC__
| #define YY_MAY_BE_UNUSED __attribute__((unused))
| #else
| #define YY_MAY_BE_UNUSED
| #endif
| 
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
| 
| 
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
| 
| static YY_BUFFER_STATE yy_current_buffer = 0;
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
| 
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| 
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
| 
| 
| int yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart YY_PROTO(( FILE *input_file ));
| 
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
| 
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
| 
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
| static void yy_flex_free YY_PROTO(( void * ));
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| 
| 
| #define YY_USES_REJECT
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yytext_ptr -= yy_more_len; \
| 	yyleng = (int) (yy_cp - yytext_ptr); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
| 
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| static yyconst short int yy_acclist[23] =
|     {   0,
|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
|         7,    8
|     } ;
| 
| static yyconst short int yy_accept[14] =
|     {   0,
|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
|        20,   23,   23
|     } ;
| 
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| 
|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst int yy_meta[9] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1
|     } ;
| 
| static yyconst short int yy_base[13] =
|     {   0,
|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
|        10,   10
|     } ;
| 
| static yyconst short int yy_def[13] =
|     {   0,
|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
|        12,    0
|     } ;
| 
| static yyconst short int yy_nxt[19] =
|     {   0,
|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yyconst short int yy_chk[19] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
| yy_cp = yy_full_match; /* restore poss. backed-over text */ \
| ++yy_lp; \
| goto find_rule; \
| }
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() (yy_more_flag = 1)
| #define YY_MORE_ADJ yy_more_len
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 392 "lex.yy.c"
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
| 
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
| 
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
| 
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
| 
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| 
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp = NULL, *yy_bp = NULL;
| 	register int yy_act;
| 
| #line 1 "conftest.l"
| 
| #line 545 "lex.yy.c"
| 
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 		yy_load_buffer_state();
| 		}
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_more_len = 0;
| 		if ( yy_more_flag )
| 			{
| 			yy_more_len = yy_c_buf_p - yytext_ptr;
| 			yy_more_flag = 0;
| 			}
| 		yy_cp = yy_c_buf_p;
| 
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = yy_start;
| 		yy_state_ptr = yy_state_buf;
| 		*yy_state_ptr++ = yy_current_state;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 13 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 			*yy_state_ptr++ = yy_current_state;
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 10 );
| 
| yy_find_action:
| 		yy_current_state = *--yy_state_ptr;
| 		yy_lp = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| 		for ( ; ; ) /* until we find what rule we matched */
| 			{
| 			if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
| 				{
| 				yy_act = yy_acclist[yy_lp];
| 					{
| 					yy_full_match = yy_cp;
| 					break;
| 					}
| 				}
| 			--yy_cp;
| 			yy_current_state = *--yy_state_ptr;
| 			yy_lp = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| 	YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| 	YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| 	YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| 	YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| 	YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| 	YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| 	YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 675 "lex.yy.c"
| 			case YY_STATE_EOF(INITIAL):
| 				yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state();
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
| 
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
| 
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| 
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| 
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| #else
| 
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
| 
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
| 
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
| 
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
| 
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
| 
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer overflow" );
| 
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| 
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
| 
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| 
| 	return ret_val;
| 	}
| 
| 
| /* yy_get_previous_state - get the state just before the EOB char was reached */
| 
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
| 
| 	yy_current_state = yy_start;
| 	yy_state_ptr = yy_state_buf;
| 	*yy_state_ptr++ = yy_current_state;
| 
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 13 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 		*yy_state_ptr++ = yy_current_state;
| 		}
| 
| 	return yy_current_state;
| 	}
| 
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
| 
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 
| 	register YY_CHAR yy_c = 1;
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 13 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 	yy_is_jam = (yy_current_state == 12);
| 	if ( ! yy_is_jam )
| 		*yy_state_ptr++ = yy_current_state;
| 
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
| 
| 
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
| 
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
| 
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
| 
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
| 
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
| 
| 	*yy_c_buf_p = yy_hold_char;
| 
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
| 
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
| 
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
| 
| 					/* fall through */
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
| 
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
| 
| 
| 	return c;
| 	}
| #endif /* YY_NO_INPUT */
| 
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
| 
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer( b, file );
| 
| 	return b;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
| 
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
| 
| 	yy_flex_free( (void *) b );
| 	}
| 
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
| 
| 
| 	{
| 	yy_flush_buffer( b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 
| 	{
| 	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
| 
| 
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer( b );
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
| 
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
| 
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
| 
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
| 
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
| 
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
| 
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
| 
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
| 
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
| 
| 	BEGIN(new_state);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
| 
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
| 
| 
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
| 
| 
| /* Internal utility routines. */
| 
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
| 
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| 	}
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
| 
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 9 "conftest.l"
| 
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
configure:51169: result: none needed
configure:51175: checking whether yytext is a pointer
configure:51196: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c  -lnsl  -lutil -lm  >&5
"conftest.l", line 6: warning: improper pointer/integer combination: op "!="
"conftest.l", line 6: warning: improper pointer/integer combination: op "="
conftest.o: In function `yylex':
conftest.c:(.text+0x271): undefined reference to `yywrap'
conftest.o: In function `input':
conftest.c:(.text+0xa79): undefined reference to `yywrap'
conftest.o: In function `main':
conftest.c:(.text+0xf1e): undefined reference to `yywrap'
configure:51202: $? = 1
configure: failed program was:
| #define YYTEXT_POINTER 1
| /* A lexical scanner generated by flex*/
| 
| /* Scanner skeleton version:
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
|  */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| 
| #include <stdio.h>
| #include <unistd.h>
| 
| 
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
| 
| 
| #ifdef __cplusplus
| 
| #include <stdlib.h>
| 
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| #if __STDC__
| 
| #define YY_USE_PROTOS
| #define YY_USE_CONST
| 
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
| 
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto
| #else
| #define YY_PROTO(proto) ()
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
| 
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| 
| extern int yyleng;
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
| /* The funky do-while in the following #define is used to turn the definition
|  * int a single C statement (which needs a semi-colon terminator).  This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
| 
| /* Return all but the first 'n' matched characters back to the input stream. */
| 
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, yytext_ptr )
| 
| /* Some routines like yy_flex_realloc() are emitted as static but are
|    not called by all lexers. This generates warnings in some compilers,
|    notably GCC. Arrange to suppress these. */
| #ifdef __GNUC__
| #define YY_MAY_BE_UNUSED __attribute__((unused))
| #else
| #define YY_MAY_BE_UNUSED
| #endif
| 
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
| 
| 
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
| 
| static YY_BUFFER_STATE yy_current_buffer = 0;
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
| 
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| 
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
| 
| 
| int yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart YY_PROTO(( FILE *input_file ));
| 
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
| 
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
| 
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
| static void yy_flex_free YY_PROTO(( void * ));
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| 
| 
| #define YY_USES_REJECT
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yytext_ptr -= yy_more_len; \
| 	yyleng = (int) (yy_cp - yytext_ptr); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
| 
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| static yyconst short int yy_acclist[23] =
|     {   0,
|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
|         7,    8
|     } ;
| 
| static yyconst short int yy_accept[14] =
|     {   0,
|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
|        20,   23,   23
|     } ;
| 
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| 
|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst int yy_meta[9] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1
|     } ;
| 
| static yyconst short int yy_base[13] =
|     {   0,
|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
|        10,   10
|     } ;
| 
| static yyconst short int yy_def[13] =
|     {   0,
|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
|        12,    0
|     } ;
| 
| static yyconst short int yy_nxt[19] =
|     {   0,
|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yyconst short int yy_chk[19] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
|        12,   12,   12,   12,   12,   12,   12,   12
|     } ;
| 
| static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
| yy_cp = yy_full_match; /* restore poss. backed-over text */ \
| ++yy_lp; \
| goto find_rule; \
| }
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() (yy_more_flag = 1)
| #define YY_MORE_ADJ yy_more_len
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 392 "lex.yy.c"
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
| 
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
| 
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
| 
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
| 
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| 
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp = NULL, *yy_bp = NULL;
| 	register int yy_act;
| 
| #line 1 "conftest.l"
| 
| #line 545 "lex.yy.c"
| 
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 		yy_load_buffer_state();
| 		}
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_more_len = 0;
| 		if ( yy_more_flag )
| 			{
| 			yy_more_len = yy_c_buf_p - yytext_ptr;
| 			yy_more_flag = 0;
| 			}
| 		yy_cp = yy_c_buf_p;
| 
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = yy_start;
| 		yy_state_ptr = yy_state_buf;
| 		*yy_state_ptr++ = yy_current_state;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def[yy_current_state];
| 				if ( yy_current_state >= 13 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 			*yy_state_ptr++ = yy_current_state;
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 10 );
| 
| yy_find_action:
| 		yy_current_state = *--yy_state_ptr;
| 		yy_lp = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| 		for ( ; ; ) /* until we find what rule we matched */
| 			{
| 			if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
| 				{
| 				yy_act = yy_acclist[yy_lp];
| 					{
| 					yy_full_match = yy_cp;
| 					break;
| 					}
| 				}
| 			--yy_cp;
| 			yy_current_state = *--yy_state_ptr;
| 			yy_lp = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| 	YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| 	YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| 	YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| 	YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| 	YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| 	YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| 	YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 675 "lex.yy.c"
| 			case YY_STATE_EOF(INITIAL):
| 				yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state();
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
| 
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
| 
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| 
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| 
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| #else
| 
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
| 
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
| 
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
| 
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
| 
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
| 
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer overflow" );
| 
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| 
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
| 
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| 
| 	return ret_val;
| 	}
| 
| 
| /* yy_get_previous_state - get the state just before the EOB char was reached */
| 
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
| 
| 	yy_current_state = yy_start;
| 	yy_state_ptr = yy_state_buf;
| 	*yy_state_ptr++ = yy_current_state;
| 
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 13 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 		*yy_state_ptr++ = yy_current_state;
| 		}
| 
| 	return yy_current_state;
| 	}
| 
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
| 
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 
| 	register YY_CHAR yy_c = 1;
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 13 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| 	yy_is_jam = (yy_current_state == 12);
| 	if ( ! yy_is_jam )
| 		*yy_state_ptr++ = yy_current_state;
| 
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
| 
| 
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
| 
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
| 
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
| 
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
| 
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
| 
| 	*yy_c_buf_p = yy_hold_char;
| 
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
| 
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
| 
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
| 
| 					/* fall through */
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
| 
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
| 
| 
| 	return c;
| 	}
| #endif /* YY_NO_INPUT */
| 
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
| 
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer( b, file );
| 
| 	return b;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
| 
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
| 
| 	yy_flex_free( (void *) b );
| 	}
| 
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
| 
| 
| 	{
| 	yy_flush_buffer( b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 
| 	{
| 	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
| 
| 
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer( b );
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
| 
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
| 
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
| 
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
| 
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
| 
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
| 
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
| 
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
| 
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
| 
| 	BEGIN(new_state);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
| 
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
| 
| 
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
| 
| 
| /* Internal utility routines. */
| 
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
| 
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| 	}
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
| 
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 9 "conftest.l"
| 
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
configure:51221: result: no
configure:51297: checking if build filesystem is case sensitive
configure:51309: result: yes
configure:51322: checking if configuring for case sensitive filesystem
configure:51340: result: yes
configure:51464: checking for subdir args
configure:51524: result:  '--enable-static' '--with-devel-headers' 'CFLAGS=-O2 -m32' 'CXXFLAGS=-O2 -m32' 'FFLAGS=-O2 -m32' 'FCFLAGS=-O2 -m32' 'LDFLAGS=-m32' '--prefix=/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio' 'CC=cc' 'CXX=CC' 'FC=f95' '--enable-ltdl-convenience'
configure:51581: checking for gcc
configure:51597: found /usr/bin/gcc
configure:51608: result: gcc
configure:51637: checking for Objective C compiler version
configure:51644: gcc --version >&5
gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:51647: $? = 0
configure:51654: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
configure:51657: $? = 0
configure:51664: gcc -V >&5
gcc: '-V' option must have argument
configure:51667: $? = 1
configure:51670: checking whether we are using the GNU Objective C compiler
configure:51699: gcc -c    conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:51705: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:51722: result: no
configure:51727: checking whether gcc accepts -g
configure:51757: gcc -c -g   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:51763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:51795: gcc -c    conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:51801: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:51834: gcc -c -g   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:51840: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:51862: result: no
configure:51887: checking dependency style of gcc
configure:51978: result: gcc3
configure:52027: checking which components should be disabled
configure:52058: result: 
configure:52067: checking which components should be direct-linked into the library
configure:52112: result: 
configure:52120: checking which components should be run-time loadable
configure:52143: result: none
configure:52147: WARNING: *** Shared libraries have been disabled (--disable-shared)
configure:52149: WARNING: *** Building MCA components as DSOs automatically disabled
configure:52153: checking which components should be static
configure:52173: result: none
configure:52177: checking for projects containing MCA frameworks
configure:52179: result: opal, orte, ompi
configure:52195: checking for frameworks for opal
configure:52197: result: backtrace, installdirs, maffinity, memcpy, memory, paffinity, timer
configure:52306: checking for no configure components in framework backtrace
configure:52308: result: 
configure:52310: checking for m4 configure components in framework backtrace
configure:52312: result: execinfo, printstack, darwin, none
configure:52398: checking for MCA component backtrace:execinfo compile mode
configure:52401: result: static
configure:52414: checking for execinfo.h
configure:52420: result: yes
configure:52556: checking if we need -lexecinfo for backtrace
configure:52612: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 344: warning: statement not reached
configure:52618: $? = 0
configure:52710: result: no
configure:52724: checking for backtrace
configure:52780: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 344: warning: statement not reached
configure:52786: $? = 0
configure:52804: result: yes
configure:52851: checking if MCA component backtrace:execinfo can compile
configure:52853: result: yes
configure:53062: checking for MCA component backtrace:printstack compile mode
configure:53065: result: static
configure:53435: checking if MCA component backtrace:printstack can compile
configure:53437: result: no
configure:53560: checking for MCA component backtrace:darwin compile mode
configure:53563: result: static
configure:54162: checking if MCA component backtrace:darwin can compile
configure:54164: result: no
configure:54287: checking for MCA component backtrace:none compile mode
configure:54290: result: static
configure:54410: checking if MCA component backtrace:none can compile
configure:54412: result: no
configure:55032: checking for no configure components in framework installdirs
configure:55034: result: 
configure:55036: checking for m4 configure components in framework installdirs
configure:55038: result: env, config
configure:55124: checking for MCA component installdirs:env compile mode
configure:55127: result: static
configure:55161: checking if MCA component installdirs:env can compile
configure:55163: result: yes
configure:55372: checking for MCA component installdirs:config compile mode
configure:55375: result: static
configure:55459: checking if MCA component installdirs:config can compile
configure:55461: result: yes
configure:56167: checking for no configure components in framework maffinity
configure:56169: result: first_use
configure:56171: checking for m4 configure components in framework maffinity
configure:56173: result: libnuma
configure:56284: checking for MCA component maffinity:first_use compile mode
configure:56290: result: static
configure:56318: checking if MCA component maffinity:first_use can compile
configure:56320: result: yes
configure:56559: checking for MCA component maffinity:libnuma compile mode
configure:56565: result: static
configure:56775: checking numa.h usability
configure:56792: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:56798: $? = 0
configure:56812: result: yes
configure:56816: checking numa.h presence
configure:56831: cc -E   conftest.c
configure:56837: $? = 0
configure:56851: result: yes
configure:56884: checking for numa.h
configure:56891: result: yes
configure:56986: result: looking for library without search path
configure:56988: checking for numa_available in -lnuma
configure:57023: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnuma  -lnsl  -lutil -lm  >&5
"conftest.c", line 322: warning: statement not reached
configure:57029: $? = 0
configure:57047: result: yes
configure:57673: checking if MCA component maffinity:libnuma can compile
configure:57675: result: yes
configure:58385: checking for no configure components in framework memcpy
configure:58387: result: 
configure:58389: checking for m4 configure components in framework memcpy
configure:58391: result: 
configure:58990: checking for no configure components in framework memory
configure:58992: result: 
configure:58994: checking for m4 configure components in framework memory
configure:58996: result: darwin, ptmalloc2, malloc_hooks
configure:59082: checking for MCA component memory:darwin compile mode
configure:59085: result: static
configure:59126: checking malloc/malloc.h usability
configure:59143: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 343: cannot find include file: <malloc/malloc.h>
cc: acomp failed for conftest.c
configure:59149: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:59163: result: no
configure:59167: checking malloc/malloc.h presence
configure:59182: cc -E   conftest.c
"conftest.c", line 310: cannot find include file: <malloc/malloc.h>
cc: acomp failed for conftest.c
configure:59188: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:59202: result: no
configure:59235: checking for malloc/malloc.h
configure:59242: result: no
configure:59572: checking if MCA component memory:darwin can compile
configure:59574: result: no
configure:59697: checking for MCA component memory:ptmalloc2 compile mode
configure:59700: result: static
configure:59788: checking for malloc.h
configure:59793: result: yes
configure:59929: checking whether __malloc_initialize_hook is declared
configure:59960: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:59966: $? = 0
configure:59981: result: yes
configure:59995: checking whether sbrk is declared
configure:60024: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:60030: $? = 0
configure:60045: result: yes
configure:60084: checking syscall.h usability
configure:60101: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:60107: $? = 0
configure:60121: result: yes
configure:60125: checking syscall.h presence
configure:60140: cc -E   conftest.c
configure:60146: $? = 0
configure:60160: result: yes
configure:60193: checking for syscall.h
configure:60200: result: yes
configure:60209: checking for syscall
configure:60265: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 348: warning: statement not reached
configure:60271: $? = 0
configure:60289: result: yes
configure:60310: checking for __munmap
configure:60366: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 349: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `__munmap'
configure:60372: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __munmap to an innocuous variant, in case <limits.h> declares __munmap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __munmap innocuous___munmap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __munmap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __munmap
| 
| /* 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 __munmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___munmap || defined __stub_____munmap
| choke me
| #endif
| 
| int
| main ()
| {
| return __munmap ();
|   ;
|   return 0;
| }
configure:60390: result: no
configure:60404: checking for __mmap
configure:60460: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 349: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `__mmap'
configure:60466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __mmap to an innocuous variant, in case <limits.h> declares __mmap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __mmap innocuous___mmap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __mmap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __mmap
| 
| /* 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 __mmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___mmap || defined __stub_____mmap
| choke me
| #endif
| 
| int
| main ()
| {
| return __mmap ();
|   ;
|   return 0;
| }
configure:60484: result: no
configure:60499: checking for dlsym in -ldl
configure:60534: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -ldl  -lnsl  -lutil -lm  >&5
"conftest.c", line 326: warning: statement not reached
configure:60540: $? = 0
configure:60558: result: yes
configure:60570: checking for dlsym
configure:60626: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  -ldl >&5
"conftest.c", line 349: warning: statement not reached
configure:60632: $? = 0
configure:60650: result: yes
configure:60720: checking if MCA component memory:ptmalloc2 can compile
configure:60722: result: yes
configure:60931: checking for MCA component memory:malloc_hooks compile mode
configure:60934: result: static
configure:61480: checking if MCA component memory:malloc_hooks can compile
configure:61482: result: no
configure:62109: checking for no configure components in framework paffinity
configure:62111: result: 
configure:62113: checking for m4 configure components in framework paffinity
configure:62115: result: linux, solaris, windows
configure:62234: checking for MCA component paffinity:linux compile mode
configure:62240: result: static
configure:62251: checking for sched_setaffinity
configure:62307: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 351: warning: statement not reached
configure:62313: $? = 0
configure:62330: result: yes
configure:62346: checking for cpu_set_t
configure:62377: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:62383: $? = 0
configure:62398: result: yes
configure:62421: checking whether CPU_ZERO is broken
configure:62446: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:62452: $? = 0
configure:62461: result: no
configure:62476: checking how many parameters sched_setaffinity() takes
configure:62499: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:62505: $? = 0
configure:62524: result: 3
configure:62559: checking if MCA component paffinity:linux can compile
configure:62561: result: yes
configure:62803: checking for MCA component paffinity:solaris compile mode
configure:62809: result: static
configure:62819: checking for processor_bind
configure:62875: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 355: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `processor_bind'
configure:62881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| /* Define processor_bind to an innocuous variant, in case <limits.h> declares processor_bind.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define processor_bind innocuous_processor_bind
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char processor_bind (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef processor_bind
| 
| /* 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 processor_bind ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_processor_bind || defined __stub___processor_bind
| choke me
| #endif
| 
| int
| main ()
| {
| return processor_bind ();
|   ;
|   return 0;
| }
configure:62898: result: no
configure:63019: checking if MCA component paffinity:solaris can compile
configure:63021: result: no
configure:63177: checking for MCA component paffinity:windows compile mode
configure:63183: result: static
configure:63195: checking for working GetProcessAffinityMask
configure:63254: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 319: cannot find include file: <windows.h>
"conftest.c", line 321: undefined symbol: DWORD
"conftest.c", line 321: syntax error before or at: aff
"conftest.c", line 322: warning: implicit function declaration: GetProcessAffinityMask
"conftest.c", line 322: undefined symbol: NULL
"conftest.c", line 322: undefined symbol: aff
"conftest.c", line 322: undefined symbol: mask
cc: acomp failed for conftest.c
configure:63257: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <windows.h>
| int main( int argc, char** argv ) {
|     DWORD aff, mask;
|     GetProcessAffinityMask( NULL, &aff, &mask );
|     return 0; }
configure:63277: result: no
configure:63398: checking if MCA component paffinity:windows can compile
configure:63400: result: no
configure:64024: checking for no configure components in framework timer
configure:64026: result: 
configure:64028: checking for m4 configure components in framework timer
configure:64030: result: aix, altix, darwin, solaris, windows, linux
configure:64116: checking for MCA component timer:aix compile mode
configure:64119: result: static
configure:64149: checking for time_base_to_time
configure:64205: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 355: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `time_base_to_time'
configure:64211: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| /* Define time_base_to_time to an innocuous variant, in case <limits.h> declares time_base_to_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define time_base_to_time innocuous_time_base_to_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char time_base_to_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef time_base_to_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char time_base_to_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_time_base_to_time || defined __stub___time_base_to_time
| choke me
| #endif
| 
| int
| main ()
| {
| return time_base_to_time ();
|   ;
|   return 0;
| }
configure:64228: result: no
configure:64690: checking if MCA component timer:aix can compile
configure:64692: result: no
configure:64815: checking for MCA component timer:altix compile mode
configure:64818: result: static
configure:64858: checking sn/mmtimer.h usability
configure:64875: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 352: cannot find include file: <sn/mmtimer.h>
cc: acomp failed for conftest.c
configure:64881: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sn/mmtimer.h>
configure:64895: result: no
configure:64899: checking sn/mmtimer.h presence
configure:64914: cc -E   conftest.c
"conftest.c", line 319: cannot find include file: <sn/mmtimer.h>
cc: acomp failed for conftest.c
configure:64920: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <sn/mmtimer.h>
configure:64934: result: no
configure:64967: checking for sn/mmtimer.h
configure:64974: result: no
configure:65335: checking if MCA component timer:altix can compile
configure:65337: result: no
configure:65460: checking for MCA component timer:darwin compile mode
configure:65463: result: static
configure:65508: checking mach/mach_time.h usability
configure:65525: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 352: cannot find include file: <mach/mach_time.h>
cc: acomp failed for conftest.c
configure:65531: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach_time.h>
configure:65545: result: no
configure:65549: checking mach/mach_time.h presence
configure:65564: cc -E   conftest.c
"conftest.c", line 319: cannot find include file: <mach/mach_time.h>
cc: acomp failed for conftest.c
configure:65570: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <mach/mach_time.h>
configure:65584: result: no
configure:65617: checking for mach/mach_time.h
configure:65625: result: no
configure:65638: checking for mach_absolute_time
configure:65694: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 355: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `mach_absolute_time'
configure:65700: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mach_absolute_time innocuous_mach_absolute_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mach_absolute_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mach_absolute_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mach_absolute_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
| 
| int
| main ()
| {
| return mach_absolute_time ();
|   ;
|   return 0;
| }
configure:65717: result: no
configure:65856: checking if MCA component timer:darwin can compile
configure:65858: result: no
configure:65981: checking for MCA component timer:solaris compile mode
configure:65984: result: static
configure:66014: checking for gethrtime
configure:66070: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 355: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `gethrtime'
configure:66076: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethrtime innocuous_gethrtime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethrtime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethrtime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
| 
| int
| main ()
| {
| return gethrtime ();
|   ;
|   return 0;
| }
configure:66093: result: no
configure:66232: checking if MCA component timer:solaris can compile
configure:66234: result: no
configure:66357: checking for MCA component timer:windows compile mode
configure:66360: result: static
configure:66412: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 319: cannot find include file: <windows.h>
"conftest.c", line 323: undefined symbol: LARGE_INTEGER
"conftest.c", line 323: syntax error before or at: now
"conftest.c", line 324: warning: implicit function declaration: QueryPerformanceCounter
"conftest.c", line 324: undefined symbol: now
cc: acomp failed for conftest.c
configure:66418: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| /* end confdefs.h.  */
| #include <windows.h>
| int
| main ()
| {
| LARGE_INTEGER now;
|                            QueryPerformanceCounter( &now );
|   ;
|   return 0;
| }
configure:66563: checking if MCA component timer:windows can compile
configure:66565: result: no
configure:66688: checking for MCA component timer:linux compile mode
configure:66691: result: static
configure:66778: checking if MCA component timer:linux can compile
configure:66780: result: yes
configure:67428: checking for frameworks for orte
configure:67430: result: errmgr, gpr, iof, ns, odls, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, smr
configure:67539: checking for no configure components in framework errmgr
configure:67541: result: hnp, orted, proxy
configure:67543: checking for m4 configure components in framework errmgr
configure:67545: result: bproc
configure:67656: checking for MCA component errmgr:hnp compile mode
configure:67662: result: static
configure:67690: checking if MCA component errmgr:hnp can compile
configure:67692: result: yes
configure:67923: checking for MCA component errmgr:orted compile mode
configure:67929: result: static
configure:67957: checking if MCA component errmgr:orted can compile
configure:67959: result: yes
configure:68190: checking for MCA component errmgr:proxy compile mode
configure:68196: result: static
configure:68224: checking if MCA component errmgr:proxy can compile
configure:68226: result: yes
configure:68465: checking for MCA component errmgr:bproc compile mode
configure:68471: result: static
configure:68516: checking sys/bproc.h usability
configure:68533: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 353: cannot find include file: <sys/bproc.h>
cc: acomp failed for conftest.c
configure:68539: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bproc.h>
configure:68553: result: no
configure:68557: checking sys/bproc.h presence
configure:68572: cc -E   conftest.c
"conftest.c", line 320: cannot find include file: <sys/bproc.h>
cc: acomp failed for conftest.c
configure:68578: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| #include <sys/bproc.h>
configure:68592: result: no
configure:68625: checking for sys/bproc.h
configure:68633: result: no
configure:68943: checking if MCA component errmgr:bproc can compile
configure:68945: result: no
configure:69565: checking for no configure components in framework gpr
configure:69567: result: null, proxy, replica
configure:69569: checking for m4 configure components in framework gpr
configure:69571: result: 
configure:69682: checking for MCA component gpr:null compile mode
configure:69688: result: static
configure:69716: checking if MCA component gpr:null can compile
configure:69718: result: yes
configure:69949: checking for MCA component gpr:proxy compile mode
configure:69955: result: static
configure:69983: checking if MCA component gpr:proxy can compile
configure:69985: result: yes
configure:70216: checking for MCA component gpr:replica compile mode
configure:70222: result: static
configure:70250: checking if MCA component gpr:replica can compile
configure:70252: result: yes
configure:70955: checking for no configure components in framework iof
configure:70957: result: proxy, svc
configure:70959: checking for m4 configure components in framework iof
configure:70961: result: 
configure:71072: checking for MCA component iof:proxy compile mode
configure:71078: result: static
configure:71106: checking if MCA component iof:proxy can compile
configure:71108: result: yes
configure:71339: checking for MCA component iof:svc compile mode
configure:71345: result: static
configure:71373: checking if MCA component iof:svc can compile
configure:71375: result: yes
configure:72078: checking for no configure components in framework ns
configure:72080: result: proxy, replica
configure:72082: checking for m4 configure components in framework ns
configure:72084: result: 
configure:72195: checking for MCA component ns:proxy compile mode
configure:72201: result: static
configure:72229: checking if MCA component ns:proxy can compile
configure:72231: result: yes
configure:72462: checking for MCA component ns:replica compile mode
configure:72468: result: static
configure:72496: checking if MCA component ns:replica can compile
configure:72498: result: yes
configure:73201: checking for no configure components in framework odls
configure:73203: result: 
configure:73205: checking for m4 configure components in framework odls
configure:73207: result: bproc, default
configure:73326: checking for MCA component odls:bproc compile mode
configure:73332: result: static
configure:73367: checking for sys/bproc.h
configure:73373: result: no
configure:73804: checking if MCA component odls:bproc can compile
configure:73806: result: no
configure:73962: checking for MCA component odls:default compile mode
configure:73968: result: static
configure:73977: checking for fork
configure:74056: result: yes
configure:74091: checking if MCA component odls:default can compile
configure:74093: result: yes
configure:74799: checking for no configure components in framework oob
configure:74801: result: 
configure:74803: checking for m4 configure components in framework oob
configure:74805: result: tcp
configure:74924: checking for MCA component oob:tcp compile mode
configure:74930: result: static
configure:74940: checking for struct sockaddr_in
configure:74995: result: yes
configure:75035: checking if MCA component oob:tcp can compile
configure:75037: result: yes
configure:75743: checking for no configure components in framework pls
configure:75745: result: proxy
configure:75747: checking for m4 configure components in framework pls
configure:75749: result: bproc, cnos, gridengine, poe, rsh, slurm, tm, xgrid
configure:75860: checking for MCA component pls:proxy compile mode
configure:75866: result: static
configure:75894: checking if MCA component pls:proxy can compile
configure:75896: result: yes
configure:76135: checking for MCA component pls:bproc compile mode
configure:76141: result: static
configure:76176: checking for sys/bproc.h
configure:76182: result: no
configure:76621: checking if MCA component pls:bproc can compile
configure:76623: result: no
configure:76779: checking for MCA component pls:cnos compile mode
configure:76785: result: static
configure:76800: checking for cnos_barrier
configure:76856: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 357: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `cnos_barrier'
configure:76862: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| /* Define cnos_barrier to an innocuous variant, in case <limits.h> declares cnos_barrier.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cnos_barrier innocuous_cnos_barrier
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cnos_barrier (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cnos_barrier
| 
| /* 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 cnos_barrier ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cnos_barrier || defined __stub___cnos_barrier
| choke me
| #endif
| 
| int
| main ()
| {
| return cnos_barrier ();
|   ;
|   return 0;
| }
configure:76879: result: no
configure:76894: checking for killrank
configure:76950: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 357: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `killrank'
configure:76956: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| /* Define killrank to an innocuous variant, in case <limits.h> declares killrank.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define killrank innocuous_killrank
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char killrank (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef killrank
| 
| /* 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 killrank ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_killrank || defined __stub___killrank
| choke me
| #endif
| 
| int
| main ()
| {
| return killrank ();
|   ;
|   return 0;
| }
configure:76974: result: no
configure:76894: checking for cnos_pm_barrier
configure:76950: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 357: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `cnos_pm_barrier'
configure:76956: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| /* Define cnos_pm_barrier to an innocuous variant, in case <limits.h> declares cnos_pm_barrier.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cnos_pm_barrier innocuous_cnos_pm_barrier
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cnos_pm_barrier (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cnos_pm_barrier
| 
| /* 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 cnos_pm_barrier ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cnos_pm_barrier || defined __stub___cnos_pm_barrier
| choke me
| #endif
| 
| int
| main ()
| {
| return cnos_pm_barrier ();
|   ;
|   return 0;
| }
configure:76974: result: no
configure:77104: checking if MCA component pls:cnos can compile
configure:77106: result: no
configure:77262: checking for MCA component pls:gridengine compile mode
configure:77268: result: static
configure:77277: checking for fork
configure:77356: result: yes
configure:77391: checking if MCA component pls:gridengine can compile
configure:77393: result: yes
configure:77635: checking for MCA component pls:poe compile mode
configure:77641: result: static
configure:77653: checking if on AIX
configure:77663: result: no
configure:77784: checking if MCA component pls:poe can compile
configure:77786: result: no
configure:77942: checking for MCA component pls:rsh compile mode
configure:77948: result: static
configure:77957: checking for fork
configure:78036: result: yes
configure:78071: checking if MCA component pls:rsh can compile
configure:78073: result: yes
configure:78315: checking for MCA component pls:slurm compile mode
configure:78321: result: static
configure:78356: checking for fork
configure:78435: result: yes
configure:78447: checking for execve
configure:78526: result: yes
configure:78538: checking for setpgid
configure:78594: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 357: warning: statement not reached
configure:78600: $? = 0
configure:78617: result: yes
configure:78678: checking if MCA component pls:slurm can compile
configure:78680: result: yes
configure:78922: checking for MCA component pls:tm compile mode
configure:78928: result: static
configure:78960: checking for pbs-config
configure:78972: result: not found
configure:79467: checking tm.h usability
configure:79484: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 354: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:79490: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:79504: result: no
configure:79508: checking tm.h presence
configure:79523: cc -E   conftest.c
"conftest.c", line 321: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:79529: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:79543: result: no
configure:79576: checking for tm.h
configure:79583: result: no
configure:80505: checking tm.h usability
configure:80522: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 354: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:80528: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:80542: result: no
configure:80546: checking tm.h presence
configure:80561: cc -E   conftest.c
"conftest.c", line 321: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:80567: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:80581: result: no
configure:80614: checking for tm.h
configure:80621: result: no
configure:81496: checking if MCA component pls:tm can compile
configure:81498: result: no
configure:81654: checking for MCA component pls:xgrid compile mode
configure:81660: result: static
configure:81683: checking if C and Objective C are link compatible
configure:81709: cc -c -DNDEBUG -O2 -m32    conftest_c.c
configure:81716: $? = 0
configure:81757: gcc -o conftest    -m32  conftest.m conftest_c.o -lnsl  -lutil -lm  >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:81763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| 
| #if defined(c_plusplus) || defined(__cplusplus)
| extern "C" int testfunc(int);
| #else
| extern int testfunc(int);
| #endif
| 
| int
| main ()
| {
| return testfunc(0);
|   ;
|   return 0;
| }
configure:81798: result: no
configure:82033: checking if MCA component pls:xgrid can compile
configure:82035: result: no
configure:82655: checking for no configure components in framework ras
configure:82657: result: dash_host, localhost
configure:82659: checking for m4 configure components in framework ras
configure:82661: result: bjs, gridengine, loadleveler, lsf_bproc, slurm, tm, xgrid
configure:82772: checking for MCA component ras:dash_host compile mode
configure:82778: result: static
configure:82806: checking if MCA component ras:dash_host can compile
configure:82808: result: yes
configure:83039: checking for MCA component ras:localhost compile mode
configure:83045: result: static
configure:83073: checking if MCA component ras:localhost can compile
configure:83075: result: yes
configure:83314: checking for MCA component ras:bjs compile mode
configure:83320: result: static
configure:83355: checking for sys/bproc.h
configure:83361: result: no
configure:83792: checking if MCA component ras:bjs can compile
configure:83794: result: no
configure:83950: checking for MCA component ras:gridengine compile mode
configure:83956: result: static
configure:83965: checking for fork
configure:84044: result: yes
configure:84079: checking if MCA component ras:gridengine can compile
configure:84081: result: yes
configure:84323: checking for MCA component ras:loadleveler compile mode
configure:84329: result: static
configure:84546: checking llapi.h usability
configure:84563: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 354: cannot find include file: <llapi.h>
cc: acomp failed for conftest.c
configure:84569: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llapi.h>
configure:84583: result: no
configure:84587: checking llapi.h presence
configure:84602: cc -E   conftest.c
"conftest.c", line 321: cannot find include file: <llapi.h>
cc: acomp failed for conftest.c
configure:84608: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <llapi.h>
configure:84622: result: no
configure:84655: checking for llapi.h
configure:84662: result: no
configure:85535: checking if MCA component ras:loadleveler can compile
configure:85537: result: no
configure:85693: checking for MCA component ras:lsf_bproc compile mode
configure:85699: result: static
configure:85734: checking for sys/bproc.h
configure:85740: result: no
configure:86171: checking if MCA component ras:lsf_bproc can compile
configure:86173: result: no
configure:86329: checking for MCA component ras:slurm compile mode
configure:86335: result: static
configure:86370: checking for fork
configure:86449: result: yes
configure:86461: checking for execve
configure:86540: result: yes
configure:86552: checking for setpgid
configure:86631: result: yes
configure:86692: checking if MCA component ras:slurm can compile
configure:86694: result: yes
configure:86936: checking for MCA component ras:tm compile mode
configure:86942: result: static
configure:86974: checking for pbs-config
configure:86986: result: not found
configure:87481: checking tm.h usability
configure:87498: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 354: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:87504: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:87518: result: no
configure:87522: checking tm.h presence
configure:87537: cc -E   conftest.c
"conftest.c", line 321: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:87543: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:87557: result: no
configure:87590: checking for tm.h
configure:87597: result: no
configure:88519: checking tm.h usability
configure:88536: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 354: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:88542: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:88556: result: no
configure:88560: checking tm.h presence
configure:88575: cc -E   conftest.c
"conftest.c", line 321: cannot find include file: <tm.h>
cc: acomp failed for conftest.c
configure:88581: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:88595: result: no
configure:88628: checking for tm.h
configure:88635: result: no
configure:89510: checking if MCA component ras:tm can compile
configure:89512: result: no
configure:89668: checking for MCA component ras:xgrid compile mode
configure:89674: result: static
configure:89697: checking if C and Objective C are link compatible
configure:89812: result: no
configure:90042: checking if MCA component ras:xgrid can compile
configure:90044: result: no
configure:90664: checking for no configure components in framework rds
configure:90666: result: hostfile, proxy, resfile
configure:90668: checking for m4 configure components in framework rds
configure:90670: result: 
configure:90781: checking for MCA component rds:hostfile compile mode
configure:90787: result: static
configure:90815: checking if MCA component rds:hostfile can compile
configure:90817: result: yes
configure:91048: checking for MCA component rds:proxy compile mode
configure:91054: result: static
configure:91082: checking if MCA component rds:proxy can compile
configure:91084: result: yes
configure:91315: checking for MCA component rds:resfile compile mode
configure:91321: result: static
configure:91349: checking if MCA component rds:resfile can compile
configure:91351: result: yes
configure:92054: checking for no configure components in framework rmaps
configure:92056: result: round_robin
configure:92058: checking for m4 configure components in framework rmaps
configure:92060: result: 
configure:92171: checking for MCA component rmaps:round_robin compile mode
configure:92177: result: static
configure:92205: checking if MCA component rmaps:round_robin can compile
configure:92207: result: yes
configure:92910: checking for no configure components in framework rmgr
configure:92912: result: proxy, urm
configure:92914: checking for m4 configure components in framework rmgr
configure:92916: result: cnos
configure:93027: checking for MCA component rmgr:proxy compile mode
configure:93033: result: static
configure:93061: checking if MCA component rmgr:proxy can compile
configure:93063: result: yes
configure:93294: checking for MCA component rmgr:urm compile mode
configure:93300: result: static
configure:93328: checking if MCA component rmgr:urm can compile
configure:93330: result: yes
configure:93569: checking for MCA component rmgr:cnos compile mode
configure:93575: result: static
configure:93590: checking for cnos_barrier
configure:93669: result: no
configure:93684: checking for killrank
configure:93764: result: no
configure:93684: checking for cnos_pm_barrier
configure:93764: result: no
configure:93894: checking if MCA component rmgr:cnos can compile
configure:93896: result: no
configure:94516: checking for no configure components in framework rml
configure:94518: result: oob
configure:94520: checking for m4 configure components in framework rml
configure:94522: result: cnos
configure:94633: checking for MCA component rml:oob compile mode
configure:94639: result: static
configure:94667: checking if MCA component rml:oob can compile
configure:94669: result: yes
configure:94908: checking for MCA component rml:cnos compile mode
configure:94914: result: static
configure:94930: checking for cnos_barrier
configure:95009: result: no
configure:95145: checking if MCA component rml:cnos can compile
configure:95147: result: no
configure:95767: checking for no configure components in framework schema
configure:95769: result: 
configure:95771: checking for m4 configure components in framework schema
configure:95773: result: 
configure:96356: checking for no configure components in framework sds
configure:96358: result: env, seed, singleton
configure:96360: checking for m4 configure components in framework sds
configure:96362: result: bproc, cnos, pipe, portals_utcp, slurm
configure:96473: checking for MCA component sds:env compile mode
configure:96479: result: static
configure:96507: checking if MCA component sds:env can compile
configure:96509: result: yes
configure:96740: checking for MCA component sds:seed compile mode
configure:96746: result: static
configure:96774: checking if MCA component sds:seed can compile
configure:96776: result: yes
configure:97007: checking for MCA component sds:singleton compile mode
configure:97013: result: static
configure:97041: checking if MCA component sds:singleton can compile
configure:97043: result: yes
configure:97282: checking for MCA component sds:bproc compile mode
configure:97288: result: static
configure:97323: checking for sys/bproc.h
configure:97329: result: no
configure:97758: checking if MCA component sds:bproc can compile
configure:97760: result: no
configure:97916: checking for MCA component sds:cnos compile mode
configure:97922: result: static
configure:97932: checking for cnos_get_rank
configure:97988: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 358: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `cnos_get_rank'
configure:97994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| /* Define cnos_get_rank to an innocuous variant, in case <limits.h> declares cnos_get_rank.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cnos_get_rank innocuous_cnos_get_rank
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cnos_get_rank (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cnos_get_rank
| 
| /* 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 cnos_get_rank ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cnos_get_rank || defined __stub___cnos_get_rank
| choke me
| #endif
| 
| int
| main ()
| {
| return cnos_get_rank ();
|   ;
|   return 0;
| }
configure:98011: result: no
configure:98132: checking if MCA component sds:cnos can compile
configure:98134: result: no
configure:98290: checking for MCA component sds:pipe compile mode
configure:98296: result: static
configure:98306: checking for pipe
configure:98385: result: yes
configure:98420: checking if MCA component sds:pipe can compile
configure:98422: result: yes
configure:98664: checking for MCA component sds:portals_utcp compile mode
configure:98670: result: static
configure:98725: checking for PtlGetRank
configure:98758: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  -lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp >&5
"conftest.c", line 322: cannot find include file: <portals3.h>
"conftest.c", line 324: cannot find include file: <p3nal_utcp.h>
"conftest.c", line 325: cannot find include file: <p3rt/p3rt.h>
"conftest.c", line 326: cannot find include file: <p3api/debug.h>
"conftest.c", line 334: warning: implicit function declaration: PtlInit
"conftest.c", line 335: warning: implicit function declaration: PtlNIInit
"conftest.c", line 335: undefined symbol: PTL_IFACE_DEFAULT
"conftest.c", line 335: undefined symbol: PTL_PID_ANY
"conftest.c", line 336: warning: implicit function declaration: PtlGetRank
"conftest.c", line 336: undefined symbol: PTL_INVALID_HANDLE
cc: acomp failed for conftest.c
configure:98764: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <portals3.h>
| #include <stdio.h>
| #include <p3nal_utcp.h>
| #include <p3rt/p3rt.h>
| #include <p3api/debug.h>
| FILE *utcp_api_out;
| FILE *utcp_lib_out;
| int
| main ()
| {
| unsigned int nprocs, rank;
| int dummy;
| PtlInit(&dummy);
| PtlNIInit(PTL_IFACE_DEFAULT, PTL_PID_ANY, NULL, NULL, NULL);
| PtlGetRank(PTL_INVALID_HANDLE, &rank, &nprocs);
|   ;
|   return 0;
| }
configure:98777: result: no
configure:98907: checking if MCA component sds:portals_utcp can compile
configure:98909: result: no
configure:99065: checking for MCA component sds:slurm compile mode
configure:99071: result: static
configure:99106: checking for fork
configure:99185: result: yes
configure:99197: checking for execve
configure:99276: result: yes
configure:99288: checking for setpgid
configure:99367: result: yes
configure:99428: checking if MCA component sds:slurm can compile
configure:99430: result: yes
configure:100136: checking for no configure components in framework smr
configure:100138: result: 
configure:100140: checking for m4 configure components in framework smr
configure:100142: result: bproc
configure:100261: checking for MCA component smr:bproc compile mode
configure:100267: result: static
configure:100302: checking for sys/bproc.h
configure:100308: result: no
configure:100790: checking if MCA component smr:bproc can compile
configure:100792: result: no
configure:101342: checking for frameworks for ompi
configure:101344: result: allocator, bml, btl, coll, common, io, mpool, mtl, osc, pml, rcache, topo
configure:101453: checking for no configure components in framework allocator
configure:101455: result: basic, bucket
configure:101457: checking for m4 configure components in framework allocator
configure:101459: result: 
configure:101570: checking for MCA component allocator:basic compile mode
configure:101576: result: static
configure:101604: checking if MCA component allocator:basic can compile
configure:101606: result: yes
configure:101837: checking for MCA component allocator:bucket compile mode
configure:101843: result: static
configure:101871: checking if MCA component allocator:bucket can compile
configure:101873: result: yes
configure:102576: checking for no configure components in framework bml
configure:102578: result: r2
configure:102580: checking for m4 configure components in framework bml
configure:102582: result: 
configure:102693: checking for MCA component bml:r2 compile mode
configure:102699: result: static
configure:102727: checking if MCA component bml:r2 can compile
configure:102729: result: yes
configure:103432: checking for no configure components in framework btl
configure:103434: result: self, sm
configure:103436: checking for m4 configure components in framework btl
configure:103438: result: gm, mvapi, mx, openib, portals, tcp, udapl
configure:103549: checking for MCA component btl:self compile mode
configure:103555: result: static
configure:103583: checking if MCA component btl:self can compile
configure:103585: result: yes
configure:103816: checking for MCA component btl:sm compile mode
configure:103822: result: static
configure:103850: checking if MCA component btl:sm can compile
configure:103852: result: yes
configure:104091: checking for MCA component btl:gm compile mode
configure:104097: result: static
configure:104316: checking gm.h usability
configure:104333: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 355: cannot find include file: <gm.h>
cc: acomp failed for conftest.c
configure:104339: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm.h>
configure:104353: result: no
configure:104357: checking gm.h presence
configure:104372: cc -E   conftest.c
"conftest.c", line 322: cannot find include file: <gm.h>
cc: acomp failed for conftest.c
configure:104378: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <gm.h>
configure:104392: result: no
configure:104425: checking for gm.h
configure:104432: result: no
configure:105620: checking if MCA component btl:gm can compile
configure:105622: result: no
configure:105778: checking for MCA component btl:mvapi compile mode
configure:105784: result: static
configure:105820: WARNING: POSIX threads not enabled.  May not be able to link with mvapi
configure:106022: checking vapi.h usability
configure:106039: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 355: cannot find include file: <vapi.h>
cc: acomp failed for conftest.c
configure:106045: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:106059: result: no
configure:106063: checking vapi.h presence
configure:106078: cc -E   conftest.c
"conftest.c", line 322: cannot find include file: <vapi.h>
cc: acomp failed for conftest.c
configure:106084: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <vapi.h>
configure:106098: result: no
configure:106131: checking for vapi.h
configure:106138: result: no
configure:107055: checking vapi.h usability
configure:107072: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 355: cannot find include file: <vapi.h>
cc: acomp failed for conftest.c
configure:107078: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:107092: result: no
configure:107096: checking vapi.h presence
configure:107111: cc -E   conftest.c
"conftest.c", line 322: cannot find include file: <vapi.h>
cc: acomp failed for conftest.c
configure:107117: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <vapi.h>
configure:107131: result: no
configure:107164: checking for vapi.h
configure:107171: result: no
configure:108071: checking if MCA component btl:mvapi can compile
configure:108073: result: no
configure:108229: checking for MCA component btl:mx compile mode
configure:108235: result: static
configure:108458: checking myriexpress.h usability
configure:108475: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 355: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:108481: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:108495: result: no
configure:108499: checking myriexpress.h presence
configure:108514: cc -E   conftest.c
"conftest.c", line 322: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:108520: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:108534: result: no
configure:108567: checking for myriexpress.h
configure:108574: result: no
configure:109609: checking if MCA component btl:mx can compile
configure:109611: result: no
configure:109767: checking for MCA component btl:openib compile mode
configure:109773: result: static
configure:109807: WARNING: POSIX threads not enabled.  May not be able to link with OpenFabrics
configure:110002: checking infiniband/verbs.h usability
configure:110019: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:110025: $? = 0
configure:110039: result: yes
configure:110043: checking infiniband/verbs.h presence
configure:110058: cc -E   conftest.c
configure:110064: $? = 0
configure:110078: result: yes
configure:110111: checking for infiniband/verbs.h
configure:110118: result: yes
configure:110213: result: looking for library without search path
configure:110215: checking for ibv_open_device in -libverbs
configure:110250: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -libverbs  -lnsl  -lutil -lm  >&5
"conftest.c", line 335: warning: statement not reached
configure:110256: $? = 0
configure:110274: result: yes
configure:110853: checking number of arguments to ibv_create_cq
configure:110879: cc -o conftest -DNDEBUG -O2 -m32     -m32   conftest.c -lnsl  -lutil -lm  -libverbs  >&5
configure:110885: $? = 0
configure:110944: result: 5
configure:110965: checking for ibv_create_srq
configure:111021: cc -o conftest -DNDEBUG -O2 -m32     -m32   conftest.c -lnsl  -lutil -lm  -libverbs  >&5
"conftest.c", line 359: warning: statement not reached
configure:111027: $? = 0
configure:111045: result: yes
configure:111067: checking for ibv_get_device_list
configure:111123: cc -o conftest -DNDEBUG -O2 -m32     -m32   conftest.c -lnsl  -lutil -lm  -libverbs  >&5
"conftest.c", line 361: warning: statement not reached
configure:111129: $? = 0
configure:111147: result: yes
configure:111169: checking for ibv_resize_cq
configure:111225: cc -o conftest -DNDEBUG -O2 -m32     -m32   conftest.c -lnsl  -lutil -lm  -libverbs  >&5
"conftest.c", line 363: warning: statement not reached
configure:111231: $? = 0
configure:111249: result: yes
configure:111313: checking for ibv_fork_init
configure:111369: cc -o conftest -DNDEBUG -O2 -m32    -m32   conftest.c -lnsl  -lutil -lm  -libverbs  >&5
"conftest.c", line 365: warning: statement not reached
configure:111375: $? = 0
configure:111393: result: yes
configure:111444: checking if MCA component btl:openib can compile
configure:111446: result: yes
configure:111688: checking for MCA component btl:portals compile mode
configure:111694: result: static
configure:111737: checking for Portals configuration
configure:111752: result: utcp
configure:111829: checking portals3.h usability
configure:111846: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 366: cannot find include file: <portals3.h>
cc: acomp failed for conftest.c
configure:111852: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <portals3.h>
configure:111866: result: no
configure:111870: checking portals3.h presence
configure:111885: cc -E   conftest.c
"conftest.c", line 333: cannot find include file: <portals3.h>
cc: acomp failed for conftest.c
configure:111891: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <portals3.h>
configure:111905: result: no
configure:111938: checking for portals3.h
configure:111946: result: no
configure:112161: checking if MCA component btl:portals can compile
configure:112163: result: no
configure:112319: checking for MCA component btl:tcp compile mode
configure:112325: result: static
configure:112335: checking for struct sockaddr_in
configure:112390: result: yes
configure:112430: checking if MCA component btl:tcp can compile
configure:112432: result: yes
configure:112674: checking for MCA component btl:udapl compile mode
configure:112680: result: static
configure:112722: WARNING: On Linux and --with-udapl was not specified
configure:112724: WARNING: Not building the udapl BTL
configure:114977: checking if MCA component btl:udapl can compile
configure:114979: result: no
configure:115599: checking for no configure components in framework coll
configure:115601: result: basic, self, sm, tuned
configure:115603: checking for m4 configure components in framework coll
configure:115605: result: 
configure:115716: checking for MCA component coll:basic compile mode
configure:115722: result: static
configure:115750: checking if MCA component coll:basic can compile
configure:115752: result: yes
configure:115983: checking for MCA component coll:self compile mode
configure:115989: result: static
configure:116017: checking if MCA component coll:self can compile
configure:116019: result: yes
configure:116250: checking for MCA component coll:sm compile mode
configure:116256: result: static
configure:116284: checking if MCA component coll:sm can compile
configure:116286: result: yes
configure:116517: checking for MCA component coll:tuned compile mode
configure:116523: result: static
configure:116551: checking if MCA component coll:tuned can compile
configure:116553: result: yes
configure:117256: checking for no configure components in framework common
configure:117258: result: sm
configure:117260: checking for m4 configure components in framework common
configure:117262: result: mx, portals
configure:117373: checking for MCA component common:sm compile mode
configure:117379: result: static
configure:117407: checking if MCA component common:sm can compile
configure:117409: result: yes
configure:117648: checking for MCA component common:mx compile mode
configure:117654: result: static
configure:117877: checking myriexpress.h usability
configure:117894: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 367: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:117900: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:117914: result: no
configure:117918: checking myriexpress.h presence
configure:117933: cc -E   conftest.c
"conftest.c", line 334: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:117939: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:117953: result: no
configure:117986: checking for myriexpress.h
configure:117993: result: no
configure:119028: checking if MCA component common:mx can compile
configure:119030: result: no
configure:119186: checking for MCA component common:portals compile mode
configure:119192: result: static
configure:119235: checking for Portals configuration
configure:119250: result: utcp
configure:119317: checking for portals3.h
configure:119323: result: no
configure:119659: checking if MCA component common:portals can compile
configure:119661: result: no
configure:120281: checking for no configure components in framework io
configure:120283: result: 
configure:120285: checking for m4 configure components in framework io
configure:120287: result: romio
configure:120406: checking for MCA component io:romio compile mode
configure:120412: result: static
configure:120432: checking if want ROMIO component
configure:120439: result: yes
configure:120441: checking if MPI profiling is enabled
configure:120456: result: yes
configure:120532: OMPI configuring in ompi/mca/io/romio/romio
configure:120621: running /bin/sh './configure'  CFLAGS="-DNDEBUG -O2 -m32 " CPPFLAGS=" " FFLAGS="-O2 -m32" LDFLAGS="-m32 " --enable-shared --enable-static  --prefix=/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio --with-mpi=open_mpi --cache-file=/dev/null --srcdir=.
configure:120627: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
configure:120707: checking if MCA component io:romio can compile
configure:120709: result: yes
configure:121431: checking for no configure components in framework mpool
configure:121433: result: rdma, sm
configure:121435: checking for m4 configure components in framework mpool
configure:121437: result: 
configure:121548: checking for MCA component mpool:rdma compile mode
configure:121554: result: static
configure:121582: checking if MCA component mpool:rdma can compile
configure:121584: result: yes
configure:121815: checking for MCA component mpool:sm compile mode
configure:121821: result: static
configure:121849: checking if MCA component mpool:sm can compile
configure:121851: result: yes
configure:122554: checking for no configure components in framework mtl
configure:122556: result: 
configure:122558: checking for m4 configure components in framework mtl
configure:122560: result: mx, portals, psm
configure:122679: checking for MCA component mtl:mx compile mode
configure:122685: result: static
configure:122908: checking myriexpress.h usability
configure:122925: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 370: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:122931: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:122945: result: no
configure:122949: checking myriexpress.h presence
configure:122964: cc -E   conftest.c
"conftest.c", line 337: cannot find include file: <myriexpress.h>
cc: acomp failed for conftest.c
configure:122970: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:122984: result: no
configure:123017: checking for myriexpress.h
configure:123024: result: no
configure:124059: checking if MCA component mtl:mx can compile
configure:124061: result: no
configure:124217: checking for MCA component mtl:portals compile mode
configure:124223: result: static
configure:124266: checking for Portals configuration
configure:124281: result: utcp
configure:124348: checking for portals3.h
configure:124354: result: no
configure:124690: checking if MCA component mtl:portals can compile
configure:124692: result: no
configure:124848: checking for MCA component mtl:psm compile mode
configure:124854: result: static
configure:125077: checking psm.h usability
configure:125094: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
"conftest.c", line 373: cannot find include file: <psm.h>
cc: acomp failed for conftest.c
configure:125100: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <psm.h>
configure:125114: result: no
configure:125118: checking psm.h presence
configure:125133: cc -E   conftest.c
"conftest.c", line 340: cannot find include file: <psm.h>
cc: acomp failed for conftest.c
configure:125139: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| /* end confdefs.h.  */
| #include <psm.h>
configure:125153: result: no
configure:125186: checking for psm.h
configure:125193: result: no
configure:126078: checking if MCA component mtl:psm can compile
configure:126080: result: no
configure:126700: checking for no configure components in framework osc
configure:126702: result: pt2pt
configure:126704: checking for m4 configure components in framework osc
configure:126706: result: 
configure:126817: checking for MCA component osc:pt2pt compile mode
configure:126823: result: static
configure:126851: checking if MCA component osc:pt2pt can compile
configure:126853: result: yes
configure:127556: checking for no configure components in framework pml
configure:127558: result: cm, ob1
configure:127560: checking for m4 configure components in framework pml
configure:127562: result: 
configure:127673: checking for MCA component pml:cm compile mode
configure:127679: result: static
configure:127707: checking if MCA component pml:cm can compile
configure:127709: result: yes
configure:127940: checking for MCA component pml:ob1 compile mode
configure:127946: result: static
configure:127974: checking if MCA component pml:ob1 can compile
configure:127976: result: yes
configure:128679: checking for no configure components in framework rcache
configure:128681: result: vma
configure:128683: checking for m4 configure components in framework rcache
configure:128685: result: 
configure:128796: checking for MCA component rcache:vma compile mode
configure:128802: result: static
configure:128830: checking if MCA component rcache:vma can compile
configure:128832: result: yes
configure:129535: checking for no configure components in framework topo
configure:129537: result: unity
configure:129539: checking for m4 configure components in framework topo
configure:129541: result: 
configure:129652: checking for MCA component topo:unity compile mode
configure:129658: result: static
configure:129686: checking if MCA component topo:unity can compile
configure:129688: result: yes
configure:130890: checking for ANSI C header files
configure:131054: result: yes
configure:131081: checking for fcntl.h
configure:131087: result: yes
configure:131081: checking for stdarg.h
configure:131087: result: yes
configure:131081: checking for inttypes.h
configure:131087: result: yes
configure:131081: checking for stdint.h
configure:131087: result: yes
configure:131081: checking for poll.h
configure:131087: result: yes
configure:131091: checking signal.h usability
configure:131108: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:131114: $? = 0
configure:131128: result: yes
configure:131132: checking signal.h presence
configure:131147: cc -E   conftest.c
configure:131153: $? = 0
configure:131167: result: yes
configure:131200: checking for signal.h
configure:131208: result: yes
configure:131081: checking for unistd.h
configure:131087: result: yes
configure:131091: checking sys/epoll.h usability
configure:131108: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:131114: $? = 0
configure:131128: result: yes
configure:131132: checking sys/epoll.h presence
configure:131147: cc -E   conftest.c
configure:131153: $? = 0
configure:131167: result: yes
configure:131200: checking for sys/epoll.h
configure:131208: result: yes
configure:131081: checking for sys/time.h
configure:131087: result: yes
configure:131081: checking for sys/queue.h
configure:131087: result: yes
configure:131091: checking sys/event.h usability
configure:131108: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
"conftest.c", line 390: cannot find include file: <sys/event.h>
cc: acomp failed for conftest.c
configure:131114: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:131128: result: no
configure:131132: checking sys/event.h presence
configure:131147: cc -E   conftest.c
"conftest.c", line 357: cannot find include file: <sys/event.h>
cc: acomp failed for conftest.c
configure:131153: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| /* end confdefs.h.  */
| #include <sys/event.h>
configure:131167: result: no
configure:131200: checking for sys/event.h
configure:131208: result: no
configure:131081: checking for sys/ioctl.h
configure:131087: result: yes
configure:131091: checking sys/devpoll.h usability
configure:131108: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
"conftest.c", line 391: cannot find include file: <sys/devpoll.h>
cc: acomp failed for conftest.c
configure:131114: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/devpoll.h>
configure:131128: result: no
configure:131132: checking sys/devpoll.h presence
configure:131147: cc -E   conftest.c
"conftest.c", line 358: cannot find include file: <sys/devpoll.h>
cc: acomp failed for conftest.c
configure:131153: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <sys/devpoll.h>
configure:131167: result: no
configure:131200: checking for sys/devpoll.h
configure:131208: result: no
configure:131222: checking for TAILQ_FOREACH in sys/queue.h
configure:131239: result: yes
configure:131256: checking for timeradd in sys/time.h
configure:131278: result: yes
configure:131289: checking whether time.h and sys/time.h may both be included
configure:131319: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:131325: $? = 0
configure:131340: result: yes
configure:131357: checking for gettimeofday
configure:131413: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 397: warning: statement not reached
configure:131419: $? = 0
configure:131437: result: yes
configure:131357: checking for vasprintf
configure:131437: result: yes
configure:131357: checking for fcntl
configure:131413: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 399: warning: statement not reached
configure:131419: $? = 0
configure:131437: result: yes
configure:131448: checking for F_SETFD in fcntl.h
"conftest.c", line 365: warning: macro redefined: _GNU_SOURCE
configure:131471: result: yes
configure:131486: checking for select
configure:131542: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 401: warning: statement not reached
configure:131548: $? = 0
configure:131566: result: yes
configure:131588: checking for poll
configure:131644: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 402: warning: statement not reached
configure:131650: $? = 0
configure:131668: result: yes
configure:131921: checking for epoll_ctl
configure:131977: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 404: warning: statement not reached
configure:131983: $? = 0
configure:132001: result: yes
configure:132024: checking for epoll_ctl on broken Linux distros
configure:132060: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
configure:132063: $? = 0
configure:132069: ./conftest
configure:132072: $? = 0
configure:132090: result: no
configure:132321: checking for epoll system call
configure:132362: cc -o conftest -DNDEBUG -O2 -m32   -m32  conftest.c -lnsl  -lutil -lm  >&5
configure:132365: $? = 0
configure:132371: ./conftest
configure:132374: $? = 0
configure:132376: result: yes
configure:132412: checking for pid_t
configure:132463: result: yes
configure:132475: checking for size_t
configure:132526: result: yes
configure:132538: checking for u_int64_t
configure:132568: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:132574: $? = 0
configure:132589: result: yes
configure:132601: checking for u_int32_t
configure:132631: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:132637: $? = 0
configure:132652: result: yes
configure:132664: checking for u_int16_t
configure:132694: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:132700: $? = 0
configure:132715: result: yes
configure:132727: checking for u_int8_t
configure:132757: cc -c -DNDEBUG -O2 -m32   conftest.c >&5
configure:132763: $? = 0
configure:132778: result: yes
configure:132922: checking for a sed that does not truncate output
configure:133001: result: /usr/local_rwth/bin/gsed
configure:133082: checking for non-GNU ld
configure:133116: result: /usr/bin/ld
configure:133125: checking if the linker (/usr/bin/ld) is GNU ld
configure:133140: result: yes
configure:133153: checking the maximum length of command line arguments
configure:133273: result: 98304
configure:133291: checking whether the shell understands some XSI constructs
configure:133299: result: yes
configure:133303: checking whether the shell understands "+="
configure:133309: result: yes
configure:133344: checking for /usr/bin/ld option to reload object files
configure:133351: result: -r
configure:133378: checking how to recognize dependent libraries
configure:133568: result: pass_all
configure:133628: checking for ar
configure:133644: found /usr/bin/ar
configure:133655: result: ar
configure:133737: checking for strip
configure:133753: found /usr/bin/strip
configure:133764: result: strip
configure:133840: checking for ranlib
configure:133856: found /usr/bin/ranlib
configure:133867: result: ranlib
configure:133961: checking command to parse /usr/bin/nm -B output from cc object
configure:134079: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:134082: $? = 0
configure:134086: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:134089: $? = 0
configure:134143: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c conftstm.o >&5
configure:134146: $? = 0
configure:134184: result: ok
configure:134279: cc -c -DNDEBUG -O2 -m32    conftest.c >&5
configure:134282: $? = 0
configure:134431: checking for dlfcn.h
configure:134474: result: yes
configure:134603: checking for C++ compiler version
configure:134610: CC --version >&5
CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:134613: $? = 0
configure:134620: CC -v >&5
###     command line files and options (expanded):
### -v 
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:134623: $? = 0
configure:134630: CC -V >&5
CC: Sun Ceres C++ 5.10 Linux_i386 2008/07/10
Usage: CC [ options ] files.  Use 'CC -flags' for details
configure:134633: $? = 0
configure:134636: checking whether we are using the GNU C++ compiler
configure:134688: result: no
configure:134693: checking whether CC accepts -g
configure:134828: result: yes
configure:134853: checking dependency style of CC
configure:134944: result: none
configure:134967: checking how to run the C++ preprocessor
configure:135079: result: CC -E
configure:135108: CC -E   conftest.cpp
configure:135114: $? = 0
configure:135145: CC -E   conftest.cpp
"conftest.cpp", line 371: Error: Could not open include file<ac_nonexistent.h>.
1 Error(s) detected.
configure:135151: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:135301: checking for Fortran 77 compiler version
configure:135308: gfortran --version >&5
GNU Fortran (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14)
Copyright (C) 2007 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:135311: $? = 0
configure:135318: gfortran -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
configure:135321: $? = 0
configure:135328: gfortran -V >&5
gfortran: '-V' option must have argument
configure:135331: $? = 1
configure:135339: checking whether we are using the GNU Fortran 77 compiler
configure:135381: result: yes
configure:135387: checking whether gfortran accepts -g
configure:135426: result: yes
configure:135568: checking for Fortran compiler version
configure:135575: f95 --version >&5
f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:135578: $? = 0
configure:135585: f95 -v >&5
###     command line files and options (expanded):
### -v 
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:135588: $? = 0
configure:135595: f95 -V >&5
f95: Sun Ceres Fortran 95 8.3 Linux_i386 2008/07/10
Usage: f95 [ options ] files.  Use 'f95 -flags' for details
configure:135598: $? = 0
configure:135606: checking whether we are using the GNU Fortran compiler
configure:135648: result: no
configure:135654: checking whether f95 accepts -g
configure:135693: result: yes
configure:135773: checking for objdir
configure:135788: result: .libs
configure:136135: checking for cc option to produce PIC
configure:136390: result: -KPIC -DPIC
configure:136402: checking if cc PIC flag -KPIC -DPIC works
configure:136420: cc -c -DNDEBUG -O2 -m32    -KPIC -DPIC -DPIC conftest.c >&5
configure:136424: $? = 0
configure:136437: result: yes
configure:136461: checking if cc static flag -Bstatic works
configure:136489: result: no
configure:136504: checking if cc supports -c -o file.o
configure:136525: cc -c -DNDEBUG -O2 -m32    -o out/conftest2.o conftest.c >&5
configure:136529: $? = 0
configure:136551: result: yes
configure:136559: checking if cc supports -c -o file.o
configure:136606: result: yes
configure:136639: checking whether the cc linker (/usr/bin/ld -m elf_i386) supports shared libraries
configure:137717: result: yes
configure:137956: checking dynamic linker characteristics
configure:138394: cc -o conftest -DNDEBUG -O2 -m32    -m32  -Wl,-rpath -Wl,/foo conftest.c -lnsl  -lutil -lm  >&5
configure:138400: $? = 0
configure:138630: result: GNU/Linux ld.so
configure:138725: checking how to hardcode library paths into programs
configure:138750: result: immediate
configure:138869: checking for shl_load
configure:138925: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 408: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `shl_load'
configure:138931: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:138948: result: no
configure:138953: checking for shl_load in -ldld
configure:138988: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -ldld  -lnsl  -lutil -lm  >&5
"conftest.c", line 385: warning: statement not reached
/usr/bin/ld: cannot find -ldld
configure:138994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:139012: result: no
configure:139017: checking for dlopen
configure:139073: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -lnsl  -lutil -lm  >&5
"conftest.c", line 408: warning: statement not reached
conftest.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `dlopen'
configure:139079: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.2.8"
| #define PACKAGE_STRING "Open MPI 1.2.8"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 2
| #define OMPI_RELEASE_VERSION 8
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "8"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 2
| #define ORTE_RELEASE_VERSION 8
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "8"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 2
| #define OPAL_RELEASE_VERSION 8
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "8"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OMPI_CC "cc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 0
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 0
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 12
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_SSIZE_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 4
| #define OMPI_ALIGNMENT_LONG_LONG 4
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 4
| #define OMPI_ALIGNMENT_LONG_DOUBLE 4
| #define OMPI_ALIGNMENT_VOID_P 4
| #define OMPI_NEED_C_BOOL 1
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #define OMPI_CXX "CC"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "gfortran"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
| #define ompi_fortran_integer_t int
| #define OMPI_HAVE_FORTRAN_INTEGER1 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER1 1
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
| #define ompi_fortran_integer1_t char
| #define OMPI_HAVE_FORTRAN_INTEGER2 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER2 2
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 4
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 4
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 8
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 0
| #define OMPI_SIZEOF_FORTRAN_REAL16 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 4
| #define ompi_fortran_real16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
| #define OMPI_HAVE_FORTRAN_COMPLEX32 0
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE 1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "f95"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define OMPI_HAVE_SA_LEN 0
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_HTONL 1
| #define HAVE_NTOHL 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 0
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
| #define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define HAVE_CPU_SET_T 1
| #define HAVE_cpu_set_t 1
| #define HAVE_CPU_ZERO 1
| #define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
| #define HAVE_IBV_CREATE_SRQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
| #define HAVE_IBV_GET_DEVICE_LIST 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
| #define HAVE_IBV_RESIZE_CQ 1
| #define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
| #define HAVE_IBV_FORK_INIT 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TAILQFOREACH 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* 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 dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:139096: result: no
configure:139101: checking for dlopen in -ldl
configure:139136: cc -o conftest -DNDEBUG -O2 -m32    -m32  conftest.c -ldl  -lnsl  -lutil -lm  >&5
"conftest.c", line 385: warning: statement not reached
configure:139142: $? = 0
configure:139160: result: yes
configure:139329: checking whether a program can dlopen itself
configure:139403: cc -o conftest -DNDEBUG -O2 -m32    -DHAVE_DLFCN_H -m32  -Wl,--export-dynamic conftest.c -ldl -lnsl  -lutil -lm  >&5
"configure", line 139399: warning: implicit function declaration: exit
configure:139406: $? = 0
configure:139424: result: yes
configure:139429: checking whether a statically linked program can dlopen itself
configure:139503: cc -o conftest -DNDEBUG -O2 -m32    -DHAVE_DLFCN_H -m32  -Wl,--export-dynamic  conftest.c -ldl -lnsl  -lutil -lm  >&5
"configure", line 139499: warning: implicit function declaration: exit
configure:139506: $? = 0
configure:139524: result: yes
configure:139563: checking whether stripping libraries is possible
configure:139568: result: yes
configure:139603: checking if libtool supports shared libraries
configure:139605: result: yes
configure:139608: checking whether to build shared libraries
configure:139629: result: yes
configure:139632: checking whether to build static libraries
configure:139636: result: yes
configure:139932: checking whether the CC linker (/usr/bin/ld -m elf_i386) supports shared libraries
configure:140927: result: yes
configure:140955: CC -c -DNDEBUG -O2 -m32    conftest.cpp >&5
configure:140958: $? = 0
configure:141136: checking for CC option to produce PIC
configure:141441: result: -KPIC -DPIC
configure:141450: checking if CC PIC flag -KPIC -DPIC works
configure:141468: CC -c -DNDEBUG -O2 -m32    -KPIC -DPIC -DPIC conftest.cpp >&5
configure:141472: $? = 0
configure:141485: result: yes
configure:141506: checking if CC static flag -Bstatic works
configure:141534: result: no
configure:141546: checking if CC supports -c -o file.o
configure:141567: CC -c -DNDEBUG -O2 -m32    -o out/conftest2.o conftest.cpp >&5
configure:141571: $? = 0
configure:141593: result: yes
configure:141598: checking if CC supports -c -o file.o
configure:141645: result: yes
configure:141675: checking whether the CC linker (/usr/bin/ld -m elf_i386) supports shared libraries
configure:141700: result: yes
configure:141837: checking dynamic linker characteristics
configure:142223: CC -o conftest -DNDEBUG -O2 -m32    -m32  -R/foo conftest.cpp -lnsl  -lutil -lm  >&5
configure:142229: $? = 0
configure:142459: result: GNU/Linux ld.so
configure:142503: checking how to hardcode library paths into programs
configure:142528: result: immediate
configure:142668: checking if libtool supports shared libraries
configure:142670: result: yes
configure:142673: checking whether to build shared libraries
configure:142693: result: yes
configure:142696: checking whether to build static libraries
configure:142700: result: yes
configure:142714: checking for gfortran option to produce PIC
configure:142969: result: 
configure:143034: checking if gfortran static flag  works
configure:143062: result: yes
configure:143074: checking if gfortran supports -c -o file.o
configure:143095: gfortran -c -O2 -m32 -o out/conftest2.o conftest.f >&5
configure:143099: $? = 0
configure:143121: result: yes
configure:143126: checking if gfortran supports -c -o file.o
configure:143173: result: yes
configure:143203: checking whether the gfortran linker (/usr/bin/ld -m elf_i386) supports shared libraries
configure:144261: result: yes
configure:144398: checking dynamic linker characteristics
configure:144774: gfortran -o conftest -O2 -m32 -m32  -rpath /foo conftest.f -lnsl  -lutil -lm  >&5
gfortran: /foo: No such file or directory
gfortran: unrecognized option '-rpath'
configure:144780: $? = 1
configure: failed program was:
|       program main
| 
|       end
configure:145010: result: GNU/Linux ld.so
configure:145054: checking how to hardcode library paths into programs
configure:145079: result: immediate
configure:145211: checking if libtool supports shared libraries
configure:145213: result: yes
configure:145216: checking whether to build shared libraries
configure:145236: result: yes
configure:145239: checking whether to build static libraries
configure:145243: result: yes
configure:145269: f95 -c -O2 -m32  conftest.f90 >&5
configure:145272: $? = 0
configure:145381: checking for f95 option to produce PIC
configure:145636: result: -KPIC
configure:145645: checking if f95 PIC flag -KPIC works
configure:145663: f95 -c -O2 -m32 -KPIC  conftest.f90 >&5
configure:145667: $? = 0
configure:145680: result: yes
configure:145701: checking if f95 static flag -Bstatic works
configure:145729: result: yes
configure:145741: checking if f95 supports -c -o file.o
configure:145762: f95 -c -O2 -m32 -o out/conftest2.o  conftest.f90 >&5
configure:145766: $? = 0
configure:145788: result: yes
configure:145793: checking if f95 supports -c -o file.o
configure:145840: result: yes
configure:145870: checking whether the f95 linker (/usr/bin/ld -m elf_i386) supports shared libraries
configure:146928: result: yes
configure:147065: checking dynamic linker characteristics
configure:147441: f95 -o conftest -O2 -m32 -m32  -Wl,-rpath -Wl,/foo  conftest.f90 -lnsl  -lutil -lm  >&5
f95: Warning: Option -Wl,-rpath passed to ld, if ld is invoked, ignored otherwise
f95: Warning: Option -Wl,/foo passed to ld, if ld is invoked, ignored otherwise
/usr/bin/ld: unrecognized option '-Wl,-rpath'
/usr/bin/ld: use the --help option for usage information
configure:147447: $? = 1
configure: failed program was:
|       program main
| 
|       end
configure:147677: result: GNU/Linux ld.so
configure:147721: checking how to hardcode library paths into programs
configure:147746: result: immediate
configure:147846: OMPI configuring in opal/libltdl
configure:147935: running /bin/sh './configure'  '--enable-static' '--with-devel-headers' 'CFLAGS=-O2 -m32' 'CXXFLAGS=-O2 -m32' 'FFLAGS=-O2 -m32' 'FCFLAGS=-O2 -m32' 'LDFLAGS=-m32' '--prefix=/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio' 'CC=cc' 'CXX=CC' 'FC=f95' '--enable-ltdl-convenience' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --enable-static --cache-file=/dev/null --srcdir=.
configure:147941: /bin/sh './configure' succeeded for opal/libltdl
configure:147977: checking for libtool-supplied linker flags
configure:148006: /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl/libtool --mode=compile --tag=CC cc -DNDEBUG -O2 -m32 -c -o foo.o foo.c
libtool: compile:  cc -DNDEBUG -O2 -m32 -c foo.c  -KPIC -DPIC -o .libs/foo.o
libtool: compile:  cc -DNDEBUG -O2 -m32 -c foo.c -o foo.o >/dev/null 2>&1
configure:148019: $? = 0
configure:148006: /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl/libtool --mode=link --tag=CC cc -DNDEBUG -O2 -m32 foo.lo -m32  -lnsl  -lutil -lm  -o libfoo.la
libtool: link: ar cru .libs/libfoo.a .libs/foo.o 
libtool: link: ranlib .libs/libfoo.a
libtool: link: creating libfoo.la
libtool: link: ( cd ".libs" && rm -f "libfoo.la" && ln -s "../libfoo.la" "libfoo.la" )
configure:148019: $? = 0
configure:148006: /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl/libtool --dry-run --mode=link --tag=CC cc bar.lo libfoo.la -o bar -export-dynamic  -ldl 

 -ldl
libtool: link: cc bar.o -o bar -Wl,--export-dynamic  ./.libs/libfoo.a -lnsl -lutil -lm -ldl 
configure:148019: $? = 0
configure:148073: result:  -Wl,--export-dynamic -lnsl -lutil -lm -ldl
configure:148219: checking which of CFLAGS are ok for TotalView modules
configure:148221: result:  -DNDEBUG -m32
configure:148223: checking extra CFLAGS for TotalView modules
configure:148225: result: -g
configure:148807: checking for OPAL CPPFLAGS
configure:148811: result:  
configure:148814: checking for OPAL CFLAGS
configure:148818: result:  
configure:148821: checking for OPAL CXXFLAGS
configure:148825: result:  
configure:148828: checking for OPAL LDFLAGS
configure:148832: result:   
configure:148835: checking for OPAL LIBS
configure:148839: result: -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
configure:148842: checking for OPAL extra include dirs
configure:148850: result: openmpi
configure:148995: checking for ORTE CPPFLAGS
configure:148999: result:  
configure:149002: checking for ORTE CFLAGS
configure:149006: result:  
configure:149009: checking for ORTE CXXFLAGS
configure:149013: result:  
configure:149016: checking for ORTE LDFLAGS
configure:149020: result:    
configure:149023: checking for ORTE LIBS
configure:149027: result:  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
configure:149030: checking for ORTE extra include dirs
configure:149034: result: openmpi
configure:149179: checking for OMPI CPPFLAGS
configure:149183: result:  
configure:149186: checking for OMPI CFLAGS
configure:149190: result:  
configure:149193: checking for OMPI CXXFLAGS
configure:149197: result:  
configure:149200: checking for OMPI FFLAGS
configure:149204: result:  
configure:149207: checking for OMPI FCFLAGS
configure:149211: result:  
configure:149214: checking for OMPI LDFLAGS
configure:149218: result:     
configure:149221: checking for OMPI LIBS
configure:149225: result: -libverbs -lrt  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
configure:149228: checking for OMPI extra include dirs
configure:149232: result: openmpi
configure:150362: creating ./config.status

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=no
ac_cv_c_inline=inline
ac_cv_c_restrict=restrict
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -m32'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -m32'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=CC
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=set
ac_cv_env_FCFLAGS_value='-O2 -m32'
ac_cv_env_FC_set=set
ac_cv_env_FC_value=f95
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value='-O2 -m32'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-m32
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_fc_compiler_gnu=no
ac_cv_fc_srcext_f90=none
ac_cv_fc_srcext_f=none
ac_cv_func__NSGetEnviron=no
ac_cv_func___mmap=no
ac_cv_func___munmap=no
ac_cv_func_asprintf=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceil=yes
ac_cv_func_cnos_barrier=no
ac_cv_func_cnos_get_rank=no
ac_cv_func_cnos_pm_barrier=no
ac_cv_func_dirname=yes
ac_cv_func_dlopen=no
ac_cv_func_dlsym=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_execve=yes
ac_cv_func_fcntl=yes
ac_cv_func_fork=yes
ac_cv_func_gethrtime=no
ac_cv_func_getpwuid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_htonl=yes
ac_cv_func_htons=yes
ac_cv_func_ibv_create_srq=yes
ac_cv_func_ibv_fork_init=yes
ac_cv_func_ibv_get_device_list=yes
ac_cv_func_ibv_resize_cq=yes
ac_cv_func_isatty=yes
ac_cv_func_killrank=no
ac_cv_func_mach_absolute_time=no
ac_cv_func_mallopt=yes
ac_cv_func_mmap=yes
ac_cv_func_ntohl=yes
ac_cv_func_ntohs=yes
ac_cv_func_openpty=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_processor_bind=no
ac_cv_func_ptsname=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setpgid=yes
ac_cv_func_setsid=yes
ac_cv_func_shl_load=no
ac_cv_func_snprintf=yes
ac_cv_func_strsignal=yes
ac_cv_func_syscall=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_time_base_to_time=no
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl___func__=yes
ac_cv_have_decl___malloc_initialize_hook=yes
ac_cv_have_decl___va_copy=yes
ac_cv_have_decl_sbrk=yes
ac_cv_have_decl_va_copy=yes
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_err_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gm_h=no
ac_cv_header_grp_h=yes
ac_cv_header_infiniband_verbs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_llapi_h=no
ac_cv_header_mach_mach_time_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_myriexpress_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_numa_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_portals3_h=no
ac_cv_header_psm_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_sn_mmtimer_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=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_stropts_h=yes
ac_cv_header_sys_bproc_h=no
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_tree_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syscall_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_tm_h=no
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utmp_h=yes
ac_cv_header_vapi_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ibverbs_ibv_open_device=yes
ac_cv_lib_lex='none needed'
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_numa_numa_available=yes
ac_cv_lib_socket_socket=no
ac_cv_member_siginfo_t_si_band=yes
ac_cv_member_siginfo_t_si_fd=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_objc_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/local_rwth/bin/ggrep -E'
ac_cv_path_FGREP='/usr/local_rwth/bin/ggrep -F'
ac_cv_path_GREP=/usr/local_rwth/bin/ggrep
ac_cv_path_SED=/usr/local_rwth/bin/gsed
ac_cv_path_install='/usr/local_rwth/bin/ginstall -c'
ac_cv_path_mkdir=/usr/local_rwth/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='CC -E'
ac_cv_prog_LEX=flex
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_PERL=perl
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=no
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=12
ac_cv_sizeof_long_long=8
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_void_p=4
ac_cv_type_bool=yes
ac_cv_type_char=yes
ac_cv_type_cpu_set_t=yes
ac_cv_type_double=yes
ac_cv_type_float=yes
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_int=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_in=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_void_p=yes
am_cv_CCAS_dependencies_compiler_type=none
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_OBJC_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
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_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_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
ompi_cv_Cpp_works=yes
ompi_cv_Fortran_77_works=yes
ompi_cv_Fortran_works=yes
ompi_cv_asm_align_log=no
ompi_cv_asm_arch=IA32
ompi_cv_asm_endproc='#'
ompi_cv_asm_file=atomic-ia32-linux-nongas.s
ompi_cv_asm_format=default-.text-.globl-:--.L-@-1-0-1-1-0
ompi_cv_asm_global=.globl
ompi_cv_asm_gnu_stack=0
ompi_cv_asm_gnu_stack_result=no
ompi_cv_asm_gsym=
ompi_cv_asm_label_suffix=:
ompi_cv_asm_lsym=.L
ompi_cv_asm_need_proc=no
ompi_cv_asm_need_size=yes
ompi_cv_asm_proc='#'
ompi_cv_asm_text=.text
ompi_cv_asm_type=@
ompi_cv_c_align_bool=1
ompi_cv_c_align_char=1
ompi_cv_c_align_double=4
ompi_cv_c_align_float=4
ompi_cv_c_align_int=4
ompi_cv_c_align_long=4
ompi_cv_c_align_long_double=4
ompi_cv_c_align_long_long=4
ompi_cv_c_align_short=2
ompi_cv_c_align_void_p=4
ompi_cv_c_align_wchar_t=4
ompi_cv_c_compiler_vendor=sun
ompi_cv_c_link_Cpp=yes
ompi_cv_c_link_Fortran_77=yes
ompi_cv_c_link_Objective_C=no
ompi_cv_c_weak_symbols=yes
ompi_cv_c_word_size_align=no
ompi_cv_cc_supports___builtin_expect=no
ompi_cv_cc_supports___builtin_prefetch=no
ompi_cv_cxx_compiler_vendor=sun
ompi_cv_cxx_supports_2d_const_cast=yes
ompi_cv_cxx_supports___builtin_expect=no
ompi_cv_cxx_supports___builtin_prefetch=no
ompi_cv_cxx_template_repository='not used'
ompi_cv_f77_alignment_COMPLEX=4
ompi_cv_f77_alignment_COMPLEXp16=8
ompi_cv_f77_alignment_COMPLEXp8=4
ompi_cv_f77_alignment_DOUBLE_PRECISION=8
ompi_cv_f77_alignment_INTEGER=4
ompi_cv_f77_alignment_INTEGERp1=1
ompi_cv_f77_alignment_INTEGERp2=2
ompi_cv_f77_alignment_INTEGERp4=4
ompi_cv_f77_alignment_INTEGERp8=8
ompi_cv_f77_alignment_LOGICAL=4
ompi_cv_f77_alignment_REAL=4
ompi_cv_f77_alignment_REALp4=4
ompi_cv_f77_alignment_REALp8=8
ompi_cv_f77_external_symbol='single underscore'
ompi_cv_f77_fortran_handle_max='( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )'
ompi_cv_f77_have_COMPLEX=yes
ompi_cv_f77_have_COMPLEXp16=yes
ompi_cv_f77_have_COMPLEXp32=no
ompi_cv_f77_have_COMPLEXp8=yes
ompi_cv_f77_have_DOUBLE_PRECISION=yes
ompi_cv_f77_have_INTEGER=yes
ompi_cv_f77_have_INTEGERp16=no
ompi_cv_f77_have_INTEGERp1=yes
ompi_cv_f77_have_INTEGERp2=yes
ompi_cv_f77_have_INTEGERp4=yes
ompi_cv_f77_have_INTEGERp8=yes
ompi_cv_f77_have_LOGICAL=yes
ompi_cv_f77_have_REAL=yes
ompi_cv_f77_have_REALp16=no
ompi_cv_f77_have_REALp4=yes
ompi_cv_f77_have_REALp8=yes
ompi_cv_f77_logical_array_correct=yes
ompi_cv_f77_sizeof_COMPLEX=8
ompi_cv_f77_sizeof_COMPLEXp16=16
ompi_cv_f77_sizeof_COMPLEXp8=8
ompi_cv_f77_sizeof_DOUBLE_PRECISION=8
ompi_cv_f77_sizeof_INTEGER=4
ompi_cv_f77_sizeof_INTEGERp1=1
ompi_cv_f77_sizeof_INTEGERp2=2
ompi_cv_f77_sizeof_INTEGERp4=4
ompi_cv_f77_sizeof_INTEGERp8=8
ompi_cv_f77_sizeof_LOGICAL=4
ompi_cv_f77_sizeof_REAL=4
ompi_cv_f77_sizeof_REALp4=4
ompi_cv_f77_sizeof_REALp8=8
ompi_cv_f77_true_value=1
ompi_cv_f90_have_COMPLEX=yes
ompi_cv_f90_have_COMPLEXp16=yes
ompi_cv_f90_have_COMPLEXp32=no
ompi_cv_f90_have_COMPLEXp8=yes
ompi_cv_f90_have_DOUBLE_COMPLEX=yes
ompi_cv_f90_have_DOUBLE_PRECISION=yes
ompi_cv_f90_have_INTEGER=yes
ompi_cv_f90_have_INTEGERp16=no
ompi_cv_f90_have_INTEGERp1=yes
ompi_cv_f90_have_INTEGERp2=yes
ompi_cv_f90_have_INTEGERp4=yes
ompi_cv_f90_have_INTEGERp8=yes
ompi_cv_f90_have_LOGICAL=yes
ompi_cv_f90_have_REAL=yes
ompi_cv_f90_have_REALp16=no
ompi_cv_f90_have_REALp4=yes
ompi_cv_f90_have_REALp8=yes
ompi_cv_f90_int_kind_18=8
ompi_cv_f90_int_kind_9=4
ompi_cv_f90_module_include_flag=-M
ompi_cv_f90_sizeof_COMPLEX=8
ompi_cv_f90_sizeof_COMPLEXp16=16
ompi_cv_f90_sizeof_COMPLEXp8=8
ompi_cv_f90_sizeof_DOUBLE_COMPLEX=16
ompi_cv_f90_sizeof_DOUBLE_PRECISION=8
ompi_cv_f90_sizeof_INTEGER=4
ompi_cv_f90_sizeof_INTEGERp1=1
ompi_cv_f90_sizeof_INTEGERp2=2
ompi_cv_f90_sizeof_INTEGERp4=4
ompi_cv_f90_sizeof_INTEGERp8=8
ompi_cv_f90_sizeof_LOGICAL=4
ompi_cv_f90_sizeof_REAL=4
ompi_cv_f90_sizeof_REALp4=4
ompi_cv_f90_sizeof_REALp8=8
ompi_cv_find_type_DOUBLE_PRECISION=double
ompi_cv_find_type_INTEGER=int
ompi_cv_find_type_INTEGERp1=char
ompi_cv_find_type_INTEGERp2=short
ompi_cv_find_type_INTEGERp4=int
ompi_cv_find_type_INTEGERp8='long long'
ompi_cv_find_type_LOGICAL=int
ompi_cv_find_type_REAL=float
ompi_cv_find_type_REALp4=float
ompi_cv_find_type_REALp8=double
ompi_cv_func_ibv_create_cq_args=5
ompi_cv_func_lib_backtrace_execinfo=no
ompi_cv_func_lib_ceil_m=yes
ompi_cv_func_lib_dirname_gen=no
ompi_cv_func_lib_openpty_util=yes
ompi_cv_func_lib_sched_yield_rt=no

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

ACLOCAL='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run automake-1.10'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='cc'
CCAS='cc'
CCASDEPMODE='depmode=none'
CCASFLAGS='-DNDEBUG -O2 -m32'
CCDEPMODE='depmode=none'
CFLAGS='-DNDEBUG -O2 -m32 '
CFLAGS_WITHOUT_OPTFLAGS=' -DNDEBUG -m32'
CLEANFILES='*~ .\#*'
COMPILE_PROFILING_SEPARATELY_FALSE=''
COMPILE_PROFILING_SEPARATELY_TRUE='#'
CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
CPP='cc -E'
CPPFLAGS='-I$(top_srcdir)  '
CXX='CC'
CXXCPP='CC -E'
CXXCPPFLAGS='-I$(top_srcdir)  '
CXXDEPMODE='depmode=none'
CXXFLAGS='-DNDEBUG -O2 -m32 '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/local_rwth/bin/ggrep -E'
EXEEXT=''
F77='gfortran'
FC='f95'
FCFLAGS='-O2 -m32'
FCFLAGS_f90=''
FCFLAGS_f=''
FFLAGS='-O2 -m32'
FGREP='/usr/local_rwth/bin/ggrep -F'
GREP='/usr/local_rwth/bin/ggrep'
INCLTDL='-I${top_srcdir}/opal/libltdl'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_i386'
LDFLAGS='-export-dynamic -m32 '
LEX='flex'
LEXLIB=''
LEX_OUTPUT_ROOT='lex.yy'
LIBLTDL='${top_builddir}/opal/libltdl/libltdlc.la'
LIBLTDL_LTLIB='libltdl/libltdlc.la'
LIBLTDL_SUBDIR='libltdl'
LIBOBJS=''
LIBS='-lnsl  -lutil -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTDLINCL='-I${top_srcdir}/opal/libltdl'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/missing --run makeinfo'
MCA_PROJECT_SUBDIRS=' opal orte ompi'
MCA_allocator_ALL_COMPONENTS=' basic bucket'
MCA_allocator_ALL_SUBDIRS=' mca/allocator/basic mca/allocator/bucket'
MCA_allocator_DSO_COMPONENTS=''
MCA_allocator_DSO_SUBDIRS=''
MCA_allocator_STATIC_COMPONENTS=' basic bucket'
MCA_allocator_STATIC_LTLIBS='mca/allocator/bucket/libmca_allocator_bucket.la mca/allocator/basic/libmca_allocator_basic.la '
MCA_allocator_STATIC_SUBDIRS=' mca/allocator/basic mca/allocator/bucket'
MCA_backtrace_ALL_COMPONENTS=' execinfo printstack darwin none'
MCA_backtrace_ALL_SUBDIRS=' mca/backtrace/execinfo mca/backtrace/printstack mca/backtrace/darwin mca/backtrace/none'
MCA_backtrace_DSO_COMPONENTS=''
MCA_backtrace_DSO_SUBDIRS=''
MCA_backtrace_STATIC_COMPONENTS=' execinfo'
MCA_backtrace_STATIC_LTLIBS='mca/backtrace/execinfo/libmca_backtrace_execinfo.la '
MCA_backtrace_STATIC_SUBDIRS=' mca/backtrace/execinfo'
MCA_bml_ALL_COMPONENTS=' r2'
MCA_bml_ALL_SUBDIRS=' mca/bml/r2'
MCA_bml_DSO_COMPONENTS=''
MCA_bml_DSO_SUBDIRS=''
MCA_bml_STATIC_COMPONENTS=' r2'
MCA_bml_STATIC_LTLIBS='mca/bml/r2/libmca_bml_r2.la '
MCA_bml_STATIC_SUBDIRS=' mca/bml/r2'
MCA_btl_ALL_COMPONENTS=' self sm gm mvapi mx openib portals tcp udapl'
MCA_btl_ALL_SUBDIRS=' mca/btl/self mca/btl/sm mca/btl/gm mca/btl/mvapi mca/btl/mx mca/btl/openib mca/btl/portals mca/btl/tcp mca/btl/udapl'
MCA_btl_DSO_COMPONENTS=''
MCA_btl_DSO_SUBDIRS=''
MCA_btl_STATIC_COMPONENTS=' self sm openib tcp'
MCA_btl_STATIC_LTLIBS='mca/btl/tcp/libmca_btl_tcp.la mca/btl/openib/libmca_btl_openib.la mca/btl/sm/libmca_btl_sm.la mca/btl/self/libmca_btl_self.la '
MCA_btl_STATIC_SUBDIRS=' mca/btl/self mca/btl/sm mca/btl/openib mca/btl/tcp'
MCA_coll_ALL_COMPONENTS=' basic self sm tuned'
MCA_coll_ALL_SUBDIRS=' mca/coll/basic mca/coll/self mca/coll/sm mca/coll/tuned'
MCA_coll_DSO_COMPONENTS=''
MCA_coll_DSO_SUBDIRS=''
MCA_coll_STATIC_COMPONENTS=' basic self sm tuned'
MCA_coll_STATIC_LTLIBS='mca/coll/tuned/libmca_coll_tuned.la mca/coll/sm/libmca_coll_sm.la mca/coll/self/libmca_coll_self.la mca/coll/basic/libmca_coll_basic.la '
MCA_coll_STATIC_SUBDIRS=' mca/coll/basic mca/coll/self mca/coll/sm mca/coll/tuned'
MCA_common_ALL_COMPONENTS=' sm mx portals'
MCA_common_ALL_SUBDIRS=' mca/common/sm mca/common/mx mca/common/portals'
MCA_common_DSO_COMPONENTS=''
MCA_common_DSO_SUBDIRS=''
MCA_common_STATIC_COMPONENTS=' sm'
MCA_common_STATIC_LTLIBS='mca/common/sm/libmca_common_sm.la '
MCA_common_STATIC_SUBDIRS=' mca/common/sm'
MCA_errmgr_ALL_COMPONENTS=' hnp orted proxy bproc'
MCA_errmgr_ALL_SUBDIRS=' mca/errmgr/hnp mca/errmgr/orted mca/errmgr/proxy mca/errmgr/bproc'
MCA_errmgr_DSO_COMPONENTS=''
MCA_errmgr_DSO_SUBDIRS=''
MCA_errmgr_STATIC_COMPONENTS=' hnp orted proxy'
MCA_errmgr_STATIC_LTLIBS='mca/errmgr/proxy/libmca_errmgr_proxy.la mca/errmgr/orted/libmca_errmgr_orted.la mca/errmgr/hnp/libmca_errmgr_hnp.la '
MCA_errmgr_STATIC_SUBDIRS=' mca/errmgr/hnp mca/errmgr/orted mca/errmgr/proxy'
MCA_gpr_ALL_COMPONENTS=' null proxy replica'
MCA_gpr_ALL_SUBDIRS=' mca/gpr/null mca/gpr/proxy mca/gpr/replica'
MCA_gpr_DSO_COMPONENTS=''
MCA_gpr_DSO_SUBDIRS=''
MCA_gpr_STATIC_COMPONENTS=' null proxy replica'
MCA_gpr_STATIC_LTLIBS='mca/gpr/replica/libmca_gpr_replica.la mca/gpr/proxy/libmca_gpr_proxy.la mca/gpr/null/libmca_gpr_null.la '
MCA_gpr_STATIC_SUBDIRS=' mca/gpr/null mca/gpr/proxy mca/gpr/replica'
MCA_installdirs_ALL_COMPONENTS=' env config'
MCA_installdirs_ALL_SUBDIRS=' mca/installdirs/env mca/installdirs/config'
MCA_installdirs_DSO_COMPONENTS=''
MCA_installdirs_DSO_SUBDIRS=''
MCA_installdirs_STATIC_COMPONENTS=' env config'
MCA_installdirs_STATIC_LTLIBS='mca/installdirs/config/libmca_installdirs_config.la mca/installdirs/env/libmca_installdirs_env.la '
MCA_installdirs_STATIC_SUBDIRS=' mca/installdirs/env mca/installdirs/config'
MCA_io_ALL_COMPONENTS=' romio'
MCA_io_ALL_SUBDIRS=' mca/io/romio'
MCA_io_DSO_COMPONENTS=''
MCA_io_DSO_SUBDIRS=''
MCA_io_STATIC_COMPONENTS=' romio'
MCA_io_STATIC_LTLIBS='mca/io/romio/libmca_io_romio.la '
MCA_io_STATIC_SUBDIRS=' mca/io/romio'
MCA_io_romio_SHOULD_BUILD_FALSE='#'
MCA_io_romio_SHOULD_BUILD_TRUE=''
MCA_iof_ALL_COMPONENTS=' proxy svc'
MCA_iof_ALL_SUBDIRS=' mca/iof/proxy mca/iof/svc'
MCA_iof_DSO_COMPONENTS=''
MCA_iof_DSO_SUBDIRS=''
MCA_iof_STATIC_COMPONENTS=' proxy svc'
MCA_iof_STATIC_LTLIBS='mca/iof/svc/libmca_iof_svc.la mca/iof/proxy/libmca_iof_proxy.la '
MCA_iof_STATIC_SUBDIRS=' mca/iof/proxy mca/iof/svc'
MCA_maffinity_ALL_COMPONENTS=' first_use libnuma'
MCA_maffinity_ALL_SUBDIRS=' mca/maffinity/first_use mca/maffinity/libnuma'
MCA_maffinity_DSO_COMPONENTS=''
MCA_maffinity_DSO_SUBDIRS=''
MCA_maffinity_STATIC_COMPONENTS=' first_use libnuma'
MCA_maffinity_STATIC_LTLIBS='mca/maffinity/libnuma/libmca_maffinity_libnuma.la mca/maffinity/first_use/libmca_maffinity_first_use.la '
MCA_maffinity_STATIC_SUBDIRS=' mca/maffinity/first_use mca/maffinity/libnuma'
MCA_memcpy_ALL_COMPONENTS=''
MCA_memcpy_ALL_SUBDIRS=''
MCA_memcpy_DSO_COMPONENTS=''
MCA_memcpy_DSO_SUBDIRS=''
MCA_memcpy_STATIC_COMPONENTS=''
MCA_memcpy_STATIC_LTLIBS=''
MCA_memcpy_STATIC_SUBDIRS=''
MCA_memory_ALL_COMPONENTS=' darwin ptmalloc2 malloc_hooks'
MCA_memory_ALL_SUBDIRS=' mca/memory/darwin mca/memory/ptmalloc2 mca/memory/malloc_hooks'
MCA_memory_DSO_COMPONENTS=''
MCA_memory_DSO_SUBDIRS=''
MCA_memory_STATIC_COMPONENTS=' ptmalloc2'
MCA_memory_STATIC_LTLIBS='mca/memory/ptmalloc2/libmca_memory_ptmalloc2.la '
MCA_memory_STATIC_SUBDIRS=' mca/memory/ptmalloc2'
MCA_mpool_ALL_COMPONENTS=' rdma sm'
MCA_mpool_ALL_SUBDIRS=' mca/mpool/rdma mca/mpool/sm'
MCA_mpool_DSO_COMPONENTS=''
MCA_mpool_DSO_SUBDIRS=''
MCA_mpool_STATIC_COMPONENTS=' rdma sm'
MCA_mpool_STATIC_LTLIBS='mca/mpool/sm/libmca_mpool_sm.la mca/mpool/rdma/libmca_mpool_rdma.la '
MCA_mpool_STATIC_SUBDIRS=' mca/mpool/rdma mca/mpool/sm'
MCA_mtl_ALL_COMPONENTS=' mx portals psm'
MCA_mtl_ALL_SUBDIRS=' mca/mtl/mx mca/mtl/portals mca/mtl/psm'
MCA_mtl_DIRECT_CALL_HEADER=''
MCA_mtl_DSO_COMPONENTS=''
MCA_mtl_DSO_SUBDIRS=''
MCA_mtl_STATIC_COMPONENTS=''
MCA_mtl_STATIC_LTLIBS=''
MCA_mtl_STATIC_SUBDIRS=''
MCA_ns_ALL_COMPONENTS=' proxy replica'
MCA_ns_ALL_SUBDIRS=' mca/ns/proxy mca/ns/replica'
MCA_ns_DSO_COMPONENTS=''
MCA_ns_DSO_SUBDIRS=''
MCA_ns_STATIC_COMPONENTS=' proxy replica'
MCA_ns_STATIC_LTLIBS='mca/ns/replica/libmca_ns_replica.la mca/ns/proxy/libmca_ns_proxy.la '
MCA_ns_STATIC_SUBDIRS=' mca/ns/proxy mca/ns/replica'
MCA_odls_ALL_COMPONENTS=' bproc default'
MCA_odls_ALL_SUBDIRS=' mca/odls/bproc mca/odls/default'
MCA_odls_DSO_COMPONENTS=''
MCA_odls_DSO_SUBDIRS=''
MCA_odls_STATIC_COMPONENTS=' default'
MCA_odls_STATIC_LTLIBS='mca/odls/default/libmca_odls_default.la '
MCA_odls_STATIC_SUBDIRS=' mca/odls/default'
MCA_ompi_FRAMEWORKS='common  allocator bml btl coll io mpool mtl osc pml rcache topo'
MCA_ompi_FRAMEWORKS_SUBDIRS='mca/common  mca/allocator mca/bml mca/btl mca/coll mca/io mca/mpool mca/mtl mca/osc mca/pml mca/rcache mca/topo'
MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='$(MCA_common_ALL_SUBDIRS)  $(MCA_allocator_ALL_SUBDIRS) $(MCA_bml_ALL_SUBDIRS) $(MCA_btl_ALL_SUBDIRS) $(MCA_coll_ALL_SUBDIRS) $(MCA_io_ALL_SUBDIRS) $(MCA_mpool_ALL_SUBDIRS) $(MCA_mtl_ALL_SUBDIRS) $(MCA_osc_ALL_SUBDIRS) $(MCA_pml_ALL_SUBDIRS) $(MCA_rcache_ALL_SUBDIRS) $(MCA_topo_ALL_SUBDIRS)'
MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS='$(MCA_common_DSO_SUBDIRS)  $(MCA_allocator_DSO_SUBDIRS) $(MCA_bml_DSO_SUBDIRS) $(MCA_btl_DSO_SUBDIRS) $(MCA_coll_DSO_SUBDIRS) $(MCA_io_DSO_SUBDIRS) $(MCA_mpool_DSO_SUBDIRS) $(MCA_mtl_DSO_SUBDIRS) $(MCA_osc_DSO_SUBDIRS) $(MCA_pml_DSO_SUBDIRS) $(MCA_rcache_DSO_SUBDIRS) $(MCA_topo_DSO_SUBDIRS)'
MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='$(MCA_common_STATIC_SUBDIRS)  $(MCA_allocator_STATIC_SUBDIRS) $(MCA_bml_STATIC_SUBDIRS) $(MCA_btl_STATIC_SUBDIRS) $(MCA_coll_STATIC_SUBDIRS) $(MCA_io_STATIC_SUBDIRS) $(MCA_mpool_STATIC_SUBDIRS) $(MCA_mtl_STATIC_SUBDIRS) $(MCA_osc_STATIC_SUBDIRS) $(MCA_pml_STATIC_SUBDIRS) $(MCA_rcache_STATIC_SUBDIRS) $(MCA_topo_STATIC_SUBDIRS)'
MCA_ompi_FRAMEWORK_LIBS=' mca/allocator/libmca_allocator.la $(MCA_allocator_STATIC_LTLIBS) mca/bml/libmca_bml.la $(MCA_bml_STATIC_LTLIBS) mca/btl/libmca_btl.la $(MCA_btl_STATIC_LTLIBS) mca/coll/libmca_coll.la $(MCA_coll_STATIC_LTLIBS) $(MCA_common_STATIC_LTLIBS) mca/io/libmca_io.la $(MCA_io_STATIC_LTLIBS) mca/mpool/libmca_mpool.la $(MCA_mpool_STATIC_LTLIBS) mca/mtl/libmca_mtl.la $(MCA_mtl_STATIC_LTLIBS) mca/osc/libmca_osc.la $(MCA_osc_STATIC_LTLIBS) mca/pml/libmca_pml.la $(MCA_pml_STATIC_LTLIBS) mca/rcache/libmca_rcache.la $(MCA_rcache_STATIC_LTLIBS) mca/topo/libmca_topo.la $(MCA_topo_STATIC_LTLIBS)'
MCA_oob_ALL_COMPONENTS=' tcp'
MCA_oob_ALL_SUBDIRS=' mca/oob/tcp'
MCA_oob_DSO_COMPONENTS=''
MCA_oob_DSO_SUBDIRS=''
MCA_oob_STATIC_COMPONENTS=' tcp'
MCA_oob_STATIC_LTLIBS='mca/oob/tcp/libmca_oob_tcp.la '
MCA_oob_STATIC_SUBDIRS=' mca/oob/tcp'
MCA_opal_FRAMEWORKS=' backtrace installdirs maffinity memcpy memory paffinity timer'
MCA_opal_FRAMEWORKS_SUBDIRS=' mca/backtrace mca/installdirs mca/maffinity mca/memcpy mca/memory mca/paffinity mca/timer'
MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS=' $(MCA_backtrace_ALL_SUBDIRS) $(MCA_installdirs_ALL_SUBDIRS) $(MCA_maffinity_ALL_SUBDIRS) $(MCA_memcpy_ALL_SUBDIRS) $(MCA_memory_ALL_SUBDIRS) $(MCA_paffinity_ALL_SUBDIRS) $(MCA_timer_ALL_SUBDIRS)'
MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS=' $(MCA_backtrace_DSO_SUBDIRS) $(MCA_installdirs_DSO_SUBDIRS) $(MCA_maffinity_DSO_SUBDIRS) $(MCA_memcpy_DSO_SUBDIRS) $(MCA_memory_DSO_SUBDIRS) $(MCA_paffinity_DSO_SUBDIRS) $(MCA_timer_DSO_SUBDIRS)'
MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=' $(MCA_backtrace_STATIC_SUBDIRS) $(MCA_installdirs_STATIC_SUBDIRS) $(MCA_maffinity_STATIC_SUBDIRS) $(MCA_memcpy_STATIC_SUBDIRS) $(MCA_memory_STATIC_SUBDIRS) $(MCA_paffinity_STATIC_SUBDIRS) $(MCA_timer_STATIC_SUBDIRS)'
MCA_opal_FRAMEWORK_LIBS=' mca/backtrace/libmca_backtrace.la $(MCA_backtrace_STATIC_LTLIBS) mca/installdirs/libmca_installdirs.la $(MCA_installdirs_STATIC_LTLIBS) mca/maffinity/libmca_maffinity.la $(MCA_maffinity_STATIC_LTLIBS) mca/memcpy/libmca_memcpy.la $(MCA_memcpy_STATIC_LTLIBS) mca/memory/libmca_memory.la $(MCA_memory_STATIC_LTLIBS) mca/paffinity/libmca_paffinity.la $(MCA_paffinity_STATIC_LTLIBS) mca/timer/libmca_timer.la $(MCA_timer_STATIC_LTLIBS)'
MCA_orte_FRAMEWORKS=' errmgr gpr iof ns odls oob pls ras rds rmaps rmgr rml schema sds smr'
MCA_orte_FRAMEWORKS_SUBDIRS=' mca/errmgr mca/gpr mca/iof mca/ns mca/odls mca/oob mca/pls mca/ras mca/rds mca/rmaps mca/rmgr mca/rml mca/schema mca/sds mca/smr'
MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS=' $(MCA_errmgr_ALL_SUBDIRS) $(MCA_gpr_ALL_SUBDIRS) $(MCA_iof_ALL_SUBDIRS) $(MCA_ns_ALL_SUBDIRS) $(MCA_odls_ALL_SUBDIRS) $(MCA_oob_ALL_SUBDIRS) $(MCA_pls_ALL_SUBDIRS) $(MCA_ras_ALL_SUBDIRS) $(MCA_rds_ALL_SUBDIRS) $(MCA_rmaps_ALL_SUBDIRS) $(MCA_rmgr_ALL_SUBDIRS) $(MCA_rml_ALL_SUBDIRS) $(MCA_schema_ALL_SUBDIRS) $(MCA_sds_ALL_SUBDIRS) $(MCA_smr_ALL_SUBDIRS)'
MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS=' $(MCA_errmgr_DSO_SUBDIRS) $(MCA_gpr_DSO_SUBDIRS) $(MCA_iof_DSO_SUBDIRS) $(MCA_ns_DSO_SUBDIRS) $(MCA_odls_DSO_SUBDIRS) $(MCA_oob_DSO_SUBDIRS) $(MCA_pls_DSO_SUBDIRS) $(MCA_ras_DSO_SUBDIRS) $(MCA_rds_DSO_SUBDIRS) $(MCA_rmaps_DSO_SUBDIRS) $(MCA_rmgr_DSO_SUBDIRS) $(MCA_rml_DSO_SUBDIRS) $(MCA_schema_DSO_SUBDIRS) $(MCA_sds_DSO_SUBDIRS) $(MCA_smr_DSO_SUBDIRS)'
MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=' $(MCA_errmgr_STATIC_SUBDIRS) $(MCA_gpr_STATIC_SUBDIRS) $(MCA_iof_STATIC_SUBDIRS) $(MCA_ns_STATIC_SUBDIRS) $(MCA_odls_STATIC_SUBDIRS) $(MCA_oob_STATIC_SUBDIRS) $(MCA_pls_STATIC_SUBDIRS) $(MCA_ras_STATIC_SUBDIRS) $(MCA_rds_STATIC_SUBDIRS) $(MCA_rmaps_STATIC_SUBDIRS) $(MCA_rmgr_STATIC_SUBDIRS) $(MCA_rml_STATIC_SUBDIRS) $(MCA_schema_STATIC_SUBDIRS) $(MCA_sds_STATIC_SUBDIRS) $(MCA_smr_STATIC_SUBDIRS)'
MCA_orte_FRAMEWORK_LIBS=' mca/errmgr/libmca_errmgr.la $(MCA_errmgr_STATIC_LTLIBS) mca/gpr/libmca_gpr.la $(MCA_gpr_STATIC_LTLIBS) mca/iof/libmca_iof.la $(MCA_iof_STATIC_LTLIBS) mca/ns/libmca_ns.la $(MCA_ns_STATIC_LTLIBS) mca/odls/libmca_odls.la $(MCA_odls_STATIC_LTLIBS) mca/oob/libmca_oob.la $(MCA_oob_STATIC_LTLIBS) mca/pls/libmca_pls.la $(MCA_pls_STATIC_LTLIBS) mca/ras/libmca_ras.la $(MCA_ras_STATIC_LTLIBS) mca/rds/libmca_rds.la $(MCA_rds_STATIC_LTLIBS) mca/rmaps/libmca_rmaps.la $(MCA_rmaps_STATIC_LTLIBS) mca/rmgr/libmca_rmgr.la $(MCA_rmgr_STATIC_LTLIBS) mca/rml/libmca_rml.la $(MCA_rml_STATIC_LTLIBS) mca/schema/libmca_schema.la $(MCA_schema_STATIC_LTLIBS) mca/sds/libmca_sds.la $(MCA_sds_STATIC_LTLIBS) mca/smr/libmca_smr.la $(MCA_smr_STATIC_LTLIBS)'
MCA_osc_ALL_COMPONENTS=' pt2pt'
MCA_osc_ALL_SUBDIRS=' mca/osc/pt2pt'
MCA_osc_DSO_COMPONENTS=''
MCA_osc_DSO_SUBDIRS=''
MCA_osc_STATIC_COMPONENTS=' pt2pt'
MCA_osc_STATIC_LTLIBS='mca/osc/pt2pt/libmca_osc_pt2pt.la '
MCA_osc_STATIC_SUBDIRS=' mca/osc/pt2pt'
MCA_paffinity_ALL_COMPONENTS=' linux solaris windows'
MCA_paffinity_ALL_SUBDIRS=' mca/paffinity/linux mca/paffinity/solaris mca/paffinity/windows'
MCA_paffinity_DSO_COMPONENTS=''
MCA_paffinity_DSO_SUBDIRS=''
MCA_paffinity_STATIC_COMPONENTS=' linux'
MCA_paffinity_STATIC_LTLIBS='mca/paffinity/linux/libmca_paffinity_linux.la '
MCA_paffinity_STATIC_SUBDIRS=' mca/paffinity/linux'
MCA_pls_ALL_COMPONENTS=' proxy bproc cnos gridengine poe rsh slurm tm xgrid'
MCA_pls_ALL_SUBDIRS=' mca/pls/proxy mca/pls/bproc mca/pls/cnos mca/pls/gridengine mca/pls/poe mca/pls/rsh mca/pls/slurm mca/pls/tm mca/pls/xgrid'
MCA_pls_DSO_COMPONENTS=''
MCA_pls_DSO_SUBDIRS=''
MCA_pls_STATIC_COMPONENTS=' proxy gridengine rsh slurm'
MCA_pls_STATIC_LTLIBS='mca/pls/slurm/libmca_pls_slurm.la mca/pls/rsh/libmca_pls_rsh.la mca/pls/gridengine/libmca_pls_gridengine.la mca/pls/proxy/libmca_pls_proxy.la '
MCA_pls_STATIC_SUBDIRS=' mca/pls/proxy mca/pls/gridengine mca/pls/rsh mca/pls/slurm'
MCA_pml_ALL_COMPONENTS=' cm ob1'
MCA_pml_ALL_SUBDIRS=' mca/pml/cm mca/pml/ob1'
MCA_pml_DIRECT_CALL_HEADER=''
MCA_pml_DSO_COMPONENTS=''
MCA_pml_DSO_SUBDIRS=''
MCA_pml_STATIC_COMPONENTS=' cm ob1'
MCA_pml_STATIC_LTLIBS='mca/pml/ob1/libmca_pml_ob1.la mca/pml/cm/libmca_pml_cm.la '
MCA_pml_STATIC_SUBDIRS=' mca/pml/cm mca/pml/ob1'
MCA_ras_ALL_COMPONENTS=' dash_host localhost bjs gridengine loadleveler lsf_bproc slurm tm xgrid'
MCA_ras_ALL_SUBDIRS=' mca/ras/dash_host mca/ras/localhost mca/ras/bjs mca/ras/gridengine mca/ras/loadleveler mca/ras/lsf_bproc mca/ras/slurm mca/ras/tm mca/ras/xgrid'
MCA_ras_DSO_COMPONENTS=''
MCA_ras_DSO_SUBDIRS=''
MCA_ras_STATIC_COMPONENTS=' dash_host localhost gridengine slurm'
MCA_ras_STATIC_LTLIBS='mca/ras/slurm/libmca_ras_slurm.la mca/ras/gridengine/libmca_ras_gridengine.la mca/ras/localhost/libmca_ras_localhost.la mca/ras/dash_host/libmca_ras_dash_host.la '
MCA_ras_STATIC_SUBDIRS=' mca/ras/dash_host mca/ras/localhost mca/ras/gridengine mca/ras/slurm'
MCA_rcache_ALL_COMPONENTS=' vma'
MCA_rcache_ALL_SUBDIRS=' mca/rcache/vma'
MCA_rcache_DSO_COMPONENTS=''
MCA_rcache_DSO_SUBDIRS=''
MCA_rcache_STATIC_COMPONENTS=' vma'
MCA_rcache_STATIC_LTLIBS='mca/rcache/vma/libmca_rcache_vma.la '
MCA_rcache_STATIC_SUBDIRS=' mca/rcache/vma'
MCA_rds_ALL_COMPONENTS=' hostfile proxy resfile'
MCA_rds_ALL_SUBDIRS=' mca/rds/hostfile mca/rds/proxy mca/rds/resfile'
MCA_rds_DSO_COMPONENTS=''
MCA_rds_DSO_SUBDIRS=''
MCA_rds_STATIC_COMPONENTS=' hostfile proxy resfile'
MCA_rds_STATIC_LTLIBS='mca/rds/resfile/libmca_rds_resfile.la mca/rds/proxy/libmca_rds_proxy.la mca/rds/hostfile/libmca_rds_hostfile.la '
MCA_rds_STATIC_SUBDIRS=' mca/rds/hostfile mca/rds/proxy mca/rds/resfile'
MCA_rmaps_ALL_COMPONENTS=' round_robin'
MCA_rmaps_ALL_SUBDIRS=' mca/rmaps/round_robin'
MCA_rmaps_DSO_COMPONENTS=''
MCA_rmaps_DSO_SUBDIRS=''
MCA_rmaps_STATIC_COMPONENTS=' round_robin'
MCA_rmaps_STATIC_LTLIBS='mca/rmaps/round_robin/libmca_rmaps_round_robin.la '
MCA_rmaps_STATIC_SUBDIRS=' mca/rmaps/round_robin'
MCA_rmgr_ALL_COMPONENTS=' proxy urm cnos'
MCA_rmgr_ALL_SUBDIRS=' mca/rmgr/proxy mca/rmgr/urm mca/rmgr/cnos'
MCA_rmgr_DSO_COMPONENTS=''
MCA_rmgr_DSO_SUBDIRS=''
MCA_rmgr_STATIC_COMPONENTS=' proxy urm'
MCA_rmgr_STATIC_LTLIBS='mca/rmgr/urm/libmca_rmgr_urm.la mca/rmgr/proxy/libmca_rmgr_proxy.la '
MCA_rmgr_STATIC_SUBDIRS=' mca/rmgr/proxy mca/rmgr/urm'
MCA_rml_ALL_COMPONENTS=' oob cnos'
MCA_rml_ALL_SUBDIRS=' mca/rml/oob mca/rml/cnos'
MCA_rml_DSO_COMPONENTS=''
MCA_rml_DSO_SUBDIRS=''
MCA_rml_STATIC_COMPONENTS=' oob'
MCA_rml_STATIC_LTLIBS='mca/rml/oob/libmca_rml_oob.la '
MCA_rml_STATIC_SUBDIRS=' mca/rml/oob'
MCA_schema_ALL_COMPONENTS=''
MCA_schema_ALL_SUBDIRS=''
MCA_schema_DSO_COMPONENTS=''
MCA_schema_DSO_SUBDIRS=''
MCA_schema_STATIC_COMPONENTS=''
MCA_schema_STATIC_LTLIBS=''
MCA_schema_STATIC_SUBDIRS=''
MCA_sds_ALL_COMPONENTS=' env seed singleton bproc cnos pipe portals_utcp slurm'
MCA_sds_ALL_SUBDIRS=' mca/sds/env mca/sds/seed mca/sds/singleton mca/sds/bproc mca/sds/cnos mca/sds/pipe mca/sds/portals_utcp mca/sds/slurm'
MCA_sds_DSO_COMPONENTS=''
MCA_sds_DSO_SUBDIRS=''
MCA_sds_STATIC_COMPONENTS=' env seed singleton pipe slurm'
MCA_sds_STATIC_LTLIBS='mca/sds/slurm/libmca_sds_slurm.la mca/sds/pipe/libmca_sds_pipe.la mca/sds/singleton/libmca_sds_singleton.la mca/sds/seed/libmca_sds_seed.la mca/sds/env/libmca_sds_env.la '
MCA_sds_STATIC_SUBDIRS=' mca/sds/env mca/sds/seed mca/sds/singleton mca/sds/pipe mca/sds/slurm'
MCA_smr_ALL_COMPONENTS=' bproc'
MCA_smr_ALL_SUBDIRS=' mca/smr/bproc'
MCA_smr_DSO_COMPONENTS=''
MCA_smr_DSO_SUBDIRS=''
MCA_smr_STATIC_COMPONENTS=''
MCA_smr_STATIC_LTLIBS=''
MCA_smr_STATIC_SUBDIRS=''
MCA_timer_ALL_COMPONENTS=' aix altix darwin solaris windows linux'
MCA_timer_ALL_SUBDIRS=' mca/timer/aix mca/timer/altix mca/timer/darwin mca/timer/solaris mca/timer/windows mca/timer/linux'
MCA_timer_DSO_COMPONENTS=''
MCA_timer_DSO_SUBDIRS=''
MCA_timer_STATIC_COMPONENTS=' linux'
MCA_timer_STATIC_LTLIBS='mca/timer/linux/libmca_timer_linux.la '
MCA_timer_STATIC_SUBDIRS=' mca/timer/linux'
MCA_topo_ALL_COMPONENTS=' unity'
MCA_topo_ALL_SUBDIRS=' mca/topo/unity'
MCA_topo_DSO_COMPONENTS=''
MCA_topo_DSO_SUBDIRS=''
MCA_topo_STATIC_COMPONENTS=' unity'
MCA_topo_STATIC_LTLIBS='mca/topo/unity/libmca_topo_unity.la '
MCA_topo_STATIC_SUBDIRS=' mca/topo/unity'
MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME'
NM='/usr/bin/nm -B'
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS=''
OBJDUMP='objdump'
OBJEXT='o'
OMPI_ASM_FILE='atomic-ia32-linux-nongas.s'
OMPI_ASM_GSYM=''
OMPI_ASM_LSYM='.L'
OMPI_ASM_SUPPORT_64BIT='1'
OMPI_ASM_TEXT='.text'
OMPI_ASM_TYPE='@'
OMPI_ASSEMBLY_ARCH='IA32'
OMPI_ASSEMBLY_FORMAT='default-.text-.globl-:--.L-@-1-0-1-1-0'
OMPI_AS_GLOBAL=''
OMPI_AS_LABEL_SUFFIX=''
OMPI_BUILD_allocator_basic_DSO_FALSE=''
OMPI_BUILD_allocator_basic_DSO_TRUE='#'
OMPI_BUILD_allocator_bucket_DSO_FALSE=''
OMPI_BUILD_allocator_bucket_DSO_TRUE='#'
OMPI_BUILD_backtrace_darwin_DSO_FALSE=''
OMPI_BUILD_backtrace_darwin_DSO_TRUE='#'
OMPI_BUILD_backtrace_execinfo_DSO_FALSE=''
OMPI_BUILD_backtrace_execinfo_DSO_TRUE='#'
OMPI_BUILD_backtrace_none_DSO_FALSE=''
OMPI_BUILD_backtrace_none_DSO_TRUE='#'
OMPI_BUILD_backtrace_printstack_DSO_FALSE=''
OMPI_BUILD_backtrace_printstack_DSO_TRUE='#'
OMPI_BUILD_bml_r2_DSO_FALSE=''
OMPI_BUILD_bml_r2_DSO_TRUE='#'
OMPI_BUILD_btl_gm_DSO_FALSE=''
OMPI_BUILD_btl_gm_DSO_TRUE='#'
OMPI_BUILD_btl_mvapi_DSO_FALSE=''
OMPI_BUILD_btl_mvapi_DSO_TRUE='#'
OMPI_BUILD_btl_mx_DSO_FALSE=''
OMPI_BUILD_btl_mx_DSO_TRUE='#'
OMPI_BUILD_btl_openib_DSO_FALSE=''
OMPI_BUILD_btl_openib_DSO_TRUE='#'
OMPI_BUILD_btl_portals_DSO_FALSE=''
OMPI_BUILD_btl_portals_DSO_TRUE='#'
OMPI_BUILD_btl_self_DSO_FALSE=''
OMPI_BUILD_btl_self_DSO_TRUE='#'
OMPI_BUILD_btl_sm_DSO_FALSE=''
OMPI_BUILD_btl_sm_DSO_TRUE='#'
OMPI_BUILD_btl_tcp_DSO_FALSE=''
OMPI_BUILD_btl_tcp_DSO_TRUE='#'
OMPI_BUILD_btl_udapl_DSO_FALSE=''
OMPI_BUILD_btl_udapl_DSO_TRUE='#'
OMPI_BUILD_coll_basic_DSO_FALSE=''
OMPI_BUILD_coll_basic_DSO_TRUE='#'
OMPI_BUILD_coll_self_DSO_FALSE=''
OMPI_BUILD_coll_self_DSO_TRUE='#'
OMPI_BUILD_coll_sm_DSO_FALSE=''
OMPI_BUILD_coll_sm_DSO_TRUE='#'
OMPI_BUILD_coll_tuned_DSO_FALSE=''
OMPI_BUILD_coll_tuned_DSO_TRUE='#'
OMPI_BUILD_common_mx_DSO_FALSE=''
OMPI_BUILD_common_mx_DSO_TRUE='#'
OMPI_BUILD_common_portals_DSO_FALSE=''
OMPI_BUILD_common_portals_DSO_TRUE='#'
OMPI_BUILD_common_sm_DSO_FALSE=''
OMPI_BUILD_common_sm_DSO_TRUE='#'
OMPI_BUILD_errmgr_bproc_DSO_FALSE=''
OMPI_BUILD_errmgr_bproc_DSO_TRUE='#'
OMPI_BUILD_errmgr_hnp_DSO_FALSE=''
OMPI_BUILD_errmgr_hnp_DSO_TRUE='#'
OMPI_BUILD_errmgr_orted_DSO_FALSE=''
OMPI_BUILD_errmgr_orted_DSO_TRUE='#'
OMPI_BUILD_errmgr_proxy_DSO_FALSE=''
OMPI_BUILD_errmgr_proxy_DSO_TRUE='#'
OMPI_BUILD_gpr_null_DSO_FALSE=''
OMPI_BUILD_gpr_null_DSO_TRUE='#'
OMPI_BUILD_gpr_proxy_DSO_FALSE=''
OMPI_BUILD_gpr_proxy_DSO_TRUE='#'
OMPI_BUILD_gpr_replica_DSO_FALSE=''
OMPI_BUILD_gpr_replica_DSO_TRUE='#'
OMPI_BUILD_installdirs_config_DSO_FALSE=''
OMPI_BUILD_installdirs_config_DSO_TRUE='#'
OMPI_BUILD_installdirs_env_DSO_FALSE=''
OMPI_BUILD_installdirs_env_DSO_TRUE='#'
OMPI_BUILD_io_romio_DSO_FALSE=''
OMPI_BUILD_io_romio_DSO_TRUE='#'
OMPI_BUILD_iof_proxy_DSO_FALSE=''
OMPI_BUILD_iof_proxy_DSO_TRUE='#'
OMPI_BUILD_iof_svc_DSO_FALSE=''
OMPI_BUILD_iof_svc_DSO_TRUE='#'
OMPI_BUILD_maffinity_first_use_DSO_FALSE=''
OMPI_BUILD_maffinity_first_use_DSO_TRUE='#'
OMPI_BUILD_maffinity_libnuma_DSO_FALSE=''
OMPI_BUILD_maffinity_libnuma_DSO_TRUE='#'
OMPI_BUILD_memory_darwin_DSO_FALSE=''
OMPI_BUILD_memory_darwin_DSO_TRUE='#'
OMPI_BUILD_memory_malloc_hooks_DSO_FALSE=''
OMPI_BUILD_memory_malloc_hooks_DSO_TRUE='#'
OMPI_BUILD_memory_ptmalloc2_DSO_FALSE=''
OMPI_BUILD_memory_ptmalloc2_DSO_TRUE='#'
OMPI_BUILD_mpool_rdma_DSO_FALSE=''
OMPI_BUILD_mpool_rdma_DSO_TRUE='#'
OMPI_BUILD_mpool_sm_DSO_FALSE=''
OMPI_BUILD_mpool_sm_DSO_TRUE='#'
OMPI_BUILD_mtl_mx_DSO_FALSE=''
OMPI_BUILD_mtl_mx_DSO_TRUE='#'
OMPI_BUILD_mtl_portals_DSO_FALSE=''
OMPI_BUILD_mtl_portals_DSO_TRUE='#'
OMPI_BUILD_mtl_psm_DSO_FALSE=''
OMPI_BUILD_mtl_psm_DSO_TRUE='#'
OMPI_BUILD_ns_proxy_DSO_FALSE=''
OMPI_BUILD_ns_proxy_DSO_TRUE='#'
OMPI_BUILD_ns_replica_DSO_FALSE=''
OMPI_BUILD_ns_replica_DSO_TRUE='#'
OMPI_BUILD_odls_bproc_DSO_FALSE=''
OMPI_BUILD_odls_bproc_DSO_TRUE='#'
OMPI_BUILD_odls_default_DSO_FALSE=''
OMPI_BUILD_odls_default_DSO_TRUE='#'
OMPI_BUILD_oob_tcp_DSO_FALSE=''
OMPI_BUILD_oob_tcp_DSO_TRUE='#'
OMPI_BUILD_osc_pt2pt_DSO_FALSE=''
OMPI_BUILD_osc_pt2pt_DSO_TRUE='#'
OMPI_BUILD_paffinity_linux_DSO_FALSE=''
OMPI_BUILD_paffinity_linux_DSO_TRUE='#'
OMPI_BUILD_paffinity_solaris_DSO_FALSE=''
OMPI_BUILD_paffinity_solaris_DSO_TRUE='#'
OMPI_BUILD_paffinity_windows_DSO_FALSE=''
OMPI_BUILD_paffinity_windows_DSO_TRUE='#'
OMPI_BUILD_pls_bproc_DSO_FALSE=''
OMPI_BUILD_pls_bproc_DSO_TRUE='#'
OMPI_BUILD_pls_cnos_DSO_FALSE=''
OMPI_BUILD_pls_cnos_DSO_TRUE='#'
OMPI_BUILD_pls_gridengine_DSO_FALSE=''
OMPI_BUILD_pls_gridengine_DSO_TRUE='#'
OMPI_BUILD_pls_poe_DSO_FALSE=''
OMPI_BUILD_pls_poe_DSO_TRUE='#'
OMPI_BUILD_pls_proxy_DSO_FALSE=''
OMPI_BUILD_pls_proxy_DSO_TRUE='#'
OMPI_BUILD_pls_rsh_DSO_FALSE=''
OMPI_BUILD_pls_rsh_DSO_TRUE='#'
OMPI_BUILD_pls_slurm_DSO_FALSE=''
OMPI_BUILD_pls_slurm_DSO_TRUE='#'
OMPI_BUILD_pls_tm_DSO_FALSE=''
OMPI_BUILD_pls_tm_DSO_TRUE='#'
OMPI_BUILD_pls_xgrid_DSO_FALSE=''
OMPI_BUILD_pls_xgrid_DSO_TRUE='#'
OMPI_BUILD_pml_cm_DSO_FALSE=''
OMPI_BUILD_pml_cm_DSO_TRUE='#'
OMPI_BUILD_pml_ob1_DSO_FALSE=''
OMPI_BUILD_pml_ob1_DSO_TRUE='#'
OMPI_BUILD_ras_bjs_DSO_FALSE=''
OMPI_BUILD_ras_bjs_DSO_TRUE='#'
OMPI_BUILD_ras_dash_host_DSO_FALSE=''
OMPI_BUILD_ras_dash_host_DSO_TRUE='#'
OMPI_BUILD_ras_gridengine_DSO_FALSE=''
OMPI_BUILD_ras_gridengine_DSO_TRUE='#'
OMPI_BUILD_ras_loadleveler_DSO_FALSE=''
OMPI_BUILD_ras_loadleveler_DSO_TRUE='#'
OMPI_BUILD_ras_localhost_DSO_FALSE=''
OMPI_BUILD_ras_localhost_DSO_TRUE='#'
OMPI_BUILD_ras_lsf_bproc_DSO_FALSE=''
OMPI_BUILD_ras_lsf_bproc_DSO_TRUE='#'
OMPI_BUILD_ras_slurm_DSO_FALSE=''
OMPI_BUILD_ras_slurm_DSO_TRUE='#'
OMPI_BUILD_ras_tm_DSO_FALSE=''
OMPI_BUILD_ras_tm_DSO_TRUE='#'
OMPI_BUILD_ras_xgrid_DSO_FALSE=''
OMPI_BUILD_ras_xgrid_DSO_TRUE='#'
OMPI_BUILD_rcache_vma_DSO_FALSE=''
OMPI_BUILD_rcache_vma_DSO_TRUE='#'
OMPI_BUILD_rds_hostfile_DSO_FALSE=''
OMPI_BUILD_rds_hostfile_DSO_TRUE='#'
OMPI_BUILD_rds_proxy_DSO_FALSE=''
OMPI_BUILD_rds_proxy_DSO_TRUE='#'
OMPI_BUILD_rds_resfile_DSO_FALSE=''
OMPI_BUILD_rds_resfile_DSO_TRUE='#'
OMPI_BUILD_rmaps_round_robin_DSO_FALSE=''
OMPI_BUILD_rmaps_round_robin_DSO_TRUE='#'
OMPI_BUILD_rmgr_cnos_DSO_FALSE=''
OMPI_BUILD_rmgr_cnos_DSO_TRUE='#'
OMPI_BUILD_rmgr_proxy_DSO_FALSE=''
OMPI_BUILD_rmgr_proxy_DSO_TRUE='#'
OMPI_BUILD_rmgr_urm_DSO_FALSE=''
OMPI_BUILD_rmgr_urm_DSO_TRUE='#'
OMPI_BUILD_rml_cnos_DSO_FALSE=''
OMPI_BUILD_rml_cnos_DSO_TRUE='#'
OMPI_BUILD_rml_oob_DSO_FALSE=''
OMPI_BUILD_rml_oob_DSO_TRUE='#'
OMPI_BUILD_sds_bproc_DSO_FALSE=''
OMPI_BUILD_sds_bproc_DSO_TRUE='#'
OMPI_BUILD_sds_cnos_DSO_FALSE=''
OMPI_BUILD_sds_cnos_DSO_TRUE='#'
OMPI_BUILD_sds_env_DSO_FALSE=''
OMPI_BUILD_sds_env_DSO_TRUE='#'
OMPI_BUILD_sds_pipe_DSO_FALSE=''
OMPI_BUILD_sds_pipe_DSO_TRUE='#'
OMPI_BUILD_sds_portals_utcp_DSO_FALSE=''
OMPI_BUILD_sds_portals_utcp_DSO_TRUE='#'
OMPI_BUILD_sds_seed_DSO_FALSE=''
OMPI_BUILD_sds_seed_DSO_TRUE='#'
OMPI_BUILD_sds_singleton_DSO_FALSE=''
OMPI_BUILD_sds_singleton_DSO_TRUE='#'
OMPI_BUILD_sds_slurm_DSO_FALSE=''
OMPI_BUILD_sds_slurm_DSO_TRUE='#'
OMPI_BUILD_smr_bproc_DSO_FALSE=''
OMPI_BUILD_smr_bproc_DSO_TRUE='#'
OMPI_BUILD_timer_aix_DSO_FALSE=''
OMPI_BUILD_timer_aix_DSO_TRUE='#'
OMPI_BUILD_timer_altix_DSO_FALSE=''
OMPI_BUILD_timer_altix_DSO_TRUE='#'
OMPI_BUILD_timer_darwin_DSO_FALSE=''
OMPI_BUILD_timer_darwin_DSO_TRUE='#'
OMPI_BUILD_timer_linux_DSO_FALSE=''
OMPI_BUILD_timer_linux_DSO_TRUE='#'
OMPI_BUILD_timer_solaris_DSO_FALSE=''
OMPI_BUILD_timer_solaris_DSO_TRUE='#'
OMPI_BUILD_timer_windows_DSO_FALSE=''
OMPI_BUILD_timer_windows_DSO_TRUE='#'
OMPI_BUILD_topo_unity_DSO_FALSE=''
OMPI_BUILD_topo_unity_DSO_TRUE='#'
OMPI_CC_ABSOLUTE='/rwthfs/rz/SW/UTIL/StudioExpress20080724/SUNWspro/bin/cc'
OMPI_CONFIGURE_DATE='Wed Oct 15 16:40:00 CEST 2008'
OMPI_CONFIGURE_HOST='linuxhtc01.rz.RWTH-Aachen.DE'
OMPI_CONFIGURE_USER='pk224850'
OMPI_CXX_ABSOLUTE='/rwthfs/rz/SW/UTIL/StudioExpress20080724/SUNWspro/bin/CC'
OMPI_F77_ABSOLUTE='/usr/bin/gfortran'
OMPI_F90_ABSOLUTE='/rwthfs/rz/SW/UTIL/StudioExpress20080724/SUNWspro/bin/f95'
OMPI_F90_BUILD_SIZE='small'
OMPI_F90_CKINDS=' 8  16 '
OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS=''
OMPI_F90_IKINDS=' 1  2  4  8 '
OMPI_F90_RKINDS=' 4  8 '
OMPI_FC_MODULE_FLAG='-M'
OMPI_FORTRAN_MAX_ARRAY_RANK='4'
OMPI_GREEK_VERSION=''
OMPI_HAVE_ASM_FILE_FALSE='#'
OMPI_HAVE_ASM_FILE_TRUE=''
OMPI_HAVE_POSIX_THREADS_FALSE=''
OMPI_HAVE_POSIX_THREADS_TRUE='#'
OMPI_HAVE_SOLARIS_THREADS_FALSE=''
OMPI_HAVE_SOLARIS_THREADS_TRUE='#'
OMPI_INSTALL_BINARIES_FALSE='#'
OMPI_INSTALL_BINARIES_TRUE=''
OMPI_LIBEVENT_SOURCES='signal.c epoll_sub.c epoll.c poll.c select.c '
OMPI_MAJOR_VERSION='1'
OMPI_MINOR_VERSION='2'
OMPI_MPI_ADDRESS_KIND='4'
OMPI_MPI_INTEGER_KIND='4'
OMPI_MPI_OFFSET_KIND='8'
OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE=''
OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#'
OMPI_RELEASE_VERSION='8'
OMPI_SIZEOF_F90_COMPLEX16='16'
OMPI_SIZEOF_F90_COMPLEX32='4'
OMPI_SIZEOF_F90_COMPLEX8='8'
OMPI_SIZEOF_F90_COMPLEX='8'
OMPI_SIZEOF_F90_DOUBLE_COMPLEX='16'
OMPI_SIZEOF_F90_DOUBLE_PRECISION='8'
OMPI_SIZEOF_F90_INTEGER16='4'
OMPI_SIZEOF_F90_INTEGER1='1'
OMPI_SIZEOF_F90_INTEGER2='2'
OMPI_SIZEOF_F90_INTEGER4='4'
OMPI_SIZEOF_F90_INTEGER8='8'
OMPI_SIZEOF_F90_INTEGER='4'
OMPI_SIZEOF_F90_LOGICAL='4'
OMPI_SIZEOF_F90_REAL16='4'
OMPI_SIZEOF_F90_REAL4='4'
OMPI_SIZEOF_F90_REAL8='8'
OMPI_SIZEOF_F90_REAL='4'
OMPI_SVN_R='r19718'
OMPI_TOP_BUILDDIR='/home/pk224850/OpenMPI/openmpi-1.2.8_studio32'
OMPI_TOP_SRCDIR='/home/pk224850/OpenMPI/openmpi-1.2.8_studio32'
OMPI_VERSION='1.2.8'
OMPI_WANT_BUILD_F90_LARGE_FALSE=''
OMPI_WANT_BUILD_F90_LARGE_TRUE='#'
OMPI_WANT_BUILD_F90_MEDIUM_FALSE=''
OMPI_WANT_BUILD_F90_MEDIUM_TRUE='#'
OMPI_WANT_BUILD_F90_SMALL_FALSE='#'
OMPI_WANT_BUILD_F90_SMALL_TRUE=''
OMPI_WANT_BUILD_F90_TRIVIAL_FALSE=''
OMPI_WANT_BUILD_F90_TRIVIAL_TRUE='#'
OMPI_WANT_F77_BINDINGS_FALSE='#'
OMPI_WANT_F77_BINDINGS_TRUE=''
OMPI_WANT_F90_BINDINGS_FALSE='#'
OMPI_WANT_F90_BINDINGS_TRUE=''
OMPI_WANT_SVN='0'
OMPI_WRAPPER_CXX_LIB='-lmpi_cxx'
OMPI_WRAPPER_CXX_REQUIRED_FILE=''
OMPI_WRAPPER_EXTRA_CFLAGS=' '
OMPI_WRAPPER_EXTRA_CPPFLAGS=' '
OMPI_WRAPPER_EXTRA_CXXFLAGS=' '
OMPI_WRAPPER_EXTRA_FCFLAGS=' '
OMPI_WRAPPER_EXTRA_FFLAGS=' '
OMPI_WRAPPER_EXTRA_INCLUDES='openmpi'
OMPI_WRAPPER_EXTRA_LDFLAGS='    '
OMPI_WRAPPER_EXTRA_LIBS='-libverbs -lrt  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl '
OMPI_WRAPPER_F77_REQUIRED_FILE=''
OMPI_WRAPPER_F90_REQUIRED_FILE=''
OPAL_BINDIR='${exec_prefix}/bin'
OPAL_DATADIR='${datarootdir}'
OPAL_DATAROOTDIR='${prefix}/share'
OPAL_EXEC_PREFIX='${prefix}'
OPAL_GREEK_VERSION=''
OPAL_INCLUDEDIR='${prefix}/include'
OPAL_INFODIR='${datarootdir}/info'
OPAL_LIBDIR='${exec_prefix}/lib'
OPAL_LIBEXECDIR='${exec_prefix}/libexec'
OPAL_LOCALSTATEDIR='${prefix}/var'
OPAL_LTDL_CPPFLAGS='-I$(top_srcdir)/opal/libltdl'
OPAL_MAJOR_VERSION='1'
OPAL_MANDIR='${datarootdir}/man'
OPAL_MINOR_VERSION='2'
OPAL_PREFIX='/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio'
OPAL_RELEASE_VERSION='8'
OPAL_SBINDIR='${exec_prefix}/sbin'
OPAL_SHAREDSTATEDIR='${prefix}/com'
OPAL_SVN_R='r19718'
OPAL_SYSCONFDIR='${prefix}/etc'
OPAL_VERSION='1.2.8'
OPAL_WANT_SVN='0'
OPAL_WRAPPER_EXTRA_CFLAGS=' '
OPAL_WRAPPER_EXTRA_CPPFLAGS=' '
OPAL_WRAPPER_EXTRA_CXXFLAGS=' '
OPAL_WRAPPER_EXTRA_INCLUDES='openmpi'
OPAL_WRAPPER_EXTRA_LDFLAGS='  '
OPAL_WRAPPER_EXTRA_LIBS='-lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl '
ORTE_GREEK_VERSION=''
ORTE_MAJOR_VERSION='1'
ORTE_MINOR_VERSION='2'
ORTE_RELEASE_VERSION='8'
ORTE_SVN_R='r19718'
ORTE_VERSION='1.2.8'
ORTE_WANT_SVN='0'
ORTE_WRAPPER_EXTRA_CFLAGS=' '
ORTE_WRAPPER_EXTRA_CPPFLAGS=' '
ORTE_WRAPPER_EXTRA_CXXFLAGS=' '
ORTE_WRAPPER_EXTRA_INCLUDES='openmpi'
ORTE_WRAPPER_EXTRA_LDFLAGS='   '
ORTE_WRAPPER_EXTRA_LIBS=' -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl '
PACKAGE='openmpi'
PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/'
PACKAGE_NAME='Open MPI'
PACKAGE_STRING='Open MPI 1.2.8'
PACKAGE_TARNAME='openmpi'
PACKAGE_VERSION='1.2.8'
PATH_SEPARATOR=':'
PERL='perl'
RANLIB='ranlib'
SED='/usr/local_rwth/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
VERSION='1.2.8'
WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE=''
WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE='#'
WANT_INSTALL_HEADERS_FALSE='#'
WANT_INSTALL_HEADERS_TRUE=''
WANT_LIBLTDL_FALSE='#'
WANT_LIBLTDL_TRUE=''
WANT_MPI_BINDINGS_LAYER_FALSE=''
WANT_MPI_BINDINGS_LAYER_TRUE='#'
WANT_MPI_CXX_BINDINGS_FALSE='#'
WANT_MPI_CXX_BINDINGS_TRUE=''
WANT_MPI_F77_BINDINGS_LAYER_FALSE=''
WANT_MPI_F77_BINDINGS_LAYER_TRUE='#'
WANT_PERUSE_FALSE=''
WANT_PERUSE_TRUE='#'
WANT_PMPI_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_BINDINGS_LAYER_TRUE=''
WANT_PMPI_F77_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_F77_BINDINGS_LAYER_TRUE=''
WRAPPER_EXTRA_CFLAGS=' '
WRAPPER_EXTRA_CXXFLAGS=' '
WRAPPER_EXTRA_FCFLAGS=' '
WRAPPER_EXTRA_FFLAGS=' '
WRAPPER_EXTRA_LDFLAGS='    '
WRAPPER_EXTRA_LIBS='-libverbs -lrt  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl '
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
ac_ct_FC=''
ac_ct_OBJC='gcc'
ac_prefix_program=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJC_FALSE='#'
am__fastdepOBJC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
backtrace_darwin_CFLAGS=''
bindir='${exec_prefix}/bin'
btl_gm_CFLAGS=''
btl_gm_CPPFLAGS=''
btl_gm_LDFLAGS=''
btl_gm_LIBS=''
btl_mvapi_CFLAGS='-DNDEBUG -O2 -m32'
btl_mvapi_CPPFLAGS=''
btl_mvapi_LDFLAGS=''
btl_mvapi_LIBS=''
btl_mx_CFLAGS=''
btl_mx_CPPFLAGS=''
btl_mx_LDFLAGS=''
btl_mx_LIBS=''
btl_openib_CFLAGS=''
btl_openib_CPPFLAGS=''
btl_openib_LDFLAGS=''
btl_openib_LIBS='-libverbs '
btl_portals_CPPFLAGS=''
btl_portals_LDFLAGS=''
btl_portals_LIBS='-lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp'
btl_udapl_CFLAGS='-DNDEBUG -O2 -m32'
btl_udapl_CPPFLAGS=''
btl_udapl_LDFLAGS=''
btl_udapl_LIBS=''
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
common_mx_CFLAGS=''
common_mx_CPPFLAGS=''
common_mx_LDFLAGS=''
common_mx_LIBS=''
common_portals_CPPFLAGS=''
common_portals_LDFLAGS=''
common_portals_LIBS='-lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
errmgr_bproc_CPPFLAGS=''
errmgr_bproc_LDFLAGS=''
errmgr_bproc_LIBS=''
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
maffinity_libnuma_CPPFLAGS=''
maffinity_libnuma_LDFLAGS=''
maffinity_libnuma_LIBS='-lnuma '
mandir='${datarootdir}/man'
memory_malloc_hooks_LIBS=''
memory_ptmalloc2_LIBS='-ldl'
mkdir_p='/usr/local_rwth/bin/gmkdir -p'
mtl_mx_CFLAGS=''
mtl_mx_CPPFLAGS=''
mtl_mx_LDFLAGS=''
mtl_mx_LIBS=''
mtl_portals_CPPFLAGS=''
mtl_portals_LDFLAGS=''
mtl_portals_LIBS='-lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp'
mtl_psm_CFLAGS=''
mtl_psm_CPPFLAGS=''
mtl_psm_LDFLAGS=''
mtl_psm_LIBS=''
odls_bproc_CPPFLAGS=''
odls_bproc_LDFLAGS=''
odls_bproc_LIBS=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pls_bproc_CPPFLAGS=''
pls_bproc_LDFLAGS=''
pls_bproc_LIBS=''
pls_slurm_CPPFLAGS=''
pls_slurm_LDFLAGS=''
pls_slurm_LIBS=''
pls_tm_CPPFLAGS=''
pls_tm_LDFLAGS=''
pls_tm_LIBS=''
pls_xgrid_LDFLAGS=''
pls_xgrid_OBJCFLAGS=''
prefix='/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio'
program_transform_name='s,x,x,'
psdir='${docdir}'
ras_bjs_CPPFLAGS=''
ras_bjs_LDFLAGS=''
ras_bjs_LIBS=''
ras_loadleveler_CPPFLAGS=''
ras_loadleveler_LDFLAGS=''
ras_loadleveler_LIBS=''
ras_lsf_bproc_CPPFLAGS=''
ras_lsf_bproc_LDFLAGS=''
ras_lsf_bproc_LIBS=''
ras_slurm_CPPFLAGS=''
ras_slurm_LDFLAGS=''
ras_slurm_LIBS=''
ras_tm_CPPFLAGS=''
ras_tm_LDFLAGS=''
ras_tm_LIBS=''
sbindir='${exec_prefix}/sbin'
sds_bproc_CPPFLAGS=''
sds_bproc_LDFLAGS=''
sds_bproc_LIBS=''
sds_portals_utcp_CPPFLAGS=''
sds_portals_utcp_LDFLAGS=''
sds_portals_utcp_LIBS='-lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp'
sds_slurm_CPPFLAGS=''
sds_slurm_LDFLAGS=''
sds_slurm_LIBS=''
sharedstatedir='${prefix}/com'
smr_bproc_CPPFLAGS=''
smr_bproc_LDFLAGS=''
smr_bproc_LIBS=''
sysconfdir='${prefix}/etc'
target_alias=''
timer_aix_LIBS=''
top_ompi_builddir='/home/pk224850/OpenMPI/openmpi-1.2.8_studio32'
top_ompi_srcdir='/home/pk224850/OpenMPI/openmpi-1.2.8_studio32'

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

#define PACKAGE_NAME "Open MPI"
#define PACKAGE_TARNAME "openmpi"
#define PACKAGE_VERSION "1.2.8"
#define PACKAGE_STRING "Open MPI 1.2.8"
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
#define OMPI_MAJOR_VERSION 1
#define OMPI_MINOR_VERSION 2
#define OMPI_RELEASE_VERSION 8
#define OMPI_GREEK_VERSION ""
#define OMPI_VERSION "8"
#define ORTE_MAJOR_VERSION 1
#define ORTE_MINOR_VERSION 2
#define ORTE_RELEASE_VERSION 8
#define ORTE_GREEK_VERSION ""
#define ORTE_VERSION "8"
#define OPAL_MAJOR_VERSION 1
#define OPAL_MINOR_VERSION 2
#define OPAL_RELEASE_VERSION 8
#define OPAL_GREEK_VERSION ""
#define OPAL_VERSION "8"
#define OMPI_ARCH "x86_64-unknown-linux-gnu"
#define OMPI_ENABLE_MEM_DEBUG 0
#define OMPI_ENABLE_MEM_PROFILE 0
#define OMPI_ENABLE_DEBUG 0
#define OMPI_WANT_MPI_CXX_SEEK 1
#define MPI_PARAM_CHECK ompi_mpi_param_check
#define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
#define OMPI_WANT_PERUSE 0
#define OMPI_ENABLE_PTY_SUPPORT 1
#define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
#define OPAL_ENABLE_TRACE 0
#define OPAL_ENABLE_IPV6 1
#define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
#define OMPI_CC "cc"
#define STDC_HEADERS 1
#define _GNU_SOURCE 1
#define OMPI_C_HAVE_BUILTIN_EXPECT 0
#define OMPI_C_HAVE_BUILTIN_PREFETCH 0
#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_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_INT8_T 1
#define HAVE_UINT8_T 1
#define HAVE_INT16_T 1
#define HAVE_UINT16_T 1
#define HAVE_INT32_T 1
#define HAVE_UINT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_MODE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_PTRDIFF_T 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG_DOUBLE 12
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_VOID_P 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_SSIZE_T 4
#define SIZEOF_PTRDIFF_T 4
#define OMPI_ALIGNMENT_CHAR 1
#define OMPI_ALIGNMENT_SHORT 2
#define OMPI_ALIGNMENT_WCHAR 4
#define OMPI_ALIGNMENT_INT 4
#define OMPI_ALIGNMENT_LONG 4
#define OMPI_ALIGNMENT_LONG_LONG 4
#define OMPI_ALIGNMENT_FLOAT 4
#define OMPI_ALIGNMENT_DOUBLE 4
#define OMPI_ALIGNMENT_LONG_DOUBLE 4
#define OMPI_ALIGNMENT_VOID_P 4
#define OMPI_NEED_C_BOOL 1
#define OMPI_ENABLE_MPI_PROFILING 1
#define OMPI_HAVE_WEAK_SYMBOLS 1
#define OMPI_CXX "CC"
#define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
#define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
#define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
#define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
#define SIZEOF_BOOL 1
#define OMPI_ALIGNMENT_CXX_BOOL 1
#define OMPI_WANT_CXX_BINDINGS 1
#define OMPI_WANT_SMP_LOCKS 1
#define OMPI_ASM_TEXT ".text"
#define OMPI_ASM_GLOBAL ".globl"
#define OMPI_ASM_LABEL_SUFFIX ":"
#define OMPI_ASM_GSYM ""
#define OMPI_ASM_LSYM ".L"
#define OMPI_ASM_TYPE "@"
#define OMPI_ASM_SIZE "1"
#define OMPI_ASM_ALIGN_LOG 
#define OMPI_ASM_SUPPORT_64BIT 1
#define OMPI_C_GCC_INLINE_ASSEMBLY 1
#define OMPI_C_DEC_INLINE_ASSEMBLY 0
#define OMPI_C_XLC_INLINE_ASSEMBLY 0
#define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
#define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
#define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
#define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-0"
#define OMPI_ASSEMBLY_ARCH OMPI_IA32
#define OMPI_HAVE_ASM_FILE 1
#define OMPI_F77_DOUBLE_UNDERSCORE 0
#define OMPI_F77_SINGLE_UNDERSCORE 1
#define OMPI_F77_CAPS 0
#define OMPI_F77_PLAIN 0
#define OMPI_WANT_F77_BINDINGS 1
#define OMPI_F77 "gfortran"
#define ompi_fortran_bogus_type_t int
#define OMPI_HAVE_FORTRAN_LOGICAL 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL 4
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
#define ompi_fortran_logical_t int
#define OMPI_HAVE_FORTRAN_INTEGER 1
#define OMPI_SIZEOF_FORTRAN_INTEGER 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
#define ompi_fortran_integer_t int
#define OMPI_HAVE_FORTRAN_INTEGER1 1
#define OMPI_SIZEOF_FORTRAN_INTEGER1 1
#define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
#define ompi_fortran_integer1_t char
#define OMPI_HAVE_FORTRAN_INTEGER2 1
#define OMPI_SIZEOF_FORTRAN_INTEGER2 2
#define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
#define ompi_fortran_integer2_t short
#define OMPI_HAVE_FORTRAN_INTEGER4 1
#define OMPI_SIZEOF_FORTRAN_INTEGER4 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
#define ompi_fortran_integer4_t int
#define OMPI_HAVE_FORTRAN_INTEGER8 1
#define OMPI_SIZEOF_FORTRAN_INTEGER8 8
#define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8
#define ompi_fortran_integer8_t long long
#define OMPI_HAVE_FORTRAN_INTEGER16 0
#define OMPI_SIZEOF_FORTRAN_INTEGER16 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
#define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
#define OMPI_HAVE_FORTRAN_REAL 1
#define OMPI_SIZEOF_FORTRAN_REAL 4
#define OMPI_ALIGNMENT_FORTRAN_REAL 4
#define ompi_fortran_real_t float
#define OMPI_HAVE_FORTRAN_REAL4 1
#define OMPI_SIZEOF_FORTRAN_REAL4 4
#define OMPI_ALIGNMENT_FORTRAN_REAL4 4
#define ompi_fortran_real4_t float
#define OMPI_HAVE_FORTRAN_REAL8 1
#define OMPI_SIZEOF_FORTRAN_REAL8 8
#define OMPI_ALIGNMENT_FORTRAN_REAL8 8
#define ompi_fortran_real8_t double
#define OMPI_HAVE_FORTRAN_REAL16 0
#define OMPI_SIZEOF_FORTRAN_REAL16 4
#define OMPI_ALIGNMENT_FORTRAN_REAL16 4
#define ompi_fortran_real16_t ompi_fortran_bogus_type_t
#define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
#define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
#define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
#define ompi_fortran_double_precision_t double
#define OMPI_HAVE_FORTRAN_COMPLEX 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX 8
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
#define OMPI_HAVE_FORTRAN_COMPLEX8 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
#define OMPI_HAVE_FORTRAN_COMPLEX16 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
#define OMPI_HAVE_FORTRAN_COMPLEX32 0
#define OMPI_SIZEOF_FORTRAN_COMPLEX32 4
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
#define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
#define OMPI_FORTRAN_VALUE_TRUE 1
#define OMPI_WANT_F90_BINDINGS 1
#define OMPI_F90 "f95"
#define OMPI_HAVE_F90_LOGICAL 1
#define OMPI_HAVE_F90_INTEGER 1
#define OMPI_HAVE_F90_INTEGER1 1
#define OMPI_HAVE_F90_INTEGER2 1
#define OMPI_HAVE_F90_INTEGER4 1
#define OMPI_HAVE_F90_INTEGER8 1
#define OMPI_HAVE_F90_INTEGER16 0
#define OMPI_HAVE_F90_REAL 1
#define OMPI_HAVE_F90_REAL4 1
#define OMPI_HAVE_F90_REAL8 1
#define OMPI_HAVE_F90_REAL16 0
#define OMPI_HAVE_F90_DOUBLE_PRECISION 1
#define OMPI_HAVE_F90_COMPLEX 1
#define OMPI_HAVE_F90_COMPLEX8 1
#define OMPI_HAVE_F90_COMPLEX16 1
#define OMPI_HAVE_F90_COMPLEX32 0
#define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
#define HAVE_ALLOCA_H 1
#define HAVE_AIO_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_ERR_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_POLL_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTY_H 1
#define HAVE_PWD_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_ULIMIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTMP_H 1
#define HAVE_MALLOC_H 1
#define HAVE_NET_IF_H 1
#define HAVE_STDBOOL_H 1
#define OMPI_USE_STDBOOL_H 1
#define SIZEOF_PID_T 4
#define HAVE_SOCKLEN_T 1
#define HAVE_SOCKLEN_T 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define OMPI_HAVE_SA_RESTART 1
#define OMPI_HAVE_SA_LEN 0
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_SIGINFO_T_SI_FD 1
#define HAVE_SIGINFO_T_SI_BAND 1
#define HAVE_OPENPTY 1
#define HAVE_LIBNSL 1
#define HAVE_SCHED_YIELD 1
#define HAVE_DIRNAME 1
#define HAVE_CEIL 1
#define HAVE_ASPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_OPENPTY 1
#define HAVE_ISATTY 1
#define HAVE_HTONL 1
#define HAVE_NTOHL 1
#define HAVE_HTONS 1
#define HAVE_NTOHS 1
#define HAVE_GETPWUID 1
#define HAVE_FORK 1
#define HAVE_WAITPID 1
#define HAVE_EXECVE 1
#define HAVE_PIPE 1
#define HAVE_PTSNAME 1
#define HAVE_SETSID 1
#define HAVE_MMAP 1
#define HAVE_MALLOPT 1
#define HAVE_TCGETPGRP 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_STRSIGNAL 1
#define OMPI_HAVE_VA_COPY 1
#define OMPI_HAVE_UNDERSCORE_VA_COPY 1
#define HAVE_DECL___FUNC__ 1
#define OMPI_MPI_OFFSET_TYPE long long
#define OMPI_PTRDIFF_TYPE ptrdiff_t
#define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
#define OMPI_HAVE_BROKEN_QSORT 0
#define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
#define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 0
#define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 0
#define OMPI_HAVE_SOLARIS_THREADS 0
#define OMPI_HAVE_POSIX_THREADS 0
#define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
#define OMPI_ENABLE_MPI_THREADS 0
#define OMPI_ENABLE_PROGRESS_THREADS 0
#define HAVE_EXECINFO_H 1
#define HAVE_BACKTRACE 1
#define MCA_memcpy_IMPLEMENTATION_HEADER "opal/mca/memcpy/base/memcpy_base_default.h"
#define OMPI_MEMORY_PTMALLOC2_OPT_SBRK 1
#define HAVE_DECL_SBRK 1
#define HAVE_SYSCALL 1
#define HAVE_DLSYM 1
#define OMPI_MEMORY_HAVE_COMPONENT 1
#define HAVE_CPU_SET_T 1
#define HAVE_cpu_set_t 1
#define HAVE_CPU_ZERO 1
#define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
#define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
#define HAVE_STRUCT_SOCKADDR_IN 1
#define OMPI_RML_CNOS_HAVE_BARRIER 0
#define OMPI_MCA_BTL_OPENIB_IBV_CREATE_CQ_ARGS 5
#define HAVE_IBV_CREATE_SRQ 1
#define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 1
#define HAVE_IBV_GET_DEVICE_LIST 1
#define OMPI_MCA_BTL_OPENIB_HAVE_DEVICE_LIST 1
#define HAVE_IBV_RESIZE_CQ 1
#define OMPI_MCA_BTL_OPENIB_HAVE_RESIZE_CQ 1
#define HAVE_IBV_FORK_INIT 1
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define HAVE_STRUCT_SOCKADDR_IN 1
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define MCA_pml_DIRECT_CALL 0
#define MCA_pml_DIRECT_CALL_COMPONENT 
#define MCA_pml_DIRECT_CALL_HEADER ""
#define MCA_mtl_DIRECT_CALL 0
#define MCA_mtl_DIRECT_CALL_COMPONENT 
#define MCA_mtl_DIRECT_CALL_HEADER ""
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_STDARG_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_POLL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_TAILQFOREACH 1
#define HAVE_TIMERADD 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_VASPRINTF 1
#define HAVE_FCNTL 1
#define HAVE_SETFD 1
#define HAVE_SELECT 1
#define HAVE_POLL 1
#define HAVE_WORKING_POLL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EPOLL 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define OMPI_WANT_LIBLTDL 1
#define WRAPPER_EXTRA_CFLAGS " "
#define WRAPPER_EXTRA_CXXFLAGS " "
#define WRAPPER_EXTRA_FFLAGS " "
#define WRAPPER_EXTRA_FCFLAGS " "
#define WRAPPER_EXTRA_LDFLAGS "    "
#define WRAPPER_EXTRA_LIBS "-libverbs -lrt  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl "
#define OMPI_STDC_HEADERS 1
#define OMPI_HAVE_SYS_TIME_H 1
#define OMPI_HAVE_LONG_LONG 1
#define OMPI_SIZEOF_BOOL 1
#define OMPI_SIZEOF_INT 4

configure: exit 0

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

This file was extended by Open MPI config.status 1.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

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

on linuxhtc01.rz.RWTH-Aachen.DE

config.status:1968: creating ompi/include/ompi/version.h
config.status:1968: creating orte/include/orte/version.h
config.status:1968: creating opal/include/opal/version.h
config.status:1968: creating opal/mca/backtrace/Makefile
config.status:1968: creating opal/mca/installdirs/config/install_dirs.h
config.status:1968: creating opal/mca/installdirs/Makefile
config.status:1968: creating opal/mca/maffinity/Makefile
config.status:1968: creating opal/mca/memcpy/Makefile
config.status:1968: creating opal/mca/memory/Makefile
config.status:1968: creating opal/mca/paffinity/Makefile
config.status:1968: creating opal/mca/timer/Makefile
config.status:1968: creating orte/mca/errmgr/Makefile
config.status:1968: creating orte/mca/gpr/Makefile
config.status:1968: creating orte/mca/iof/Makefile
config.status:1968: creating orte/mca/ns/Makefile
config.status:1968: creating orte/mca/odls/Makefile
config.status:1968: creating orte/mca/oob/Makefile
config.status:1968: creating orte/mca/pls/Makefile
config.status:1968: creating orte/mca/ras/Makefile
config.status:1968: creating orte/mca/rds/Makefile
config.status:1968: creating orte/mca/rmaps/Makefile
config.status:1968: creating orte/mca/rmgr/Makefile
config.status:1968: creating orte/mca/rml/Makefile
config.status:1968: creating orte/mca/schema/Makefile
config.status:1968: creating orte/mca/sds/Makefile
config.status:1968: creating orte/mca/smr/Makefile
config.status:1968: creating ompi/mca/allocator/Makefile
config.status:1968: creating ompi/mca/bml/Makefile
config.status:1968: creating ompi/mca/btl/Makefile
config.status:1968: creating ompi/mca/coll/Makefile
config.status:1968: creating ompi/mca/common/Makefile
config.status:1968: creating ompi/mca/io/Makefile
config.status:1968: creating ompi/mca/mpool/Makefile
config.status:1968: creating ompi/mca/mtl/Makefile
config.status:1968: creating ompi/mca/osc/Makefile
config.status:1968: creating ompi/mca/pml/Makefile
config.status:1968: creating ompi/mca/rcache/Makefile
config.status:1968: creating ompi/mca/topo/Makefile
config.status:1968: creating opal/mca/backtrace/darwin/Makefile
config.status:1968: creating opal/mca/backtrace/execinfo/Makefile
config.status:1968: creating opal/mca/backtrace/none/Makefile
config.status:1968: creating opal/mca/backtrace/printstack/Makefile
config.status:1968: creating opal/mca/installdirs/config/Makefile
config.status:1968: creating opal/mca/installdirs/env/Makefile
config.status:1968: creating opal/mca/maffinity/first_use/Makefile
config.status:1968: creating opal/mca/maffinity/libnuma/Makefile
config.status:1968: creating opal/mca/memory/darwin/Makefile
config.status:1968: creating opal/mca/memory/malloc_hooks/Makefile
config.status:1968: creating opal/mca/memory/ptmalloc2/Makefile
config.status:1968: creating opal/mca/paffinity/linux/Makefile
config.status:1968: creating opal/mca/paffinity/solaris/Makefile
config.status:1968: creating opal/mca/paffinity/windows/Makefile
config.status:1968: creating opal/mca/timer/aix/Makefile
config.status:1968: creating opal/mca/timer/altix/Makefile
config.status:1968: creating opal/mca/timer/darwin/Makefile
config.status:1968: creating opal/mca/timer/linux/Makefile
config.status:1968: creating opal/mca/timer/solaris/Makefile
config.status:1968: creating opal/mca/timer/windows/Makefile
config.status:1968: creating orte/mca/errmgr/bproc/Makefile
config.status:1968: creating orte/mca/errmgr/hnp/Makefile
config.status:1968: creating orte/mca/errmgr/orted/Makefile
config.status:1968: creating orte/mca/errmgr/proxy/Makefile
config.status:1968: creating orte/mca/gpr/null/Makefile
config.status:1968: creating orte/mca/gpr/proxy/Makefile
config.status:1968: creating orte/mca/gpr/replica/Makefile
config.status:1968: creating orte/mca/gpr/replica/api_layer/Makefile
config.status:1968: creating orte/mca/gpr/replica/transition_layer/Makefile
config.status:1968: creating orte/mca/gpr/replica/functional_layer/Makefile
config.status:1968: creating orte/mca/gpr/replica/communications/Makefile
config.status:1968: creating orte/mca/iof/proxy/Makefile
config.status:1968: creating orte/mca/iof/svc/Makefile
config.status:1968: creating orte/mca/ns/proxy/Makefile
config.status:1968: creating orte/mca/ns/replica/Makefile
config.status:1968: creating orte/mca/odls/bproc/Makefile
config.status:1968: creating orte/mca/odls/default/Makefile
config.status:1968: creating orte/mca/oob/tcp/Makefile
config.status:1968: creating orte/mca/pls/bproc/Makefile
config.status:1968: creating orte/mca/pls/cnos/Makefile
config.status:1968: creating orte/mca/pls/gridengine/Makefile
config.status:1968: creating orte/mca/pls/poe/Makefile
config.status:1968: creating orte/mca/pls/proxy/Makefile
config.status:1968: creating orte/mca/pls/rsh/Makefile
config.status:1968: creating orte/mca/pls/slurm/Makefile
config.status:1968: creating orte/mca/pls/tm/Makefile
config.status:1968: creating orte/mca/pls/xgrid/Makefile
config.status:1968: creating orte/mca/ras/bjs/Makefile
config.status:1968: creating orte/mca/ras/dash_host/Makefile
config.status:1968: creating orte/mca/ras/gridengine/Makefile
config.status:1968: creating orte/mca/ras/loadleveler/Makefile
config.status:1968: creating orte/mca/ras/localhost/Makefile
config.status:1968: creating orte/mca/ras/lsf_bproc/Makefile
config.status:1968: creating orte/mca/ras/slurm/Makefile
config.status:1968: creating orte/mca/ras/tm/Makefile
config.status:1968: creating orte/mca/ras/xgrid/Makefile
config.status:1968: creating orte/mca/rds/hostfile/Makefile
config.status:1968: creating orte/mca/rds/proxy/Makefile
config.status:1968: creating orte/mca/rds/resfile/Makefile
config.status:1968: creating orte/mca/rmaps/round_robin/Makefile
config.status:1968: creating orte/mca/rmgr/cnos/Makefile
config.status:1968: creating orte/mca/rmgr/proxy/Makefile
config.status:1968: creating orte/mca/rmgr/urm/Makefile
config.status:1968: creating orte/mca/rml/cnos/Makefile
config.status:1968: creating orte/mca/rml/oob/Makefile
config.status:1968: creating orte/mca/sds/bproc/Makefile
config.status:1968: creating orte/mca/sds/cnos/Makefile
config.status:1968: creating orte/mca/sds/env/Makefile
config.status:1968: creating orte/mca/sds/pipe/Makefile
config.status:1968: creating orte/mca/sds/portals_utcp/Makefile
config.status:1968: creating orte/mca/sds/seed/Makefile
config.status:1968: creating orte/mca/sds/singleton/Makefile
config.status:1968: creating orte/mca/sds/slurm/Makefile
config.status:1968: creating orte/mca/smr/bproc/Makefile
config.status:1968: creating ompi/mca/allocator/basic/Makefile
config.status:1968: creating ompi/mca/allocator/bucket/Makefile
config.status:1968: creating ompi/mca/bml/r2/Makefile
config.status:1968: creating ompi/mca/btl/gm/Makefile
config.status:1968: creating ompi/mca/btl/mvapi/Makefile
config.status:1968: creating ompi/mca/btl/mx/Makefile
config.status:1968: creating ompi/mca/btl/openib/Makefile
config.status:1968: creating ompi/mca/btl/portals/Makefile
config.status:1968: creating ompi/mca/btl/self/Makefile
config.status:1968: creating ompi/mca/btl/sm/Makefile
config.status:1968: creating ompi/mca/btl/tcp/Makefile
config.status:1968: creating ompi/mca/btl/udapl/Makefile
config.status:1968: creating ompi/mca/coll/basic/Makefile
config.status:1968: creating ompi/mca/coll/self/Makefile
config.status:1968: creating ompi/mca/coll/sm/Makefile
config.status:1968: creating ompi/mca/coll/tuned/Makefile
config.status:1968: creating ompi/mca/common/mx/Makefile
config.status:1968: creating ompi/mca/common/portals/Makefile
config.status:1968: creating ompi/mca/common/sm/Makefile
config.status:1968: creating ompi/mca/io/romio/Makefile
config.status:1968: creating ompi/mca/mpool/rdma/Makefile
config.status:1968: creating ompi/mca/mpool/sm/Makefile
config.status:1968: creating ompi/mca/mtl/mx/Makefile
config.status:1968: creating ompi/mca/mtl/portals/Makefile
config.status:1968: creating ompi/mca/mtl/psm/Makefile
config.status:1968: creating ompi/mca/osc/pt2pt/Makefile
config.status:1968: creating ompi/mca/pml/cm/Makefile
config.status:1968: creating ompi/mca/pml/ob1/Makefile
config.status:1968: creating ompi/mca/rcache/vma/Makefile
config.status:1968: creating ompi/mca/topo/unity/Makefile
config.status:1968: creating Makefile
config.status:1968: creating config/Makefile
config.status:1968: creating contrib/Makefile
config.status:1968: creating opal/Makefile
config.status:1968: creating opal/etc/Makefile
config.status:1968: creating opal/include/Makefile
config.status:1968: creating opal/asm/Makefile
config.status:1968: creating opal/event/Makefile
config.status:1968: creating opal/event/compat/Makefile
config.status:1968: creating opal/event/compat/sys/Makefile
config.status:1968: creating opal/util/Makefile
config.status:1968: creating opal/util/keyval/Makefile
config.status:1968: creating opal/mca/base/Makefile
config.status:1968: creating opal/tools/wrappers/Makefile
config.status:1968: creating opal/tools/wrappers/opalcc-wrapper-data.txt
config.status:1968: creating opal/tools/wrappers/opalc++-wrapper-data.txt
config.status:1968: creating orte/Makefile
config.status:1968: creating orte/include/Makefile
config.status:1968: creating orte/etc/Makefile
config.status:1968: creating orte/tools/orted/Makefile
config.status:1968: creating orte/tools/orterun/Makefile
config.status:1968: creating orte/tools/wrappers/Makefile
config.status:1968: creating orte/tools/wrappers/ortecc-wrapper-data.txt
config.status:1968: creating orte/tools/wrappers/ortec++-wrapper-data.txt
config.status:1968: creating ompi/Makefile
config.status:1968: creating ompi/etc/Makefile
config.status:1968: creating ompi/include/Makefile
config.status:1968: creating ompi/include/mpif.h
config.status:1968: creating ompi/include/mpif-config.h
config.status:1968: creating ompi/datatype/Makefile
config.status:1968: creating ompi/debuggers/Makefile
config.status:1968: creating ompi/mpi/Makefile
config.status:1968: creating ompi/mpi/c/Makefile
config.status:1968: creating ompi/mpi/c/profile/Makefile
config.status:1968: creating ompi/mpi/cxx/Makefile
config.status:1968: creating ompi/mpi/f77/Makefile
config.status:1968: creating ompi/mpi/f77/profile/Makefile
config.status:1968: creating ompi/mpi/f90/Makefile
config.status:1968: creating ompi/mpi/f90/fortran_kinds.sh
config.status:1968: creating ompi/mpi/f90/fortran_sizes.h
config.status:1968: creating ompi/mpi/f90/scripts/Makefile
config.status:1968: creating ompi/tools/ompi_info/Makefile
config.status:1968: creating ompi/tools/wrappers/Makefile
config.status:1968: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
config.status:1968: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
config.status:1968: creating ompi/tools/wrappers/mpif77-wrapper-data.txt
config.status:1968: creating ompi/tools/wrappers/mpif90-wrapper-data.txt
config.status:1968: creating ompi/tools/ortetools/Makefile
config.status:1968: creating test/Makefile
config.status:1968: creating test/event/Makefile
config.status:1968: creating test/asm/Makefile
config.status:1968: creating test/class/Makefile
config.status:1968: creating test/memory/Makefile
config.status:1968: creating test/support/Makefile
config.status:1968: creating test/threads/Makefile
config.status:1968: creating test/peruse/Makefile
config.status:1968: creating test/datatype/Makefile
config.status:1968: creating opal/include/opal_config.h
config.status:2613: opal/include/opal_config.h is unchanged
config.status:1968: creating orte/include/orte_config.h
config.status:2613: orte/include/orte_config.h is unchanged
config.status:1968: creating ompi/include/ompi_config.h
config.status:2613: ompi/include/ompi_config.h is unchanged
config.status:1968: creating ompi/include/mpi.h
config.status:2613: ompi/include/mpi.h is unchanged
config.status:2659: executing depfiles commands
config.status:2659: executing libtool commands

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

This file was extended by Open MPI config.status 1.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status opal/include/opal_config.h

on linuxhtc01.rz.RWTH-Aachen.DE

config.status:1968: creating opal/include/opal_config.h
config.status:2613: opal/include/opal_config.h is unchanged

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

This file was extended by Open MPI config.status 1.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status orte/include/orte_config.h

on linuxhtc01.rz.RWTH-Aachen.DE

config.status:1968: creating orte/include/orte_config.h
config.status:2613: orte/include/orte_config.h is unchanged

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

This file was extended by Open MPI config.status 1.2.8, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status ompi/include/ompi_config.h

on linuxhtc01.rz.RWTH-Aachen.DE

config.status:1968: creating ompi/include/ompi_config.h
config.status:2613: ompi/include/ompi_config.h is unchanged
/*
 * Copyright (c) 2005 Topspin Communications.  All rights reserved.
 * Copyright (c) 2005, 2006 Cisco Systems.  All rights reserved.
 * Copyright (c) 2005 PathScale, Inc.  All rights reserved.
 *
 * This software is available to you under a choice of one of two
 * licenses.  You may choose to be licensed under the terms of the GNU
 * General Public License (GPL) Version 2, available from the file
 * COPYING in the main directory of this source tree, or the
 * OpenIB.org BSD license below:
 *
 *     Redistribution and use in source and binary forms, with or
 *     without modification, are permitted provided that the following
 *     conditions are met:
 *
 *      - Redistributions of source code must retain the above
 *        copyright notice, this list of conditions and the following
 *        disclaimer.
 *
 *      - Redistributions in binary form must reproduce the above
 *        copyright notice, this list of conditions and the following
 *        disclaimer in the documentation and/or other materials
 *        provided with the distribution.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

#ifndef KERN_ABI_H
#define KERN_ABI_H

#include <linux/types.h>

/*
 * This file must be kept in sync with the kernel's version of
 * drivers/infiniband/include/ib_user_verbs.h
 */

/*
 * The minimum and maximum kernel ABI that we can handle.
 */
#define IB_USER_VERBS_MIN_ABI_VERSION	1
#define IB_USER_VERBS_MAX_ABI_VERSION	6

enum {
	IB_USER_VERBS_CMD_GET_CONTEXT,
	IB_USER_VERBS_CMD_QUERY_DEVICE,
	IB_USER_VERBS_CMD_QUERY_PORT,
	IB_USER_VERBS_CMD_ALLOC_PD,
	IB_USER_VERBS_CMD_DEALLOC_PD,
	IB_USER_VERBS_CMD_CREATE_AH,
	IB_USER_VERBS_CMD_MODIFY_AH,
	IB_USER_VERBS_CMD_QUERY_AH,
	IB_USER_VERBS_CMD_DESTROY_AH,
	IB_USER_VERBS_CMD_REG_MR,
	IB_USER_VERBS_CMD_REG_SMR,
	IB_USER_VERBS_CMD_REREG_MR,
	IB_USER_VERBS_CMD_QUERY_MR,
	IB_USER_VERBS_CMD_DEREG_MR,
	IB_USER_VERBS_CMD_ALLOC_MW,
	IB_USER_VERBS_CMD_BIND_MW,
	IB_USER_VERBS_CMD_DEALLOC_MW,
	IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL,
	IB_USER_VERBS_CMD_CREATE_CQ,
	IB_USER_VERBS_CMD_RESIZE_CQ,
	IB_USER_VERBS_CMD_DESTROY_CQ,
	IB_USER_VERBS_CMD_POLL_CQ,
	IB_USER_VERBS_CMD_PEEK_CQ,
	IB_USER_VERBS_CMD_REQ_NOTIFY_CQ,
	IB_USER_VERBS_CMD_CREATE_QP,
	IB_USER_VERBS_CMD_QUERY_QP,
	IB_USER_VERBS_CMD_MODIFY_QP,
	IB_USER_VERBS_CMD_DESTROY_QP,
	IB_USER_VERBS_CMD_POST_SEND,
	IB_USER_VERBS_CMD_POST_RECV,
	IB_USER_VERBS_CMD_ATTACH_MCAST,
	IB_USER_VERBS_CMD_DETACH_MCAST,
	IB_USER_VERBS_CMD_CREATE_SRQ,
	IB_USER_VERBS_CMD_MODIFY_SRQ,
	IB_USER_VERBS_CMD_QUERY_SRQ,
	IB_USER_VERBS_CMD_DESTROY_SRQ,
	IB_USER_VERBS_CMD_POST_SRQ_RECV
};

/*
 * Make sure that all structs defined in this file remain laid out so
 * that they pack the same way on 32-bit and 64-bit architectures (to
 * avoid incompatibility between 32-bit userspace and 64-bit kernels).
 * Specifically:
 *  - Do not use pointer types -- pass pointers in __u64 instead.
 *  - Make sure that any structure larger than 4 bytes is padded to a
 *    multiple of 8 bytes.  Otherwise the structure size will be
 *    different between 32-bit and 64-bit architectures.
 */

struct ibv_kern_async_event {
	__u64 element;
	__u32 event_type;
	__u32 reserved;
};

struct ibv_comp_event {
	__u64 cq_handle;
};

/*
 * All commands from userspace should start with a __u32 command field
 * followed by __u16 in_words and out_words fields (which give the
 * length of the command block and response buffer if any in 32-bit
 * words).  The kernel driver will read these fields first and read
 * the rest of the command struct based on these value.
 */

struct ibv_query_params {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
};

struct ibv_query_params_resp {
	__u32 num_cq_events;
};

struct ibv_get_context {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 driver_data[0];
};

struct ibv_get_context_resp {
	__u32 async_fd;
	__u32 num_comp_vectors;
};

struct ibv_query_device {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 driver_data[0];
};

struct ibv_query_device_resp {
	__u64 fw_ver;
	__u64 node_guid;
	__u64 sys_image_guid;
	__u64 max_mr_size;
	__u64 page_size_cap;
	__u32 vendor_id;
	__u32 vendor_part_id;
	__u32 hw_ver;
	__u32 max_qp;
	__u32 max_qp_wr;
	__u32 device_cap_flags;
	__u32 max_sge;
	__u32 max_sge_rd;
	__u32 max_cq;
	__u32 max_cqe;
	__u32 max_mr;
	__u32 max_pd;
	__u32 max_qp_rd_atom;
	__u32 max_ee_rd_atom;
	__u32 max_res_rd_atom;
	__u32 max_qp_init_rd_atom;
	__u32 max_ee_init_rd_atom;
	__u32 atomic_cap;
	__u32 max_ee;
	__u32 max_rdd;
	__u32 max_mw;
	__u32 max_raw_ipv6_qp;
	__u32 max_raw_ethy_qp;
	__u32 max_mcast_grp;
	__u32 max_mcast_qp_attach;
	__u32 max_total_mcast_qp_attach;
	__u32 max_ah;
	__u32 max_fmr;
	__u32 max_map_per_fmr;
	__u32 max_srq;
	__u32 max_srq_wr;
	__u32 max_srq_sge;
	__u16 max_pkeys;
	__u8  local_ca_ack_delay;
	__u8  phys_port_cnt;
	__u8  reserved[4];
};

struct ibv_query_port {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u8  port_num;
	__u8  reserved[7];
	__u64 driver_data[0];
};

struct ibv_query_port_resp {
	__u32 port_cap_flags;
	__u32 max_msg_sz;
	__u32 bad_pkey_cntr;
	__u32 qkey_viol_cntr;
	__u32 gid_tbl_len;
	__u16 pkey_tbl_len;
	__u16 lid;
	__u16 sm_lid;
	__u8  state;
	__u8  max_mtu;
	__u8  active_mtu;
	__u8  lmc;
	__u8  max_vl_num;
	__u8  sm_sl;
	__u8  subnet_timeout;
	__u8  init_type_reply;
	__u8  active_width;
	__u8  active_speed;
	__u8  phys_state;
	__u8  reserved[3];
};

struct ibv_alloc_pd {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 driver_data[0];
};

struct ibv_alloc_pd_resp {
	__u32 pd_handle;
};

struct ibv_dealloc_pd {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 pd_handle;
};

struct ibv_reg_mr {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 start;
	__u64 length;
	__u64 hca_va;
	__u32 pd_handle;
	__u32 access_flags;
	__u64 driver_data[0];
};

struct ibv_reg_mr_resp {
	__u32 mr_handle;
	__u32 lkey;
	__u32 rkey;
};

struct ibv_dereg_mr {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 mr_handle;
};

struct ibv_create_comp_channel {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
};

struct ibv_create_comp_channel_resp {
	__u32 fd;
};

struct ibv_create_cq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 user_handle;
	__u32 cqe;
	__u32 comp_vector;
	__s32 comp_channel;
	__u32 reserved;
	__u64 driver_data[0];
};

struct ibv_create_cq_resp {
	__u32 cq_handle;
	__u32 cqe;
};

struct ibv_kern_wc {
	__u64  wr_id;
	__u32  status;
	__u32  opcode;
	__u32  vendor_err;
	__u32  byte_len;
	__u32  imm_data;
	__u32  qp_num;
	__u32  src_qp;
	__u32  wc_flags;
	__u16  pkey_index;
	__u16  slid;
	__u8   sl;
	__u8   dlid_path_bits;
	__u8   port_num;
	__u8   reserved;
};

struct ibv_poll_cq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 cq_handle;
	__u32 ne;
};

struct ibv_poll_cq_resp {
	__u32 count;
	__u32 reserved;
	struct ibv_kern_wc wc[0];
};

struct ibv_req_notify_cq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 cq_handle;
	__u32 solicited;
};

struct ibv_resize_cq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 cq_handle;
	__u32 cqe;
	__u64 driver_data[0];
};

struct ibv_resize_cq_resp {
	__u32 cqe;
	__u32 reserved;
	__u64 driver_data[0];
};

struct ibv_destroy_cq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 cq_handle;
	__u32 reserved;
};

struct ibv_destroy_cq_resp {
	__u32 comp_events_reported;
	__u32 async_events_reported;
};

struct ibv_kern_global_route {
	__u8  dgid[16];
	__u32 flow_label;
	__u8  sgid_index;
	__u8  hop_limit;
	__u8  traffic_class;
	__u8  reserved;
};

struct ibv_kern_ah_attr {
	struct ibv_kern_global_route grh;
	__u16 dlid;
	__u8  sl;
	__u8  src_path_bits;
	__u8  static_rate;
	__u8  is_global;
	__u8  port_num;
	__u8  reserved;
};

struct ibv_kern_qp_attr {
	__u32	qp_attr_mask;
	__u32	qp_state;
	__u32	cur_qp_state;
	__u32	path_mtu;
	__u32	path_mig_state;
	__u32	qkey;
	__u32	rq_psn;
	__u32	sq_psn;
	__u32	dest_qp_num;
	__u32	qp_access_flags;

	struct ibv_kern_ah_attr ah_attr;
	struct ibv_kern_ah_attr alt_ah_attr;

	/* ib_qp_cap */
	__u32	max_send_wr;
	__u32	max_recv_wr;
	__u32	max_send_sge;
	__u32	max_recv_sge;
	__u32	max_inline_data;

	__u16	pkey_index;
	__u16	alt_pkey_index;
	__u8	en_sqd_async_notify;
	__u8	sq_draining;
	__u8	max_rd_atomic;
	__u8	max_dest_rd_atomic;
	__u8	min_rnr_timer;
	__u8	port_num;
	__u8	timeout;
	__u8	retry_cnt;
	__u8	rnr_retry;
	__u8	alt_port_num;
	__u8	alt_timeout;
	__u8	reserved[5];
};

struct ibv_create_qp {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 user_handle;
	__u32 pd_handle;
	__u32 send_cq_handle;
	__u32 recv_cq_handle;
	__u32 srq_handle;
	__u32 max_send_wr;
	__u32 max_recv_wr;
	__u32 max_send_sge;
	__u32 max_recv_sge;
	__u32 max_inline_data;
	__u8  sq_sig_all;
	__u8  qp_type;
	__u8  is_srq;
	__u8  reserved;
	__u64 driver_data[0];
};

struct ibv_create_qp_resp {
	__u32 qp_handle;
	__u32 qpn;
	__u32 max_send_wr;
	__u32 max_recv_wr;
	__u32 max_send_sge;
	__u32 max_recv_sge;
	__u32 max_inline_data;
	__u32 reserved;
};

struct ibv_qp_dest {
	__u8  dgid[16];
	__u32 flow_label;
	__u16 dlid;
	__u16 reserved;
	__u8  sgid_index;
	__u8  hop_limit;
	__u8  traffic_class;
	__u8  sl;
	__u8  src_path_bits;
	__u8  static_rate;
	__u8  is_global;
	__u8  port_num;
};

struct ibv_query_qp {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 qp_handle;
	__u32 attr_mask;
	__u64 driver_data[0];
};

struct ibv_query_qp_resp {
	struct ibv_qp_dest dest;
	struct ibv_qp_dest alt_dest;
	__u32 max_send_wr;
	__u32 max_recv_wr;
	__u32 max_send_sge;
	__u32 max_recv_sge;
	__u32 max_inline_data;
	__u32 qkey;
	__u32 rq_psn;
	__u32 sq_psn;
	__u32 dest_qp_num;
	__u32 qp_access_flags;
	__u16 pkey_index;
	__u16 alt_pkey_index;
	__u8  qp_state;
	__u8  cur_qp_state;
	__u8  path_mtu;
	__u8  path_mig_state;
	__u8  sq_draining;
	__u8  max_rd_atomic;
	__u8  max_dest_rd_atomic;
	__u8  min_rnr_timer;
	__u8  port_num;
	__u8  timeout;
	__u8  retry_cnt;
	__u8  rnr_retry;
	__u8  alt_port_num;
	__u8  alt_timeout;
	__u8  sq_sig_all;
	__u8  reserved[5];
	__u64 driver_data[0];
};

struct ibv_modify_qp {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	struct ibv_qp_dest dest;
	struct ibv_qp_dest alt_dest;
	__u32 qp_handle;
	__u32 attr_mask;
	__u32 qkey;
	__u32 rq_psn;
	__u32 sq_psn;
	__u32 dest_qp_num;
	__u32 qp_access_flags;
	__u16 pkey_index;
	__u16 alt_pkey_index;
	__u8  qp_state;
	__u8  cur_qp_state;
	__u8  path_mtu;
	__u8  path_mig_state;
	__u8  en_sqd_async_notify;
	__u8  max_rd_atomic;
	__u8  max_dest_rd_atomic;
	__u8  min_rnr_timer;
	__u8  port_num;
	__u8  timeout;
	__u8  retry_cnt;
	__u8  rnr_retry;
	__u8  alt_port_num;
	__u8  alt_timeout;
	__u8  reserved[2];
	__u64 driver_data[0];
};

struct ibv_destroy_qp {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 qp_handle;
	__u32 reserved;
};

struct ibv_destroy_qp_resp {
	__u32 events_reported;
};

struct ibv_kern_send_wr {
	__u64 wr_id;
	__u32 num_sge;
	__u32 opcode;
	__u32 send_flags;
	__u32 imm_data;
	union {
		struct {
			__u64 remote_addr;
			__u32 rkey;
			__u32 reserved;
		} rdma;
		struct {
			__u64 remote_addr;
			__u64 compare_add;
			__u64 swap;
			__u32 rkey;
			__u32 reserved;
		} atomic;
		struct {
			__u32 ah;
			__u32 remote_qpn;
			__u32 remote_qkey;
			__u32 reserved;
		} ud;
	} wr;
};

struct ibv_post_send {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 qp_handle;
	__u32 wr_count;
	__u32 sge_count;
	__u32 wqe_size;
	struct ibv_kern_send_wr send_wr[0];
};

struct ibv_post_send_resp {
	__u32 bad_wr;
};

struct ibv_kern_recv_wr {
	__u64 wr_id;
	__u32 num_sge;
	__u32 reserved;
};

struct ibv_post_recv {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 qp_handle;
	__u32 wr_count;
	__u32 sge_count;
	__u32 wqe_size;
	struct ibv_kern_recv_wr recv_wr[0];
};

struct ibv_post_recv_resp {
	__u32 bad_wr;
};

struct ibv_post_srq_recv {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 srq_handle;
	__u32 wr_count;
	__u32 sge_count;
	__u32 wqe_size;
	struct ibv_kern_recv_wr recv_wr[0];
};

struct ibv_post_srq_recv_resp {
	__u32 bad_wr;
};

struct ibv_create_ah {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 user_handle;
	__u32 pd_handle;
	__u32 reserved;
	struct ibv_kern_ah_attr attr;
};

struct ibv_create_ah_resp {
	__u32 handle;
};

struct ibv_destroy_ah {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 ah_handle;
};

struct ibv_attach_mcast {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u8  gid[16];
	__u32 qp_handle;
	__u16 mlid;
	__u16 reserved;
	__u64 driver_data[0];
};

struct ibv_detach_mcast {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u8  gid[16];
	__u32 qp_handle;
	__u16 mlid;
	__u16 reserved;
	__u64 driver_data[0];
};

struct ibv_create_srq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 user_handle;
	__u32 pd_handle;
	__u32 max_wr;
	__u32 max_sge;
	__u32 srq_limit;
	__u64 driver_data[0];
};

struct ibv_create_srq_resp {
	__u32 srq_handle;
	__u32 max_wr;
	__u32 max_sge;
	__u32 reserved;
};

struct ibv_modify_srq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 srq_handle;
	__u32 attr_mask;
	__u32 max_wr;
	__u32 srq_limit;
	__u64 driver_data[0];
};

struct ibv_query_srq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 srq_handle;
	__u32 reserved;
	__u64 driver_data[0];
};

struct ibv_query_srq_resp {
	__u32 max_wr;
	__u32 max_sge;
	__u32 srq_limit;
	__u32 reserved;
};

struct ibv_destroy_srq {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u32 srq_handle;
	__u32 reserved;
};

struct ibv_destroy_srq_resp {
	__u32 events_reported;
};

/*
 * Compatibility with older ABI versions
 */

enum {
	IB_USER_VERBS_CMD_QUERY_PARAMS_V2,
	IB_USER_VERBS_CMD_GET_CONTEXT_V2,
	IB_USER_VERBS_CMD_QUERY_DEVICE_V2,
	IB_USER_VERBS_CMD_QUERY_PORT_V2,
	IB_USER_VERBS_CMD_QUERY_GID_V2,
	IB_USER_VERBS_CMD_QUERY_PKEY_V2,
	IB_USER_VERBS_CMD_ALLOC_PD_V2,
	IB_USER_VERBS_CMD_DEALLOC_PD_V2,
	IB_USER_VERBS_CMD_CREATE_AH_V2,
	IB_USER_VERBS_CMD_MODIFY_AH_V2,
	IB_USER_VERBS_CMD_QUERY_AH_V2,
	IB_USER_VERBS_CMD_DESTROY_AH_V2,
	IB_USER_VERBS_CMD_REG_MR_V2,
	IB_USER_VERBS_CMD_REG_SMR_V2,
	IB_USER_VERBS_CMD_REREG_MR_V2,
	IB_USER_VERBS_CMD_QUERY_MR_V2,
	IB_USER_VERBS_CMD_DEREG_MR_V2,
	IB_USER_VERBS_CMD_ALLOC_MW_V2,
	IB_USER_VERBS_CMD_BIND_MW_V2,
	IB_USER_VERBS_CMD_DEALLOC_MW_V2,
	IB_USER_VERBS_CMD_CREATE_CQ_V2,
	IB_USER_VERBS_CMD_RESIZE_CQ_V2,
	IB_USER_VERBS_CMD_DESTROY_CQ_V2,
	IB_USER_VERBS_CMD_POLL_CQ_V2,
	IB_USER_VERBS_CMD_PEEK_CQ_V2,
	IB_USER_VERBS_CMD_REQ_NOTIFY_CQ_V2,
	IB_USER_VERBS_CMD_CREATE_QP_V2,
	IB_USER_VERBS_CMD_QUERY_QP_V2,
	IB_USER_VERBS_CMD_MODIFY_QP_V2,
	IB_USER_VERBS_CMD_DESTROY_QP_V2,
	IB_USER_VERBS_CMD_POST_SEND_V2,
	IB_USER_VERBS_CMD_POST_RECV_V2,
	IB_USER_VERBS_CMD_ATTACH_MCAST_V2,
	IB_USER_VERBS_CMD_DETACH_MCAST_V2,
	IB_USER_VERBS_CMD_CREATE_SRQ_V2,
	IB_USER_VERBS_CMD_MODIFY_SRQ_V2,
	IB_USER_VERBS_CMD_QUERY_SRQ_V2,
	IB_USER_VERBS_CMD_DESTROY_SRQ_V2,
	IB_USER_VERBS_CMD_POST_SRQ_RECV_V2,
	/*
	 * Set commands that didn't exist to -1 so our compile-time
	 * trick opcodes in IBV_INIT_CMD() doesn't break.
	 */
	IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL_V2 = -1,
};

struct ibv_destroy_cq_v1 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 cq_handle;
};

struct ibv_destroy_qp_v1 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 qp_handle;
};

struct ibv_destroy_srq_v1 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 srq_handle;
};

struct ibv_get_context_v2 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 cq_fd_tab;
	__u64 driver_data[0];
};

struct ibv_create_cq_v2 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u64 response;
	__u64 user_handle;
	__u32 cqe;
	__u32 event_handler;
	__u64 driver_data[0];
};

struct ibv_modify_srq_v3 {
	__u32 command;
	__u16 in_words;
	__u16 out_words;
	__u32 srq_handle;
	__u32 attr_mask;
	__u32 max_wr;
	__u32 max_sge;
	__u32 srq_limit;
	__u32 reserved;
	__u64 driver_data[0];
};

struct ibv_create_qp_resp_v3 {
	__u32 qp_handle;
	__u32 qpn;
};

struct ibv_create_qp_resp_v4 {
	__u32 qp_handle;
	__u32 qpn;
	__u32 max_send_wr;
	__u32 max_recv_wr;
	__u32 max_send_sge;
	__u32 max_recv_sge;
	__u32 max_inline_data;
};

struct ibv_create_srq_resp_v5 {
	__u32 srq_handle;
};

#endif /* KERN_ABI_H */
Making all in config
gmake[1]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/config'
Making all in contrib
gmake[1]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/contrib'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/contrib'
Making all in opal
gmake[1]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal'
Making all in include
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/include'
gmake  all-am
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/include'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/include'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/include'
Making all in libltdl
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl'
gmake  all-am
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/libltdl'
Making all in asm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/asm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/asm'
Making all in etc
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/etc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/etc'
Making all in event
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event'
Making all in compat
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat'
Making all in sys
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat/sys'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat/sys'
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event/compat'
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/event'
Making all in util
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util'
Making all in keyval
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util/keyval'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util/keyval'
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/util'
Making all in mca/base
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/base'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/base'
Making all in mca/backtrace
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/backtrace'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/backtrace'
Making all in mca/installdirs
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs'
Making all in mca/maffinity
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity'
Making all in mca/memcpy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memcpy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memcpy'
Making all in mca/memory
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memory'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memory'
Making all in mca/paffinity
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/paffinity'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/paffinity'
Making all in mca/timer
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/timer'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/timer'
Making all in mca/backtrace/execinfo
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/backtrace/execinfo'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/backtrace/execinfo'
Making all in mca/installdirs/env
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs/env'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs/env'
Making all in mca/installdirs/config
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs/config'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/installdirs/config'
Making all in mca/maffinity/first_use
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity/first_use'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity/first_use'
Making all in mca/maffinity/libnuma
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity/libnuma'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/maffinity/libnuma'
Making all in mca/memory/ptmalloc2
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memory/ptmalloc2'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/memory/ptmalloc2'
Making all in mca/paffinity/linux
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/paffinity/linux'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/paffinity/linux'
Making all in mca/timer/linux
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/timer/linux'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/mca/timer/linux'
Making all in .
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal'
Making all in tools/wrappers
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/tools/wrappers'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal/tools/wrappers'
gmake[1]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/opal'
Making all in orte
gmake[1]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte'
Making all in include
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/include'
gmake  all-am
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/include'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/include'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/include'
Making all in mca/errmgr
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr'
Making all in mca/gpr
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr'
Making all in mca/iof
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof'
Making all in mca/ns
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns'
Making all in mca/odls
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/odls'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/odls'
Making all in mca/oob
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/oob'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/oob'
Making all in mca/pls
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls'
Making all in mca/ras
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras'
Making all in mca/rds
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds'
Making all in mca/rmaps
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmaps'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmaps'
Making all in mca/rmgr
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr'
Making all in mca/rml
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rml'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rml'
Making all in mca/schema
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/schema'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/schema'
Making all in mca/sds
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds'
Making all in mca/smr
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/smr'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/smr'
Making all in mca/errmgr/hnp
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/hnp'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/hnp'
Making all in mca/errmgr/orted
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/orted'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/orted'
Making all in mca/errmgr/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/errmgr/proxy'
Making all in mca/gpr/null
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/null'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/null'
Making all in mca/gpr/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/proxy'
Making all in mca/gpr/replica
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica'
Making all in api_layer
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/api_layer'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/api_layer'
Making all in functional_layer
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/functional_layer'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/functional_layer'
Making all in transition_layer
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/transition_layer'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/transition_layer'
Making all in communications
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/communications'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica/communications'
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/gpr/replica'
Making all in mca/iof/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof/proxy'
Making all in mca/iof/svc
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof/svc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/iof/svc'
Making all in mca/ns/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns/proxy'
Making all in mca/ns/replica
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns/replica'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ns/replica'
Making all in mca/odls/default
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/odls/default'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/odls/default'
Making all in mca/oob/tcp
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/oob/tcp'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/oob/tcp'
Making all in mca/pls/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/proxy'
Making all in mca/pls/gridengine
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/gridengine'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/gridengine'
Making all in mca/pls/rsh
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/rsh'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/rsh'
Making all in mca/pls/slurm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/slurm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/pls/slurm'
Making all in mca/ras/dash_host
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/dash_host'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/dash_host'
Making all in mca/ras/localhost
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/localhost'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/localhost'
Making all in mca/ras/gridengine
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/gridengine'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/gridengine'
Making all in mca/ras/slurm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/slurm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/ras/slurm'
Making all in mca/rds/hostfile
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/hostfile'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/hostfile'
Making all in mca/rds/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/proxy'
Making all in mca/rds/resfile
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/resfile'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rds/resfile'
Making all in mca/rmaps/round_robin
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmaps/round_robin'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmaps/round_robin'
Making all in mca/rmgr/proxy
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr/proxy'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr/proxy'
Making all in mca/rmgr/urm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr/urm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rmgr/urm'
Making all in mca/rml/oob
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rml/oob'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/rml/oob'
Making all in mca/sds/env
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/env'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/env'
Making all in mca/sds/seed
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/seed'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/seed'
Making all in mca/sds/singleton
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/singleton'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/singleton'
Making all in mca/sds/pipe
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/pipe'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/pipe'
Making all in mca/sds/slurm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/slurm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/mca/sds/slurm'
Making all in etc
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/etc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/etc'
Making all in .
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte'
Making all in tools/orted
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/orted'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/orted'
Making all in tools/orterun
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/orterun'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/orterun'
Making all in tools/wrappers
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/wrappers'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte/tools/wrappers'
gmake[1]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/orte'
Making all in ompi
gmake[1]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi'
Making all in include
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/include'
gmake  all-am
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/include'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/include'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/include'
Making all in datatype
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/datatype'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/datatype'
Making all in debuggers
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/debuggers'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/debuggers'
Making all in etc
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/etc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/etc'
Making all in mpi
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi'
Making all in c
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c'
Making all in profile
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c/profile'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c/profile'
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/c'
Making all in cxx
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/cxx'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/cxx'
Making all in f77
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77'
Making all in profile
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77/profile'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77/profile'
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f77'
Making all in f90
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
gmake  all-recursive
gmake[4]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
Making all in scripts
gmake[5]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90/scripts'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90/scripts'
gmake[5]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
gmake[4]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi/f90'
gmake[3]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi'
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mpi'
Making all in mca/common
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/common'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/common'
Making all in mca/allocator
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator'
Making all in mca/bml
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/bml'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/bml'
Making all in mca/btl
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl'
Making all in mca/coll
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/coll'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/coll'
Making all in mca/io
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/io'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/io'
Making all in mca/mpool
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/mpool'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/mpool'
Making all in mca/mtl
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/mtl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/mtl'
Making all in mca/osc
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/osc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/osc'
Making all in mca/pml
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/pml'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/pml'
Making all in mca/rcache
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/rcache'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/rcache'
Making all in mca/topo
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/topo'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/topo'
Making all in mca/common/sm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/common/sm'
if test -z ""; then \
          rm -f "libmca_common_sm.la"; \
          ln -s "libmca_common_sm_noinst.la" "libmca_common_sm.la"; \
        fi
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/common/sm'
Making all in mca/allocator/basic
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator/basic'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator/basic'
Making all in mca/allocator/bucket
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator/bucket'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/allocator/bucket'
Making all in mca/bml/r2
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/bml/r2'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/bml/r2'
Making all in mca/btl/self
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/self'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/self'
Making all in mca/btl/sm
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/sm'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/sm'
Making all in mca/btl/openib
gmake[2]: Entering directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/openib'
source='btl_openib_component.c' object='btl_openib_component.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../../../config/depcomp \
        /bin/sh ../../../../libtool --tag=CC   --mode=compile cc 
-DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include 
-I../../../../ompi/include   
-DPKGDATADIR=\"/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio/share/openmpi\" 
-I../../../..    -DNDEBUG -O2 -m32  -c -o btl_openib_component.lo 
btl_openib_component.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../../opal/include 
-I../../../../orte/include -I../../../../ompi/include 
-DPKGDATADIR=\"/rwthfs/rz/SW/MPI/openmpi-1.2.8/linux32/studio/share/openmpi\" 
-I../../../.. -DNDEBUG -O2 -m32 -c btl_openib_component.c  -KPIC -DPIC -o 
.libs/btl_openib_component.o
"../../../../opal/include/opal/sys/ia32/atomic.h", line 167: warning: 
impossible constraint for "%1" asm operand 
"../../../../opal/include/opal/sys/ia32/atomic.h", line 167: warning: parameter 
in inline asm statement unused: %2
"../../../../opal/include/opal/sys/ia32/atomic.h", line 184: warning: 
impossible constraint for "%1" asm operand 
"../../../../opal/include/opal/sys/ia32/atomic.h", line 184: warning: parameter 
in inline asm statement unused: %2
"/usr/include/infiniband/kern-abi.h", line 103: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 109: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 124: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 135: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 148: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 153: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 200: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 203: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 233: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 252: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 258: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 278: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 289: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 295: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 304: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 325: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 348: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 351: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 357: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 364: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 436: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 451: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 484: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 487: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 521: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 554: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 561: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 571: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 578: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 583: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 602: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 615: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 624: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 640: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 656: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 682: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 693: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 700: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 706: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 724: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 731: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 734: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 748: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 833: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 842: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 846: syntax error before or at: __u64
"/usr/include/infiniband/kern-abi.h", line 859: syntax error before or at: __u64
"/usr/include/infiniband/driver.h", line 56: syntax error before or at: typedef
"/usr/include/infiniband/driver.h", line 59: syntax error before or at: 
ibv_driver_init_func
"/usr/include/infiniband/driver.h", line 59: member cannot be function: 
ibv_register_driver
"/usr/include/infiniband/driver.h", line 60: member cannot be function: 
ibv_cmd_get_context
"/usr/include/infiniband/driver.h", line 63: member cannot be function: 
ibv_cmd_query_device
"/usr/include/infiniband/driver.h", line 67: member cannot be function: 
ibv_cmd_query_port
"/usr/include/infiniband/driver.h", line 70: member cannot be function: 
ibv_cmd_query_gid
"/usr/include/infiniband/driver.h", line 72: member cannot be function: 
ibv_cmd_query_pkey
"/usr/include/infiniband/driver.h", line 74: member cannot be function: 
ibv_cmd_alloc_pd
"/usr/include/infiniband/driver.h", line 77: member cannot be function: 
ibv_cmd_dealloc_pd
"/usr/include/infiniband/driver.h", line 79: member cannot be function: 
ibv_cmd_reg_mr
"/usr/include/infiniband/driver.h", line 84: member cannot be function: 
ibv_cmd_dereg_mr
"/usr/include/infiniband/driver.h", line 85: member cannot be function: 
ibv_cmd_create_cq
"/usr/include/infiniband/driver.h", line 90: member cannot be function: 
ibv_cmd_poll_cq
"/usr/include/infiniband/driver.h", line 91: member cannot be function: 
ibv_cmd_req_notify_cq
"/usr/include/infiniband/driver.h", line 93: member cannot be function: 
ibv_cmd_resize_cq
"/usr/include/infiniband/driver.h", line 96: member cannot be function: 
ibv_cmd_destroy_cq
"/usr/include/infiniband/driver.h", line 98: member cannot be function: 
ibv_cmd_create_srq
"/usr/include/infiniband/driver.h", line 102: member cannot be function: 
ibv_cmd_modify_srq
"/usr/include/infiniband/driver.h", line 106: member cannot be function: 
ibv_cmd_query_srq
"/usr/include/infiniband/driver.h", line 109: member cannot be function: 
ibv_cmd_destroy_srq
"/usr/include/infiniband/driver.h", line 111: member cannot be function: 
ibv_cmd_create_qp
"/usr/include/infiniband/driver.h", line 115: member cannot be function: 
ibv_cmd_query_qp
"/usr/include/infiniband/driver.h", line 119: member cannot be function: 
ibv_cmd_modify_qp
"/usr/include/infiniband/driver.h", line 122: member cannot be function: 
ibv_cmd_destroy_qp
"/usr/include/infiniband/driver.h", line 123: member cannot be function: 
ibv_cmd_post_send
"/usr/include/infiniband/driver.h", line 125: member cannot be function: 
ibv_cmd_post_recv
"/usr/include/infiniband/driver.h", line 127: member cannot be function: 
ibv_cmd_post_srq_recv
"/usr/include/infiniband/driver.h", line 129: member cannot be function: 
ibv_cmd_create_ah
"/usr/include/infiniband/driver.h", line 131: member cannot be function: 
ibv_cmd_destroy_ah
"/usr/include/infiniband/driver.h", line 132: member cannot be function: 
ibv_cmd_attach_mcast
"/usr/include/infiniband/driver.h", line 133: member cannot be function: 
ibv_cmd_detach_mcast
"/usr/include/infiniband/driver.h", line 135: member cannot be function: 
ibv_dontfork_range
"/usr/include/infiniband/driver.h", line 136: member cannot be function: 
ibv_dofork_range
"/usr/include/infiniband/driver.h", line 141: member cannot be function: 
ibv_get_sysfs_path
"/usr/include/infiniband/driver.h", line 143: member cannot be function: 
ibv_read_sysfs_file
"/usr/include/sys/stat.h", line 207: syntax error before or at: extern
"/usr/include/sys/stat.h", line 207: member cannot be function: stat
"/usr/include/sys/stat.h", line 212: syntax error before or at: extern
"/usr/include/sys/stat.h", line 212: member cannot be function: fstat
"/usr/include/sys/stat.h", line 226: syntax error before or at: extern
"/usr/include/sys/stat.h", line 226: member cannot be function: stat64
"/usr/include/sys/stat.h", line 228: syntax error before or at: extern
"/usr/include/sys/stat.h", line 228: member cannot be function: fstat64
"/usr/include/sys/stat.h", line 236: syntax error before or at: extern
"/usr/include/sys/stat.h", line 236: member cannot be function: fstatat
"/usr/include/sys/stat.h", line 250: syntax error before or at: extern
"/usr/include/sys/stat.h", line 250: member cannot be function: fstatat64
"/usr/include/sys/stat.h", line 259: syntax error before or at: extern
"/usr/include/sys/stat.h", line 259: member cannot be function: lstat
"/usr/include/sys/stat.h", line 272: syntax error before or at: extern
"/usr/include/sys/stat.h", line 272: member cannot be function: lstat64
"/usr/include/sys/stat.h", line 280: syntax error before or at: extern
"/usr/include/sys/stat.h", line 280: member cannot be function: chmod
"/usr/include/sys/stat.h", line 287: syntax error before or at: extern
"/usr/include/sys/stat.h", line 287: member cannot be function: lchmod
"/usr/include/sys/stat.h", line 293: syntax error before or at: extern
"/usr/include/sys/stat.h", line 293: member cannot be function: fchmod
"/usr/include/sys/stat.h", line 299: syntax error before or at: extern
"/usr/include/sys/stat.h", line 299: member cannot be function: fchmodat
"/usr/include/sys/stat.h", line 307: syntax error before or at: extern
"/usr/include/sys/stat.h", line 307: member cannot be function: umask
"/usr/include/sys/stat.h", line 312: syntax error before or at: extern
"/usr/include/sys/stat.h", line 312: member cannot be function: getumask
"/usr/include/sys/stat.h", line 316: syntax error before or at: extern
"/usr/include/sys/stat.h", line 316: member cannot be function: mkdir
"/usr/include/sys/stat.h", line 323: syntax error before or at: extern
"/usr/include/sys/stat.h", line 323: member cannot be function: mkdirat
"/usr/include/sys/stat.h", line 331: syntax error before or at: extern
"/usr/include/sys/stat.h", line 331: member cannot be function: mknod
"/usr/include/sys/stat.h", line 339: syntax error before or at: extern
"/usr/include/sys/stat.h", line 339: member cannot be function: mknodat
"/usr/include/sys/stat.h", line 345: syntax error before or at: extern
"/usr/include/sys/stat.h", line 345: member cannot be function: mkfifo
"/usr/include/sys/stat.h", line 352: syntax error before or at: extern
"/usr/include/sys/stat.h", line 352: member cannot be function: mkfifoat
"/usr/include/sys/stat.h", line 380: syntax error before or at: extern
"/usr/include/sys/stat.h", line 380: member cannot be function: __fxstat
"/usr/include/sys/stat.h", line 382: syntax error before or at: extern
"/usr/include/sys/stat.h", line 382: member cannot be function: __xstat
"/usr/include/sys/stat.h", line 384: syntax error before or at: extern
"/usr/include/sys/stat.h", line 384: member cannot be function: __lxstat
"/usr/include/sys/stat.h", line 386: syntax error before or at: extern
"/usr/include/sys/stat.h", line 386: member cannot be function: __fxstatat
"/usr/include/sys/stat.h", line 413: syntax error before or at: extern
"/usr/include/sys/stat.h", line 413: member cannot be function: __fxstat64
"/usr/include/sys/stat.h", line 415: syntax error before or at: extern
"/usr/include/sys/stat.h", line 415: member cannot be function: __xstat64
"/usr/include/sys/stat.h", line 417: syntax error before or at: extern
"/usr/include/sys/stat.h", line 417: member cannot be function: __lxstat64
"/usr/include/sys/stat.h", line 419: syntax error before or at: extern
"/usr/include/sys/stat.h", line 419: member cannot be function: __fxstatat64
"/usr/include/sys/stat.h", line 423: syntax error before or at: extern
"/usr/include/sys/stat.h", line 423: member cannot be function: __xmknod
"/usr/include/sys/stat.h", line 426: syntax error before or at: extern
"/usr/include/sys/stat.h", line 426: member cannot be function: __xmknodat
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 32: warning: 
unnamed struct member
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 91: member 
cannot be function: mca_pml_base_modex_send
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 127: member 
cannot be function: mca_pml_base_modex_recv
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 151: syntax 
error before or at: typedef
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 161: syntax 
error before or at: mca_pml_base_modex_cb_fn_t
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 161: warning: 
undefined or missing type for: mca_pml_base_modex_cb_fn_t
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 162: warning: 
undefined or missing type for: void
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 158: member 
cannot be function: mca_pml_base_modex_recv_nb
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 167: member 
cannot be function: mca_pml_base_modex_exchange
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 172: member 
cannot be function: mca_pml_base_modex_init
"../../../../ompi/mca/pml/base/pml_base_module_exchange.h", line 177: member 
cannot be function: mca_pml_base_modex_finalize
"btl_openib_component.c", line 65: syntax error before or at: static
"btl_openib_component.c", line 65: member cannot be function: 
btl_openib_component_open
"btl_openib_component.c", line 66: syntax error before or at: static
"btl_openib_component.c", line 66: member cannot be function: 
btl_openib_component_close
"btl_openib_component.c", line 67: syntax error before or at: static
"btl_openib_component.c", line 67: member cannot be function: 
btl_openib_modex_send
"btl_openib_component.c", line 68: syntax error before or at: static
"btl_openib_component.c", line 68: member cannot be function: btl_openib_control
"btl_openib_component.c", line 72: syntax error before or at: static
"btl_openib_component.c", line 72: member cannot be function: init_one_port
"btl_openib_component.c", line 75: syntax error before or at: static
"btl_openib_component.c", line 75: member cannot be function: init_one_hca
"btl_openib_component.c", line 76: syntax error before or at: static
"btl_openib_component.c", line 76: member cannot be function: 
btl_openib_component_init
"btl_openib_component.c", line 79: syntax error before or at: static
"btl_openib_component.c", line 79: member cannot be function: merge_values
"btl_openib_component.c", line 81: syntax error before or at: static
"btl_openib_component.c", line 81: member cannot be function: 
btl_openib_handle_incoming
"btl_openib_component.c", line 85: syntax error before or at: static
"btl_openib_component.c", line 85: member cannot be function: 
btl_openib_component_status_to_string
"btl_openib_component.c", line 86: syntax error before or at: static
"btl_openib_component.c", line 86: member cannot be function: 
btl_openib_component_progress
"btl_openib_component.c", line 87: syntax error before or at: static
"btl_openib_component.c", line 87: member cannot be function: 
btl_openib_frag_progress_pending
"btl_openib_component.c", line 90: syntax error before or at: static
"btl_openib_component.c", line 90: member cannot be function: openib_reg_mr
"btl_openib_component.c", line 92: syntax error before or at: static
"btl_openib_component.c", line 92: member cannot be function: openib_dereg_mr
"btl_openib_component.c", line 95: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 95: syntax error before or at: =
"btl_openib_component.c", line 65: member cannot be function: 
btl_openib_component_open
"btl_openib_component.c", line 134: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 134: syntax error before or at: {
"btl_openib_component.c", line 138: syntax error before or at: 
mca_btl_openib_component
"btl_openib_component.c", line 139: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 849: zero-sized struct/union
"btl_openib_component.c", line 142: syntax error before or at: *
"btl_openib_component.c", line 142: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 142: zero-sized struct/union
"btl_openib_component.c", line 142: warning: no explicit type given
"btl_openib_component.c", line 142: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 142: zero-sized struct/union
"btl_openib_component.c", line 142: warning: no explicit type given
"btl_openib_component.c", line 142: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 849: zero-sized struct/union
"btl_openib_component.c", line 159: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 838: zero-sized struct/union
"btl_openib_component.c", line 166: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 829: zero-sized struct/union
"btl_openib_component.c", line 177: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 67: member cannot be function: 
btl_openib_modex_send
"btl_openib_component.c", line 193: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 193: syntax error before or at: {
"btl_openib_component.c", line 196: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 196: syntax error before or at: =
"btl_openib_component.c", line 196: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 727: zero-sized struct/union
"btl_openib_component.c", line 202: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 716: zero-sized struct/union
"btl_openib_component.c", line 206: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 696: zero-sized struct/union
"btl_openib_component.c", line 210: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 685: zero-sized struct/union
"/usr/include/infiniband/kern-abi.h", line 685: warning: unnamed struct member
"btl_openib_component.c", line 213: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 674: zero-sized struct/union
"btl_openib_component.c", line 214: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 214: syntax error before or at: =
"btl_openib_component.c", line 215: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 524: zero-sized struct/union
"btl_openib_component.c", line 218: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 490: zero-sized struct/union
"btl_openib_component.c", line 225: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 480: zero-sized struct/union
"/usr/include/infiniband/kern-abi.h", line 480: warning: unnamed struct member
"btl_openib_component.c", line 244: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 432: zero-sized struct/union
"btl_openib_component.c", line 244: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 354: zero-sized struct/union
"btl_openib_component.c", line 248: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 344: zero-sized struct/union
"btl_openib_component.c", line 252: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 285: zero-sized struct/union
"btl_openib_component.c", line 254: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 274: zero-sized struct/union
"btl_openib_component.c", line 270: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 248: zero-sized struct/union
"btl_openib_component.c", line 282: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 229: zero-sized struct/union
"btl_openib_component.c", line 283: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 196: zero-sized struct/union
"btl_openib_component.c", line 286: warning: syntax requires ";" after last 
struct/union member
"btl_openib_component.c", line 293: warning: syntax requires ";" after last 
struct/union member
"/usr/include/infiniband/kern-abi.h", line 144: zero-sized struct/union
"btl_openib_component.c", line 293: warning: syntax error:  empty declaration
"btl_openib_component.c", line 293: warning: syntax error:  empty declaration
"btl_openib_component.c", line 294: warning: syntax error:  empty declaration
"btl_openib_component.c", line 298: cannot recover from previous errors
cc: acomp failed for btl_openib_component.c
gmake[2]: *** [btl_openib_component.lo] Error 1
gmake[2]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi/mca/btl/openib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/rwthfs/rz/cluster/home/pk224850/OpenMPI/openmpi-1.2.8_studio32/ompi'
gmake: *** [all-recursive] Error 1
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H


#include <linux/posix_types.h>
#include <asm/types.h>

#ifndef __KERNEL_STRICT_NAMES

typedef __u32 __kernel_dev_t;

typedef __kernel_fd_set		fd_set;
typedef __kernel_dev_t		dev_t;
typedef __kernel_ino_t		ino_t;
typedef __kernel_mode_t		mode_t;
typedef __kernel_nlink_t	nlink_t;
typedef __kernel_off_t		off_t;
typedef __kernel_pid_t		pid_t;
typedef __kernel_daddr_t	daddr_t;
typedef __kernel_key_t		key_t;
typedef __kernel_suseconds_t	suseconds_t;
typedef __kernel_timer_t	timer_t;
typedef __kernel_clockid_t	clockid_t;
typedef __kernel_mqd_t		mqd_t;

typedef __kernel_uid_t		uid_t;
typedef __kernel_gid_t		gid_t;

#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef __kernel_loff_t		loff_t;
#endif

/*
 * The following typedefs are also protected by individual ifdefs for
 * historical reasons:
 */
#ifndef _SIZE_T
#define _SIZE_T
typedef __kernel_size_t		size_t;
#endif

#ifndef _SSIZE_T
#define _SSIZE_T
typedef __kernel_ssize_t	ssize_t;
#endif

#ifndef _PTRDIFF_T
#define _PTRDIFF_T
typedef __kernel_ptrdiff_t	ptrdiff_t;
#endif

#ifndef _TIME_T
#define _TIME_T
typedef __kernel_time_t		time_t;
#endif

#ifndef _CLOCK_T
#define _CLOCK_T
typedef __kernel_clock_t	clock_t;
#endif

#ifndef _CADDR_T
#define _CADDR_T
typedef __kernel_caddr_t	caddr_t;
#endif

/* bsd */
typedef unsigned char		u_char;
typedef unsigned short		u_short;
typedef unsigned int		u_int;
typedef unsigned long		u_long;

/* sysv */
typedef unsigned char		unchar;
typedef unsigned short		ushort;
typedef unsigned int		uint;
typedef unsigned long		ulong;

#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__

typedef		__u8		u_int8_t;
typedef		__s8		int8_t;
typedef		__u16		u_int16_t;
typedef		__s16		int16_t;
typedef		__u32		u_int32_t;
typedef		__s32		int32_t;

#endif /* !(__BIT_TYPES_DEFINED__) */

typedef		__u8		uint8_t;
typedef		__u16		uint16_t;
typedef		__u32		uint32_t;

#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef		__u64		uint64_t;
typedef		__u64		u_int64_t;
typedef		__s64		int64_t;
#endif

/* this is a special 64bit data type that is 8-byte aligned */
#define aligned_u64 unsigned long long __attribute__((aligned(8)))

/*
 * The type used for indexing onto a disc or disc partition.
 * If required, asm/types.h can override it and define
 * HAVE_SECTOR_T
 */
#ifndef HAVE_SECTOR_T
typedef unsigned long sector_t;
#endif

#ifndef HAVE_BLKCNT_T
typedef unsigned long blkcnt_t;
#endif

/*
 * The type of an index into the pagecache.  Use a #define so asm/types.h
 * can override it.
 */
#ifndef pgoff_t
#define pgoff_t unsigned long
#endif

#endif /* __KERNEL_STRICT_NAMES */

/*
 * Below are truly Linux-specific types that should never collide with
 * any application/library that wants linux/types.h.
 */

#ifdef __CHECKER__
#define __bitwise__ __attribute__((bitwise))
#else
#define __bitwise__
#endif
#ifdef __CHECK_ENDIAN__
#define __bitwise __bitwise__
#else
#define __bitwise
#endif

typedef __u16 __bitwise __le16;
typedef __u16 __bitwise __be16;
typedef __u32 __bitwise __le32;
typedef __u32 __bitwise __be32;
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef __u64 __bitwise __le64;
typedef __u64 __bitwise __be64;
#endif


struct ustat {
	__kernel_daddr_t	f_tfree;
	__kernel_ino_t		f_tinode;
	char			f_fname[6];
	char			f_fpack[6];
};

#endif /* _LINUX_TYPES_H */

<<attachment: kapinos.vcf>>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to