Ok Brian,

for the build part, attached is my config.log. 
About stacktrace, I have with my compile options from gdb:

#0  0xb7d105b9 in orte_pls_rsh_launch ()
   from /home/cluster/openmpi/lib/openmpi/mca_pls_rsh.so

and recompiling with -g 

#0  0xb7ca2599 in orte_pls_rsh_launch (jobid=1) at pls_rsh_module.c:716
716                         if (mca_pls_rsh_component.debug) {

which means we have a memory corruption somewhere else...
Investigating from outside on what may cause the problem, I have found that I 
can make the job run also changing the hostname in my hostfile.

-) No localhost in hostfile -> run
-) "wowbagger" or "localhost" in hostfile -> run
-) FQDN wowbagger.cluster in hostfile -> SIGSEGV

I have a private network (10.2.1.0) with cluster master (local node) as DNS 
with bind v9.

# hostname
wowbagger
# host wowbagger
wowbagger.cluster has address 10.2.1.100
# mpirun --hostfile wrf_openmpi.mac -np 10 -bynode wrf.exe
mpirun noticed that job rank 0 with PID 0 on node "wowbagger.cluster" exited 
on signal 11.
[wowbagger:20400] ERROR: A daemon on node wowbagger.cluster failed to start as 
expected.
[wowbagger:20400] ERROR: There may be more information available from
[wowbagger:20400] ERROR: the remote shell (see above).
[wowbagger:20400] The daemon received a signal 11 (with core).
mpirun: killing job...
9 processes killed (possibly by Open MPI)

Changing wowbagger.cluster with simply wowbagger do the trick. Something in 
host name resolution?

Attached is my hostfile.

                   Graziano.

P.S.: Sorry for the delay, but yesterday here in Florence we had heavy 
snowfall ! 


-- 
                             \ | /
                             (@ @)
 -------------------------o00-(_)-00o -----------------------------

 LaMMA - Laboratorio per la Meteorologia e la Modellistica Ambientale
         Laboratory for Meteorology and Environmental Modelling
 Via Madonna del Piano, 50019 Sesto Fiorentino (FI)

     tel: + 39 055 4483049
     fax: + 39 055 444083
     web: www.lamma.rete.toscana.it
  e-mail: giuli...@lamma.rete.toscana.it
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.0.2a1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/home/cluster/openmpi

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

hostname = wowbagger
uname -m = i686
uname -r = 2.6.14
uname -s = Linux
uname -v = #1 SMP Wed Nov 9 09:50:35 UTC 2005

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

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

PATH: /home/cluster/ncarg/bin
PATH: /home/cluster/bin
PATH: /home/cluster/mpich/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /home/cluster/pgi/linux86/6.0/bin
PATH: /java/bin
PATH: /home/cluster/pgi/linux86/6.0/bin
PATH: /home/cluster/java/bin
PATH: /home/cluster/bin


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

configure:1826: checking for a BSD-compatible install
configure:1881: result: /usr/bin/install -c
configure:1892: checking whether build environment is sane
configure:1935: result: yes
configure:2000: checking for gawk
configure:2016: found /usr/bin/gawk
configure:2026: result: gawk
configure:2036: checking whether make sets $(MAKE)
configure:2056: result: yes
configure:2470: checking Open MPI version
configure:2472: result: 1.0.2a1r8609
configure:2474: checking Open MPI Subversion repository version
configure:2476: result: r8609
configure:2479: checking Open Run-Time Environment (ORTE) version
configure:2481: result: 1.0.2a1r8609
configure:2483: checking ORTE Subversion repository version
configure:2485: result: r8609
configure:2488: checking Open Portable Access Layer (OPAL) version
configure:2490: result: 1.0.2a1r8609
configure:2492: checking OPAL Subversion repository version
configure:2494: result: r8609
configure:2517: builddir: /home/cluster/src/openmpi-1.0.2a1r8609
configure:2519: srcdir: /home/cluster/src/openmpi-1.0.2a1r8609
configure:2541: checking build system type
configure:2559: result: i686-pc-linux-gnu
configure:2587: checking host system type
configure:2601: result: i686-pc-linux-gnu
configure:2752: checking Whether to run code coverage
configure:2779: result: no
configure:2789: checking whether to debug memory usage
configure:2801: result: no
configure:2821: checking whether to profile memory usage
configure:2833: result: no
configure:2853: checking if want developer-level compiler pickyness
configure:2865: result: no
configure:2880: checking if want developer-level debugging code
configure:2892: result: no
configure:2917: checking if want Fortran 77 bindings
configure:2925: result: yes
configure:2939: checking if want Fortran 90 bindings
configure:2947: result: yes
configure:2967: checking whether to enable PMPI
configure:2975: result: yes
configure:2992: checking if want C++ bindings
configure:3000: result: yes
configure:3014: checking if want to enable weak symbol support
configure:3022: result: yes
configure:3035: checking if want run-time MPI parameter checking
configure:3056: result: runtime
configure:3079: checking if want to install OMPI header files
configure:3092: result: no
configure:3110: checking if want pretty-print stacktrace
configure:3122: result: yes
configure:3135: checking if want deprecated executable names
configure:3147: result: no
configure:3169: checking if want MPI-2 one-sided empty shell functions
configure:3207: result: no
configure:3239: checking max supported array dimension in F90 MPI bindings
configure:3254: result: 4
configure:3259: checking if pty support should be enabled
configure:3271: result: yes
configure:3284: checking if user wants dlopen support
configure:3299: result: yes
configure:3307: checking if heterogeneous support should be enabled
configure:3319: result: yes
configure:3333: checking if want trace file debugging
configure:3345: result: no
configure:3550: checking for style of include used by make
configure:3578: result: GNU
configure:3654: checking for gcc
configure:3680: result: gcc
configure:3924: checking for C compiler version
configure:3927: gcc --version </dev/null >&5
gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
Copyright (C) 2005 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:3930: $? = 0
configure:3932: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
configure:3935: $? = 0
configure:3937: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3940: $? = 1
configure:3963: checking for C compiler default output file name
configure:3966: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:3969: $? = 0
configure:4015: result: a.out
configure:4020: checking whether the C compiler works
configure:4026: ./a.out
configure:4029: $? = 0
configure:4046: result: yes
configure:4053: checking whether we are cross compiling
configure:4055: result: no
configure:4058: checking for suffix of executables
configure:4060: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:4063: $? = 0
configure:4088: result: 
configure:4094: checking for suffix of object files
configure:4115: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.c >&5
configure:4118: $? = 0
configure:4140: result: o
configure:4144: checking whether we are using the GNU C compiler
configure:4168: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.c >&5
configure:4174: $? = 0
configure:4178: test -z 
                         || test ! -s conftest.err
configure:4181: $? = 0
configure:4184: test -s conftest.o
configure:4187: $? = 0
configure:4200: result: yes
configure:4206: checking whether gcc accepts -g
configure:4227: gcc -c -g -I/home/cluster/include  conftest.c >&5
configure:4233: $? = 0
configure:4237: test -z 
                         || test ! -s conftest.err
configure:4240: $? = 0
configure:4243: test -s conftest.o
configure:4246: $? = 0
configure:4257: result: yes
configure:4274: checking for gcc option to accept ANSI C
configure:4344: gcc  -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.c >&5
configure:4350: $? = 0
configure:4354: test -z 
                         || test ! -s conftest.err
configure:4357: $? = 0
configure:4360: test -s conftest.o
configure:4363: $? = 0
configure:4381: result: none needed
configure:4399: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:4405: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4540: checking dependency style of gcc
configure:4630: result: gcc3
configure:4658: checking whether gcc and cc understand -c and -o together
configure:4688: gcc -c conftest.c -o conftest.o >&5
configure:4691: $? = 0
configure:4693: gcc -c conftest.c -o conftest.o >&5
configure:4696: $? = 0
configure:4703: cc -c conftest.c >&5
configure:4706: $? = 0
configure:4709: cc -c conftest.c -o conftest.o >&5
configure:4712: $? = 0
configure:4714: cc -c conftest.c -o conftest.o >&5
configure:4717: $? = 0
configure:4735: result: yes
configure:4763: checking if compiler impersonates gcc
configure:4791: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.c >&5
configure:4797: $? = 0
configure:4801: test -z 
                         || test ! -s conftest.err
configure:4804: $? = 0
configure:4807: test -s conftest.o
configure:4810: $? = 0
configure:4822: result: no
configure:5091: checking if gcc supports -finline-functions
configure:5112: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -finline-functions -I/home/cluster/include  conftest.c >&5
configure:5118: $? = 0
configure:5122: test -z 
                         || test ! -s conftest.err
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5142: result: yes
configure:5151: checking if gcc supports -fno-strict-aliasing
configure:5172: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:5178: $? = 0
configure:5182: test -z 
                         || test ! -s conftest.err
configure:5185: $? = 0
configure:5188: test -s conftest.o
configure:5191: $? = 0
configure:5202: result: yes
configure:5278: WARNING:  -fno-strict-aliasing has been added to CFLAGS
configure:5517: checking for C optimization flags
configure:5578: result: -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing
configure:5591: checking how to run the C preprocessor
configure:5626: gcc -E -I/home/cluster/include  conftest.c
configure:5632: $? = 0
configure:5664: gcc -E -I/home/cluster/include  conftest.c
conftest.c:36:28: error: ac_nonexistent.h: No such file or directory
configure:5670: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5709: result: gcc -E
configure:5733: gcc -E -I/home/cluster/include  conftest.c
configure:5739: $? = 0
configure:5771: gcc -E -I/home/cluster/include  conftest.c
conftest.c:36:28: error: ac_nonexistent.h: No such file or directory
configure:5777: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5821: checking for egrep
configure:5831: result: grep -E
configure:5836: checking for ANSI C header files
configure:5861: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:5867: $? = 0
configure:5871: test -z 
                         || test ! -s conftest.err
configure:5874: $? = 0
configure:5877: test -s conftest.o
configure:5880: $? = 0
configure:5969: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
conftest.c: In function 'main':
conftest.c:53: warning: incompatible implicit declaration of built-in function 
'exit'
configure:5972: $? = 0
configure:5974: ./conftest
configure:5977: $? = 0
configure:5992: result: yes
configure:6016: checking for sys/types.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for sys/stat.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for stdlib.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for string.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for memory.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for strings.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for inttypes.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for stdint.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6016: checking for unistd.h
configure:6032: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6038: $? = 0
configure:6042: test -z 
                         || test ! -s conftest.err
configure:6045: $? = 0
configure:6048: test -s conftest.o
configure:6051: $? = 0
configure:6062: result: yes
configure:6074: checking for long long
configure:6098: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6104: $? = 0
configure:6108: test -z 
                         || test ! -s conftest.err
configure:6111: $? = 0
configure:6114: test -s conftest.o
configure:6117: $? = 0
configure:6128: result: yes
configure:6139: checking for long double
configure:6163: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6169: $? = 0
configure:6173: test -z 
                         || test ! -s conftest.err
configure:6176: $? = 0
configure:6179: test -s conftest.o
configure:6182: $? = 0
configure:6193: result: yes
configure:6204: checking for int8_t
configure:6228: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6234: $? = 0
configure:6238: test -z 
                         || test ! -s conftest.err
configure:6241: $? = 0
configure:6244: test -s conftest.o
configure:6247: $? = 0
configure:6258: result: yes
configure:6269: checking for uint8_t
configure:6293: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6299: $? = 0
configure:6303: test -z 
                         || test ! -s conftest.err
configure:6306: $? = 0
configure:6309: test -s conftest.o
configure:6312: $? = 0
configure:6323: result: yes
configure:6334: checking for int16_t
configure:6358: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6364: $? = 0
configure:6368: test -z 
                         || test ! -s conftest.err
configure:6371: $? = 0
configure:6374: test -s conftest.o
configure:6377: $? = 0
configure:6388: result: yes
configure:6399: checking for uint16_t
configure:6423: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6429: $? = 0
configure:6433: test -z 
                         || test ! -s conftest.err
configure:6436: $? = 0
configure:6439: test -s conftest.o
configure:6442: $? = 0
configure:6453: result: yes
configure:6464: checking for int32_t
configure:6488: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6494: $? = 0
configure:6498: test -z 
                         || test ! -s conftest.err
configure:6501: $? = 0
configure:6504: test -s conftest.o
configure:6507: $? = 0
configure:6518: result: yes
configure:6529: checking for uint32_t
configure:6553: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6559: $? = 0
configure:6563: test -z 
                         || test ! -s conftest.err
configure:6566: $? = 0
configure:6569: test -s conftest.o
configure:6572: $? = 0
configure:6583: result: yes
configure:6594: checking for int64_t
configure:6618: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6624: $? = 0
configure:6628: test -z 
                         || test ! -s conftest.err
configure:6631: $? = 0
configure:6634: test -s conftest.o
configure:6637: $? = 0
configure:6648: result: yes
configure:6659: checking for uint64_t
configure:6683: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6689: $? = 0
configure:6693: test -z 
                         || test ! -s conftest.err
configure:6696: $? = 0
configure:6699: test -s conftest.o
configure:6702: $? = 0
configure:6713: result: yes
configure:6724: checking for intptr_t
configure:6748: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6754: $? = 0
configure:6758: test -z 
                         || test ! -s conftest.err
configure:6761: $? = 0
configure:6764: test -s conftest.o
configure:6767: $? = 0
configure:6778: result: yes
configure:6789: checking for uintptr_t
configure:6813: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6819: $? = 0
configure:6823: test -z 
                         || test ! -s conftest.err
configure:6826: $? = 0
configure:6829: test -s conftest.o
configure:6832: $? = 0
configure:6843: result: yes
configure:6854: checking for mode_t
configure:6878: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6884: $? = 0
configure:6888: test -z 
                         || test ! -s conftest.err
configure:6891: $? = 0
configure:6894: test -s conftest.o
configure:6897: $? = 0
configure:6908: result: yes
configure:6925: checking for char
configure:6949: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:6955: $? = 0
configure:6959: test -z 
                         || test ! -s conftest.err
configure:6962: $? = 0
configure:6965: test -s conftest.o
configure:6968: $? = 0
configure:6979: result: yes
configure:6982: checking size of char
configure:7301: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:7304: $? = 0
configure:7306: ./conftest
configure:7309: $? = 0
configure:7332: result: 1
configure:7339: checking for short
configure:7363: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:7369: $? = 0
configure:7373: test -z 
                         || test ! -s conftest.err
configure:7376: $? = 0
configure:7379: test -s conftest.o
configure:7382: $? = 0
configure:7393: result: yes
configure:7396: checking size of short
configure:7715: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:7718: $? = 0
configure:7720: ./conftest
configure:7723: $? = 0
configure:7746: result: 2
configure:7753: checking for int
configure:7777: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:7783: $? = 0
configure:7787: test -z 
                         || test ! -s conftest.err
configure:7790: $? = 0
configure:7793: test -s conftest.o
configure:7796: $? = 0
configure:7807: result: yes
configure:7810: checking size of int
configure:8129: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:8132: $? = 0
configure:8134: ./conftest
configure:8137: $? = 0
configure:8160: result: 4
configure:8167: checking for long
configure:8191: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:8197: $? = 0
configure:8201: test -z 
                         || test ! -s conftest.err
configure:8204: $? = 0
configure:8207: test -s conftest.o
configure:8210: $? = 0
configure:8221: result: yes
configure:8224: checking size of long
configure:8543: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:8546: $? = 0
configure:8548: ./conftest
configure:8551: $? = 0
configure:8574: result: 4
configure:8582: checking for long long
configure:8636: result: yes
configure:8639: checking size of long long
configure:8958: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:8961: $? = 0
configure:8963: ./conftest
configure:8966: $? = 0
configure:8989: result: 8
configure:8998: checking for long double
configure:9052: result: yes
configure:9055: checking size of long double
configure:9374: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:9377: $? = 0
configure:9379: ./conftest
configure:9382: $? = 0
configure:9405: result: 12
configure:9413: checking for float
configure:9437: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:9443: $? = 0
configure:9447: test -z 
                         || test ! -s conftest.err
configure:9450: $? = 0
configure:9453: test -s conftest.o
configure:9456: $? = 0
configure:9467: result: yes
configure:9470: checking size of float
configure:9789: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:9792: $? = 0
configure:9794: ./conftest
configure:9797: $? = 0
configure:9820: result: 4
configure:9827: checking for double
configure:9851: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:9857: $? = 0
configure:9861: test -z 
                         || test ! -s conftest.err
configure:9864: $? = 0
configure:9867: test -s conftest.o
configure:9870: $? = 0
configure:9881: result: yes
configure:9884: checking size of double
configure:10203: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:10206: $? = 0
configure:10208: ./conftest
configure:10211: $? = 0
configure:10234: result: 8
configure:10241: checking for void *
configure:10265: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:10271: $? = 0
configure:10275: test -z 
                         || test ! -s conftest.err
configure:10278: $? = 0
configure:10281: test -s conftest.o
configure:10284: $? = 0
configure:10295: result: yes
configure:10298: checking size of void *
configure:10617: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:10620: $? = 0
configure:10622: ./conftest
configure:10625: $? = 0
configure:10648: result: 4
configure:10655: checking for size_t
configure:10679: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:10685: $? = 0
configure:10689: test -z 
                         || test ! -s conftest.err
configure:10692: $? = 0
configure:10695: test -s conftest.o
configure:10698: $? = 0
configure:10709: result: yes
configure:10712: checking size of size_t
configure:11031: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:11034: $? = 0
configure:11036: ./conftest
configure:11039: $? = 0
configure:11062: result: 4
configure:11075: checking alignment of char
configure:11472: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:11475: $? = 0
configure:11477: ./conftest
configure:11480: $? = 0
configure:11500: result: 1
configure:11512: checking alignment of short
configure:11909: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:11912: $? = 0
configure:11914: ./conftest
configure:11917: $? = 0
configure:11937: result: 2
configure:11949: checking alignment of wchar_t
configure:12346: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:12349: $? = 0
configure:12351: ./conftest
configure:12354: $? = 0
configure:12374: result: 4
configure:12386: checking alignment of int
configure:12783: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:12786: $? = 0
configure:12788: ./conftest
configure:12791: $? = 0
configure:12811: result: 4
configure:12823: checking alignment of long
configure:13220: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:13223: $? = 0
configure:13225: ./conftest
configure:13228: $? = 0
configure:13248: result: 4
configure:13261: checking alignment of long long
configure:13658: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:13661: $? = 0
configure:13663: ./conftest
configure:13666: $? = 0
configure:13686: result: 4
configure:13699: checking alignment of float
configure:14096: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:14099: $? = 0
configure:14101: ./conftest
configure:14104: $? = 0
configure:14124: result: 4
configure:14136: checking alignment of double
configure:14533: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:14536: $? = 0
configure:14538: ./conftest
configure:14541: $? = 0
configure:14561: result: 4
configure:14574: checking alignment of long double
configure:14971: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:14974: $? = 0
configure:14976: ./conftest
configure:14979: $? = 0
configure:14999: result: 4
configure:15012: checking alignment of void *
configure:15409: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:15412: $? = 0
configure:15414: ./conftest
configure:15417: $? = 0
configure:15437: result: 4
configure:15454: checking for C bool type
configure:15473: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c: In function 'main':
conftest.c:117: error: 'bool' undeclared (first use in this function)
conftest.c:117: error: (Each undeclared identifier is reported only once
conftest.c:117: error: for each function it appears in.)
conftest.c:117: error: syntax error before 'bar'
conftest.c:117: error: 'bar' undeclared (first use in this function)
conftest.c:117: error: 'foo' undeclared (first use in this function)
configure:15479: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| bool bar, foo = true; bar = foo;
|   ;
|   return 0;
| }
configure:15507: result: no
configure:15535: checking for inline
configure:15556: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi -I/home/cluster/include  conftest.c >&5
conftest.c:82: error: syntax error before 'foo_t'
conftest.c:83: error: syntax error before 'foo_t'
configure:15562: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| /* end confdefs.h.  */
| #ifndef __cplusplus
| typedef int foo_t;
| static inline foo_t static_foo () {return 0; }
| inline foo_t foo () {return 0; }
| #endif
| 
configure:15556: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi -I/home/cluster/include  conftest.c >&5
configure:15562: $? = 0
configure:15566: test -z 
                         || test ! -s conftest.err
configure:15569: $? = 0
configure:15572: test -s conftest.o
configure:15575: $? = 0
configure:15587: result: __inline__
configure:15606: checking for C/C++ restrict keyword
configure:15624: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi -I/home/cluster/include  conftest.c >&5
conftest.c:83: error: syntax error before 'x'
cc1: warnings being treated as errors
conftest.c:83: warning: data definition has no type or storage class
configure:15630: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| /* end confdefs.h.  */
| float * restrict x;
configure:15624: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi -I/home/cluster/include  conftest.c >&5
configure:15630: $? = 0
configure:15634: test -z 
                         || test ! -s conftest.err
configure:15637: $? = 0
configure:15640: test -s conftest.o
configure:15643: $? = 0
configure:15655: result: __restrict
configure:15671: checking for weak symbol support
configure:15698: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi  -c conftest_weak.c
configure:15705: $? = 0
configure:15715: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -Werror -ansi  conftest.c conftest_weak.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
configure:15722: $? = 0
configure:15749: result: yes
configure:16023: checking for C++ compiler version
configure:16026: g++ --version </dev/null >&5
g++ (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
Copyright (C) 2005 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:16029: $? = 0
configure:16031: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
configure:16034: $? = 0
configure:16036: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:16039: $? = 1
configure:16042: checking whether we are using the GNU C++ compiler
configure:16066: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.cc >&5
configure:16072: $? = 0
configure:16076: test -z 
                         || test ! -s conftest.err
configure:16079: $? = 0
configure:16082: test -s conftest.o
configure:16085: $? = 0
configure:16098: result: yes
configure:16104: checking whether g++ accepts -g
configure:16125: g++ -c -g -I/home/cluster/include  conftest.cc >&5
configure:16131: $? = 0
configure:16135: test -z 
                         || test ! -s conftest.err
configure:16138: $? = 0
configure:16141: test -s conftest.o
configure:16144: $? = 0
configure:16155: result: yes
configure:16197: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.cc >&5
configure:16203: $? = 0
configure:16207: test -z 
                         || test ! -s conftest.err
configure:16210: $? = 0
configure:16213: test -s conftest.o
configure:16216: $? = 0
configure:16242: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:90: error: 'exit' was not declared in this scope
configure:16248: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:16197: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.cc >&5
configure:16203: $? = 0
configure:16207: test -z 
                         || test ! -s conftest.err
configure:16210: $? = 0
configure:16213: test -s conftest.o
configure:16216: $? = 0
configure:16242: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include  conftest.cc >&5
configure:16248: $? = 0
configure:16252: test -z 
                         || test ! -s conftest.err
configure:16255: $? = 0
configure:16258: test -s conftest.o
configure:16261: $? = 0
configure:16286: checking dependency style of g++
configure:16376: result: gcc3
configure:16398: checking how to run the C++ preprocessor
configure:16429: g++ -E -I/home/cluster/include  conftest.cc
configure:16435: $? = 0
configure:16467: g++ -E -I/home/cluster/include  conftest.cc
conftest.cc:89:28: error: ac_nonexistent.h: No such file or directory
configure:16473: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:16512: result: g++ -E
configure:16536: g++ -E -I/home/cluster/include  conftest.cc
configure:16542: $? = 0
configure:16574: g++ -E -I/home/cluster/include  conftest.cc
conftest.cc:89:28: error: ac_nonexistent.h: No such file or directory
configure:16580: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:16634: checking if compiler impersonates g++
configure:16663: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:16669: $? = 0
configure:16673: test -z 
                         || test ! -s conftest.err
configure:16676: $? = 0
configure:16679: test -s conftest.o
configure:16682: $? = 0
configure:16694: result: no
configure:16961: checking if g++ supports -finline-functions
configure:16982: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:16988: $? = 0
configure:16992: test -z 
                         || test ! -s conftest.err
configure:16995: $? = 0
configure:16998: test -s conftest.o
configure:17001: $? = 0
configure:17012: result: yes
configure:17088: WARNING:  -finline-functions has been added to CXXFLAGS
configure:17104: checking if want C++ exception handling
configure:17106: result: no
configure:17402: checking for C++ template_repository_directory
configure:17466: g++ -DNDEBUG -O2 -march=athlon-mp -pipe -fomit-frame-pointer 
-finline-functions -c conftest1.C
configure:17476: g++ -DNDEBUG -O2 -march=athlon-mp -pipe -fomit-frame-pointer 
-finline-functions -c conftest2.C
configure:17531: result: not used
configure:17553: checking for C++ compiler template parameters
configure:17561: result: none needed
configure:17656: checking for C++ optimization flags
configure:17658: result: -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions
configure:17673: checking for bool
configure:17697: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  conftest.cc >&5
configure:17703: $? = 0
configure:17707: test -z 
                         || test ! -s conftest.err
configure:17710: $? = 0
configure:17713: test -s conftest.o
configure:17716: $? = 0
configure:17727: result: yes
configure:17730: checking size of bool
configure:18049: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc  >&5
configure:18052: $? = 0
configure:18054: ./conftest
configure:18057: $? = 0
configure:18080: result: 1
configure:18091: checking alignment of bool
configure:18488: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc  >&5
configure:18491: $? = 0
configure:18493: ./conftest
configure:18496: $? = 0
configure:18516: result: 1
configure:18567: checking directive for setting text section
configure:18578: result: .text
configure:18589: checking directive for exporting symbols
configure:18597: result: .globl
configure:18608: checking suffix for labels
configure:18616: result: :
configure:18627: checking prefix for global symbol labels
configure: trying _
configure:18668: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18671: $? = 0
configure:18676: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 
2>&1
configure:18679: $? = 0
configure:18684: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing conftest_c.o conftest.o -o conftest > 
conftest.link 2>&1
configure:18687: $? = 1
conftest_c.o: In function `main':conftest_c.c:(.text+0xd): undefined reference 
to `gsym_test_func'
collect2: ld returned 1 exit status
configure: failed C program was: 
#ifdef __cplusplus
extern "C" {
#endif
void gsym_test_func(void);
#ifdef __cplusplus
}
#endif
int
main(int argc, char *argv[])
{
    gsym_test_func();
    return 0;
}
configure: failed ASM program was: 

.text
.globl _gsym_test_func
_gsym_test_func:
configure: trying 
configure:18668: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18671: $? = 0
configure:18676: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 
2>&1
configure:18679: $? = 0
configure:18684: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing conftest_c.o conftest.o -o conftest > 
conftest.link 2>&1
configure:18687: $? = 0
configure:18725: result: 
configure:18743: checking for BSD-compatible nm
configure:18785: result: /usr/bin/nm -B
configure:18793: checking prefix for lsym labels
configure: trying L
configure:18813: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18816: $? = 0
configure: trying .L
configure:18813: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18816: $? = 0
configure:18858: result: .L
configure:18869: checking prefix for function in .type
configure: trying @
configure:18897: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18900: $? = 0
configure:18927: result: @
configure:18939: checking if .size is needed
configure:18953: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18956: $? = 0
configure:18973: result: yes
configure:18997: checking if .align directive takes logarithmic value
configure:19016: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:19019: $? = 0
configure: .align test address offset is 04
configure:19042: result: no
configure:19059: checking for fgrep
configure:19069: result: grep -F
configure:19087: checking whether to enable smp locks
configure:19095: result: yes
configure:19406: checking if gcc supports GCC inline assembly
configure:19439: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:19442: $? = 0
configure:19444: ./conftest
configure:19447: $? = 0
configure:19519: result: yes
configure:19538: checking if gcc supports DEC inline assembly
configure:19560: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
conftest.c:140:19: error: c_asm.h: No such file or directory
configure:19566: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:19591: result: no
configure:19610: checking if gcc supports XLC inline assembly
configure:19620: result: no
configure:19640: checking if g++ supports GCC inline assembly
configure:19673: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc  >&5
configure:19676: $? = 0
configure:19678: ./conftest
configure:19681: $? = 0
configure:19752: result: yes
configure:19783: checking if g++ supports DEC inline assembly
configure:19805: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc  >&5
conftest.cc:143:19: error: c_asm.h: No such file or directory
configure:19811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:19836: result: no
configure:19861: checking if g++ supports XLC inline assembly
configure:19871: result: no
configure:19898: checking for assembly format
configure:19900: result: default-.text-.globl-:--.L-@-1-0-1-1
configure:19911: checking for asssembly architecture
configure:19913: result: IA32
configure:19926: checking for perl
configure:19942: found /usr/bin/perl
configure:19952: result: perl
configure:19961: checking for pre-built assembly file
configure:19969: result: yes (atomic-ia32-linux.s)
configure:20022: checking for atomic assembly filename
configure:20029: result: atomic-ia32-linux.s
configure:20173: checking for Fortran 77 compiler version
configure:20176: pgf77 --version </dev/null >&5
pgf77-Warning-Unknown switch: --version
pgf77-Warning-No files to process
configure:20179: $? = 0
configure:20181: pgf77 -v </dev/null >&5
pgf77-Warning-No files to process
configure:20184: $? = 0
configure:20186: pgf77 -V </dev/null >&5

pgf77 6.0-2 32-bit target on x86 Linux 
Copyright 1989-2000, The Portland Group, Inc.  All Rights Reserved.
Copyright 2000-2005, STMicroelectronics, Inc.  All Rights Reserved.
configure:20189: $? = 0
configure:20197: checking whether we are using the GNU Fortran 77 compiler
configure:20211: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.F >&5
PGFTN-S-0034-Syntax error at or near end of line (conftest.F: 3)
  0 inform,   0 warnings,   1 severes, 0 fatal for main
PGFTN/x86 Linux/x86 6.0-2: compilation completed with severe errors
configure:20217: $? = 2
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:20243: result: no
configure:20249: checking whether pgf77 accepts -g
configure:20261: pgf77 -c -g conftest.f >&5
configure:20267: $? = 0
configure:20271: test -z 
                         || test ! -s conftest.err
configure:20274: $? = 0
configure:20277: test -s conftest.o
configure:20280: $? = 0
configure:20292: result: yes
configure:20362: checking pgf77 external symbol convention
configure:20399: result: single underscore
configure:20519: checking if FORTRAN compiler supports LOGICAL
configure:20534: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:20540: $? = 0
configure:20544: test -z 
                         || test ! -s conftest.err
configure:20547: $? = 0
configure:20550: test -s conftest.o
configure:20553: $? = 0
configure:20556: result: yes
configure:20603: checking size of FORTRAN LOGICAL
configure:20679: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:20686: $? = 0
configure:20696: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:20703: $? = 0
configure:20713: ./conftest
configure:20720: $? = 0
configure:20743: result: 4
configure:20832: checking for C type corresponding to Fortran LOGICAL
configure:20868: result: int
configure:20890: checking alignment of FORTRAN LOGICAL
configure:20972: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:20979: $? = 0
configure:20989: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:20996: $? = 0
configure:21006: ./conftest
configure:21013: $? = 0
configure:21035: result: 4
configure:21182: checking if FORTRAN compiler supports INTEGER
configure:21197: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:21203: $? = 0
configure:21207: test -z 
                         || test ! -s conftest.err
configure:21210: $? = 0
configure:21213: test -s conftest.o
configure:21216: $? = 0
configure:21219: result: yes
configure:21266: checking size of FORTRAN INTEGER
configure:21342: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:21349: $? = 0
configure:21359: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:21366: $? = 0
configure:21376: ./conftest
configure:21383: $? = 0
configure:21406: result: 4
configure:21495: checking for C type corresponding to Fortran INTEGER
configure:21531: result: int
configure:21553: checking alignment of FORTRAN INTEGER
configure:21635: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:21642: $? = 0
configure:21652: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:21659: $? = 0
configure:21669: ./conftest
configure:21676: $? = 0
configure:21698: result: 4
configure:21844: checking if FORTRAN compiler supports INTEGER*1
configure:21859: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:21865: $? = 0
configure:21869: test -z 
                         || test ! -s conftest.err
configure:21872: $? = 0
configure:21875: test -s conftest.o
configure:21878: $? = 0
configure:21881: result: yes
configure:21928: checking size of FORTRAN INTEGER*1
configure:22004: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:22011: $? = 0
configure:22021: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:22028: $? = 0
configure:22038: ./conftest
configure:22045: $? = 0
configure:22068: result: 1
configure:22157: checking for C type corresponding to Fortran INTEGER*1
configure:22193: result: char
configure:22215: checking alignment of FORTRAN INTEGER*1
configure:22297: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:22304: $? = 0
configure:22314: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:22321: $? = 0
configure:22331: ./conftest
configure:22338: $? = 0
configure:22360: result: 1
configure:22506: checking if FORTRAN compiler supports INTEGER*2
configure:22521: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:22527: $? = 0
configure:22531: test -z 
                         || test ! -s conftest.err
configure:22534: $? = 0
configure:22537: test -s conftest.o
configure:22540: $? = 0
configure:22543: result: yes
configure:22590: checking size of FORTRAN INTEGER*2
configure:22666: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:22673: $? = 0
configure:22683: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:22690: $? = 0
configure:22700: ./conftest
configure:22707: $? = 0
configure:22730: result: 2
configure:22819: checking for C type corresponding to Fortran INTEGER*2
configure:22855: result: short
configure:22877: checking alignment of FORTRAN INTEGER*2
configure:22959: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:22966: $? = 0
configure:22976: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:22983: $? = 0
configure:22993: ./conftest
configure:23000: $? = 0
configure:23022: result: 2
configure:23168: checking if FORTRAN compiler supports INTEGER*4
configure:23183: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:23189: $? = 0
configure:23193: test -z 
                         || test ! -s conftest.err
configure:23196: $? = 0
configure:23199: test -s conftest.o
configure:23202: $? = 0
configure:23205: result: yes
configure:23252: checking size of FORTRAN INTEGER*4
configure:23328: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:23335: $? = 0
configure:23345: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:23352: $? = 0
configure:23362: ./conftest
configure:23369: $? = 0
configure:23392: result: 4
configure:23481: checking for C type corresponding to Fortran INTEGER*4
configure:23517: result: int
configure:23539: checking alignment of FORTRAN INTEGER*4
configure:23621: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:23628: $? = 0
configure:23638: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:23645: $? = 0
configure:23655: ./conftest
configure:23662: $? = 0
configure:23684: result: 4
configure:23830: checking if FORTRAN compiler supports INTEGER*8
configure:23845: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:23851: $? = 0
configure:23855: test -z 
                         || test ! -s conftest.err
configure:23858: $? = 0
configure:23861: test -s conftest.o
configure:23864: $? = 0
configure:23867: result: yes
configure:23914: checking size of FORTRAN INTEGER*8
configure:23990: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:23997: $? = 0
configure:24007: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:24014: $? = 0
configure:24024: ./conftest
configure:24031: $? = 0
configure:24054: result: 8
configure:24143: checking for C type corresponding to Fortran INTEGER*8
configure:24179: result: long long
configure:24201: checking alignment of FORTRAN INTEGER*8
configure:24283: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:24290: $? = 0
configure:24300: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:24307: $? = 0
configure:24317: ./conftest
configure:24324: $? = 0
configure:24346: result: 4
configure:24492: checking if FORTRAN compiler supports INTEGER*16
configure:24507: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
PGFTN-W-0031-Illegal data type length specifier for integer (conftest.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for main
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:24513: $? = 0
configure:24517: test -z 
                         || test ! -s conftest.err
configure:24520: $? = 0
configure:24523: test -s conftest.o
configure:24526: $? = 0
configure:24529: result: yes
configure:24576: checking size of FORTRAN INTEGER*16
configure:24652: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:24659: $? = 0
configure:24669: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
PGFTN-W-0031-Illegal data type length specifier for integer (conftestf.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for fsize
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:24676: $? = 0
configure:24686: ./conftest
configure:24693: $? = 0
configure:24716: result: 8
configure:24779: WARNING: *** Fortran INTEGER*16 does not have expected size!
configure:24781: WARNING: *** Expected 16, got 8
configure:24783: WARNING: *** Disabling MPI support for Fortran INTEGER*16
configure:25155: checking if FORTRAN compiler supports REAL
configure:25170: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:25176: $? = 0
configure:25180: test -z 
                         || test ! -s conftest.err
configure:25183: $? = 0
configure:25186: test -s conftest.o
configure:25189: $? = 0
configure:25192: result: yes
configure:25239: checking size of FORTRAN REAL
configure:25315: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:25322: $? = 0
configure:25332: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:25339: $? = 0
configure:25349: ./conftest
configure:25356: $? = 0
configure:25379: result: 4
configure:25468: checking for C type corresponding to Fortran REAL
configure:25504: result: float
configure:25526: checking alignment of FORTRAN REAL
configure:25608: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:25615: $? = 0
configure:25625: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:25632: $? = 0
configure:25642: ./conftest
configure:25649: $? = 0
configure:25671: result: 4
configure:25817: checking if FORTRAN compiler supports REAL*4
configure:25832: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:25838: $? = 0
configure:25842: test -z 
                         || test ! -s conftest.err
configure:25845: $? = 0
configure:25848: test -s conftest.o
configure:25851: $? = 0
configure:25854: result: yes
configure:25901: checking size of FORTRAN REAL*4
configure:25977: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:25984: $? = 0
configure:25994: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:26001: $? = 0
configure:26011: ./conftest
configure:26018: $? = 0
configure:26041: result: 4
configure:26130: checking for C type corresponding to Fortran REAL*4
configure:26166: result: float
configure:26188: checking alignment of FORTRAN REAL*4
configure:26270: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:26277: $? = 0
configure:26287: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:26294: $? = 0
configure:26304: ./conftest
configure:26311: $? = 0
configure:26333: result: 4
configure:26479: checking if FORTRAN compiler supports REAL*8
configure:26494: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:26500: $? = 0
configure:26504: test -z 
                         || test ! -s conftest.err
configure:26507: $? = 0
configure:26510: test -s conftest.o
configure:26513: $? = 0
configure:26516: result: yes
configure:26563: checking size of FORTRAN REAL*8
configure:26639: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:26646: $? = 0
configure:26656: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:26663: $? = 0
configure:26673: ./conftest
configure:26680: $? = 0
configure:26703: result: 8
configure:26792: checking for C type corresponding to Fortran REAL*8
configure:26828: result: double
configure:26850: checking alignment of FORTRAN REAL*8
configure:26932: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:26939: $? = 0
configure:26949: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:26956: $? = 0
configure:26966: ./conftest
configure:26973: $? = 0
configure:26995: result: 8
configure:27141: checking if FORTRAN compiler supports REAL*16
configure:27156: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
PGFTN-W-0031-Illegal data type length specifier for real (conftest.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for main
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:27162: $? = 0
configure:27166: test -z 
                         || test ! -s conftest.err
configure:27169: $? = 0
configure:27172: test -s conftest.o
configure:27175: $? = 0
configure:27178: result: yes
configure:27225: checking size of FORTRAN REAL*16
configure:27301: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:27308: $? = 0
configure:27318: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
PGFTN-W-0031-Illegal data type length specifier for real (conftestf.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for fsize
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:27325: $? = 0
configure:27335: ./conftest
configure:27342: $? = 0
configure:27365: result: 8
configure:27428: WARNING: *** Fortran REAL*16 does not have expected size!
configure:27430: WARNING: *** Expected 16, got 8
configure:27432: WARNING: *** Disabling MPI support for Fortran REAL*16
configure:27804: checking if FORTRAN compiler supports DOUBLE PRECISION
configure:27819: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:27825: $? = 0
configure:27829: test -z 
                         || test ! -s conftest.err
configure:27832: $? = 0
configure:27835: test -s conftest.o
configure:27838: $? = 0
configure:27841: result: yes
configure:27888: checking size of FORTRAN DOUBLE PRECISION
configure:27964: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:27971: $? = 0
configure:27981: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:27988: $? = 0
configure:27998: ./conftest
configure:28005: $? = 0
configure:28028: result: 8
configure:28117: checking for C type corresponding to Fortran DOUBLE PRECISION
configure:28153: result: double
configure:28175: checking alignment of FORTRAN DOUBLE PRECISION
configure:28257: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:28264: $? = 0
configure:28274: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:28281: $? = 0
configure:28291: ./conftest
configure:28298: $? = 0
configure:28320: result: 8
configure:28467: checking if FORTRAN compiler supports COMPLEX
configure:28482: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:28488: $? = 0
configure:28492: test -z 
                         || test ! -s conftest.err
configure:28495: $? = 0
configure:28498: test -s conftest.o
configure:28501: $? = 0
configure:28504: result: yes
configure:28551: checking size of FORTRAN COMPLEX
configure:28627: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:28634: $? = 0
configure:28644: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:28651: $? = 0
configure:28661: ./conftest
configure:28668: $? = 0
configure:28691: result: 8
configure:28838: checking alignment of FORTRAN COMPLEX
configure:28920: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:28927: $? = 0
configure:28937: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:28944: $? = 0
configure:28954: ./conftest
configure:28961: $? = 0
configure:28983: result: 4
configure:29141: checking if FORTRAN compiler supports COMPLEX*8
configure:29156: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:29162: $? = 0
configure:29166: test -z 
                         || test ! -s conftest.err
configure:29169: $? = 0
configure:29172: test -s conftest.o
configure:29175: $? = 0
configure:29178: result: yes
configure:29225: checking size of FORTRAN COMPLEX*8
configure:29301: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:29308: $? = 0
configure:29318: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:29325: $? = 0
configure:29335: ./conftest
configure:29342: $? = 0
configure:29365: result: 8
configure:29512: checking alignment of FORTRAN COMPLEX*8
configure:29594: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:29601: $? = 0
configure:29611: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:29618: $? = 0
configure:29628: ./conftest
configure:29635: $? = 0
configure:29657: result: 4
configure:29803: checking if FORTRAN compiler supports COMPLEX*16
configure:29818: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
configure:29824: $? = 0
configure:29828: test -z 
                         || test ! -s conftest.err
configure:29831: $? = 0
configure:29834: test -s conftest.o
configure:29837: $? = 0
configure:29840: result: yes
configure:29887: checking size of FORTRAN COMPLEX*16
configure:29963: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:29970: $? = 0
configure:29980: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:29987: $? = 0
configure:29997: ./conftest
configure:30004: $? = 0
configure:30027: result: 16
configure:30174: checking alignment of FORTRAN COMPLEX*16
configure:30256: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:30263: $? = 0
configure:30273: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:30280: $? = 0
configure:30290: ./conftest
configure:30297: $? = 0
configure:30319: result: 8
configure:30465: checking if FORTRAN compiler supports COMPLEX*32
configure:30480: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftest.f >&5
PGFTN-W-0031-Illegal data type length specifier for complex (conftest.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for main
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:30486: $? = 0
configure:30490: test -z 
                         || test ! -s conftest.err
configure:30493: $? = 0
configure:30496: test -s conftest.o
configure:30499: $? = 0
configure:30502: result: yes
configure:30549: checking size of FORTRAN COMPLEX*32
configure:30625: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:30632: $? = 0
configure:30642: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
PGFTN-W-0031-Illegal data type length specifier for complex (conftestf.f: 3)
  0 inform,   1 warnings,   0 severes, 0 fatal for fsize
PGFTN/x86 Linux/x86 6.0-2: compilation completed with warnings
configure:30649: $? = 0
configure:30659: ./conftest
configure:30666: $? = 0
configure:30689: result: 16
configure:30752: WARNING: *** Fortran COMPLEX*32 does not have expected size!
configure:30754: WARNING: *** Expected 32, got 16
configure:30756: WARNING: *** Disabling MPI support for Fortran COMPLEX*32
configure:31096: checking for max fortran MPI handle index
configure:31149: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:31152: $? = 0
configure:31154: ./conftest
configure:31157: $? = 0
configure:31192: result: ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
configure:31203: checking FORTRAN value for .TRUE. logical type
configure:31294: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:31301: $? = 0
configure:31311: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -o conftest conftest.o conftestf.f 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:31318: $? = 0
configure:31328: ./conftest
configure:31335: $? = 0
configure:31360: result: -1
configure:31412: checking for correct handling of FORTRAN logical arrays
configure:31508: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:31515: $? = 0
configure:31525: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  
conftestf.f:
configure:31532: $? = 0
configure:31542: ./conftest
configure:31549: $? = 0
configure:31572: result: yes
configure:31917: checking for Fortran compiler version
configure:31920: pgf90 --version </dev/null >&5
pgf90-Warning-Unknown switch: --version
pgf90-Warning-No files to process
configure:31923: $? = 0
configure:31925: pgf90 -v </dev/null >&5
pgf90-Warning-No files to process
configure:31928: $? = 0
configure:31930: pgf90 -V </dev/null >&5

pgf90 6.0-2 32-bit target on x86 Linux 
Copyright 1989-2000, The Portland Group, Inc.  All Rights Reserved.
Copyright 2000-2005, STMicroelectronics, Inc.  All Rights Reserved.
configure:31933: $? = 0
configure:31941: checking whether we are using the GNU Fortran compiler
configure:31955: pgf90 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftest.F >&5
PGF90-S-0034-Syntax error at or near end of line (conftest.F: 3)
  0 inform,   0 warnings,   1 severes, 0 fatal for main
configure:31961: $? = 2
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:31987: result: no
configure:31993: checking whether pgf90 accepts -g
configure:32005: pgf90 -c -g  conftest.f >&5
configure:32011: $? = 0
configure:32015: test -z 
                         || test ! -s conftest.err
configure:32018: $? = 0
configure:32021: test -s conftest.o
configure:32024: $? = 0
configure:32036: result: yes
configure:32078: checking for Fortran flag to compile .f files
configure:32095: pgf90 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftest.f >&5
configure:32101: $? = 0
configure:32105: test -z 
                         || test ! -s conftest.err
configure:32108: $? = 0
configure:32111: test -s conftest.o
configure:32114: $? = 0
configure:32128: result: none
configure:32147: checking for Fortran flag to compile .f90 files
configure:32164: pgf90 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftest.f90 >&5
configure:32170: $? = 0
configure:32174: test -z 
                         || test ! -s conftest.err
configure:32177: $? = 0
configure:32180: test -s conftest.o
configure:32183: $? = 0
configure:32197: result: none
configure:32216: checking for Fortran flag to compile .f95 files
configure:32233: pgf90 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftest.f95 >&5
configure:32239: $? = 0
configure:32243: test -z 
                         || test ! -s conftest.err
configure:32246: $? = 0
configure:32249: test -s conftest.o
configure:32252: $? = 0
configure:32266: result: none
configure:32292: checking whether pgf77 and pgf90 compilers are compatible
configure:32317: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -c conftestf90.f
configure:32324: $? = 0
configure:32334: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -c conftestf77.f
configure:32341: $? = 0
configure:32351: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -o conftest conftestf90.o conftestf77.o 
configure:32358: $? = 0
configure:32429: result: yes
configure:32470: checking for FORTRAN compiler module include flag
configure:32497: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -c conftest-module.f90
configure:32504: $? = 0
configure:32541: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftest.f90 -Isubdir
configure:32548: $? = 0
configure:32577: result: -I
configure:32599: checking if FORTRAN compiler supports 
integer(selected_int_kind(2))
configure:32616: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:32623: $? = 0
configure:32630: result: yes
configure:32647: checking size of FORTRAN integer(selected_int_kind(2))
configure:32723: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:32730: $? = 0
configure:32740: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:32747: $? = 0
configure:32757: ./conftest
configure:32764: $? = 0
configure:32787: result: 1
configure:32863: checking alignment of FORTRAN integer(selected_int_kind(2))
configure:32940: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:32947: $? = 0
configure:32957: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:32964: $? = 0
configure:32974: ./conftest
configure:32981: $? = 0
configure:33003: result: 1
configure:33070: checking size of FORTRAN logical(selected_int_kind(2))
configure:33146: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:33153: $? = 0
configure:33163: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:33170: $? = 0
configure:33180: ./conftest
configure:33187: $? = 0
configure:33210: result: 1
configure:33275: checking alignment of FORTRAN logical(selected_int_kind(2))
configure:33352: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:33359: $? = 0
configure:33369: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:33376: $? = 0
configure:33386: ./conftest
configure:33393: $? = 0
configure:33415: result: 1
configure:33486: checking if FORTRAN compiler supports 
integer(selected_int_kind(4))
configure:33503: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:33510: $? = 0
configure:33517: result: yes
configure:33534: checking size of FORTRAN integer(selected_int_kind(4))
configure:33610: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:33617: $? = 0
configure:33627: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:33634: $? = 0
configure:33644: ./conftest
configure:33651: $? = 0
configure:33674: result: 2
configure:33749: checking alignment of FORTRAN integer(selected_int_kind(4))
configure:33826: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:33833: $? = 0
configure:33843: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:33850: $? = 0
configure:33860: ./conftest
configure:33867: $? = 0
configure:33889: result: 2
configure:33956: checking size of FORTRAN logical(selected_int_kind(4))
configure:34032: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:34039: $? = 0
configure:34049: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:34056: $? = 0
configure:34066: ./conftest
configure:34073: $? = 0
configure:34096: result: 2
configure:34161: checking alignment of FORTRAN logical(selected_int_kind(4))
configure:34238: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:34245: $? = 0
configure:34255: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:34262: $? = 0
configure:34272: ./conftest
configure:34279: $? = 0
configure:34301: result: 2
configure:34372: checking if FORTRAN compiler supports 
integer(selected_int_kind(9))
configure:34389: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:34396: $? = 0
configure:34403: result: yes
configure:34420: checking size of FORTRAN integer(selected_int_kind(9))
configure:34496: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:34503: $? = 0
configure:34513: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:34520: $? = 0
configure:34530: ./conftest
configure:34537: $? = 0
configure:34560: result: 4
configure:34635: checking alignment of FORTRAN integer(selected_int_kind(9))
configure:34712: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:34719: $? = 0
configure:34729: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:34736: $? = 0
configure:34746: ./conftest
configure:34753: $? = 0
configure:34775: result: 4
configure:34842: checking size of FORTRAN logical(selected_int_kind(9))
configure:34918: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:34925: $? = 0
configure:34935: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:34942: $? = 0
configure:34952: ./conftest
configure:34959: $? = 0
configure:34982: result: 4
configure:35047: checking alignment of FORTRAN logical(selected_int_kind(9))
configure:35124: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:35131: $? = 0
configure:35141: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:35148: $? = 0
configure:35158: ./conftest
configure:35165: $? = 0
configure:35187: result: 4
configure:35258: checking if FORTRAN compiler supports 
integer(selected_int_kind(18))
configure:35275: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:35282: $? = 0
configure:35289: result: yes
configure:35306: checking size of FORTRAN integer(selected_int_kind(18))
configure:35382: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:35389: $? = 0
configure:35399: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:35406: $? = 0
configure:35416: ./conftest
configure:35423: $? = 0
configure:35446: result: 8
configure:35521: checking alignment of FORTRAN integer(selected_int_kind(18))
configure:35598: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:35605: $? = 0
configure:35615: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:35622: $? = 0
configure:35632: ./conftest
configure:35639: $? = 0
configure:35661: result: 4
configure:35728: checking size of FORTRAN logical(selected_int_kind(18))
configure:35804: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:35811: $? = 0
configure:35821: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:35828: $? = 0
configure:35838: ./conftest
configure:35845: $? = 0
configure:35868: result: 8
configure:35933: checking alignment of FORTRAN logical(selected_int_kind(18))
configure:36010: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:36017: $? = 0
configure:36027: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:36034: $? = 0
configure:36044: ./conftest
configure:36051: $? = 0
configure:36073: result: 4
configure:36144: checking if FORTRAN compiler supports 
integer(selected_int_kind(19))
configure:36161: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
PGF90-S-0081-Illegal selector - KIND value must be non-negative  
(conftestf.f90: 2)
  0 inform,   0 warnings,   1 severes, 0 fatal for main
configure:36168: $? = 2
configure:36180: result: no
configure:37030: checking if FORTRAN compiler supports 
real(selected_real_kind(6))
configure:37047: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:37054: $? = 0
configure:37061: result: yes
configure:37078: checking size of FORTRAN real(selected_real_kind(6))
configure:37154: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:37161: $? = 0
configure:37171: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:37178: $? = 0
configure:37188: ./conftest
configure:37195: $? = 0
configure:37218: result: 4
configure:37294: checking size of FORTRAN complex(selected_real_kind(6))
configure:37370: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:37377: $? = 0
configure:37387: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:37394: $? = 0
configure:37404: ./conftest
configure:37411: $? = 0
configure:37434: result: 8
configure:37499: checking alignment of FORTRAN real(selected_real_kind(6))
configure:37576: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:37583: $? = 0
configure:37593: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:37600: $? = 0
configure:37610: ./conftest
configure:37617: $? = 0
configure:37639: result: 4
configure:37706: checking alignment of FORTRAN complex(selected_real_kind(6))
configure:37783: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:37790: $? = 0
configure:37800: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:37807: $? = 0
configure:37817: ./conftest
configure:37824: $? = 0
configure:37846: result: 4
configure:37914: checking precision of FORTRAN real(selected_real_kind(6))
configure:37934: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:37941: $? = 0
configure:37951: ./conftest
configure:37958: $? = 0
configure:37978: result: 6
configure:38018: checking precision of FORTRAN complex(selected_real_kind(6))
configure:38038: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:38045: $? = 0
configure:38055: ./conftest
configure:38062: $? = 0
configure:38082: result: 6
configure:38122: checking range of FORTRAN real(selected_real_kind(6))
configure:38142: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:38149: $? = 0
configure:38159: ./conftest
configure:38166: $? = 0
configure:38186: result: 37
configure:38226: checking range of FORTRAN complex(selected_real_kind(6))
configure:38246: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:38253: $? = 0
configure:38263: ./conftest
configure:38270: $? = 0
configure:38290: result: 37
configure:38333: checking if FORTRAN compiler supports 
real(selected_real_kind(15))
configure:38350: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:38357: $? = 0
configure:38364: result: yes
configure:38381: checking size of FORTRAN real(selected_real_kind(15))
configure:38457: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:38464: $? = 0
configure:38474: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:38481: $? = 0
configure:38491: ./conftest
configure:38498: $? = 0
configure:38521: result: 8
configure:38597: checking size of FORTRAN complex(selected_real_kind(15))
configure:38673: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:38680: $? = 0
configure:38690: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:38697: $? = 0
configure:38707: ./conftest
configure:38714: $? = 0
configure:38737: result: 16
configure:38802: checking alignment of FORTRAN real(selected_real_kind(15))
configure:38879: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:38886: $? = 0
configure:38896: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:38903: $? = 0
configure:38913: ./conftest
configure:38920: $? = 0
configure:38942: result: 8
configure:39009: checking alignment of FORTRAN complex(selected_real_kind(15))
configure:39086: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:39093: $? = 0
configure:39103: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:39110: $? = 0
configure:39120: ./conftest
configure:39127: $? = 0
configure:39149: result: 8
configure:39217: checking precision of FORTRAN real(selected_real_kind(15))
configure:39237: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:39244: $? = 0
configure:39254: ./conftest
configure:39261: $? = 0
configure:39281: result: 15
configure:39321: checking precision of FORTRAN complex(selected_real_kind(15))
configure:39341: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:39348: $? = 0
configure:39358: ./conftest
configure:39365: $? = 0
configure:39385: result: 15
configure:39425: checking range of FORTRAN real(selected_real_kind(15))
configure:39445: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:39452: $? = 0
configure:39462: ./conftest
configure:39469: $? = 0
configure:39489: result: 307
configure:39529: checking range of FORTRAN complex(selected_real_kind(15))
configure:39549: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:39556: $? = 0
configure:39566: ./conftest
configure:39573: $? = 0
configure:39593: result: 307
configure:39636: checking if FORTRAN compiler supports 
real(selected_real_kind(31))
configure:39653: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
PGF90-S-0081-Illegal selector - KIND value must be non-negative  
(conftestf.f90: 2)
  0 inform,   0 warnings,   1 severes, 0 fatal for main
configure:39660: $? = 2
configure:39672: result: no
configure:40938: checking size of FORTRAN logical
configure:41014: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:41021: $? = 0
configure:41031: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:41038: $? = 0
configure:41048: ./conftest
configure:41055: $? = 0
configure:41078: result: 4
configure:41143: checking alignment of FORTRAN logical
configure:41220: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:41227: $? = 0
configure:41237: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:41244: $? = 0
configure:41254: ./conftest
configure:41261: $? = 0
configure:41283: result: 4
configure:41351: checking size of FORTRAN integer
configure:41427: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:41434: $? = 0
configure:41444: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:41451: $? = 0
configure:41461: ./conftest
configure:41468: $? = 0
configure:41491: result: 4
configure:41556: checking alignment of FORTRAN integer
configure:41633: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:41640: $? = 0
configure:41650: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:41657: $? = 0
configure:41667: ./conftest
configure:41674: $? = 0
configure:41696: result: 4
configure:41764: checking size of FORTRAN real
configure:41840: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:41847: $? = 0
configure:41857: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:41864: $? = 0
configure:41874: ./conftest
configure:41881: $? = 0
configure:41904: result: 4
configure:41969: checking alignment of FORTRAN real
configure:42046: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:42053: $? = 0
configure:42063: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:42070: $? = 0
configure:42080: ./conftest
configure:42087: $? = 0
configure:42109: result: 4
configure:42177: checking size of FORTRAN real(kind(1.D0))
configure:42253: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:42260: $? = 0
configure:42270: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:42277: $? = 0
configure:42287: ./conftest
configure:42294: $? = 0
configure:42317: result: 8
configure:42382: checking alignment of FORTRAN real(kind(1.D0))
configure:42459: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:42466: $? = 0
configure:42476: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:42483: $? = 0
configure:42493: ./conftest
configure:42500: $? = 0
configure:42522: result: 8
configure:42590: checking size of FORTRAN complex
configure:42666: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:42673: $? = 0
configure:42683: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:42690: $? = 0
configure:42700: ./conftest
configure:42707: $? = 0
configure:42730: result: 8
configure:42795: checking alignment of FORTRAN complex
configure:42872: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:42879: $? = 0
configure:42889: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:42896: $? = 0
configure:42906: ./conftest
configure:42913: $? = 0
configure:42935: result: 4
configure:43003: checking size of FORTRAN complex(kind(1.D0))
configure:43079: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:43086: $? = 0
configure:43096: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:43103: $? = 0
configure:43113: ./conftest
configure:43120: $? = 0
configure:43143: result: 16
configure:43208: checking alignment of FORTRAN complex(kind(1.D0))
configure:43285: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:43292: $? = 0
configure:43302: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   conftestf.f90 conftest.o -o conftest
conftestf.f90:
configure:43309: $? = 0
configure:43319: ./conftest
configure:43326: $? = 0
configure:43348: result: 8
configure:43421: checking kind for FORTRAN selected_int_kind(18)
configure:43440: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:43447: $? = 0
configure:43457: ./conftest
configure:43464: $? = 0
configure:43484: result: 8
configure:43630: checking kind for FORTRAN selected_int_kind(9)
configure:43649: pgf90 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe   -o conftest conftestf.f90
configure:43656: $? = 0
configure:43666: ./conftest
configure:43673: $? = 0
configure:43693: result: 4
configure:44371: checking alloca.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking alloca.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for alloca.h
configure:44494: result: yes
configure:44371: checking aio.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking aio.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for aio.h
configure:44494: result: yes
configure:44371: checking arpa/inet.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking arpa/inet.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for arpa/inet.h
configure:44494: result: yes
configure:44371: checking dirent.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking dirent.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for dirent.h
configure:44494: result: yes
configure:44371: checking dlfcn.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking dlfcn.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for dlfcn.h
configure:44494: result: yes
configure:44371: checking execinfo.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking execinfo.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for execinfo.h
configure:44494: result: yes
configure:44371: checking err.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking err.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for err.h
configure:44494: result: yes
configure:44371: checking fcntl.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking fcntl.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for fcntl.h
configure:44494: result: yes
configure:44362: checking for inttypes.h
configure:44367: result: yes
configure:44371: checking libgen.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking libgen.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for libgen.h
configure:44494: result: yes
configure:44371: checking libutil.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c:279:21: error: libutil.h: No such file or directory
configure:44389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:44412: result: no
configure:44416: checking libutil.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
conftest.c:245:21: error: libutil.h: No such file or directory
configure:44432: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:44452: result: no
configure:44487: checking for libutil.h
configure:44494: result: no
configure:44371: checking net/if.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking net/if.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for net/if.h
configure:44494: result: yes
configure:44371: checking netdb.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking netdb.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for netdb.h
configure:44494: result: yes
configure:44371: checking netinet/in.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking netinet/in.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for netinet/in.h
configure:44494: result: yes
configure:44371: checking netinet/tcp.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking netinet/tcp.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for netinet/tcp.h
configure:44494: result: yes
configure:44371: checking poll.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking poll.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for poll.h
configure:44494: result: yes
configure:44371: checking pthread.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking pthread.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for pthread.h
configure:44494: result: yes
configure:44371: checking pty.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking pty.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for pty.h
configure:44494: result: yes
configure:44371: checking pwd.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking pwd.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for pwd.h
configure:44494: result: yes
configure:44371: checking sched.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sched.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sched.h
configure:44494: result: yes
configure:44362: checking for stdint.h
configure:44367: result: yes
configure:44362: checking for string.h
configure:44367: result: yes
configure:44362: checking for strings.h
configure:44367: result: yes
configure:44371: checking stropts.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking stropts.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for stropts.h
configure:44494: result: yes
configure:44371: checking sys/fcntl.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/fcntl.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/fcntl.h
configure:44494: result: yes
configure:44371: checking sys/ipc.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/ipc.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/ipc.h
configure:44494: result: yes
configure:44371: checking sys/ioctl.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/ioctl.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/ioctl.h
configure:44494: result: yes
configure:44371: checking sys/mman.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/mman.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/mman.h
configure:44494: result: yes
configure:44371: checking sys/param.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/param.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/param.h
configure:44494: result: yes
configure:44371: checking sys/queue.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/queue.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/queue.h
configure:44494: result: yes
configure:44371: checking sys/resource.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/resource.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/resource.h
configure:44494: result: yes
configure:44371: checking sys/select.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/select.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/select.h
configure:44494: result: yes
configure:44371: checking sys/socket.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/socket.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/socket.h
configure:44494: result: yes
configure:44371: checking sys/sockio.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c:301:24: error: sys/sockio.h: No such file or directory
configure:44389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:44412: result: no
configure:44416: checking sys/sockio.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
conftest.c:267:24: error: sys/sockio.h: No such file or directory
configure:44432: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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:44452: result: no
configure:44487: checking for sys/sockio.h
configure:44494: result: no
configure:44362: checking for sys/stat.h
configure:44367: result: yes
configure:44371: checking sys/statvfs.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/statvfs.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/statvfs.h
configure:44494: result: yes
configure:44371: checking sys/time.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/time.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/time.h
configure:44494: result: yes
configure:44371: checking sys/tree.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c:304:22: error: sys/tree.h: No such file or directory
configure:44389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/tree.h>
configure:44412: result: no
configure:44416: checking sys/tree.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
conftest.c:270:22: error: sys/tree.h: No such file or directory
configure:44432: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <sys/tree.h>
configure:44452: result: no
configure:44487: checking for sys/tree.h
configure:44494: result: no
configure:44362: checking for sys/types.h
configure:44367: result: yes
configure:44371: checking sys/uio.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/uio.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/uio.h
configure:44494: result: yes
configure:44371: checking sys/utsname.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/utsname.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/utsname.h
configure:44494: result: yes
configure:44371: checking sys/wait.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking sys/wait.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for sys/wait.h
configure:44494: result: yes
configure:44371: checking syslog.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking syslog.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for syslog.h
configure:44494: result: yes
configure:44371: checking time.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking time.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for time.h
configure:44494: result: yes
configure:44371: checking termios.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking termios.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for termios.h
configure:44494: result: yes
configure:44371: checking ulimit.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44389: $? = 0
configure:44393: test -z 
                         || test ! -s conftest.err
configure:44396: $? = 0
configure:44399: test -s conftest.o
configure:44402: $? = 0
configure:44412: result: yes
configure:44416: checking ulimit.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
configure:44432: $? = 0
configure:44452: result: yes
configure:44487: checking for ulimit.h
configure:44494: result: yes
configure:44362: checking for unistd.h
configure:44367: result: yes
configure:44371: checking util.h usability
configure:44383: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c:313:18: error: util.h: No such file or directory
configure:44389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:44412: result: no
configure:44416: checking util.h presence
configure:44426: gcc -E -I/home/cluster/include  conftest.c
conftest.c:279:18: error: util.h: No such file or directory
configure:44432: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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:44452: result: no
configure:44487: checking for util.h
configure:44494: result: no
configure:44533: checking stdbool.h usability
configure:44545: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44551: $? = 0
configure:44555: test -z 
                         || test ! -s conftest.err
configure:44558: $? = 0
configure:44561: test -s conftest.o
configure:44564: $? = 0
configure:44574: result: yes
configure:44578: checking stdbool.h presence
configure:44588: gcc -E -I/home/cluster/include  conftest.c
configure:44594: $? = 0
configure:44614: result: yes
configure:44649: checking for stdbool.h
configure:44656: result: yes
configure:44671: checking if <stdbool.h> works
configure:44694: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44700: $? = 0
configure:44704: test -z 
                         || test ! -s conftest.err
configure:44707: $? = 0
configure:44710: test -s conftest.o
configure:44713: $? = 0
configure:44732: result: yes
configure:44799: checking for pid_t
configure:44823: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:44829: $? = 0
configure:44833: test -z 
                         || test ! -s conftest.err
configure:44836: $? = 0
configure:44839: test -s conftest.o
configure:44842: $? = 0
configure:44853: result: yes
configure:44856: checking size of pid_t
configure:45175: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  >&5
configure:45178: $? = 0
configure:45180: ./conftest
configure:45183: $? = 0
configure:45206: result: 4
configure:45214: checking for socklen_t
configure:45240: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:45246: $? = 0
configure:45250: test -z 
                         || test ! -s conftest.err
configure:45253: $? = 0
configure:45256: test -s conftest.o
configure:45259: $? = 0
configure:45270: result: yes
configure:45286: checking for struct sockaddr_in
configure:45314: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:45320: $? = 0
configure:45324: test -z 
                         || test ! -s conftest.err
configure:45327: $? = 0
configure:45330: test -s conftest.o
configure:45333: $? = 0
configure:45344: result: yes
configure:45357: checking if SA_RESTART defined in signal.h
configure:45384: result: yes
configure:45388: checking for sa_len in struct sockaddr
configure:45407: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c: In function 'main':
conftest.c:291: error: 'struct sockaddr' has no member named 'sa_len'
configure:45413: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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:45441: result: no
configure:45444: checking for struct dirent.d_type
configure:45470: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:45476: $? = 0
configure:45480: test -z 
                         || test ! -s conftest.err
configure:45483: $? = 0
configure:45486: test -s conftest.o
configure:45489: $? = 0
configure:45549: result: yes
configure:45561: checking for siginfo_t.si_fd
configure:45585: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:45591: $? = 0
configure:45595: test -z 
                         || test ! -s conftest.err
configure:45598: $? = 0
configure:45601: test -s conftest.o
configure:45604: $? = 0
configure:45662: result: yes
configure:45738: checking for openpty in -lutil
configure:45768: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c -lutil   >&5
configure:45774: $? = 0
configure:45778: test -z 
                         || test ! -s conftest.err
configure:45781: $? = 0
configure:45784: test -s conftest
configure:45787: $? = 0
configure:45800: result: yes
configure:45808: checking for gethostbyname in -lnsl
configure:45838: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c -lnsl   -lutil >&5
configure:45844: $? = 0
configure:45848: test -z 
                         || test ! -s conftest.err
configure:45851: $? = 0
configure:45854: test -s conftest
configure:45857: $? = 0
configure:45870: result: yes
configure:45878: checking for socket in -lsocket
configure:45908: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c -lsocket   -lutil -lnsl >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:45914: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char socket ();
| int
| main ()
| {
| socket ();
|   ;
|   return 0;
| }
configure:45940: result: no
configure:45968: checking for asprintf
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for snprintf
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
conftest.c:314: warning: conflicting types for built-in function 'snprintf'
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for vasprintf
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for vsnprintf
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
conftest.c:316: warning: conflicting types for built-in function 'vsnprintf'
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for openpty
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for isatty
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for htonl
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for ntohl
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for htons
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for ntohs
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for getpwuid
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for fork
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
conftest.c:324: warning: conflicting types for built-in function 'fork'
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for waitpid
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for execve
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
conftest.c:326: warning: conflicting types for built-in function 'execve'
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for pipe
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for setsid
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:45968: checking for mmap
configure:46025: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46031: $? = 0
configure:46035: test -z 
                         || test ! -s conftest.err
configure:46038: $? = 0
configure:46041: test -s conftest
configure:46044: $? = 0
configure:46056: result: yes
configure:46071: checking whether va_copy is declared
configure:46096: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:46102: $? = 0
configure:46106: test -z 
                         || test ! -s conftest.err
configure:46109: $? = 0
configure:46112: test -s conftest.o
configure:46115: $? = 0
configure:46126: result: yes
configure:46140: checking whether __va_copy is declared
configure:46165: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:46171: $? = 0
configure:46175: test -z 
                         || test ! -s conftest.err
configure:46178: $? = 0
configure:46181: test -s conftest.o
configure:46184: $? = 0
configure:46195: result: yes
configure:46209: checking whether __func__ is declared
configure:46233: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:46239: $? = 0
configure:46243: test -z 
                         || test ! -s conftest.err
configure:46246: $? = 0
configure:46249: test -s conftest.o
configure:46252: $? = 0
configure:46263: result: yes
configure:46285: checking if we need -lrt for sched_yield
configure:46303: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46309: $? = 0
configure:46313: test -z 
                         || test ! -s conftest.err
configure:46316: $? = 0
configure:46319: test -s conftest
configure:46322: $? = 0
configure:46382: result: no
configure:46392: checking for sched_yield
configure:46449: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46455: $? = 0
configure:46459: test -z 
                         || test ! -s conftest.err
configure:46462: $? = 0
configure:46465: test -s conftest
configure:46468: $? = 0
configure:46480: result: yes
configure:46494: checking if we need -lexecinfo for backtrace
configure:46512: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46518: $? = 0
configure:46522: test -z 
                         || test ! -s conftest.err
configure:46525: $? = 0
configure:46528: test -s conftest
configure:46531: $? = 0
configure:46591: result: no
configure:46601: checking for backtrace
configure:46658: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46664: $? = 0
configure:46668: test -z 
                         || test ! -s conftest.err
configure:46671: $? = 0
configure:46674: test -s conftest
configure:46677: $? = 0
configure:46689: result: yes
configure:46703: checking if we need -lgen for dirname
configure:46721: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46727: $? = 0
configure:46731: test -z 
                         || test ! -s conftest.err
configure:46734: $? = 0
configure:46737: test -s conftest
configure:46740: $? = 0
configure:46800: result: no
configure:46810: checking for dirname
configure:46867: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c  -lutil -lnsl >&5
configure:46873: $? = 0
configure:46877: test -z 
                         || test ! -s conftest.err
configure:46880: $? = 0
configure:46883: test -s conftest
configure:46886: $? = 0
configure:46898: result: yes
configure:46915: checking for ceil in -lm
configure:46945: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c -lm   -lutil -lnsl >&5
conftest.c:319: warning: conflicting types for built-in function 'ceil'
configure:46951: $? = 0
configure:46955: test -z 
                         || test ! -s conftest.err
configure:46958: $? = 0
configure:46961: test -s conftest
configure:46964: $? = 0
configure:46977: result: yes
configure:47059: checking checking for type of MPI_Offset
configure:47086: result: long long
configure:47105: checking checking for an MPI datatype for MPI_Offset
configure:47107: result: MPI_LONG_LONG
configure:47124: checking whether byte ordering is bigendian
configure:47151: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
configure:47157: $? = 0
configure:47161: test -z 
                         || test ! -s conftest.err
configure:47164: $? = 0
configure:47167: test -s conftest.o
configure:47170: $? = 0
configure:47194: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  conftest.c 
>&5
conftest.c: In function 'main':
conftest.c:322: error: 'not' undeclared (first use in this function)
conftest.c:322: error: (Each undeclared identifier is reported only once
conftest.c:322: error: for each function it appears in.)
conftest.c:322: error: syntax error before 'big'
configure:47200: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #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:47335: result: no
configure:47356: checking for broken qsort
configure:47372: result: no
configure:47451: checking if C compiler and POSIX threads work as is
configure:47514: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include  
-D_REENTRANT -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.c -lm  -lutil -lnsl >&5
/tmp/cc3BB0Fw.o: In function `main':conftest.c:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.c:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x69): undefined reference to `pthread_create'
:conftest.c:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:47520: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:47558: result: no
configure:47570: checking if C++ compiler and POSIX threads work as is
configure:47633: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc -lm  -lutil -lnsl >&5
/tmp/cc7TKgfI.o: In function `main':conftest.cc:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.cc:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.cc:(.text+0x69): undefined reference to `pthread_create'
:conftest.cc:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:47639: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:47677: result: no
configure:47689: checking if F77 compiler and POSIX threads work as is
configure:47779: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -I. -c conftest.c
configure:47786: $? = 0
configure:47796: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:47803: $? = 2
configure:47826: 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:47854: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:47880: result: no
configure:47916: checking if C compiler and POSIX threads work with -Kthread
configure:47953: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -Kthread 
-I/home/cluster/include  -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm  conftest.c -lm  -lutil 
-lnsl >&5
gcc: unrecognized option '-Kthread'
/tmp/ccCREw4b.o: In function `main':conftest.c:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.c:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x69): undefined reference to `pthread_create'
:conftest.c:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:47959: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:47999: result: no
configure:47916: checking if C compiler and POSIX threads work with -kthread
configure:47953: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -kthread 
-I/home/cluster/include  -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm  conftest.c -lm  -lutil 
-lnsl >&5
gcc: unrecognized option '-kthread'
/tmp/ccYgCZug.o: In function `main':conftest.c:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.c:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x69): undefined reference to `pthread_create'
:conftest.c:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:47959: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:47999: result: no
configure:47916: checking if C compiler and POSIX threads work with -pthread
configure:47953: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include  -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm  conftest.c -lm  -lutil 
-lnsl >&5
configure:47959: $? = 0
configure:47963: test -z 
                         || test ! -s conftest.err
configure:47966: $? = 0
configure:47969: test -s conftest
configure:47972: $? = 0
configure:47993: result: yes
configure:48012: checking if C++ compiler and POSIX threads work with -Kthread
configure:48049: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -Kthread -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc -lm  -lutil -lnsl >&5
g++: unrecognized option '-Kthread'
/tmp/ccnNC5qG.o: In function `main':conftest.cc:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.cc:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.cc:(.text+0x69): undefined reference to `pthread_create'
:conftest.cc:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:48055: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:48095: result: no
configure:48012: checking if C++ compiler and POSIX threads work with -kthread
configure:48049: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -kthread -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc -lm  -lutil -lnsl >&5
g++: unrecognized option '-kthread'
/tmp/ccgIXyVW.o: In function `main':conftest.cc:(.text+0x21): undefined 
reference to `pthread_join'
:conftest.cc:(.text+0x45): undefined reference to `_pthread_cleanup_push'
:conftest.cc:(.text+0x69): undefined reference to `pthread_create'
:conftest.cc:(.text+0x79): undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:48055: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:48095: result: no
configure:48012: checking if C++ compiler and POSIX threads work with -pthread
configure:48049: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include  
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  conftest.cc -lm  -lutil -lnsl >&5
configure:48055: $? = 0
configure:48059: test -z 
                         || test ! -s conftest.err
configure:48062: $? = 0
configure:48065: test -s conftest
configure:48068: $? = 0
configure:48089: result: yes
configure:48108: checking if F77 compiler and POSIX threads work with -Kthread
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -Kthread conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -Kthread
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48108: checking if F77 compiler and POSIX threads work with -kthread
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -kthread conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -kthread
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48108: checking if F77 compiler and POSIX threads work with -pthread
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -pthread conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -pthread
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48108: checking if F77 compiler and POSIX threads work with -pthreads
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -pthreads conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -pthreads
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48108: checking if F77 compiler and POSIX threads work with -mt
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -mt conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -mt
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48108: checking if F77 compiler and POSIX threads work with -mthreads
configure:48183: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48190: $? = 0
configure:48200: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -mthreads conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl
pgf77-Warning-Unknown switch: -mthreads
conftestf.f:
conftest.o: In function `pthreadtest_':conftest.c:(.text+0x28): undefined 
reference to `pthread_create'
:conftest.c:(.text+0x3c): undefined reference to `pthread_join'
:conftest.c:(.text+0x60): undefined reference to `_pthread_cleanup_push'
:conftest.c:(.text+0x84): undefined reference to `pthread_create'
:conftest.c:(.text+0x94): undefined reference to `_pthread_cleanup_pop'
configure:48207: $? = 2
configure:48230: 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:48258: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:48288: result: no
configure:48827: checking if F77 compiler and POSIX threads work with -lpthreads
configure:48902: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48909: $? = 0
configure:48919: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl -lpthreads
conftestf.f:
/usr/bin/ld: cannot find -lpthreads
configure:48926: $? = 2
configure:48949: 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:48977: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:49006: result: no
configure:48827: checking if F77 compiler and POSIX threads work with -llthread
configure:48902: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48909: $? = 0
configure:48919: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl -llthread
conftestf.f:
/usr/bin/ld: cannot find -llthread
configure:48926: $? = 2
configure:48949: 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:48977: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:49006: result: no
configure:48827: checking if F77 compiler and POSIX threads work with -lpthread
configure:48902: gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I. -c conftest.c
configure:48909: $? = 0
configure:48919: pgf77 -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  conftestf.f conftest.o -o conftest 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm  -lm  -lutil -lnsl -lpthread
conftestf.f:
configure:48926: $? = 0
configure:49002: result: yes
configure:49042: checking for working POSIX threads package
configure:49045: result: yes
configure:49084: checking if C compiler and Solaris threads work
configure:49119: gcc -o conftest  -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -D_REENTRANT    conftest.c -lthread  >&5
conftest.c:316:20: error: thread.h: No such file or directory
conftest.c: In function 'main':
conftest.c:320: error: 'thread_t' undeclared (first use in this function)
conftest.c:320: error: (Each undeclared identifier is reported only once
conftest.c:320: error: for each function it appears in.)
conftest.c:320: error: syntax error before 'th'
conftest.c:320: error: 'th' undeclared (first use in this function)
configure:49125: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:49161: result: no
configure:49182: checking if C++ compiler and Solaris threads work
configure:49213: g++ -o conftest  -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -D_REENTRANT    conftest.cc -lthread  >&5
conftest.cc:316:20: error: thread.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:320: error: 'thread_t' was not declared in this scope
conftest.cc:320: error: expected `;' before 'th'
conftest.cc:320: error: 'th' was not declared in this scope
conftest.cc:320: error: 'thr_join' was not declared in this scope
conftest.cc:321: error: 'thr_create' was not declared in this scope
configure:49219: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 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:49255: result: no
configure:49274: checking if F77 compiler and Solaris threads work
configure:49327: gcc  -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I. -c conftest.c
conftest.c:3:20: error: thread.h: No such file or directory
conftest.c: In function 'ompi_pthread':
conftest.c:11: error: 'thread_t' undeclared (first use in this function)
conftest.c:11: error: (Each undeclared identifier is reported only once
conftest.c:11: error: for each function it appears in.)
conftest.c:11: error: syntax error before 'th'
conftest.c:12: error: 'th' undeclared (first use in this function)
configure:49334: $? = 1
configure:49374: 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:49402: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:49428: result: no
configure:49457: checking for working Solaris threads package
configure:49463: result: no
configure:49471: checking for type of thread support
configure:49536: result: posix
configure:49600: checking if threads have different pids (pthreads on linux)
configure:49645: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:49648: $? = 0
configure:49650: ./conftest
configure:49653: $? = 0
configure:49671: result: no
configure:49751: checking if want MPI thread support
configure:49781: result: no
configure:49785: checking if want asynchronous progress thread support
configure:49816: result: no
configure:49837: checking whether ln -s works
configure:49841: result: yes
configure:49863: checking for flex
configure:49879: found /usr/bin/flex
configure:49889: result: flex
configure:49902: checking for yywrap in -lfl
configure:49932: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lfl  -lm  
-lutil -lnsl -lpthread >&5
configure:49938: $? = 0
configure:49942: test -z 
                         || test ! -s conftest.err
configure:49945: $? = 0
configure:49948: test -s conftest
configure:49951: $? = 0
configure:49964: result: yes
configure:50042: checking lex output file root
configure:50053: flex conftest.l
configure:50056: $? = 0
configure:50068: result: lex.yy
configure:50073: checking whether yytext is a pointer
configure:50089: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread -lfl >&5
configure:50095: $? = 0
configure:50099: test -z 
                         || test ! -s conftest.err
configure:50102: $? = 0
configure:50105: test -s conftest
configure:50108: $? = 0
configure:50122: result: yes
configure:50197: checking if build filesystem is case sensitive
configure:50209: result: yes
configure:50222: checking if configuring for case sensitive filesystem
configure:50240: result: yes
configure:50347: checking for subdir args
configure:50401: result:  '--prefix=/home/cluster/openmpi' 'CC=gcc' 
'CFLAGS=-DpgiFortran -O2 -march=athlon-mp -pipe -fomit-frame-pointer ' 
'CPPFLAGS=-I/home/cluster/include ' 'CXXFLAGS=-O2 -march=athlon-mp -pipe 
-fomit-frame-pointer ' 'CXX=g++' 'F77=pgf77' 'FCFLAGS=-fast -tp athlonxp -pc 64 
-Mvect=cachesize:524288 -Munroll -Mnoframe ' 'FC=pgf90' 'FFLAGS=-fast -tp 
athlonxp -pc 64 -Mvect=cachesize:524288 -Munroll -Mnoframe ' 
'LDFLAGS=-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm '
configure:50454: checking for gcc
configure:50470: found /usr/bin/gcc
configure:50480: result: gcc
configure:50497: checking dependency style of gcc
configure:50587: result: gcc3
configure:50636: checking which components should be disabled
configure:50667: result: 
configure:50676: checking which components should be direct-linked into the 
library
configure:50721: result: 
configure:50729: checking which components should be run-time loadable
configure:50752: result: all
configure:50762: checking which components should be static
configure:50782: result: none
configure:50786: checking for projects containing MCA frameworks
configure:50788: result: opal, orte, ompi
configure:50804: checking for frameworks for opal
configure:50806: result: maffinity, memory, paffinity, timer
configure:50914: checking for no configure components in framework maffinity
configure:50916: result: first_use
configure:50918: checking for m4 configure components in framework maffinity
configure:50920: result: libnuma
configure:51034: checking for MCA component maffinity:first_use compile mode
configure:51040: result: dso
configure:51071: checking if MCA component maffinity:first_use can compile
configure:51073: result: yes
configure:51385: checking for MCA component maffinity:libnuma compile mode
configure:51391: result: dso
configure:51608: checking numa.h usability
configure:51620: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:356:18: error: numa.h: No such file or directory
configure:51626: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <numa.h>
configure:51649: result: no
configure:51653: checking numa.h presence
configure:51663: gcc -E -I/home/cluster/include   conftest.c
conftest.c:322:18: error: numa.h: No such file or directory
configure:51669: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <numa.h>
configure:51689: result: no
configure:51724: checking for numa.h
configure:51731: result: no
configure:52538: checking if MCA component maffinity:libnuma can compile
configure:52540: result: no
configure:53207: checking for no configure components in framework memory
configure:53209: result: 
configure:53211: checking for m4 configure components in framework memory
configure:53213: result: darwin, malloc_hooks, ptmalloc2, malloc_interpose
configure:53302: checking for MCA component memory:darwin compile mode
configure:53305: result: static
configure:53346: checking malloc/malloc.h usability
configure:53358: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:356:27: error: malloc/malloc.h: No such file or directory
configure:53364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:53387: result: no
configure:53391: checking malloc/malloc.h presence
configure:53401: gcc -E -I/home/cluster/include   conftest.c
conftest.c:322:27: error: malloc/malloc.h: No such file or directory
configure:53407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:53427: result: no
configure:53462: checking for malloc/malloc.h
configure:53469: result: no
configure:53885: checking if MCA component memory:darwin can compile
configure:53887: result: no
configure:54013: checking for MCA component memory:malloc_hooks compile mode
configure:54016: result: static
configure:54066: checking malloc.h usability
configure:54078: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:54084: $? = 0
configure:54088: test -z 
                         || test ! -s conftest.err
configure:54091: $? = 0
configure:54094: test -s conftest.o
configure:54097: $? = 0
configure:54107: result: yes
configure:54111: checking malloc.h presence
configure:54121: gcc -E -I/home/cluster/include   conftest.c
configure:54127: $? = 0
configure:54147: result: yes
configure:54182: checking for malloc.h
configure:54189: result: yes
configure:54205: checking whether __malloc_initialize_hook is declared
configure:54231: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:54237: $? = 0
configure:54241: test -z 
                         || test ! -s conftest.err
configure:54244: $? = 0
configure:54247: test -s conftest.o
configure:54250: $? = 0
configure:54261: result: yes
configure:54274: checking for malloc_usable_size
configure:54331: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
configure:54337: $? = 0
configure:54341: test -z 
                         || test ! -s conftest.err
configure:54344: $? = 0
configure:54347: test -s conftest
configure:54350: $? = 0
configure:54362: result: yes
configure:54375: checking for dlsym in -ldl
configure:54405: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -ldl  -lm  
-lutil -lnsl -lpthread >&5
configure:54411: $? = 0
configure:54415: test -z 
                         || test ! -s conftest.err
configure:54418: $? = 0
configure:54421: test -s conftest
configure:54424: $? = 0
configure:54437: result: yes
configure:54501: checking if MCA component memory:malloc_hooks can compile
configure:54503: result: yes
configure:54783: checking for MCA component memory:ptmalloc2 compile mode
configure:54786: result: static
configure:55072: checking if MCA component memory:ptmalloc2 can compile
configure:55074: result: no
configure:55200: checking for MCA component memory:malloc_interpose compile mode
configure:55203: result: static
configure:55763: checking if MCA component memory:malloc_interpose can compile
configure:55765: result: no
configure:56432: checking for no configure components in framework paffinity
configure:56434: result: 
configure:56436: checking for m4 configure components in framework paffinity
configure:56438: result: linux, solaris
configure:56560: checking for MCA component paffinity:linux compile mode
configure:56566: result: dso
configure:56577: checking for sched_setaffinity
configure:56634: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
configure:56640: $? = 0
configure:56644: test -z 
                         || test ! -s conftest.err
configure:56647: $? = 0
configure:56650: test -s conftest
configure:56653: $? = 0
configure:56665: result: yes
configure:56681: checking for cpu_set_t
configure:56706: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:56712: $? = 0
configure:56716: test -z 
                         || test ! -s conftest.err
configure:56719: $? = 0
configure:56722: test -s conftest.o
configure:56725: $? = 0
configure:56736: result: yes
configure:56759: checking whether CPU_ZERO is broken
configure:56779: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:56785: $? = 0
configure:56789: test -z 
                         || test ! -s conftest.err
configure:56792: $? = 0
configure:56795: test -s conftest.o
configure:56798: $? = 0
configure:56804: result: no
configure:56818: checking how many parameters sched_setaffinity() takes
configure:56836: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:56842: $? = 0
configure:56846: test -z 
                         || test ! -s conftest.err
configure:56849: $? = 0
configure:56852: test -s conftest.o
configure:56855: $? = 0
configure:56870: result: 3
configure:56908: checking if MCA component paffinity:linux can compile
configure:56910: result: yes
configure:57223: checking for MCA component paffinity:solaris compile mode
configure:57229: result: dso
configure:57239: checking for processor_bind
configure:57296: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccYH9Q9Z.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `processor_bind'
/tmp/ccYH9Q9Z.o:(.data+0x0): undefined reference to `processor_bind'
collect2: ld returned 1 exit status
configure:57302: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = processor_bind;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != processor_bind;
|   ;
|   return 0;
| }
configure:57327: result: no
configure:57519: checking if MCA component paffinity:solaris can compile
configure:57521: result: no
configure:58192: checking for no configure components in framework timer
configure:58194: result: 
configure:58196: checking for m4 configure components in framework timer
configure:58198: result: aix, altix, darwin, solaris, linux
configure:58287: checking for MCA component timer:aix compile mode
configure:58290: result: static
configure:58320: checking for time_base_to_time
configure:58377: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccN78Btq.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `time_base_to_time'
/tmp/ccN78Btq.o:(.data+0x0): undefined reference to `time_base_to_time'
collect2: ld returned 1 exit status
configure:58383: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = time_base_to_time;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != time_base_to_time;
|   ;
|   return 0;
| }
configure:58408: result: no
configure:58957: checking if MCA component timer:aix can compile
configure:58959: result: no
configure:59085: checking for MCA component timer:altix compile mode
configure:59088: result: static
configure:59128: checking sn/mmtimer.h usability
configure:59140: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:360:24: error: sn/mmtimer.h: No such file or directory
configure:59146: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sn/mmtimer.h>
configure:59169: result: no
configure:59173: checking sn/mmtimer.h presence
configure:59183: gcc -E -I/home/cluster/include   conftest.c
conftest.c:326:24: error: sn/mmtimer.h: No such file or directory
configure:59189: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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:59209: result: no
configure:59244: checking for sn/mmtimer.h
configure:59251: result: no
configure:59692: checking if MCA component timer:altix can compile
configure:59694: result: no
configure:59820: checking for MCA component timer:darwin compile mode
configure:59823: result: static
configure:59867: checking mach/mach_time.h usability
configure:59879: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:360:28: error: mach/mach_time.h: No such file or directory
configure:59885: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach_time.h>
configure:59908: result: no
configure:59912: checking mach/mach_time.h presence
configure:59922: gcc -E -I/home/cluster/include   conftest.c
conftest.c:326:28: error: mach/mach_time.h: No such file or directory
configure:59928: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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:59948: result: no
configure:59983: checking for mach/mach_time.h
configure:59990: result: no
configure:60003: checking for mach_absolute_time
configure:60060: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccpnM8M8.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `mach_absolute_time'
/tmp/ccpnM8M8.o:(.data+0x0): undefined reference to `mach_absolute_time'
collect2: ld returned 1 exit status
configure:60066: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = mach_absolute_time;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != mach_absolute_time;
|   ;
|   return 0;
| }
configure:60091: result: no
configure:60301: checking if MCA component timer:darwin can compile
configure:60303: result: no
configure:60429: checking for MCA component timer:solaris compile mode
configure:60432: result: static
configure:60462: checking for gethrtime
configure:60519: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccUKyVVj.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `gethrtime'
/tmp/ccUKyVVj.o:(.data+0x0): undefined reference to `gethrtime'
collect2: ld returned 1 exit status
configure:60525: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = gethrtime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != gethrtime;
|   ;
|   return 0;
| }
configure:60550: result: no
configure:60760: checking if MCA component timer:solaris can compile
configure:60762: result: no
configure:60888: checking for MCA component timer:linux compile mode
configure:60891: result: static
configure:60975: checking if MCA component timer:linux can compile
configure:60977: result: yes
configure:61730: checking for frameworks for orte
configure:61732: result: errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, 
rml, schema, sds, soh
configure:61840: checking for no configure components in framework errmgr
configure:61842: result: 
configure:61844: checking for m4 configure components in framework errmgr
configure:61846: result: 
configure:62476: checking for no configure components in framework gpr
configure:62478: result: null, proxy, replica
configure:62480: checking for m4 configure components in framework gpr
configure:62482: result: 
configure:62596: checking for MCA component gpr:null compile mode
configure:62602: result: dso
configure:62633: checking if MCA component gpr:null can compile
configure:62635: result: yes
configure:62939: checking for MCA component gpr:proxy compile mode
configure:62945: result: dso
configure:62976: checking if MCA component gpr:proxy can compile
configure:62978: result: yes
configure:63282: checking for MCA component gpr:replica compile mode
configure:63288: result: dso
configure:63319: checking if MCA component gpr:replica can compile
configure:63321: result: yes
configure:64141: checking for no configure components in framework iof
configure:64143: result: proxy, svc
configure:64145: checking for m4 configure components in framework iof
configure:64147: result: 
configure:64261: checking for MCA component iof:proxy compile mode
configure:64267: result: dso
configure:64298: checking if MCA component iof:proxy can compile
configure:64300: result: yes
configure:64604: checking for MCA component iof:svc compile mode
configure:64610: result: dso
configure:64641: checking if MCA component iof:svc can compile
configure:64643: result: yes
configure:65463: checking for no configure components in framework ns
configure:65465: result: proxy, replica
configure:65467: checking for m4 configure components in framework ns
configure:65469: result: 
configure:65583: checking for MCA component ns:proxy compile mode
configure:65589: result: dso
configure:65620: checking if MCA component ns:proxy can compile
configure:65622: result: yes
configure:65926: checking for MCA component ns:replica compile mode
configure:65932: result: dso
configure:65963: checking if MCA component ns:replica can compile
configure:65965: result: yes
configure:66785: checking for no configure components in framework oob
configure:66787: result: 
configure:66789: checking for m4 configure components in framework oob
configure:66791: result: tcp
configure:66913: checking for MCA component oob:tcp compile mode
configure:66919: result: dso
configure:66929: checking for struct sockaddr_in
configure:66987: result: yes
configure:67030: checking if MCA component oob:tcp can compile
configure:67032: result: yes
configure:67853: checking for no configure components in framework pls
configure:67855: result: proxy
configure:67857: checking for m4 configure components in framework pls
configure:67859: result: bproc, bproc_orted, fork, poe, rsh, slurm, tm, xgrid
configure:67973: checking for MCA component pls:proxy compile mode
configure:67979: result: dso
configure:68010: checking if MCA component pls:proxy can compile
configure:68012: result: yes
configure:68324: checking for MCA component pls:bproc compile mode
configure:68330: result: dso
configure:68374: checking sys/bproc.h usability
configure:68386: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:361:23: error: sys/bproc.h: No such file or directory
configure:68392: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bproc.h>
configure:68415: result: no
configure:68419: checking sys/bproc.h presence
configure:68429: gcc -E -I/home/cluster/include   conftest.c
conftest.c:327:23: error: sys/bproc.h: No such file or directory
configure:68435: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <sys/bproc.h>
configure:68455: result: no
configure:68490: checking for sys/bproc.h
configure:68497: result: no
configure:68892: checking if MCA component pls:bproc can compile
configure:68894: result: no
configure:69053: checking for MCA component pls:bproc_orted compile mode
configure:69059: result: dso
configure:69094: checking for sys/bproc.h
configure:69099: result: no
configure:69613: checking if MCA component pls:bproc_orted can compile
configure:69615: result: no
configure:69774: checking for MCA component pls:fork compile mode
configure:69780: result: dso
configure:69789: checking for fork
configure:69877: result: yes
configure:69915: checking if MCA component pls:fork can compile
configure:69917: result: yes
configure:70230: checking for MCA component pls:poe compile mode
configure:70236: result: dso
configure:70248: checking if on AIX
configure:70258: result: no
configure:70450: checking if MCA component pls:poe can compile
configure:70452: result: no
configure:70611: checking for MCA component pls:rsh compile mode
configure:70617: result: dso
configure:70626: checking for fork
configure:70714: result: yes
configure:70752: checking if MCA component pls:rsh can compile
configure:70754: result: yes
configure:71067: checking for MCA component pls:slurm compile mode
configure:71073: result: dso
configure:71097: checking for fork
configure:71185: result: yes
configure:71197: checking for execve
configure:71285: result: yes
configure:71297: checking for setpgid
configure:71354: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
configure:71360: $? = 0
configure:71364: test -z 
                         || test ! -s conftest.err
configure:71367: $? = 0
configure:71370: test -s conftest
configure:71373: $? = 0
configure:71385: result: yes
configure:71449: checking if MCA component pls:slurm can compile
configure:71451: result: yes
configure:71764: checking for MCA component pls:tm compile mode
configure:71770: result: dso
configure:71994: checking tm.h usability
configure:72006: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:361:16: error: tm.h: No such file or directory
configure:72012: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:72035: result: no
configure:72039: checking tm.h presence
configure:72049: gcc -E -I/home/cluster/include   conftest.c
conftest.c:327:16: error: tm.h: No such file or directory
configure:72055: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:72075: result: no
configure:72110: checking for tm.h
configure:72117: result: no
configure:72929: checking if MCA component pls:tm can compile
configure:72931: result: no
configure:73090: checking for MCA component pls:xgrid compile mode
configure:73096: result: dso
configure:73115: checking for XGridFoundation Framework
configure:73154: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread -framework 
XGridFoundation -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
gcc: XGridFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:73160: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| ;
|   ;
|   return 0;
| }
configure:73199: result: no
configure:73418: checking if MCA component pls:xgrid can compile
configure:73420: result: no
configure:74087: checking for no configure components in framework ras
configure:74089: result: dash_host, hostfile, localhost
configure:74091: checking for m4 configure components in framework ras
configure:74093: result: bjs, lsf_bproc, slurm, tm, xgrid
configure:74207: checking for MCA component ras:dash_host compile mode
configure:74213: result: dso
configure:74244: checking if MCA component ras:dash_host can compile
configure:74246: result: yes
configure:74550: checking for MCA component ras:hostfile compile mode
configure:74556: result: dso
configure:74587: checking if MCA component ras:hostfile can compile
configure:74589: result: yes
configure:74893: checking for MCA component ras:localhost compile mode
configure:74899: result: dso
configure:74930: checking if MCA component ras:localhost can compile
configure:74932: result: yes
configure:75244: checking for MCA component ras:bjs compile mode
configure:75250: result: dso
configure:75285: checking for sys/bproc.h
configure:75290: result: no
configure:75804: checking if MCA component ras:bjs can compile
configure:75806: result: no
configure:75965: checking for MCA component ras:lsf_bproc compile mode
configure:75971: result: dso
configure:76006: checking for sys/bproc.h
configure:76011: result: no
configure:76525: checking if MCA component ras:lsf_bproc can compile
configure:76527: result: no
configure:76686: checking for MCA component ras:slurm compile mode
configure:76692: result: dso
configure:76716: checking for fork
configure:76804: result: yes
configure:76816: checking for execve
configure:76904: result: yes
configure:76916: checking for setpgid
configure:77004: result: yes
configure:77068: checking if MCA component ras:slurm can compile
configure:77070: result: yes
configure:77383: checking for MCA component ras:tm compile mode
configure:77389: result: dso
configure:77613: checking tm.h usability
configure:77625: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:361:16: error: tm.h: No such file or directory
configure:77631: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:77654: result: no
configure:77658: checking tm.h presence
configure:77668: gcc -E -I/home/cluster/include   conftest.c
conftest.c:327:16: error: tm.h: No such file or directory
configure:77674: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:77694: result: no
configure:77729: checking for tm.h
configure:77736: result: no
configure:78548: checking if MCA component ras:tm can compile
configure:78550: result: no
configure:78709: checking for MCA component ras:xgrid compile mode
configure:78715: result: dso
configure:78734: checking for XGridFoundation Framework
configure:78818: result: no
configure:79032: checking if MCA component ras:xgrid can compile
configure:79034: result: no
configure:79701: checking for no configure components in framework rds
configure:79703: result: hostfile, resfile
configure:79705: checking for m4 configure components in framework rds
configure:79707: result: 
configure:79821: checking for MCA component rds:hostfile compile mode
configure:79827: result: dso
configure:79858: checking if MCA component rds:hostfile can compile
configure:79860: result: yes
configure:80164: checking for MCA component rds:resfile compile mode
configure:80170: result: dso
configure:80201: checking if MCA component rds:resfile can compile
configure:80203: result: yes
configure:81023: checking for no configure components in framework rmaps
configure:81025: result: round_robin
configure:81027: checking for m4 configure components in framework rmaps
configure:81029: result: 
configure:81143: checking for MCA component rmaps:round_robin compile mode
configure:81149: result: dso
configure:81180: checking if MCA component rmaps:round_robin can compile
configure:81182: result: yes
configure:82002: checking for no configure components in framework rmgr
configure:82004: result: proxy, urm
configure:82006: checking for m4 configure components in framework rmgr
configure:82008: result: 
configure:82122: checking for MCA component rmgr:proxy compile mode
configure:82128: result: dso
configure:82159: checking if MCA component rmgr:proxy can compile
configure:82161: result: yes
configure:82465: checking for MCA component rmgr:urm compile mode
configure:82471: result: dso
configure:82502: checking if MCA component rmgr:urm can compile
configure:82504: result: yes
configure:83324: checking for no configure components in framework rml
configure:83326: result: oob
configure:83328: checking for m4 configure components in framework rml
configure:83330: result: cnos
configure:83444: checking for MCA component rml:oob compile mode
configure:83450: result: dso
configure:83481: checking if MCA component rml:oob can compile
configure:83483: result: yes
configure:83795: checking for MCA component rml:cnos compile mode
configure:83801: result: dso
configure:83817: checking for cnos_barrier
configure:83874: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccNkDfmf.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `cnos_barrier'
/tmp/ccNkDfmf.o:(.data+0x0): undefined reference to `cnos_barrier'
collect2: ld returned 1 exit status
configure:83880: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = cnos_barrier;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != cnos_barrier;
|   ;
|   return 0;
| }
configure:83905: result: no
configure:84112: checking if MCA component rml:cnos can compile
configure:84114: result: no
configure:84781: checking for no configure components in framework schema
configure:84783: result: 
configure:84785: checking for m4 configure components in framework schema
configure:84787: result: 
configure:85417: checking for no configure components in framework sds
configure:85419: result: env, seed, singleton, slurm
configure:85421: checking for m4 configure components in framework sds
configure:85423: result: bproc, cnos, pipe, portals_utcp
configure:85537: checking for MCA component sds:env compile mode
configure:85543: result: dso
configure:85574: checking if MCA component sds:env can compile
configure:85576: result: yes
configure:85880: checking for MCA component sds:seed compile mode
configure:85886: result: dso
configure:85917: checking if MCA component sds:seed can compile
configure:85919: result: yes
configure:86223: checking for MCA component sds:singleton compile mode
configure:86229: result: dso
configure:86260: checking if MCA component sds:singleton can compile
configure:86262: result: yes
configure:86566: checking for MCA component sds:slurm compile mode
configure:86572: result: dso
configure:86603: checking if MCA component sds:slurm can compile
configure:86605: result: yes
configure:86917: checking for MCA component sds:bproc compile mode
configure:86923: result: dso
configure:86958: checking for sys/bproc.h
configure:86963: result: no
configure:87475: checking if MCA component sds:bproc can compile
configure:87477: result: no
configure:87636: checking for MCA component sds:cnos compile mode
configure:87642: result: dso
configure:87652: checking for cnos_get_rank
configure:87709: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/cck8TfJI.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `cnos_get_rank'
/tmp/cck8TfJI.o:(.data+0x0): undefined reference to `cnos_get_rank'
collect2: ld returned 1 exit status
configure:87715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = cnos_get_rank;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != cnos_get_rank;
|   ;
|   return 0;
| }
configure:87740: result: no
configure:87932: checking if MCA component sds:cnos can compile
configure:87934: result: no
configure:88093: checking for MCA component sds:pipe compile mode
configure:88099: result: dso
configure:88109: checking for pipe
configure:88197: result: yes
configure:88235: checking if MCA component sds:pipe can compile
configure:88237: result: yes
configure:88550: checking for MCA component sds:portals_utcp compile mode
configure:88556: result: dso
configure:88611: checking for PtlGetRank
configure:88639: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread -lutcpapi -lutcplib -lp3api -lp3lib -lp3rt >&5
conftest.c:328:22: error: portals3.h: No such file or directory
conftest.c:330:24: error: p3nal_utcp.h: No such file or directory
conftest.c:331:23: error: p3rt/p3rt.h: No such file or directory
conftest.c:332:25: error: p3api/debug.h: No such file or directory
conftest.c: In function 'main':
conftest.c:341: error: 'PTL_IFACE_DEFAULT' undeclared (first use in this 
function)
conftest.c:341: error: (Each undeclared identifier is reported only once
conftest.c:341: error: for each function it appears in.)
conftest.c:341: error: 'PTL_PID_ANY' undeclared (first use in this function)
configure:88645: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 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(&rank, &nprocs);
|   ;
|   return 0;
| }
configure:88667: result: no
configure:88867: checking if MCA component sds:portals_utcp can compile
configure:88869: result: no
configure:89536: checking for no configure components in framework soh
configure:89538: result: 
configure:89540: checking for m4 configure components in framework soh
configure:89542: result: bproc
configure:89664: checking for MCA component soh:bproc compile mode
configure:89670: result: dso
configure:89705: checking for sys/bproc.h
configure:89710: result: no
configure:90279: checking if MCA component soh:bproc can compile
configure:90281: result: no
configure:90871: checking for frameworks for ompi
configure:90873: result: allocator, bml, btl, coll, common, io, mpool, pml, 
ptl, rcache, topo
configure:90981: checking for no configure components in framework allocator
configure:90983: result: basic, bucket
configure:90985: checking for m4 configure components in framework allocator
configure:90987: result: 
configure:91101: checking for MCA component allocator:basic compile mode
configure:91107: result: dso
configure:91138: checking if MCA component allocator:basic can compile
configure:91140: result: yes
configure:91444: checking for MCA component allocator:bucket compile mode
configure:91450: result: dso
configure:91481: checking if MCA component allocator:bucket can compile
configure:91483: result: yes
configure:92303: checking for no configure components in framework bml
configure:92305: result: r2
configure:92307: checking for m4 configure components in framework bml
configure:92309: result: 
configure:92423: checking for MCA component bml:r2 compile mode
configure:92429: result: dso
configure:92460: checking if MCA component bml:r2 can compile
configure:92462: result: yes
configure:93282: checking for no configure components in framework btl
configure:93284: result: self, sm
configure:93286: checking for m4 configure components in framework btl
configure:93288: result: gm, mvapi, mx, openib, portals, tcp
configure:93402: checking for MCA component btl:self compile mode
configure:93408: result: dso
configure:93439: checking if MCA component btl:self can compile
configure:93441: result: yes
configure:93745: checking for MCA component btl:sm compile mode
configure:93751: result: dso
configure:93782: checking if MCA component btl:sm can compile
configure:93784: result: yes
configure:94096: checking for MCA component btl:gm compile mode
configure:94102: result: dso
configure:94328: checking gm.h usability
configure:94340: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:362:16: error: gm.h: No such file or directory
configure:94346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm.h>
configure:94369: result: no
configure:94373: checking gm.h presence
configure:94383: gcc -E -I/home/cluster/include   conftest.c
conftest.c:328:16: error: gm.h: No such file or directory
configure:94389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <gm.h>
configure:94409: result: no
configure:94444: checking for gm.h
configure:94451: result: no
configure:95596: checking if MCA component btl:gm can compile
configure:95598: result: no
configure:95757: checking for MCA component btl:mvapi compile mode
configure:95763: result: dso
configure:96008: checking vapi.h usability
configure:96020: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:362:18: error: vapi.h: No such file or directory
configure:96026: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:96049: result: no
configure:96053: checking vapi.h presence
configure:96063: gcc -E -I/home/cluster/include   conftest.c
conftest.c:328:18: error: vapi.h: No such file or directory
configure:96069: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <vapi.h>
configure:96089: result: no
configure:96124: checking for vapi.h
configure:96131: result: no
configure:96923: checking vapi.h usability
configure:96935: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:362:18: error: vapi.h: No such file or directory
configure:96941: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:96964: result: no
configure:96968: checking vapi.h presence
configure:96978: gcc -E -I/home/cluster/include   conftest.c
conftest.c:328:18: error: vapi.h: No such file or directory
configure:96984: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <vapi.h>
configure:97004: result: no
configure:97039: checking for vapi.h
configure:97046: result: no
configure:97878: checking if MCA component btl:mvapi can compile
configure:97880: result: no
configure:98039: checking for MCA component btl:mx compile mode
configure:98045: result: dso
configure:98275: checking myriexpress.h usability
configure:98287: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:362:25: error: myriexpress.h: No such file or directory
configure:98293: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:98316: result: no
configure:98320: checking myriexpress.h presence
configure:98330: gcc -E -I/home/cluster/include   conftest.c
conftest.c:328:25: error: myriexpress.h: No such file or directory
configure:98336: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:98356: result: no
configure:98391: checking for myriexpress.h
configure:98398: result: no
configure:99297: checking if MCA component btl:mx can compile
configure:99299: result: no
configure:99458: checking for MCA component btl:openib compile mode
configure:99464: result: dso
configure:99507: checking for sysfs_open_class in -lsysfs
configure:99537: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lsysfs  -lm  
-lutil -lnsl -lpthread >&5
/usr/bin/ld: cannot find -lsysfs
collect2: ld returned 1 exit status
configure:99543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sysfs_open_class ();
| int
| main ()
| {
| sysfs_open_class ();
|   ;
|   return 0;
| }
configure:99569: result: no
configure:99621: checking for cm_timeout in -lcm
configure:99651: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   -L/lib conftest.c -lcm  
-lm  -lutil -lnsl -lpthread >&5
/usr/bin/ld: cannot find -lcm
collect2: ld returned 1 exit status
configure:99657: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char cm_timeout ();
| int
| main ()
| {
| cm_timeout ();
|   ;
|   return 0;
| }
configure:99683: result: no
configure:99884: checking infiniband/verbs.h usability
configure:99896: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:362:30: error: infiniband/verbs.h: No such file or directory
configure:99902: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <infiniband/verbs.h>
configure:99925: result: no
configure:99929: checking infiniband/verbs.h presence
configure:99939: gcc -E -I/home/cluster/include   conftest.c
conftest.c:328:30: error: infiniband/verbs.h: No such file or directory
configure:99945: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| #include <infiniband/verbs.h>
configure:99965: result: no
configure:100000: checking for infiniband/verbs.h
configure:100007: result: no
configure:100728: checking for ibv_create_srq
configure:100785: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include    -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   -L/lib  conftest.c -lm  
-lutil -lnsl -lpthread  >&5
/tmp/ccdX4yED.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `ibv_create_srq'
/tmp/ccdX4yED.o:(.data+0x0): undefined reference to `ibv_create_srq'
collect2: ld returned 1 exit status
configure:100791: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| /* end confdefs.h.  */
| /* Define ibv_create_srq to an innocuous variant, in case <limits.h> declares 
ibv_create_srq.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ibv_create_srq innocuous_ibv_create_srq
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ibv_create_srq (); 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 ibv_create_srq
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ibv_create_srq ();
| /* 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_ibv_create_srq) || defined (__stub___ibv_create_srq)
| choke me
| #else
| char (*f) () = ibv_create_srq;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != ibv_create_srq;
|   ;
|   return 0;
| }
configure:100816: result: no
configure:101057: checking if MCA component btl:openib can compile
configure:101059: result: no
configure:101218: checking for MCA component btl:portals compile mode
configure:101224: result: dso
configure:101277: checking for Portals configuration
configure:101290: result: utcp
configure:101369: checking portals3.h usability
configure:101381: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:367:22: error: portals3.h: No such file or directory
configure:101387: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <portals3.h>
configure:101410: result: no
configure:101414: checking portals3.h presence
configure:101424: gcc -E -I/home/cluster/include   conftest.c
conftest.c:333:22: error: portals3.h: No such file or directory
configure:101430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| /* end confdefs.h.  */
| #include <portals3.h>
configure:101450: result: no
configure:101485: checking for portals3.h
configure:101492: result: no
configure:102101: checking if MCA component btl:portals can compile
configure:102103: result: no
configure:102262: checking for MCA component btl:tcp compile mode
configure:102268: result: dso
configure:102278: checking for struct sockaddr_in
configure:102336: result: yes
configure:102379: checking if MCA component btl:tcp can compile
configure:102381: result: yes
configure:103202: checking for no configure components in framework coll
configure:103204: result: basic, self, sm
configure:103206: checking for m4 configure components in framework coll
configure:103208: result: 
configure:103322: checking for MCA component coll:basic compile mode
configure:103328: result: dso
configure:103359: checking if MCA component coll:basic can compile
configure:103361: result: yes
configure:103665: checking for MCA component coll:self compile mode
configure:103671: result: dso
configure:103702: checking if MCA component coll:self can compile
configure:103704: result: yes
configure:104008: checking for MCA component coll:sm compile mode
configure:104014: result: dso
configure:104045: checking if MCA component coll:sm can compile
configure:104047: result: yes
configure:104867: checking for no configure components in framework common
configure:104869: result: sm
configure:104871: checking for m4 configure components in framework common
configure:104873: result: 
configure:104987: checking for MCA component common:sm compile mode
configure:104993: result: dso
configure:105024: checking if MCA component common:sm can compile
configure:105026: result: yes
configure:105846: checking for no configure components in framework io
configure:105848: result: 
configure:105850: checking for m4 configure components in framework io
configure:105852: result: romio
configure:105974: checking for MCA component io:romio compile mode
configure:105980: result: dso
configure:106000: checking if want ROMIO component
configure:106007: result: yes
configure:106009: checking if MPI profiling is enabled
configure:106018: result: yes
configure:106078: OMPI configuring in ompi/mca/io/romio/romio
configure:106167: running /bin/sh './configure' CFLAGS="-DNDEBUG -DpgiFortran 
-O2 -march=athlon-mp -pipe -fomit-frame-pointer -fno-strict-aliasing -pthread" 
CPPFLAGS="-I/home/cluster/include  " FFLAGS="-fast -tp athlonxp -pc 64 
-Mvect=cachesize:524288 -Munroll -Mnoframe " LDFLAGS="" --enable-shared 
--disable-static  --prefix=/home/cluster/openmpi --with-mpi=open_mpi 
--cache-file=/dev/null --srcdir=.
configure:106173: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
configure:106249: checking if MCA component io:romio can compile
configure:106251: result: yes
configure:107072: checking for no configure components in framework mpool
configure:107074: result: sm
configure:107076: checking for m4 configure components in framework mpool
configure:107078: result: gm, mvapi, openib
configure:107192: checking for MCA component mpool:sm compile mode
configure:107198: result: dso
configure:107229: checking if MCA component mpool:sm can compile
configure:107231: result: yes
configure:107543: checking for MCA component mpool:gm compile mode
configure:107549: result: dso
configure:107775: checking gm.h usability
configure:107787: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:368:16: error: gm.h: No such file or directory
configure:107793: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm.h>
configure:107816: result: no
configure:107820: checking gm.h presence
configure:107830: gcc -E -I/home/cluster/include   conftest.c
conftest.c:334:16: error: gm.h: No such file or directory
configure:107836: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <gm.h>
configure:107856: result: no
configure:107891: checking for gm.h
configure:107898: result: no
configure:109043: checking if MCA component mpool:gm can compile
configure:109045: result: no
configure:109204: checking for MCA component mpool:mvapi compile mode
configure:109210: result: dso
configure:109455: checking vapi.h usability
configure:109467: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:368:18: error: vapi.h: No such file or directory
configure:109473: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:109496: result: no
configure:109500: checking vapi.h presence
configure:109510: gcc -E -I/home/cluster/include   conftest.c
conftest.c:334:18: error: vapi.h: No such file or directory
configure:109516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <vapi.h>
configure:109536: result: no
configure:109571: checking for vapi.h
configure:109578: result: no
configure:110370: checking vapi.h usability
configure:110382: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:368:18: error: vapi.h: No such file or directory
configure:110388: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vapi.h>
configure:110411: result: no
configure:110415: checking vapi.h presence
configure:110425: gcc -E -I/home/cluster/include   conftest.c
conftest.c:334:18: error: vapi.h: No such file or directory
configure:110431: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <vapi.h>
configure:110451: result: no
configure:110486: checking for vapi.h
configure:110493: result: no
configure:111325: checking if MCA component mpool:mvapi can compile
configure:111327: result: no
configure:111486: checking for MCA component mpool:openib compile mode
configure:111492: result: dso
configure:111535: checking for sysfs_open_class in -lsysfs
configure:111597: result: no
configure:111649: checking for cm_timeout in -lcm
configure:111711: result: no
configure:111912: checking infiniband/verbs.h usability
configure:111924: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:368:30: error: infiniband/verbs.h: No such file or directory
configure:111930: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <infiniband/verbs.h>
configure:111953: result: no
configure:111957: checking infiniband/verbs.h presence
configure:111967: gcc -E -I/home/cluster/include   conftest.c
conftest.c:334:30: error: infiniband/verbs.h: No such file or directory
configure:111973: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <infiniband/verbs.h>
configure:111993: result: no
configure:112028: checking for infiniband/verbs.h
configure:112035: result: no
configure:112756: checking for ibv_create_srq
configure:112844: result: no
configure:113084: checking if MCA component mpool:openib can compile
configure:113086: result: no
configure:113753: checking for no configure components in framework pml
configure:113755: result: ob1, teg
configure:113757: checking for m4 configure components in framework pml
configure:113759: result: 
configure:113873: checking for MCA component pml:ob1 compile mode
configure:113879: result: dso
configure:113910: checking if MCA component pml:ob1 can compile
configure:113912: result: yes
configure:114216: checking for MCA component pml:teg compile mode
configure:114222: result: dso
configure:114253: checking if MCA component pml:teg can compile
configure:114255: result: yes
configure:115075: checking for no configure components in framework ptl
configure:115077: result: self, sm
configure:115079: checking for m4 configure components in framework ptl
configure:115081: result: gm, mx, tcp
configure:115195: checking for MCA component ptl:self compile mode
configure:115201: result: dso
configure:115232: checking if MCA component ptl:self can compile
configure:115234: result: yes
configure:115538: checking for MCA component ptl:sm compile mode
configure:115544: result: dso
configure:115575: checking if MCA component ptl:sm can compile
configure:115577: result: yes
configure:115889: checking for MCA component ptl:gm compile mode
configure:115895: result: dso
configure:116121: checking gm.h usability
configure:116133: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:369:16: error: gm.h: No such file or directory
configure:116139: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm.h>
configure:116162: result: no
configure:116166: checking gm.h presence
configure:116176: gcc -E -I/home/cluster/include   conftest.c
conftest.c:335:16: error: gm.h: No such file or directory
configure:116182: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| /* end confdefs.h.  */
| #include <gm.h>
configure:116202: result: no
configure:116237: checking for gm.h
configure:116244: result: no
configure:117395: checking if MCA component ptl:gm can compile
configure:117397: result: no
configure:117556: checking for MCA component ptl:mx compile mode
configure:117562: result: dso
configure:117792: checking myriexpress.h usability
configure:117804: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
conftest.c:370:25: error: myriexpress.h: No such file or directory
configure:117810: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:117833: result: no
configure:117837: checking myriexpress.h presence
configure:117847: gcc -E -I/home/cluster/include   conftest.c
conftest.c:336:25: error: myriexpress.h: No such file or directory
configure:117853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:117873: result: no
configure:117908: checking for myriexpress.h
configure:117915: result: no
configure:118885: checking if MCA component ptl:mx can compile
configure:118887: result: no
configure:119046: checking for MCA component ptl:tcp compile mode
configure:119052: result: dso
configure:119062: checking for struct sockaddr_in
configure:119120: result: yes
configure:119163: checking if MCA component ptl:tcp can compile
configure:119165: result: yes
configure:119986: checking for no configure components in framework rcache
configure:119988: result: rb
configure:119990: checking for m4 configure components in framework rcache
configure:119992: result: 
configure:120106: checking for MCA component rcache:rb compile mode
configure:120112: result: dso
configure:120143: checking if MCA component rcache:rb can compile
configure:120145: result: yes
configure:120965: checking for no configure components in framework topo
configure:120967: result: unity
configure:120969: checking for m4 configure components in framework topo
configure:120971: result: 
configure:121085: checking for MCA component topo:unity compile mode
configure:121091: result: dso
configure:121122: checking if MCA component topo:unity can compile
configure:121124: result: yes
configure:122324: checking for ANSI C header files
configure:122480: result: yes
configure:122503: checking for inttypes.h
configure:122508: result: yes
configure:122503: checking for stdint.h
configure:122508: result: yes
configure:122503: checking for poll.h
configure:122508: result: yes
configure:122512: checking signal.h usability
configure:122524: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:122530: $? = 0
configure:122534: test -z 
                         || test ! -s conftest.err
configure:122537: $? = 0
configure:122540: test -s conftest.o
configure:122543: $? = 0
configure:122553: result: yes
configure:122557: checking signal.h presence
configure:122567: gcc -E -I/home/cluster/include   conftest.c
configure:122573: $? = 0
configure:122593: result: yes
configure:122628: checking for signal.h
configure:122635: result: yes
configure:122503: checking for unistd.h
configure:122508: result: yes
configure:122512: checking sys/epoll.h usability
configure:122524: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:122530: $? = 0
configure:122534: test -z 
                         || test ! -s conftest.err
configure:122537: $? = 0
configure:122540: test -s conftest.o
configure:122543: $? = 0
configure:122553: result: yes
configure:122557: checking sys/epoll.h presence
configure:122567: gcc -E -I/home/cluster/include   conftest.c
configure:122573: $? = 0
configure:122593: result: yes
configure:122628: checking for sys/epoll.h
configure:122635: result: yes
configure:122503: checking for sys/time.h
configure:122508: result: yes
configure:122503: checking for sys/queue.h
configure:122508: result: yes
configure:122512: checking sys/event.h usability
configure:122524: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
conftest.c:382:23: error: sys/event.h: No such file or directory
configure:122530: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:122553: result: no
configure:122557: checking sys/event.h presence
configure:122567: gcc -E -I/home/cluster/include   conftest.c
conftest.c:348:23: error: sys/event.h: No such file or directory
configure:122573: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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:122593: result: no
configure:122628: checking for sys/event.h
configure:122635: result: no
configure:122649: checking for TAILQ_FOREACH in sys/queue.h
configure:122674: result: no
configure:122683: checking for timeradd in sys/time.h
configure:122705: result: yes
configure:122716: checking whether time.h and sys/time.h may both be included
configure:122741: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:122747: $? = 0
configure:122751: test -z 
                         || test ! -s conftest.err
configure:122754: $? = 0
configure:122757: test -s conftest.o
configure:122760: $? = 0
configure:122771: result: yes
configure:122786: checking for gettimeofday
configure:122843: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:122849: $? = 0
configure:122853: test -z 
                         || test ! -s conftest.err
configure:122856: $? = 0
configure:122859: test -s conftest
configure:122862: $? = 0
configure:122874: result: yes
configure:122891: checking for select
configure:122948: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:122954: $? = 0
configure:122958: test -z 
                         || test ! -s conftest.err
configure:122961: $? = 0
configure:122964: test -s conftest
configure:122967: $? = 0
configure:122979: result: yes
configure:123001: checking for poll
configure:123058: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:123064: $? = 0
configure:123068: test -z 
                         || test ! -s conftest.err
configure:123071: $? = 0
configure:123074: test -s conftest
configure:123077: $? = 0
configure:123089: result: yes
configure:123338: checking for epoll_ctl
configure:123395: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:123401: $? = 0
configure:123405: test -z 
                         || test ! -s conftest.err
configure:123408: $? = 0
configure:123411: test -s conftest
configure:123414: $? = 0
configure:123426: result: yes
configure:123448: checking for epoll_ctl on broken Linux distros
configure:123479: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:123482: $? = 0
configure:123484: ./conftest
configure:123487: $? = 0
configure:123503: result: no
configure:123718: checking for epoll system call
configure:123753: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
conftest.c: In function 'main':
conftest.c:374: warning: incompatible implicit declaration of built-in function 
'exit'
configure:123756: $? = 0
configure:123758: ./conftest
configure:123761: $? = 0
configure:123763: result: yes
configure:123796: checking for err
configure:123853: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer  -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil -lnsl -lpthread >&5
configure:123859: $? = 0
configure:123863: test -z 
                         || test ! -s conftest.err
configure:123866: $? = 0
configure:123869: test -s conftest
configure:123872: $? = 0
configure:123884: result: yes
configure:123893: checking for pid_t
configure:123947: result: yes
configure:123959: checking for size_t
configure:124013: result: yes
configure:124025: checking for u_int64_t
configure:124049: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:124055: $? = 0
configure:124059: test -z 
                         || test ! -s conftest.err
configure:124062: $? = 0
configure:124065: test -s conftest.o
configure:124068: $? = 0
configure:124079: result: yes
configure:124091: checking for u_int32_t
configure:124115: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:124121: $? = 0
configure:124125: test -z 
                         || test ! -s conftest.err
configure:124128: $? = 0
configure:124131: test -s conftest.o
configure:124134: $? = 0
configure:124145: result: yes
configure:124157: checking for u_int16_t
configure:124181: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:124187: $? = 0
configure:124191: test -z 
                         || test ! -s conftest.err
configure:124194: $? = 0
configure:124197: test -s conftest.o
configure:124200: $? = 0
configure:124211: result: yes
configure:124223: checking for u_int8_t
configure:124247: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:124253: $? = 0
configure:124257: test -z 
                         || test ! -s conftest.err
configure:124260: $? = 0
configure:124263: test -s conftest.o
configure:124266: $? = 0
configure:124277: result: yes
configure:124290: checking for socklen_t
configure:124311: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  -I/home/cluster/include   conftest.c >&5
configure:124317: $? = 0
configure:124321: test -z 
                         || test ! -s conftest.err
configure:124324: $? = 0
configure:124327: test -s conftest.o
configure:124330: $? = 0
configure:124332: result: yes
configure:124412: checking for a sed that does not truncate output
configure:124466: result: /bin/sed
configure:124480: checking for ld used by gcc
configure:124547: result: /usr/bin/ld
configure:124556: checking if the linker (/usr/bin/ld) is GNU ld
configure:124571: result: yes
configure:124576: checking for /usr/bin/ld option to reload object files
configure:124583: result: -r
configure:124601: checking how to recognise dependent libraries
configure:124773: result: pass_all
configure:124986: checking for dlfcn.h
configure:124991: result: yes
configure:125141: checking how to run the C++ preprocessor
configure:125255: result: g++ -E
configure:125279: g++ -E -I/home/cluster/include   conftest.cc
configure:125285: $? = 0
configure:125317: g++ -E -I/home/cluster/include   conftest.cc
conftest.cc:357:28: error: ac_nonexistent.h: No such file or directory
configure:125323: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 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:125372: checking the maximum length of command line arguments
configure:125464: result: 32768
configure:125475: checking command to parse /usr/bin/nm -B output from gcc 
object
configure:125571: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include   
conftest.cc >&5
configure:125574: $? = 0
configure:125578: /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:125581: $? = 0
configure:125633: g++ -o conftest -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include   
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   conftest.cc conftstm.o >&5
configure:125636: $? = 0
configure:125674: result: ok
configure:125678: checking for objdir
configure:125693: result: .libs
configure:125783: checking for ar
configure:125799: found /usr/bin/ar
configure:125810: result: ar
configure:125863: checking for ranlib
configure:125879: found /usr/bin/ranlib
configure:125890: result: ranlib
configure:125943: checking for strip
configure:125959: found /usr/bin/strip
configure:125970: result: strip
configure:126257: checking if gcc static flag  works
configure:126285: result: yes
configure:126303: checking if gcc supports -fno-rtti -fno-exceptions
configure:126321: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
-fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:126325: $? = 0
configure:126338: result: no
configure:126353: checking for gcc option to produce PIC
configure:126557: result: -fPIC
configure:126565: checking if gcc PIC flag -fPIC works
configure:126583: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
-fPIC -DPIC conftest.c >&5
configure:126587: $? = 0
configure:126600: result: yes
configure:126624: checking if gcc supports -c -o file.o
configure:126645: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   -o 
out/conftest2.o conftest.c >&5
configure:126649: $? = 0
configure:126671: result: yes
configure:126697: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:127593: result: yes
configure:127619: checking whether -lc should be explicitly linked in
configure:127624: gcc -c -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread -I/home/cluster/include   
conftest.c >&5
configure:127627: $? = 0
configure:127641: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:127644: $? = 0
configure:127656: result: no
configure:127664: checking dynamic linker characteristics
configure:128210: result: GNU/Linux ld.so
configure:128214: checking how to hardcode library paths into programs
configure:128239: result: immediate
configure:128253: checking whether stripping libraries is possible
configure:128258: result: yes
configure:128384: checking for shl_load
configure:128441: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/ccYOv4II.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `shl_load'
/tmp/ccYOv4II.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:128447: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 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.  */
| /* 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:128472: result: no
configure:128477: checking for shl_load in -ldld
configure:128507: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -ldld  -lm  
-lutil -lnsl -lpthread >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:128513: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 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.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:128539: result: no
configure:128544: checking for dlopen
configure:128601: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -lm  -lutil 
-lnsl -lpthread >&5
/tmp/cckJVaD1.o: In function `main':conftest.c:(.text+0x14): undefined 
reference to `dlopen'
/tmp/cckJVaD1.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:128607: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.2a1"
| #define PACKAGE_STRING "Open MPI 1.0.2a1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION "a1"
| #define OMPI_VERSION "2"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_VERSION "2"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_VERSION "2"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "i686-pc-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_MPI2_ONE_SIDED 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
| #define OPAL_ENABLE_TRACE 0
| #define OMPI_CC "gcc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 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 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
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| #define restrict __restrict
| #define OMPI_ENABLE_MPI_PROFILING 1
| #define OMPI_HAVE_WEAK_SYMBOLS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define OMPI_CXX "g++"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 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_WANT_SMP_LOCKS 1
| #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"
| #define OMPI_ASSEMBLY_ARCH OMPI_IA32
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "pgf77"
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #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 4
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 8
| #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 8
| #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 16
| #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 "pgf90"
| #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_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 0
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 0
| #define OMPI_SIZEOF_F90_INT1 1
| #define OMPI_SIZEOF_F90_INT2 2
| #define OMPI_SIZEOF_F90_INT4 4
| #define OMPI_SIZEOF_F90_INT8 8
| #define OMPI_SIZEOF_F90_INT16 0
| #define OMPI_SIZEOF_F90_REAL4 4
| #define OMPI_SIZEOF_F90_REAL8 8
| #define OMPI_SIZEOF_F90_REAL16 0
| #define OMPI_SIZEOF_F90_COMPLEX8 8
| #define OMPI_SIZEOF_F90_COMPLEX16 16
| #define OMPI_SIZEOF_F90_COMPLEX32 0
| #define OMPI_ALIGNMENT_F90_LOGICAL 4
| #define OMPI_ALIGNMENT_F90_INT 4
| #define OMPI_ALIGNMENT_F90_REAL 4
| #define OMPI_ALIGNMENT_F90_DBLPREC 8
| #define OMPI_ALIGNMENT_F90_COMPLEX 4
| #define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
| #define OMPI_ALIGNMENT_F90_INT1 1
| #define OMPI_ALIGNMENT_F90_INT2 2
| #define OMPI_ALIGNMENT_F90_INT4 4
| #define OMPI_ALIGNMENT_F90_INT8 4
| #define OMPI_ALIGNMENT_F90_INT16 0
| #define OMPI_ALIGNMENT_F90_REAL4 4
| #define OMPI_ALIGNMENT_F90_REAL8 8
| #define OMPI_ALIGNMENT_F90_REAL16 0
| #define OMPI_ALIGNMENT_F90_COMPLEX8 4
| #define OMPI_ALIGNMENT_F90_COMPLEX16 8
| #define OMPI_ALIGNMENT_F90_COMPLEX32 0
| #define OMPI_PRECISION_F90_REAL4 6
| #define OMPI_PRECISION_F90_REAL8 15
| #define OMPI_PRECISION_F90_REAL16 0
| #define OMPI_PRECISION_F90_COMPLEX8 6
| #define OMPI_PRECISION_F90_COMPLEX16 15
| #define OMPI_PRECISION_F90_COMPLEX32 0
| #define OMPI_RANGE_F90_REAL4 37
| #define OMPI_RANGE_F90_REAL8 307
| #define OMPI_RANGE_F90_REAL16 0
| #define OMPI_RANGE_F90_COMPLEX8 37
| #define OMPI_RANGE_F90_COMPLEX16 307
| #define OMPI_RANGE_F90_COMPLEX32 0
| #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_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NET_IF_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_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_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 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_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_SETSID 1
| #define HAVE_MMAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBM 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_HAVE_SOLARIS_THREADS 0
| #define OMPI_HAVE_POSIX_THREADS 1
| #define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
| #define OMPI_ENABLE_MPI_THREADS 0
| #define OMPI_ENABLE_PROGRESS_THREADS 0
| #define YYTEXT_POINTER 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 HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_RML_CNOS_HAVE_BARRIER 0
| #define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
| #define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_BTL_PORTALS_UTCP 1
| #define OMPI_BTL_PORTALS_REDSTORM 0
| #define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
| #define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define STDC_HEADERS 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_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 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.  */
| /* 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:128632: result: no
configure:128637: checking for dlopen in -ldl
configure:128667: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   conftest.c -ldl  -lm  
-lutil -lnsl -lpthread >&5
configure:128673: $? = 0
configure:128677: test -z 
                         || test ! -s conftest.err
configure:128680: $? = 0
configure:128683: test -s conftest
configure:128686: $? = 0
configure:128699: result: yes
configure:128874: checking whether a program can dlopen itself
configure:128946: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -DHAVE_DLFCN_H 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   -Wl,--export-dynamic conftest.c -ldl -lm  
-lutil -lnsl -lpthread >&5
configure: In function 'main':
configure:128942: warning: incompatible implicit declaration of built-in 
function 'exit'
configure:128949: $? = 0
configure:128967: result: yes
configure:128972: checking whether a statically linked program can dlopen itself
configure:129044: gcc -o conftest -DNDEBUG -DpgiFortran -O2 -march=athlon-mp 
-pipe -fomit-frame-pointer -fno-strict-aliasing -pthread 
-I/home/cluster/include   -DHAVE_DLFCN_H 
-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm   -Wl,--export-dynamic  conftest.c -ldl -lm  
-lutil -lnsl -lpthread >&5
configure: In function 'main':
configure:129040: warning: incompatible implicit declaration of built-in 
function 'exit'
configure:129047: $? = 0
configure:129065: result: yes
configure:129088: checking if libtool supports shared libraries
configure:129090: result: yes
configure:129093: checking whether to build shared libraries
configure:129114: result: yes
configure:129117: checking whether to build static libraries
configure:129121: result: no
configure:129213: creating libtool
configure:129791: checking for ld used by g++
configure:129858: result: /usr/bin/ld
configure:129867: checking if the linker (/usr/bin/ld) is GNU ld
configure:129882: result: yes
configure:129933: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:130820: result: yes
configure:130838: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include   
conftest.cc >&5
configure:130841: $? = 0
configure:130937: checking for g++ option to produce PIC
configure:131205: result: -fPIC
configure:131213: checking if g++ PIC flag -fPIC works
configure:131231: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include   
-fPIC -DPIC conftest.cc >&5
configure:131235: $? = 0
configure:131248: result: yes
configure:131272: checking if g++ supports -c -o file.o
configure:131293: g++ -c -DNDEBUG -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -finline-functions -pthread -I/home/cluster/include   -o 
out/conftest2.o conftest.cc >&5
configure:131297: $? = 0
configure:131319: result: yes
configure:131345: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:131370: result: yes
configure:131441: checking dynamic linker characteristics
configure:131987: result: GNU/Linux ld.so
configure:131991: checking how to hardcode library paths into programs
configure:132016: result: immediate
configure:132030: checking whether stripping libraries is possible
configure:132035: result: yes
configure:132161: checking for shl_load
configure:132249: result: no
configure:132254: checking for shl_load in -ldld
configure:132316: result: no
configure:132321: checking for dlopen
configure:132409: result: no
configure:132414: checking for dlopen in -ldl
configure:132476: result: yes
configure:132651: checking whether a program can dlopen itself
configure:132744: result: yes
configure:132749: checking whether a statically linked program can dlopen itself
configure:132842: result: yes
configure:133371: checking if libtool supports shared libraries
configure:133373: result: yes
configure:133376: checking whether to build shared libraries
configure:133396: result: yes
configure:133399: checking whether to build static libraries
configure:133403: result: no
configure:133415: checking for pgf77 option to produce PIC
configure:133619: result: -fPIC
configure:133627: checking if pgf77 PIC flag -fPIC works
configure:133645: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -fPIC conftest.f >&5
configure:133649: $? = 0
configure:133662: result: yes
configure:133686: checking if pgf77 supports -c -o file.o
configure:133707: pgf77 -c -fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe  -o out/conftest2.o conftest.f >&5
configure:133711: $? = 0
configure:133733: result: yes
configure:133759: checking whether the pgf77 linker (/usr/bin/ld) supports 
shared libraries
configure:134635: result: yes
configure:134706: checking dynamic linker characteristics
configure:135252: result: GNU/Linux ld.so
configure:135256: checking how to hardcode library paths into programs
configure:135281: result: immediate
configure:135295: checking whether stripping libraries is possible
configure:135300: result: yes
configure:139595: OMPI configuring in opal/libltdl
configure:139684: running /bin/sh './configure'  
'--prefix=/home/cluster/openmpi' 'CC=gcc' 'CFLAGS=-DpgiFortran -O2 
-march=athlon-mp -pipe -fomit-frame-pointer ' 'CPPFLAGS=-I/home/cluster/include 
' 'CXXFLAGS=-O2 -march=athlon-mp -pipe -fomit-frame-pointer ' 'CXX=g++' 
'F77=pgf77' 'FCFLAGS=-fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 -Munroll 
-Mnoframe ' 'FC=pgf90' 'FFLAGS=-fast -tp athlonxp -pc 64 
-Mvect=cachesize:524288 -Munroll -Mnoframe ' 
'LDFLAGS=-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib -L/home/cluster/lib 
-Wl,-rpath=/home/cluster/lib -lm ' --enable-ltdl-convenience 
--disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null 
--srcdir=.
configure:139690: /bin/sh './configure' succeeded for opal/libltdl
configure:139726: checking for libtool-supplied linker flags
configure:139755: /home/cluster/src/openmpi-1.0.2a1r8609/opal/libltdl/libtool 
--mode=compile --tag=CC gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  foo.c -c -o foo.o
mkdir .libs
 gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe -fomit-frame-pointer 
foo.c -c  -fPIC -DPIC -o .libs/foo.o
configure:139768: $? = 0
configure:139755: /home/cluster/src/openmpi-1.0.2a1r8609/opal/libltdl/libtool 
--mode=link --tag=CC gcc -DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer  foo.lo -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm   -lm  -lutil -lnsl 
-lpthread -o libfoo.la
ar cru .libs/libfoo.a .libs/foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:139768: $? = 0
configure:139755: /home/cluster/src/openmpi-1.0.2a1r8609/opal/libltdl/libtool 
--dry-run --mode=link --tag=CC gcc bar.lo libfoo.la -o bar -export-dynamic  -ldl
gcc bar.lo -o bar -Wl,--export-dynamic  ./.libs/libfoo.a -L/home/cluster/lib 
-lm -lutil -lnsl -lpthread -ldl
configure:139768: $? = 0
configure:139818: result:  -Wl,--export-dynamic -lm -lutil -lnsl -lpthread -ldl
configure:139949: checking which of CFLAGS are ok for TotalView modules
configure:139951: result:  -DNDEBUG -DpgiFortran -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread
configure:139953: checking extra CFLAGS for TotalView modules
configure:139955: result: -g
configure:139967: checking for libmpi additional LDFLAGS
configure:140044: result: 
configure:140050: checking for libmpi additional LIBS
configure:140058: result: 
configure:140084: checking for mpicc CFLAGS
configure:140162: result: -pthread 
configure:140168: checking for mpiCC CXXFLAGS
configure:140246: result: -pthread 
configure:140252: checking for mpif77/mpif90 FFLAGS
configure:140330: result:  
configure:140336: checking for mpif77/mpif90 FCFLAGS
configure:140414: result:  
configure:140420: checking for wrapper compiler LDFLAGS
configure:140498: result:  
configure:140504: checking for wrapper compiler LIBS
configure:140513: result:  -lutil -lnsl -lpthread -ldl  -Wl,--export-dynamic 
-lm -lutil -lnsl -lpthread -ldl 
configure:141343: creating ./config.status

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

This file was extended by Open MPI config.status 1.0.2a1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on wowbagger

config.status:1498: creating opal/mca/maffinity/Makefile
config.status:1498: creating opal/dynamic-mca/maffinity/Makefile
config.status:1498: creating opal/mca/maffinity/base/Makefile
config.status:1498: creating opal/mca/memory/Makefile
config.status:1498: creating opal/dynamic-mca/memory/Makefile
config.status:1498: creating opal/mca/memory/base/Makefile
config.status:1498: creating opal/mca/paffinity/Makefile
config.status:1498: creating opal/dynamic-mca/paffinity/Makefile
config.status:1498: creating opal/mca/paffinity/base/Makefile
config.status:1498: creating opal/mca/timer/Makefile
config.status:1498: creating opal/dynamic-mca/timer/Makefile
config.status:1498: creating opal/mca/timer/base/Makefile
config.status:1498: creating orte/mca/errmgr/Makefile
config.status:1498: creating orte/dynamic-mca/errmgr/Makefile
config.status:1498: creating orte/mca/errmgr/base/Makefile
config.status:1498: creating orte/mca/gpr/Makefile
config.status:1498: creating orte/dynamic-mca/gpr/Makefile
config.status:1498: creating orte/mca/gpr/base/Makefile
config.status:1498: creating orte/mca/iof/Makefile
config.status:1498: creating orte/dynamic-mca/iof/Makefile
config.status:1498: creating orte/mca/iof/base/Makefile
config.status:1498: creating orte/mca/ns/Makefile
config.status:1498: creating orte/dynamic-mca/ns/Makefile
config.status:1498: creating orte/mca/ns/base/Makefile
config.status:1498: creating orte/mca/oob/Makefile
config.status:1498: creating orte/dynamic-mca/oob/Makefile
config.status:1498: creating orte/mca/oob/base/Makefile
config.status:1498: creating orte/mca/pls/Makefile
config.status:1498: creating orte/dynamic-mca/pls/Makefile
config.status:1498: creating orte/mca/pls/base/Makefile
config.status:1498: creating orte/mca/ras/Makefile
config.status:1498: creating orte/dynamic-mca/ras/Makefile
config.status:1498: creating orte/mca/ras/base/Makefile
config.status:1498: creating orte/mca/rds/Makefile
config.status:1498: creating orte/dynamic-mca/rds/Makefile
config.status:1498: creating orte/mca/rds/base/Makefile
config.status:1498: creating orte/mca/rmaps/Makefile
config.status:1498: creating orte/dynamic-mca/rmaps/Makefile
config.status:1498: creating orte/mca/rmaps/base/Makefile
config.status:1498: creating orte/mca/rmgr/Makefile
config.status:1498: creating orte/dynamic-mca/rmgr/Makefile
config.status:1498: creating orte/mca/rmgr/base/Makefile
config.status:1498: creating orte/mca/rml/Makefile
config.status:1498: creating orte/dynamic-mca/rml/Makefile
config.status:1498: creating orte/mca/rml/base/Makefile
config.status:1498: creating orte/mca/schema/Makefile
config.status:1498: creating orte/dynamic-mca/schema/Makefile
config.status:1498: creating orte/mca/schema/base/Makefile
config.status:1498: creating orte/mca/sds/Makefile
config.status:1498: creating orte/dynamic-mca/sds/Makefile
config.status:1498: creating orte/mca/sds/base/Makefile
config.status:1498: creating orte/mca/soh/Makefile
config.status:1498: creating orte/dynamic-mca/soh/Makefile
config.status:1498: creating orte/mca/soh/base/Makefile
config.status:1498: creating ompi/mca/allocator/Makefile
config.status:1498: creating ompi/dynamic-mca/allocator/Makefile
config.status:1498: creating ompi/mca/allocator/base/Makefile
config.status:1498: creating ompi/mca/bml/Makefile
config.status:1498: creating ompi/dynamic-mca/bml/Makefile
config.status:1498: creating ompi/mca/bml/base/Makefile
config.status:1498: creating ompi/mca/btl/Makefile
config.status:1498: creating ompi/dynamic-mca/btl/Makefile
config.status:1498: creating ompi/mca/btl/base/Makefile
config.status:1498: creating ompi/mca/coll/Makefile
config.status:1498: creating ompi/dynamic-mca/coll/Makefile
config.status:1498: creating ompi/mca/coll/base/Makefile
config.status:1498: creating ompi/mca/common/Makefile
config.status:1498: creating ompi/dynamic-mca/common/Makefile
config.status:1498: creating ompi/mca/io/Makefile
config.status:1498: creating ompi/dynamic-mca/io/Makefile
config.status:1498: creating ompi/mca/io/base/Makefile
config.status:1498: creating ompi/mca/mpool/Makefile
config.status:1498: creating ompi/dynamic-mca/mpool/Makefile
config.status:1498: creating ompi/mca/mpool/base/Makefile
config.status:1498: creating ompi/mca/pml/Makefile
config.status:1498: creating ompi/dynamic-mca/pml/Makefile
config.status:1498: creating ompi/mca/pml/base/Makefile
config.status:1498: creating ompi/mca/ptl/Makefile
config.status:1498: creating ompi/dynamic-mca/ptl/Makefile
config.status:1498: creating ompi/mca/ptl/base/Makefile
config.status:1498: creating ompi/mca/rcache/Makefile
config.status:1498: creating ompi/dynamic-mca/rcache/Makefile
config.status:1498: creating ompi/mca/rcache/base/Makefile
config.status:1498: creating ompi/mca/topo/Makefile
config.status:1498: creating ompi/dynamic-mca/topo/Makefile
config.status:1498: creating ompi/mca/topo/base/Makefile
config.status:1498: creating ompi/mca/pml/pml_direct_call.h.template
config.status:1498: creating opal/mca/maffinity/first_use/Makefile
config.status:1498: creating opal/mca/maffinity/libnuma/Makefile
config.status:1498: creating opal/mca/memory/darwin/Makefile
config.status:1498: creating opal/mca/memory/malloc_hooks/Makefile
config.status:1498: creating opal/mca/memory/malloc_interpose/Makefile
config.status:1498: creating opal/mca/memory/ptmalloc2/Makefile
config.status:1498: creating opal/mca/paffinity/linux/Makefile
config.status:1498: creating opal/mca/paffinity/solaris/Makefile
config.status:1498: creating opal/mca/timer/aix/Makefile
config.status:1498: creating opal/mca/timer/altix/Makefile
config.status:1498: creating opal/mca/timer/darwin/Makefile
config.status:1498: creating opal/mca/timer/linux/Makefile
config.status:1498: creating opal/mca/timer/solaris/Makefile
config.status:1498: creating orte/mca/gpr/null/Makefile
config.status:1498: creating orte/mca/gpr/proxy/Makefile
config.status:1498: creating orte/mca/gpr/replica/Makefile
config.status:1498: creating orte/mca/gpr/replica/api_layer/Makefile
config.status:1498: creating orte/mca/gpr/replica/transition_layer/Makefile
config.status:1498: creating orte/mca/gpr/replica/functional_layer/Makefile
config.status:1498: creating orte/mca/gpr/replica/communications/Makefile
config.status:1498: creating orte/mca/iof/proxy/Makefile
config.status:1498: creating orte/mca/iof/svc/Makefile
config.status:1498: creating orte/mca/ns/proxy/Makefile
config.status:1498: creating orte/mca/ns/replica/Makefile
config.status:1498: creating orte/mca/oob/tcp/Makefile
config.status:1498: creating orte/mca/pls/bproc/Makefile
config.status:1498: creating orte/mca/pls/bproc_orted/Makefile
config.status:1498: creating orte/mca/pls/fork/Makefile
config.status:1498: creating orte/mca/pls/poe/Makefile
config.status:1498: creating orte/mca/pls/proxy/Makefile
config.status:1498: creating orte/mca/pls/rsh/Makefile
config.status:1498: creating orte/mca/pls/slurm/Makefile
config.status:1498: creating orte/mca/pls/tm/Makefile
config.status:1498: creating orte/mca/pls/xgrid/Makefile
config.status:1498: creating orte/mca/ras/bjs/Makefile
config.status:1498: creating orte/mca/ras/dash_host/Makefile
config.status:1498: creating orte/mca/ras/hostfile/Makefile
config.status:1498: creating orte/mca/ras/localhost/Makefile
config.status:1498: creating orte/mca/ras/lsf_bproc/Makefile
config.status:1498: creating orte/mca/ras/slurm/Makefile
config.status:1498: creating orte/mca/ras/tm/Makefile
config.status:1498: creating orte/mca/ras/xgrid/Makefile
config.status:1498: creating orte/mca/rds/hostfile/Makefile
config.status:1498: creating orte/mca/rds/resfile/Makefile
config.status:1498: creating orte/mca/rmaps/round_robin/Makefile
config.status:1498: creating orte/mca/rmgr/proxy/Makefile
config.status:1498: creating orte/mca/rmgr/urm/Makefile
config.status:1498: creating orte/mca/rml/cnos/Makefile
config.status:1498: creating orte/mca/rml/oob/Makefile
config.status:1498: creating orte/mca/sds/bproc/Makefile
config.status:1498: creating orte/mca/sds/cnos/Makefile
config.status:1498: creating orte/mca/sds/env/Makefile
config.status:1498: creating orte/mca/sds/pipe/Makefile
config.status:1498: creating orte/mca/sds/portals_utcp/Makefile
config.status:1498: creating orte/mca/sds/seed/Makefile
config.status:1498: creating orte/mca/sds/singleton/Makefile
config.status:1498: creating orte/mca/sds/slurm/Makefile
config.status:1498: creating orte/mca/soh/bproc/Makefile
config.status:1498: creating ompi/mca/allocator/basic/Makefile
config.status:1498: creating ompi/mca/allocator/bucket/Makefile
config.status:1498: creating ompi/mca/bml/r2/Makefile
config.status:1498: creating ompi/mca/btl/gm/Makefile
config.status:1498: creating ompi/mca/btl/mvapi/Makefile
config.status:1498: creating ompi/mca/btl/mx/Makefile
config.status:1498: creating ompi/mca/btl/openib/Makefile
config.status:1498: creating ompi/mca/btl/portals/Makefile
config.status:1498: creating ompi/mca/btl/self/Makefile
config.status:1498: creating ompi/mca/btl/sm/Makefile
config.status:1498: creating ompi/mca/btl/tcp/Makefile
config.status:1498: creating ompi/mca/coll/basic/Makefile
config.status:1498: creating ompi/mca/coll/self/Makefile
config.status:1498: creating ompi/mca/coll/sm/Makefile
config.status:1498: creating ompi/mca/common/sm/Makefile
config.status:1498: creating ompi/mca/io/romio/Makefile
config.status:1498: creating ompi/mca/mpool/gm/Makefile
config.status:1498: creating ompi/mca/mpool/mvapi/Makefile
config.status:1498: creating ompi/mca/mpool/openib/Makefile
config.status:1498: creating ompi/mca/mpool/sm/Makefile
config.status:1498: creating ompi/mca/pml/ob1/Makefile
config.status:1498: creating ompi/mca/pml/teg/Makefile
config.status:1498: creating ompi/mca/ptl/gm/Makefile
config.status:1498: creating ompi/mca/ptl/mx/Makefile
config.status:1498: creating ompi/mca/ptl/self/Makefile
config.status:1498: creating ompi/mca/ptl/sm/Makefile
config.status:1498: creating ompi/mca/ptl/tcp/Makefile
config.status:1498: creating ompi/mca/rcache/rb/Makefile
config.status:1498: creating ompi/mca/topo/unity/Makefile
config.status:1498: creating Makefile
config.status:1498: creating config/Makefile
config.status:1498: creating include/Makefile
config.status:1498: creating include/mpif.h
config.status:1498: creating etc/Makefile
config.status:1498: creating contrib/Makefile
config.status:1498: creating opal/Makefile
config.status:1498: creating opal/include/Makefile
config.status:1498: creating opal/include/sys/Makefile
config.status:1498: creating opal/include/sys/alpha/Makefile
config.status:1498: creating opal/include/sys/amd64/Makefile
config.status:1498: creating opal/include/sys/ia32/Makefile
config.status:1498: creating opal/include/sys/ia64/Makefile
config.status:1498: creating opal/include/sys/mips/Makefile
config.status:1498: creating opal/include/sys/powerpc/Makefile
config.status:1498: creating opal/include/sys/sparc/Makefile
config.status:1498: creating opal/include/sys/sparcv9/Makefile
config.status:1498: creating opal/include/sys/win32/Makefile
config.status:1498: creating opal/asm/Makefile
config.status:1498: creating opal/class/Makefile
config.status:1498: creating opal/event/Makefile
config.status:1498: creating opal/event/compat/Makefile
config.status:1498: creating opal/event/compat/sys/Makefile
config.status:1498: creating opal/memoryhooks/Makefile
config.status:1498: creating opal/runtime/Makefile
config.status:1498: creating opal/threads/Makefile
config.status:1498: creating opal/util/Makefile
config.status:1498: creating opal/mca/Makefile
config.status:1498: creating opal/dynamic-mca/Makefile
config.status:1498: creating opal/mca/base/Makefile
config.status:1498: creating orte/Makefile
config.status:1498: creating orte/include/Makefile
config.status:1498: creating orte/class/Makefile
config.status:1498: creating orte/dps/Makefile
config.status:1498: creating orte/runtime/Makefile
config.status:1498: creating orte/util/Makefile
config.status:1498: creating orte/tools/Makefile
config.status:1498: creating orte/tools/orted/Makefile
config.status:1498: creating orte/tools/orteprobe/Makefile
config.status:1498: creating orte/tools/orterun/Makefile
config.status:1498: creating orte/mca/Makefile
config.status:1498: creating orte/dynamic-mca/Makefile
config.status:1498: creating ompi/Makefile
config.status:1498: creating ompi/include/Makefile
config.status:1498: creating ompi/class/Makefile
config.status:1498: creating ompi/attribute/Makefile
config.status:1498: creating ompi/communicator/Makefile
config.status:1498: creating ompi/datatype/Makefile
config.status:1498: creating ompi/debuggers/Makefile
config.status:1498: creating ompi/errhandler/Makefile
config.status:1498: creating ompi/file/Makefile
config.status:1498: creating ompi/group/Makefile
config.status:1498: creating ompi/info/Makefile
config.status:1498: creating ompi/op/Makefile
config.status:1498: creating ompi/proc/Makefile
config.status:1498: creating ompi/request/Makefile
config.status:1498: creating ompi/runtime/Makefile
config.status:1498: creating ompi/win/Makefile
config.status:1498: creating ompi/mpi/Makefile
config.status:1498: creating ompi/mpi/c/Makefile
config.status:1498: creating ompi/mpi/c/profile/Makefile
config.status:1498: creating ompi/mpi/cxx/Makefile
config.status:1498: creating ompi/mpi/f77/Makefile
config.status:1498: creating ompi/mpi/f77/profile/Makefile
config.status:1498: creating ompi/mpi/f90/Makefile
config.status:1498: creating ompi/mpi/f90/fortran_kinds.sh
config.status:1498: creating ompi/mpi/f90/fortran_sizes.h
config.status:1498: creating ompi/mpi/f90/scripts/Makefile
config.status:1498: creating ompi/tools/Makefile
config.status:1498: creating ompi/tools/ompi_info/Makefile
config.status:1498: creating ompi/tools/wrappers/Makefile
config.status:1498: creating ompi/mca/Makefile
config.status:1498: creating ompi/dynamic-mca/Makefile
config.status:1498: creating test/Makefile
config.status:1498: creating test/asm/Makefile
config.status:1498: creating test/class/Makefile
config.status:1498: creating test/dps/Makefile
config.status:1498: creating test/mca/Makefile
config.status:1498: creating test/mca/gpr/Makefile
config.status:1498: creating test/mca/ns/Makefile
config.status:1498: creating test/mca/oob/Makefile
config.status:1498: creating test/mca/ras/Makefile
config.status:1498: creating test/mca/rds/Makefile
config.status:1498: creating test/mca/rmaps/Makefile
config.status:1498: creating test/mca/schema/Makefile
config.status:1498: creating test/memory/Makefile
config.status:1498: creating test/runtime/Makefile
config.status:1498: creating test/support/Makefile
config.status:1498: creating test/threads/Makefile
config.status:1498: creating test/util/Makefile
config.status:1602: creating include/ompi_config.h
config.status:1602: creating include/mpi.h
config.status:2627: linking ./opal/mca/timer/linux/timer_linux.h to 
opal/mca/timer/base/base_impl.h
config.status:2627: linking ./ompi/mca/btl/portals/btl_portals_compat_utcp.c to 
ompi/mca/btl/portals/btl_portals_compat.c
config.status:2864: executing depfiles commands
config.status:2864: executing pml-direct commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=__inline__
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer '
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/home/cluster/include '
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 -march=athlon-mp -pipe -fomit-frame-pointer '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=pgf77
ac_cv_env_FCFLAGS_set=set
ac_cv_env_FCFLAGS_value='-fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe '
ac_cv_env_FC_set=set
ac_cv_env_FC_value=pgf90
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value='-fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 
-Munroll -Mnoframe '
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm '
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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_fc_srcext_f=none
ac_cv_fc_srcext_f90=none
ac_cv_fc_srcext_f95=none
ac_cv_func_asprintf=yes
ac_cv_func_backtrace=yes
ac_cv_func_cnos_barrier=no
ac_cv_func_cnos_get_rank=no
ac_cv_func_dirname=yes
ac_cv_func_dlopen=no
ac_cv_func_epoll_ctl=yes
ac_cv_func_err=yes
ac_cv_func_execve=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=no
ac_cv_func_isatty=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_malloc_usable_size=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_processor_bind=no
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_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_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_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_infiniband_verbs_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libutil_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=no
ac_cv_header_poll_h=yes
ac_cv_header_portals3_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_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_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_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_vapi_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cm_cm_timeout=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_m_ceil=yes
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_sysfs_sysfs_open_class=no
ac_cv_lib_util_openpty=yes
ac_cv_member_siginfo_t_si_fd=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LEX=flex
ac_cv_prog_PERL=perl
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fgrep='grep -F'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_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_short=2
ac_cv_sizeof_size_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_int=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_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_short=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=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_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
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_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'
ompi_cv_asm_align_log=no
ompi_cv_asm_arch=IA32
ompi_cv_asm_file=atomic-ia32-linux.s
ompi_cv_asm_format=default-.text-.globl-:--.L-@-1-0-1-1
ompi_cv_asm_global=.globl
ompi_cv_asm_gsym=
ompi_cv_asm_label_suffix=:
ompi_cv_asm_lsym=.L
ompi_cv_asm_need_size=yes
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_weak_symbols=yes
ompi_cv_cc_finline_functions=yes
ompi_cv_cc_fno_strict_aliasing=yes
ompi_cv_check_xgrid_foundation=no
ompi_cv_cxx_finline_functions=yes
ompi_cv_cxx_template_repository='not used'
ompi_cv_prog_cc_impersonate_gcc=no
ompi_cv_prog_cxx_impersonate_gcc=no

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

ACLOCAL='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing --run 
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing --run 
autoconf'
AUTOHEADER='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing 
--run autoheader'
AUTOMAKE='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing --run 
automake-1.9'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='gcc'
CCAS='gcc'
CCASFLAGS='-DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe -fomit-frame-pointer 
-fno-strict-aliasing -pthread'
CFLAGS_WITHOUT_OPTFLAGS=' -DNDEBUG -DpgiFortran -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread'
CLEANFILES='*~ .\#*'
COMPILE_PROFILING_SEPARATELY_FALSE=''
COMPILE_PROFILING_SEPARATELY_TRUE='#'
CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
CPP='gcc -E'
CPPFLAGS='-I$(top_srcdir)/include -I$(top_srcdir) -I$(top_builddir) 
-I$(top_builddir)/include -I$(top_srcdir)/opal -I$(top_srcdir)/orte 
-I$(top_srcdir)/ompi -I/home/cluster/include  '
CXX='g++'
CXXCPP='g++ -E'
CXXCPPFLAGS='-I$(top_srcdir)/include -I$(top_srcdir) -I$(top_builddir) 
-I$(top_builddir)/include -I$(top_srcdir)/opal -I$(top_srcdir)/orte 
-I$(top_srcdir)/ompi  '
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-DNDEBUG -O2 -march=athlon-mp -pipe -fomit-frame-pointer 
-finline-functions -pthread'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='pgf77'
FC='pgf90'
FCFLAGS='-fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 -Munroll -Mnoframe '
FCFLAGS_f90=''
FCFLAGS_f95=''
FCFLAGS_f=''
FFLAGS='-fast -tp athlonxp -pc 64 -Mvect=cachesize:524288 -Munroll -Mnoframe '
FGREP='grep -F'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-export-dynamic -Wl,-rpath=/home/cluster/pgi/linux86/6.0/lib 
-L/home/cluster/lib -Wl,-rpath=/home/cluster/lib -lm  '
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBLTDL='${top_builddir}/opal/libltdl/libltdlc.la'
LIBLTDL_LTLIB='libltdl/libltdlc.la'
LIBLTDL_SUBDIR='libltdl'
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=''
LIBOBJS=''
LIBS='-lm  -lutil -lnsl -lpthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTDLINCL='-I${top_srcdir}/opal/libltdl'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/cluster/src/openmpi-1.0.2a1r8609/config/missing --run 
makeinfo'
MCA_PROJECT_SUBDIRS=' opal orte ompi'
MCA_allocator_ALL_SUBDIRS=' basic bucket'
MCA_allocator_DSO_SUBDIRS=' basic bucket'
MCA_allocator_STATIC_LTLIBS=''
MCA_allocator_STATIC_SUBDIRS=''
MCA_bml_ALL_SUBDIRS=' r2'
MCA_bml_DSO_SUBDIRS=' r2'
MCA_bml_STATIC_LTLIBS=''
MCA_bml_STATIC_SUBDIRS=''
MCA_btl_ALL_SUBDIRS=' self sm gm mvapi mx openib portals tcp'
MCA_btl_DSO_SUBDIRS=' self sm tcp'
MCA_btl_STATIC_LTLIBS=''
MCA_btl_STATIC_SUBDIRS=''
MCA_coll_ALL_SUBDIRS=' basic self sm'
MCA_coll_DSO_SUBDIRS=' basic self sm'
MCA_coll_STATIC_LTLIBS=''
MCA_coll_STATIC_SUBDIRS=''
MCA_common_ALL_SUBDIRS=' sm'
MCA_common_DSO_SUBDIRS=' sm'
MCA_common_STATIC_LTLIBS=''
MCA_common_STATIC_SUBDIRS=''
MCA_errmgr_ALL_SUBDIRS=''
MCA_errmgr_DSO_SUBDIRS=''
MCA_errmgr_STATIC_LTLIBS=''
MCA_errmgr_STATIC_SUBDIRS=''
MCA_gpr_ALL_SUBDIRS=' null proxy replica'
MCA_gpr_DSO_SUBDIRS=' null proxy replica'
MCA_gpr_STATIC_LTLIBS=''
MCA_gpr_STATIC_SUBDIRS=''
MCA_io_ALL_SUBDIRS=' romio'
MCA_io_DSO_SUBDIRS=' romio'
MCA_io_STATIC_LTLIBS=''
MCA_io_STATIC_SUBDIRS=''
MCA_iof_ALL_SUBDIRS=' proxy svc'
MCA_iof_DSO_SUBDIRS=' proxy svc'
MCA_iof_STATIC_LTLIBS=''
MCA_iof_STATIC_SUBDIRS=''
MCA_maffinity_ALL_SUBDIRS=' first_use libnuma'
MCA_maffinity_DSO_SUBDIRS=' first_use'
MCA_maffinity_STATIC_LTLIBS=''
MCA_maffinity_STATIC_SUBDIRS=''
MCA_memory_ALL_SUBDIRS=' darwin malloc_hooks ptmalloc2 malloc_interpose'
MCA_memory_DSO_SUBDIRS=''
MCA_memory_STATIC_LTLIBS='mca/memory/malloc_hooks/libmca_memory_malloc_hooks.la 
'
MCA_memory_STATIC_SUBDIRS=' malloc_hooks'
MCA_mpool_ALL_SUBDIRS=' sm gm mvapi openib'
MCA_mpool_DSO_SUBDIRS=' sm'
MCA_mpool_STATIC_LTLIBS=''
MCA_mpool_STATIC_SUBDIRS=''
MCA_ns_ALL_SUBDIRS=' proxy replica'
MCA_ns_DSO_SUBDIRS=' proxy replica'
MCA_ns_STATIC_LTLIBS=''
MCA_ns_STATIC_SUBDIRS=''
MCA_ompi_FRAMEWORKS='common  allocator bml btl coll io mpool pml ptl rcache 
topo'
MCA_ompi_FRAMEWORK_LIBS=' mca/allocator/base/libmca_allocator_base.la 
$(MCA_allocator_STATIC_LTLIBS) mca/bml/base/libmca_bml_base.la 
$(MCA_bml_STATIC_LTLIBS) mca/btl/base/libmca_btl_base.la 
$(MCA_btl_STATIC_LTLIBS) mca/coll/base/libmca_coll_base.la 
$(MCA_coll_STATIC_LTLIBS) $(MCA_common_STATIC_LTLIBS) 
mca/io/base/libmca_io_base.la $(MCA_io_STATIC_LTLIBS) 
mca/mpool/base/libmca_mpool_base.la $(MCA_mpool_STATIC_LTLIBS) 
mca/pml/base/libmca_pml_base.la $(MCA_pml_STATIC_LTLIBS) 
mca/ptl/base/libmca_ptl_base.la $(MCA_ptl_STATIC_LTLIBS) 
mca/rcache/base/libmca_rcache_base.la $(MCA_rcache_STATIC_LTLIBS) 
mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS)'
MCA_oob_ALL_SUBDIRS=' tcp'
MCA_oob_DSO_SUBDIRS=' tcp'
MCA_oob_STATIC_LTLIBS=''
MCA_oob_STATIC_SUBDIRS=''
MCA_opal_FRAMEWORKS=' maffinity memory paffinity timer'
MCA_opal_FRAMEWORK_LIBS=' mca/maffinity/base/libmca_maffinity_base.la 
$(MCA_maffinity_STATIC_LTLIBS) mca/memory/base/libmca_memory_base.la 
$(MCA_memory_STATIC_LTLIBS) mca/paffinity/base/libmca_paffinity_base.la 
$(MCA_paffinity_STATIC_LTLIBS) mca/timer/base/libmca_timer_base.la 
$(MCA_timer_STATIC_LTLIBS)'
MCA_orte_FRAMEWORKS=' errmgr gpr iof ns oob pls ras rds rmaps rmgr rml schema 
sds soh'
MCA_orte_FRAMEWORK_LIBS=' mca/errmgr/base/libmca_errmgr_base.la 
$(MCA_errmgr_STATIC_LTLIBS) mca/gpr/base/libmca_gpr_base.la 
$(MCA_gpr_STATIC_LTLIBS) mca/iof/base/libmca_iof_base.la 
$(MCA_iof_STATIC_LTLIBS) mca/ns/base/libmca_ns_base.la $(MCA_ns_STATIC_LTLIBS) 
mca/oob/base/libmca_oob_base.la $(MCA_oob_STATIC_LTLIBS) 
mca/pls/base/libmca_pls_base.la $(MCA_pls_STATIC_LTLIBS) 
mca/ras/base/libmca_ras_base.la $(MCA_ras_STATIC_LTLIBS) 
mca/rds/base/libmca_rds_base.la $(MCA_rds_STATIC_LTLIBS) 
mca/rmaps/base/libmca_rmaps_base.la $(MCA_rmaps_STATIC_LTLIBS) 
mca/rmgr/base/libmca_rmgr_base.la $(MCA_rmgr_STATIC_LTLIBS) 
mca/rml/base/libmca_rml_base.la $(MCA_rml_STATIC_LTLIBS) 
mca/schema/base/libmca_schema_base.la $(MCA_schema_STATIC_LTLIBS) 
mca/sds/base/libmca_sds_base.la $(MCA_sds_STATIC_LTLIBS) 
mca/soh/base/libmca_soh_base.la $(MCA_soh_STATIC_LTLIBS)'
MCA_paffinity_ALL_SUBDIRS=' linux solaris'
MCA_paffinity_DSO_SUBDIRS=' linux'
MCA_paffinity_STATIC_LTLIBS=''
MCA_paffinity_STATIC_SUBDIRS=''
MCA_pls_ALL_SUBDIRS=' proxy bproc bproc_orted fork poe rsh slurm tm xgrid'
MCA_pls_DSO_SUBDIRS=' proxy fork rsh slurm'
MCA_pls_STATIC_LTLIBS=''
MCA_pls_STATIC_SUBDIRS=''
MCA_pml_ALL_SUBDIRS=' ob1 teg'
MCA_pml_DIRECT_CALL_HEADER=''
MCA_pml_DSO_SUBDIRS=' ob1 teg'
MCA_pml_STATIC_LTLIBS=''
MCA_pml_STATIC_SUBDIRS=''
MCA_ptl_ALL_SUBDIRS=' self sm gm mx tcp'
MCA_ptl_DSO_SUBDIRS=' self sm tcp'
MCA_ptl_STATIC_LTLIBS=''
MCA_ptl_STATIC_SUBDIRS=''
MCA_ras_ALL_SUBDIRS=' dash_host hostfile localhost bjs lsf_bproc slurm tm xgrid'
MCA_ras_DSO_SUBDIRS=' dash_host hostfile localhost slurm'
MCA_ras_STATIC_LTLIBS=''
MCA_ras_STATIC_SUBDIRS=''
MCA_rcache_ALL_SUBDIRS=' rb'
MCA_rcache_DSO_SUBDIRS=' rb'
MCA_rcache_STATIC_LTLIBS=''
MCA_rcache_STATIC_SUBDIRS=''
MCA_rds_ALL_SUBDIRS=' hostfile resfile'
MCA_rds_DSO_SUBDIRS=' hostfile resfile'
MCA_rds_STATIC_LTLIBS=''
MCA_rds_STATIC_SUBDIRS=''
MCA_rmaps_ALL_SUBDIRS=' round_robin'
MCA_rmaps_DSO_SUBDIRS=' round_robin'
MCA_rmaps_STATIC_LTLIBS=''
MCA_rmaps_STATIC_SUBDIRS=''
MCA_rmgr_ALL_SUBDIRS=' proxy urm'
MCA_rmgr_DSO_SUBDIRS=' proxy urm'
MCA_rmgr_STATIC_LTLIBS=''
MCA_rmgr_STATIC_SUBDIRS=''
MCA_rml_ALL_SUBDIRS=' oob cnos'
MCA_rml_DSO_SUBDIRS=' oob'
MCA_rml_STATIC_LTLIBS=''
MCA_rml_STATIC_SUBDIRS=''
MCA_schema_ALL_SUBDIRS=''
MCA_schema_DSO_SUBDIRS=''
MCA_schema_STATIC_LTLIBS=''
MCA_schema_STATIC_SUBDIRS=''
MCA_sds_ALL_SUBDIRS=' env seed singleton slurm bproc cnos pipe portals_utcp'
MCA_sds_DSO_SUBDIRS=' env seed singleton slurm pipe'
MCA_sds_STATIC_LTLIBS=''
MCA_sds_STATIC_SUBDIRS=''
MCA_soh_ALL_SUBDIRS=' bproc'
MCA_soh_DSO_SUBDIRS=''
MCA_soh_STATIC_LTLIBS=''
MCA_soh_STATIC_SUBDIRS=''
MCA_timer_ALL_SUBDIRS=' aix altix darwin solaris linux'
MCA_timer_DSO_SUBDIRS=''
MCA_timer_STATIC_LTLIBS='mca/timer/linux/libmca_timer_linux.la '
MCA_timer_STATIC_SUBDIRS=' linux'
MCA_topo_ALL_SUBDIRS=' unity'
MCA_topo_DSO_SUBDIRS=' unity'
MCA_topo_STATIC_LTLIBS=''
MCA_topo_STATIC_SUBDIRS=''
MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME'
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS=''
OBJEXT='o'
OMPI_ASM_FILE='atomic-ia32-linux.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'
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_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_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_common_sm_DSO_FALSE='#'
OMPI_BUILD_common_sm_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_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_malloc_interpose_DSO_FALSE=''
OMPI_BUILD_memory_malloc_interpose_DSO_TRUE='#'
OMPI_BUILD_memory_ptmalloc2_DSO_FALSE=''
OMPI_BUILD_memory_ptmalloc2_DSO_TRUE='#'
OMPI_BUILD_mpool_gm_DSO_FALSE='#'
OMPI_BUILD_mpool_gm_DSO_TRUE=''
OMPI_BUILD_mpool_mvapi_DSO_FALSE='#'
OMPI_BUILD_mpool_mvapi_DSO_TRUE=''
OMPI_BUILD_mpool_openib_DSO_FALSE='#'
OMPI_BUILD_mpool_openib_DSO_TRUE=''
OMPI_BUILD_mpool_sm_DSO_FALSE='#'
OMPI_BUILD_mpool_sm_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_oob_tcp_DSO_FALSE='#'
OMPI_BUILD_oob_tcp_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_pls_bproc_DSO_FALSE='#'
OMPI_BUILD_pls_bproc_DSO_TRUE=''
OMPI_BUILD_pls_bproc_orted_DSO_FALSE='#'
OMPI_BUILD_pls_bproc_orted_DSO_TRUE=''
OMPI_BUILD_pls_fork_DSO_FALSE='#'
OMPI_BUILD_pls_fork_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_ob1_DSO_FALSE='#'
OMPI_BUILD_pml_ob1_DSO_TRUE=''
OMPI_BUILD_pml_teg_DSO_FALSE='#'
OMPI_BUILD_pml_teg_DSO_TRUE=''
OMPI_BUILD_ptl_gm_DSO_FALSE='#'
OMPI_BUILD_ptl_gm_DSO_TRUE=''
OMPI_BUILD_ptl_mx_DSO_FALSE='#'
OMPI_BUILD_ptl_mx_DSO_TRUE=''
OMPI_BUILD_ptl_self_DSO_FALSE='#'
OMPI_BUILD_ptl_self_DSO_TRUE=''
OMPI_BUILD_ptl_sm_DSO_FALSE='#'
OMPI_BUILD_ptl_sm_DSO_TRUE=''
OMPI_BUILD_ptl_tcp_DSO_FALSE='#'
OMPI_BUILD_ptl_tcp_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_hostfile_DSO_FALSE='#'
OMPI_BUILD_ras_hostfile_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_rb_DSO_FALSE='#'
OMPI_BUILD_rcache_rb_DSO_TRUE=''
OMPI_BUILD_rds_hostfile_DSO_FALSE='#'
OMPI_BUILD_rds_hostfile_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_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_soh_bproc_DSO_FALSE='#'
OMPI_BUILD_soh_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_topo_unity_DSO_FALSE='#'
OMPI_BUILD_topo_unity_DSO_TRUE=''
OMPI_CC_ABSOLUTE='/usr/bin/gcc'
OMPI_CONFIGURE_DATE='Thu Dec 29 12:47:32 UTC 2005'
OMPI_CONFIGURE_HOST='wowbagger'
OMPI_CONFIGURE_USER='cluster'
OMPI_CXX_ABSOLUTE='/usr/bin/g++'
OMPI_F77_ABSOLUTE='/home/cluster/pgi/linux86/6.0/bin/pgf77'
OMPI_F77_WIN_ATTR_BASE_VALUE=''
OMPI_F77_WIN_ATTR_DISP_VALUE=''
OMPI_F77_WIN_ATTR_KEYS=''
OMPI_F77_WIN_ATTR_SIZE_VALUE=''
OMPI_F77_WIN_DUP_FN=''
OMPI_F77_WIN_NULL=''
OMPI_F77_WIN_NULL_COPY_FN=''
OMPI_F77_WIN_NULL_DELETE_FN=''
OMPI_F77_WIN_NULL_VALUE=''
OMPI_F90_ABSOLUTE='/home/cluster/pgi/linux86/6.0/bin/pgf90'
OMPI_FC_MODULE_FLAG='-I'
OMPI_FORTRAN_CKINDS='4 8 '
OMPI_FORTRAN_IKINDS='1 2 4 8 '
OMPI_FORTRAN_LKINDS='1 2 4 8 '
OMPI_FORTRAN_MAX_ARRAY_RANK='4'
OMPI_FORTRAN_RKINDS='4 8 '
OMPI_GREEK_VERSION='a1'
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_LIBEVENT_SOURCES='signal.c epoll_sub.c epoll.c poll.c select.c '
OMPI_MAJOR_VERSION='1'
OMPI_MINOR_VERSION='0'
OMPI_MPI_ADDRESS_KIND='4'
OMPI_MPI_OFFSET_KIND='8'
OMPI_RELEASE_VERSION='2'
OMPI_SIZEOF_F90_COMPLEX16='16'
OMPI_SIZEOF_F90_COMPLEX32='0'
OMPI_SIZEOF_F90_COMPLEX8='8'
OMPI_SIZEOF_F90_INT16='0'
OMPI_SIZEOF_F90_INT1='1'
OMPI_SIZEOF_F90_INT2='2'
OMPI_SIZEOF_F90_INT4='4'
OMPI_SIZEOF_F90_INT8='8'
OMPI_SIZEOF_F90_REAL16='0'
OMPI_SIZEOF_F90_REAL4='4'
OMPI_SIZEOF_F90_REAL8='8'
OMPI_SVN_R='r8609'
OMPI_TOP_BUILDDIR='/home/cluster/src/openmpi-1.0.2a1r8609'
OMPI_TOP_SRCDIR='/home/cluster/src/openmpi-1.0.2a1r8609'
OMPI_VERSION='1.0.2a1r8609'
OMPI_WANT_F77_BINDINGS_FALSE='#'
OMPI_WANT_F77_BINDINGS_TRUE=''
OMPI_WANT_F90_BINDINGS_FALSE='#'
OMPI_WANT_F90_BINDINGS_TRUE=''
OMPI_WANT_SVN='1'
OPAL_GREEK_VERSION='a1'
OPAL_LTDL_CPPFLAGS='-I$(top_srcdir)/opal/libltdl'
OPAL_MAJOR_VERSION='1'
OPAL_MINOR_VERSION='0'
OPAL_RELEASE_VERSION='2'
OPAL_SVN_R='r8609'
OPAL_VERSION='1.0.2a1r8609'
OPAL_WANT_SVN='1'
ORTE_GREEK_VERSION='a1'
ORTE_MAJOR_VERSION='1'
ORTE_MINOR_VERSION='0'
ORTE_RELEASE_VERSION='2'
ORTE_SVN_R='r8609'
ORTE_VERSION='1.0.2a1r8609'
ORTE_WANT_SVN='1'
PACKAGE='openmpi'
PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/'
PACKAGE_NAME='Open MPI'
PACKAGE_STRING='Open MPI 1.0.2a1r8609'
PACKAGE_TARNAME='openmpi'
PACKAGE_VERSION='1.0.2a1r8609'
PATH_SEPARATOR=':'
PERL='perl'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
VERSION='1.0.2a1r8609'
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_MPI2_ONE_SIDED_FALSE=''
WANT_MPI2_ONE_SIDED_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_PMPI_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_BINDINGS_LAYER_TRUE=''
WANT_PMPI_F77_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_F77_BINDINGS_LAYER_TRUE=''
WRAPPER_EXTRA_CFLAGS='-pthread '
WRAPPER_EXTRA_CXXFLAGS='-pthread '
WRAPPER_EXTRA_FCFLAGS=' '
WRAPPER_EXTRA_FFLAGS=' '
WRAPPER_EXTRA_LDFLAGS=' '
WRAPPER_EXTRA_LIBS=' -lutil -lnsl -lpthread -ldl  -Wl,--export-dynamic -lm 
-lutil -lnsl -lpthread -ldl '
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_OBJC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepOBJC_FALSE='#'
am__fastdepOBJC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
btl_gm_CFLAGS=''
btl_gm_CPPFLAGS=''
btl_gm_LDFLAGS=''
btl_gm_LIBS=''
btl_mvapi_CFLAGS='-DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread'
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='  -L/lib'
btl_openib_LIBS=''
btl_portals_CPPFLAGS=''
btl_portals_LDFLAGS=''
btl_portals_LIBS='-lutcpapi -lutcplib -lp3api -lp3lib -lp3rt'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/cluster/src/openmpi-1.0.2a1r8609/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
maffinity_libnuma_CPPFLAGS=''
maffinity_libnuma_LDFLAGS=''
maffinity_libnuma_LIBS=''
mandir='${prefix}/man'
memory_malloc_hooks_LIBS='-ldl'
memory_malloc_interpose_LIBS=''
mkdir_p='mkdir -p --'
mpool_gm_CFLAGS=''
mpool_gm_CPPFLAGS=''
mpool_gm_LDFLAGS=''
mpool_gm_LIBS=''
mpool_mvapi_CFLAGS='-DNDEBUG -DpgiFortran -O2 -march=athlon-mp -pipe 
-fomit-frame-pointer -fno-strict-aliasing -pthread'
mpool_mvapi_CPPFLAGS=''
mpool_mvapi_LDFLAGS=''
mpool_mvapi_LIBS=''
mpool_openib_CFLAGS=''
mpool_openib_CPPFLAGS=''
mpool_openib_LDFLAGS='  -L/lib -L/lib'
mpool_openib_LIBS=''
oldincludedir='/usr/include'
pls_bproc_CPPFLAGS=''
pls_bproc_LDFLAGS=''
pls_bproc_LIBS=''
pls_bproc_orted_CPPFLAGS=''
pls_bproc_orted_LDFLAGS=''
pls_bproc_orted_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='/home/cluster/openmpi'
program_transform_name='s,x,x,'
ptl_gm_CFLAGS=''
ptl_gm_CPPFLAGS=''
ptl_gm_LDFLAGS=''
ptl_gm_LIBS=''
ptl_mx_CFLAGS=''
ptl_mx_CPPFLAGS=''
ptl_mx_LDFLAGS=''
ptl_mx_LIBS=''
ras_bjs_CPPFLAGS=''
ras_bjs_LDFLAGS=''
ras_bjs_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='-lutcpapi -lutcplib -lp3api -lp3lib -lp3rt'
sharedstatedir='${prefix}/com'
soh_bproc_CPPFLAGS=''
soh_bproc_LDFLAGS=''
soh_bproc_LIBS=''
sysconfdir='${prefix}/etc'
target_alias=''
timer_aix_LIBS=''
top_ompi_builddir='/home/cluster/src/openmpi-1.0.2a1r8609'
top_ompi_srcdir='/home/cluster/src/openmpi-1.0.2a1r8609'

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

#define HAVE_AIO_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ASPRINTF 1
#define HAVE_BACKTRACE 1
#define HAVE_CPU_SET_T 1
#define HAVE_CPU_ZERO 1
#define HAVE_DECL___FUNC__ 1
#define HAVE_DIRENT_H 1
#define HAVE_DIRNAME 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EPOLL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_ERR_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_EXECVE 1
#define HAVE_FCNTL_H 1
#define HAVE_FORK 1
#define HAVE_GETPWUID 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_HTONL 1
#define HAVE_HTONS 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_INT8_T 1
#define HAVE_INTPTR_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISATTY 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBM 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_MODE_T 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NTOHL 1
#define HAVE_NTOHS 1
#define HAVE_OPENPTY 1
#define HAVE_PIPE 1
#define HAVE_POLL 1
#define HAVE_POLL_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_SCHED_YIELD 1
#define HAVE_SELECT 1
#define HAVE_SETSID 1
#define HAVE_SIGINFO_T_SI_FD 1
#define HAVE_SIGNAL_H 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKLEN_T 1
#define HAVE_SOCKLEN_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_QUEUE_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_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_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_TERMIOS_H 1
#define HAVE_TIMERADD 1
#define HAVE_TIME_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_ULIMIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 1
#define HAVE_WORKING_POLL 1
#define HAVE_cpu_set_t 1
#define LIBMPI_EXTRA_LDFLAGS ""
#define LIBMPI_EXTRA_LIBS ""
#define MCA_pml_DIRECT_CALL 0
#define MCA_pml_DIRECT_CALL_COMPONENT 
#define MPI_PARAM_CHECK ompi_mpi_param_check
#define OMPI_ALIGNMENT_CHAR 1
#define OMPI_ALIGNMENT_CXX_BOOL 1
#define OMPI_ALIGNMENT_DOUBLE 4
#define OMPI_ALIGNMENT_F90_COMPLEX 4
#define OMPI_ALIGNMENT_F90_COMPLEX16 8
#define OMPI_ALIGNMENT_F90_COMPLEX32 0
#define OMPI_ALIGNMENT_F90_COMPLEX8 4
#define OMPI_ALIGNMENT_F90_DBLCOMPLEX 8
#define OMPI_ALIGNMENT_F90_DBLPREC 8
#define OMPI_ALIGNMENT_F90_INT 4
#define OMPI_ALIGNMENT_F90_INT1 1
#define OMPI_ALIGNMENT_F90_INT16 0
#define OMPI_ALIGNMENT_F90_INT2 2
#define OMPI_ALIGNMENT_F90_INT4 4
#define OMPI_ALIGNMENT_F90_INT8 4
#define OMPI_ALIGNMENT_F90_LOGICAL 4
#define OMPI_ALIGNMENT_F90_REAL 4
#define OMPI_ALIGNMENT_F90_REAL16 0
#define OMPI_ALIGNMENT_F90_REAL4 4
#define OMPI_ALIGNMENT_F90_REAL8 8
#define OMPI_ALIGNMENT_FLOAT 4
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 4
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4
#define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8
#define OMPI_ALIGNMENT_FORTRAN_INTEGER 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1
#define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2
#define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER8 4
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4
#define OMPI_ALIGNMENT_FORTRAN_REAL 4
#define OMPI_ALIGNMENT_FORTRAN_REAL16 4
#define OMPI_ALIGNMENT_FORTRAN_REAL4 4
#define OMPI_ALIGNMENT_FORTRAN_REAL8 8
#define OMPI_ALIGNMENT_INT 4
#define OMPI_ALIGNMENT_LONG 4
#define OMPI_ALIGNMENT_LONG_DOUBLE 4
#define OMPI_ALIGNMENT_LONG_LONG 4
#define OMPI_ALIGNMENT_SHORT 2
#define OMPI_ALIGNMENT_VOID_P 4
#define OMPI_ALIGNMENT_WCHAR 4
#define OMPI_ARCH "i686-pc-linux-gnu"
#define OMPI_ASM_ALIGN_LOG 
#define OMPI_ASM_GLOBAL ".globl"
#define OMPI_ASM_GSYM ""
#define OMPI_ASM_LABEL_SUFFIX ":"
#define OMPI_ASM_LSYM ".L"
#define OMPI_ASM_SIZE "1"
#define OMPI_ASM_SUPPORT_64BIT 1
#define OMPI_ASM_TEXT ".text"
#define OMPI_ASM_TYPE "@"
#define OMPI_ASSEMBLY_ARCH OMPI_IA32
#define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1"
#define OMPI_BTL_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_BTL_PORTALS_REDSTORM 0
#define OMPI_BTL_PORTALS_STARTING_TABLE_ID 0
#define OMPI_BTL_PORTALS_UTCP 1
#define OMPI_CC "gcc"
#define OMPI_CXX "g++"
#define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
#define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
#define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
#define OMPI_C_DEC_INLINE_ASSEMBLY 0
#define OMPI_C_GCC_INLINE_ASSEMBLY 1
#define OMPI_C_XLC_INLINE_ASSEMBLY 0
#define OMPI_ENABLE_DEBUG 0
#define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1
#define OMPI_ENABLE_MEM_DEBUG 0
#define OMPI_ENABLE_MEM_PROFILE 0
#define OMPI_ENABLE_MPI_PROFILING 1
#define OMPI_ENABLE_MPI_THREADS 0
#define OMPI_ENABLE_PROGRESS_THREADS 0
#define OMPI_ENABLE_PTY_SUPPORT 1
#define OMPI_F77 "pgf77"
#define OMPI_F77_CAPS 0
#define OMPI_F77_DOUBLE_UNDERSCORE 0
#define OMPI_F77_PLAIN 0
#define OMPI_F77_SINGLE_UNDERSCORE 1
#define OMPI_F90 "pgf90"
#define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
#define OMPI_FORTRAN_VALUE_TRUE -1
#define OMPI_GREEK_VERSION "a1"
#define OMPI_HAVE_ASM_FILE 1
#define OMPI_HAVE_BROKEN_QSORT 0
#define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
#define OMPI_HAVE_F90_COMPLEX16 1
#define OMPI_HAVE_F90_COMPLEX32 0
#define OMPI_HAVE_F90_COMPLEX8 1
#define OMPI_HAVE_F90_INTEGER1 1
#define OMPI_HAVE_F90_INTEGER16 0
#define OMPI_HAVE_F90_INTEGER2 1
#define OMPI_HAVE_F90_INTEGER4 1
#define OMPI_HAVE_F90_INTEGER8 1
#define OMPI_HAVE_F90_REAL16 0
#define OMPI_HAVE_F90_REAL4 1
#define OMPI_HAVE_F90_REAL8 1
#define OMPI_HAVE_FORTRAN_COMPLEX 1
#define OMPI_HAVE_FORTRAN_COMPLEX16 1
#define OMPI_HAVE_FORTRAN_COMPLEX32 0
#define OMPI_HAVE_FORTRAN_COMPLEX8 1
#define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
#define OMPI_HAVE_FORTRAN_INTEGER 1
#define OMPI_HAVE_FORTRAN_INTEGER1 1
#define OMPI_HAVE_FORTRAN_INTEGER16 0
#define OMPI_HAVE_FORTRAN_INTEGER2 1
#define OMPI_HAVE_FORTRAN_INTEGER4 1
#define OMPI_HAVE_FORTRAN_INTEGER8 1
#define OMPI_HAVE_FORTRAN_LOGICAL 1
#define OMPI_HAVE_FORTRAN_REAL 1
#define OMPI_HAVE_FORTRAN_REAL16 0
#define OMPI_HAVE_FORTRAN_REAL4 1
#define OMPI_HAVE_FORTRAN_REAL8 1
#define OMPI_HAVE_POSIX_THREADS 1
#define OMPI_HAVE_SA_LEN 0
#define OMPI_HAVE_SA_RESTART 1
#define OMPI_HAVE_SOLARIS_THREADS 0
#define OMPI_HAVE_UNDERSCORE_VA_COPY 1
#define OMPI_HAVE_VA_COPY 1
#define OMPI_HAVE_WEAK_SYMBOLS 1
#define OMPI_MAJOR_VERSION 1
#define OMPI_MCA_BTL_OPENIB_HAVE_SRQ 0
#define OMPI_MCA_MPOOL_OPENIB_HAVE_SRQ 0
#define OMPI_MCA_PTL_GM_CACHE_ENABLE 0
#define OMPI_MINOR_VERSION 0
#define OMPI_MPI_OFFSET_TYPE long long
#define OMPI_NEED_C_BOOL 1
#define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
#define OMPI_PRECISION_F90_COMPLEX16 15
#define OMPI_PRECISION_F90_COMPLEX32 0
#define OMPI_PRECISION_F90_COMPLEX8 6
#define OMPI_PRECISION_F90_REAL16 0
#define OMPI_PRECISION_F90_REAL4 6
#define OMPI_PRECISION_F90_REAL8 15
#define OMPI_RANGE_F90_COMPLEX16 307
#define OMPI_RANGE_F90_COMPLEX32 0
#define OMPI_RANGE_F90_COMPLEX8 37
#define OMPI_RANGE_F90_REAL16 0
#define OMPI_RANGE_F90_REAL4 37
#define OMPI_RANGE_F90_REAL8 307
#define OMPI_RELEASE_VERSION 2
#define OMPI_RML_CNOS_HAVE_BARRIER 0
#define OMPI_SIZEOF_F90_COMPLEX16 16
#define OMPI_SIZEOF_F90_COMPLEX32 0
#define OMPI_SIZEOF_F90_COMPLEX8 8
#define OMPI_SIZEOF_F90_INT1 1
#define OMPI_SIZEOF_F90_INT16 0
#define OMPI_SIZEOF_F90_INT2 2
#define OMPI_SIZEOF_F90_INT4 4
#define OMPI_SIZEOF_F90_INT8 8
#define OMPI_SIZEOF_F90_REAL16 0
#define OMPI_SIZEOF_F90_REAL4 4
#define OMPI_SIZEOF_F90_REAL8 8
#define OMPI_SIZEOF_FORTRAN_COMPLEX 8
#define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
#define OMPI_SIZEOF_FORTRAN_COMPLEX32 16
#define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
#define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
#define OMPI_SIZEOF_FORTRAN_INTEGER 4
#define OMPI_SIZEOF_FORTRAN_INTEGER1 1
#define OMPI_SIZEOF_FORTRAN_INTEGER16 8
#define OMPI_SIZEOF_FORTRAN_INTEGER2 2
#define OMPI_SIZEOF_FORTRAN_INTEGER4 4
#define OMPI_SIZEOF_FORTRAN_INTEGER8 8
#define OMPI_SIZEOF_FORTRAN_LOGICAL 4
#define OMPI_SIZEOF_FORTRAN_REAL 4
#define OMPI_SIZEOF_FORTRAN_REAL16 8
#define OMPI_SIZEOF_FORTRAN_REAL4 4
#define OMPI_SIZEOF_FORTRAN_REAL8 8
#define OMPI_THREADS_HAVE_DIFFERENT_PIDS 0
#define OMPI_USE_STDBOOL_H 1
#define OMPI_VERSION "2"
#define OMPI_WANT_CXX_BINDINGS 1
#define OMPI_WANT_F77_BINDINGS 1
#define OMPI_WANT_F90_BINDINGS 1
#define OMPI_WANT_LIBLTDL 1
#define OMPI_WANT_MPI2_ONE_SIDED 0
#define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
#define OMPI_WANT_SMP_LOCKS 1
#define OPAL_ENABLE_TRACE 0
#define OPAL_GREEK_VERSION "a1"
#define OPAL_MAJOR_VERSION 1
#define OPAL_MINOR_VERSION 0
#define OPAL_PAFFINITY_LINUX_SCHED_SETAFF_NUM_PARAMS 3
#define OPAL_RELEASE_VERSION 2
#define OPAL_VERSION "2"
#define ORTE_GREEK_VERSION "a1"
#define ORTE_MAJOR_VERSION 1
#define ORTE_MINOR_VERSION 0
#define ORTE_RELEASE_VERSION 2
#define ORTE_VERSION "2"
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
#define PACKAGE_NAME "Open MPI"
#define PACKAGE_STRING "Open MPI 1.0.2a1"
#define PACKAGE_TARNAME "openmpi"
#define PACKAGE_VERSION "1.0.2a1"
#define SIZEOF_BOOL 1
#define SIZEOF_CHAR 1
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_DOUBLE 12
#define SIZEOF_LONG_LONG 8
#define SIZEOF_PID_T 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define WRAPPER_EXTRA_CFLAGS "-pthread "
#define WRAPPER_EXTRA_CXXFLAGS "-pthread "
#define WRAPPER_EXTRA_FCFLAGS " "
#define WRAPPER_EXTRA_FFLAGS " "
#define WRAPPER_EXTRA_LDFLAGS " "
#define WRAPPER_EXTRA_LIBS " -lutil -lnsl -lpthread -ldl  -Wl,--export-dynamic 
-lm -lutil -lnsl -lpthread -ldl "
#define YYTEXT_POINTER 1
#define _GNU_SOURCE 1
#define inline __inline__
#define ompi_fortran_bogus_type_t int
#define ompi_fortran_double_precision_t double
#define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
#define ompi_fortran_integer1_t char
#define ompi_fortran_integer2_t short
#define ompi_fortran_integer4_t int
#define ompi_fortran_integer8_t long long
#define ompi_fortran_integer_t int
#define ompi_fortran_logical_t int
#define ompi_fortran_real16_t ompi_fortran_bogus_type_t
#define ompi_fortran_real4_t float
#define ompi_fortran_real8_t double
#define ompi_fortran_real_t float
#define restrict __restrict
#endif
#endif
#ifdef __cplusplus
#ifndef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
wowbagger.cluster slots=1
node51.cluster slots=2
node52.cluster slots=2
node53.cluster slots=2
node54.cluster slots=2
node55.cluster slots=2
node56.cluster slots=2
node57.cluster slots=2
node62.cluster slots=2
node63.cluster slots=2
node64.cluster slots=2
node65.cluster slots=2
node66.cluster slots=2
node67.cluster slots=2
node68.cluster slots=2
node69.cluster slots=2
node70.cluster slots=2
node71.cluster slots=2
node72.cluster slots=2

Attachment: pgp0w5LnR6hYY.pgp
Description: PGP signature

Reply via email to