Rainer Keller a écrit :


Could You please email the config.log file?
Also, it would be interesting what version of intel-compiler You are using.

Well I have actually tried with 2 different versions: 8.0.034 and 8.1.018. The config.log is attached (I hope this works on the mailing list...)

The installation works fine with g95 and gfortran (provided I specify
the 64 library in LD_LIBRARY_PATH in the case of gfortran)

But then, when I compile my code with mpif90, it takes about 15 minutes.
Can You strace, on where the compiler is hanging?
The compiler is not hanging it is completing the task, it just slows down very much for modules that contain MPI calls...

But in between I found out that if I replace the proprer f90 "USE MPI" by the old " include 'mpif.h' ", it compiles at normal speed...


PS: When compiling OpenMPI are You using a combination of gcc for C/C++ and ifort for Fortan compilation? This will not work, as the compilers have different views on e.g. boolean variables and values, so parameter passing from Your code into OpenMPI will be botched up. Currently, You may only use C / Fortran Compiler from one vendor.
Okay, I guess this is it. I am indeed using gcc, g++ and intel fortran. Then I should try with icc?

Benoit.
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.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = zelkova.obspm.fr
uname -m = x86_64
uname -r = 2.6.5-1.358smp
uname -s = Linux
uname -v = #1 SMP Sat May 8 09:28:14 EDT 2004

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

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

PATH: /usr/kerberos/sbin
PATH: /usr/local/open-mpi-gfortran/bin
PATH: /usr/local/pgplot
PATH: /opt/gfortran/bin
PATH: /opt/g95-install/bin
PATH: /opt/intel/bin
PATH: /opt/intel/C/bin
PATH: /usr/local/pgplot
PATH: /usr/local/open-mpi/bin
PATH: /usr/local/open-mpi
PATH: /opt/intel/bin
PATH: /opt/intel/C/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


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

configure:1829: checking for a BSD-compatible install
configure:1884: result: /usr/bin/install -c
configure:1895: checking whether build environment is sane
configure:1938: result: yes
configure:2003: checking for gawk
configure:2019: found /bin/gawk
configure:2029: result: gawk
configure:2039: checking whether make sets $(MAKE)
configure:2059: result: yes
configure:2473: checking Open MPI version
configure:2475: result: 1.0.1
configure:2477: checking Open MPI Subversion repository version
configure:2479: result: r8453
configure:2482: checking Open Run-Time Environment (ORTE) version
configure:2484: result: 1.0.1
configure:2486: checking ORTE Subversion repository version
configure:2488: result: r8453
configure:2491: checking Open Portable Access Layer (OPAL) version
configure:2493: result: 1.0.1
configure:2495: checking OPAL Subversion repository version
configure:2497: result: r8453
configure:2520: builddir: /home/semelin/openmpi-1.0.1
configure:2522: srcdir: /home/semelin/openmpi-1.0.1
configure:2544: checking build system type
configure:2562: result: x86_64-unknown-linux-gnu
configure:2590: checking host system type
configure:2604: result: x86_64-unknown-linux-gnu
configure:2631: checking for ompi_clean
configure:2664: result: no
configure:2755: checking Whether to run code coverage
configure:2782: result: no
configure:2792: checking whether to debug memory usage
configure:2804: result: no
configure:2824: checking whether to profile memory usage
configure:2836: result: no
configure:2856: checking if want developer-level compiler pickyness
configure:2868: result: no
configure:2883: checking if want developer-level debugging code
configure:2895: result: no
configure:2920: checking if want Fortran 77 bindings
configure:2928: result: yes
configure:2942: checking if want Fortran 90 bindings
configure:2950: result: yes
configure:2970: checking whether to enable PMPI
configure:2978: result: yes
configure:2995: checking if want C++ bindings
configure:3003: result: yes
configure:3017: checking if want to enable weak symbol support
configure:3025: result: yes
configure:3038: checking if want run-time MPI parameter checking
configure:3059: result: runtime
configure:3082: checking if want to install OMPI header files
configure:3095: result: no
configure:3113: checking if want pretty-print stacktrace
configure:3125: result: yes
configure:3138: checking if want deprecated executable names
configure:3150: result: no
configure:3172: checking if want MPI-2 one-sided empty shell functions
configure:3210: result: no
configure:3242: checking max supported array dimension in F90 MPI bindings
configure:3257: result: 4
configure:3262: checking if pty support should be enabled
configure:3274: result: yes
configure:3287: checking if user wants dlopen support
configure:3302: result: yes
configure:3310: checking if heterogeneous support should be enabled
configure:3322: result: yes
configure:3336: checking if want trace file debugging
configure:3348: result: no
configure:3553: checking for style of include used by make
configure:3581: result: GNU
configure:3657: checking for gcc
configure:3673: found /opt/gfortran/bin/gcc
configure:3683: result: gcc
configure:3927: checking for C compiler version
configure:3930: gcc --version </dev/null >&5
gcc (GCC) 4.2.0 20060224 (experimental)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3933: $? = 0
configure:3935: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/var/tmp/gfortran-20060224/irun --enable-languages=c,f95
Thread model: posix
gcc version 4.2.0 20060224 (experimental)
configure:3938: $? = 0
configure:3940: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3943: $? = 1
configure:3966: checking for C compiler default output file name
configure:3969: gcc -DNDEBUG    conftest.c  >&5
configure:3972: $? = 0
configure:4018: result: a.out
configure:4023: checking whether the C compiler works
configure:4029: ./a.out
configure:4032: $? = 0
configure:4049: result: yes
configure:4056: checking whether we are cross compiling
configure:4058: result: no
configure:4061: checking for suffix of executables
configure:4063: gcc -o conftest -DNDEBUG    conftest.c  >&5
configure:4066: $? = 0
configure:4091: result: 
configure:4097: checking for suffix of object files
configure:4118: gcc -c -DNDEBUG   conftest.c >&5
configure:4121: $? = 0
configure:4143: result: o
configure:4147: checking whether we are using the GNU C compiler
configure:4171: gcc -c -DNDEBUG   conftest.c >&5
configure:4177: $? = 0
configure:4181: test -z 
			 || test ! -s conftest.err
configure:4184: $? = 0
configure:4187: test -s conftest.o
configure:4190: $? = 0
configure:4203: result: yes
configure:4209: checking whether gcc accepts -g
configure:4230: gcc -c -g  conftest.c >&5
configure:4236: $? = 0
configure:4240: test -z 
			 || test ! -s conftest.err
configure:4243: $? = 0
configure:4246: test -s conftest.o
configure:4249: $? = 0
configure:4260: result: yes
configure:4277: checking for gcc option to accept ANSI C
configure:4347: gcc  -c -DNDEBUG   conftest.c >&5
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4384: result: none needed
configure:4402: gcc -c -DNDEBUG   conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:4408: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4543: checking dependency style of gcc
configure:4633: result: gcc3
configure:4661: checking whether gcc and cc understand -c and -o together
configure:4691: gcc -c conftest.c -o conftest.o >&5
configure:4694: $? = 0
configure:4696: gcc -c conftest.c -o conftest.o >&5
configure:4699: $? = 0
configure:4706: cc -c conftest.c >&5
configure:4709: $? = 0
configure:4712: cc -c conftest.c -o conftest.o >&5
configure:4715: $? = 0
configure:4717: cc -c conftest.c -o conftest.o >&5
configure:4720: $? = 0
configure:4738: result: yes
configure:4766: checking if compiler impersonates gcc
configure:4794: gcc -c -DNDEBUG   conftest.c >&5
configure:4800: $? = 0
configure:4804: test -z 
			 || test ! -s conftest.err
configure:4807: $? = 0
configure:4810: test -s conftest.o
configure:4813: $? = 0
configure:4825: result: no
configure:5094: checking if gcc supports -finline-functions
configure:5115: gcc -c -DNDEBUG  -finline-functions  conftest.c >&5
configure:5121: $? = 0
configure:5125: test -z 
			 || test ! -s conftest.err
configure:5128: $? = 0
configure:5131: test -s conftest.o
configure:5134: $? = 0
configure:5145: result: yes
configure:5154: checking if gcc supports -fno-strict-aliasing
configure:5175: gcc -c -DNDEBUG  -fno-strict-aliasing  conftest.c >&5
configure:5181: $? = 0
configure:5185: test -z 
			 || test ! -s conftest.err
configure:5188: $? = 0
configure:5191: test -s conftest.o
configure:5194: $? = 0
configure:5205: result: yes
configure:5281: WARNING:  -fno-strict-aliasing has been added to CFLAGS
configure:5520: checking for C optimization flags
configure:5581: result: -O3 -DNDEBUG -fno-strict-aliasing
configure:5594: checking how to run the C preprocessor
configure:5629: gcc -E  conftest.c
configure:5635: $? = 0
configure:5667: gcc -E  conftest.c
conftest.c:36:28: error: ac_nonexistent.h: No such file or directory
configure:5673: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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:5712: result: gcc -E
configure:5736: gcc -E  conftest.c
configure:5742: $? = 0
configure:5774: gcc -E  conftest.c
conftest.c:36:28: error: ac_nonexistent.h: No such file or directory
configure:5780: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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:5824: checking for egrep
configure:5834: result: grep -E
configure:5839: checking for ANSI C header files
configure:5864: gcc -c -O3 -DNDEBUG -fno-strict-aliasing  conftest.c >&5
configure:5870: $? = 0
configure:5874: test -z 
			 || test ! -s conftest.err
configure:5877: $? = 0
configure:5880: test -s conftest.o
configure:5883: $? = 0
configure:5969: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:8546: $? = 0
configure:8548: ./conftest
configure:8551: $? = 0
configure:8574: result: 8
configure:8582: checking for long long
configure:8636: result: yes
configure:8639: checking size of long long
configure:8958: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:9377: $? = 0
configure:9379: ./conftest
configure:9382: $? = 0
configure:9405: result: 16
configure:9413: checking for float
configure:9437: gcc -c -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:10620: $? = 0
configure:10622: ./conftest
configure:10625: $? = 0
configure:10648: result: 8
configure:10655: checking for size_t
configure:10679: gcc -c -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:11034: $? = 0
configure:11036: ./conftest
configure:11039: $? = 0
configure:11062: result: 8
configure:11075: checking alignment of char
configure:11472: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:13223: $? = 0
configure:13225: ./conftest
configure:13228: $? = 0
configure:13248: result: 8
configure:13261: checking alignment of long long
configure:13658: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:13661: $? = 0
configure:13663: ./conftest
configure:13666: $? = 0
configure:13686: result: 8
configure:13699: checking alignment of float
configure:14096: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   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 -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:14536: $? = 0
configure:14538: ./conftest
configure:14541: $? = 0
configure:14561: result: 8
configure:14574: checking alignment of long double
configure:14971: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:14974: $? = 0
configure:14976: ./conftest
configure:14979: $? = 0
configure:14999: result: 16
configure:15012: checking alignment of void *
configure:15409: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:15412: $? = 0
configure:15414: ./conftest
configure:15417: $? = 0
configure:15437: result: 8
configure:15454: checking for C bool type
configure:15473: gcc -c -O3 -DNDEBUG -fno-strict-aliasing  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: expected ';' 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.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| /* 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 -O3 -DNDEBUG  -Werror -ansi  conftest.c >&5
conftest.c:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo_t'
conftest.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__' 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.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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 -O3 -DNDEBUG  -Werror -ansi  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 -O3 -DNDEBUG  -Werror -ansi  conftest.c >&5
conftest.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'x'
configure:15630: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #define OMPI_NEED_C_BOOL 1
| #ifndef __cplusplus
| #define inline __inline__
| #endif
| /* end confdefs.h.  */
| float * restrict x;
configure:15624: gcc -c -O3 -DNDEBUG  -Werror -ansi  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:15701: gcc -O3 -DNDEBUG  -Werror -ansi  -c conftest_weak.c
configure:15708: $? = 0
configure:15718: gcc -O3 -DNDEBUG  -Werror -ansi  conftest.c conftest_weak.o -o conftest  
configure:15725: $? = 0
configure:15749: result: yes
configure:15981: checking for g++
configure:15997: found /usr/bin/g++
configure:16007: result: g++
configure:16023: checking for C++ compiler version
configure:16026: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2003 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
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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   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  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   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   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:90: error: `exit' undeclared (first use this function)
conftest.cc:90: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:16248: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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   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   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  conftest.cc
configure:16435: $? = 0
configure:16467: g++ -E  conftest.cc
conftest.cc:89:28: 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.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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  conftest.cc
configure:16542: $? = 0
configure:16574: g++ -E  conftest.cc
conftest.cc:89:28: 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.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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 -O3 -DNDEBUG -fno-strict-aliasing  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 -O3 -DNDEBUG -fno-strict-aliasing  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:17469: g++ -DNDEBUG -finline-functions -c conftest1.C
configure:17479: g++ -DNDEBUG -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: -O3 -DNDEBUG -finline-functions
configure:17673: checking for bool
configure:17697: g++ -c -O3 -DNDEBUG -finline-functions  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 -O3 -DNDEBUG -finline-functions   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 -O3 -DNDEBUG -finline-functions   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:18664: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18667: $? = 0
configure:18672: gcc -O3 -DNDEBUG -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:18675: $? = 0
configure:18680: gcc -O3 -DNDEBUG -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:18683: $? = 1
conftest_c.o(.text+0x5): In function `main':
: 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:18664: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18667: $? = 0
configure:18672: gcc -O3 -DNDEBUG -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:18675: $? = 0
configure:18680: gcc -O3 -DNDEBUG -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:18683: $? = 0
configure:18721: result: 
configure:18739: checking for BSD-compatible nm
configure:18781: result: /usr/bin/nm -B
configure:18789: checking prefix for lsym labels
configure: trying L
configure:18805: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18808: $? = 0
configure: trying .L
configure:18805: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18808: $? = 0
configure:18850: result: .L
configure:18861: checking prefix for function in .type
configure: trying @
configure:18884: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18887: $? = 0
configure:18918: result: @
configure:18930: checking if .size is needed
configure:18940: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:18943: $? = 0
configure:18964: result: yes
configure:18988: checking if .align directive takes logarithmic value
configure:19003: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:19006: $? = 0
configure: .align test address offset is 04
configure:19029: result: no
configure:19046: checking for fgrep
configure:19056: result: grep -F
configure:19074: checking whether to enable smp locks
configure:19082: result: yes
configure:19377: checking if gcc supports GCC inline assembly
configure:19410: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
configure:19413: $? = 0
configure:19415: ./conftest
configure:19418: $? = 0
configure:19490: result: yes
configure:19509: checking if gcc supports DEC inline assembly
configure:19531: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing   conftest.c  >&5
conftest.c:140:19: error: c_asm.h: No such file or directory
configure:19537: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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:19562: result: no
configure:19581: checking if gcc supports XLC inline assembly
configure:19591: result: no
configure:19611: checking if g++ supports GCC inline assembly
configure:19644: g++ -o conftest -O3 -DNDEBUG -finline-functions   conftest.cc  >&5
configure:19647: $? = 0
configure:19649: ./conftest
configure:19652: $? = 0
configure:19723: result: yes
configure:19754: checking if g++ supports DEC inline assembly
configure:19776: g++ -o conftest -O3 -DNDEBUG -finline-functions   conftest.cc  >&5
conftest.cc:143:19: c_asm.h: No such file or directory
configure:19782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Open MPI 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 0
| #define OMPI_RELEASE_VERSION 1
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "1"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 1
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "1"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 1
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "1"
| #define _GNU_SOURCE 1
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define 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 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define OMPI_ALIGNMENT_CHAR 1
| #define OMPI_ALIGNMENT_SHORT 2
| #define OMPI_ALIGNMENT_WCHAR 4
| #define OMPI_ALIGNMENT_INT 4
| #define OMPI_ALIGNMENT_LONG 8
| #define OMPI_ALIGNMENT_LONG_LONG 8
| #define OMPI_ALIGNMENT_FLOAT 4
| #define OMPI_ALIGNMENT_DOUBLE 8
| #define OMPI_ALIGNMENT_LONG_DOUBLE 16
| #define OMPI_ALIGNMENT_VOID_P 8
| #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:19807: result: no
configure:19832: checking if g++ supports XLC inline assembly
configure:19842: result: no
configure:19869: checking for assembly format
configure:19871: result: default-.text-.globl-:--.L-@-1-0-1-1
configure:19882: checking for asssembly architecture
configure:19884: result: AMD64
configure:19897: checking for perl
configure:19913: found /usr/bin/perl
configure:19923: result: perl
configure:19932: checking for pre-built assembly file
configure:19940: result: yes (atomic-amd64-linux.s)
configure:19993: checking for atomic assembly filename
configure:20000: result: atomic-amd64-linux.s
configure:20147: checking for Fortran 77 compiler version
configure:20147: ifort --version </dev/null >&5
ifort: Command line warning: ignoring unknown option '-fversion'
ifort: Command line error: no files specified; for help type "ifort -help"
configure:20150: $? = 1
configure:20152: ifort -v </dev/null >&5
Version 8.1 
configure:20155: $? = 0
configure:20157: ifort -V </dev/null >&5
Intel(R) Fortran Compiler for 32-bit applications, Version 8.1    Build 20040803Z Package ID: l_fc_p_8.1.018
Copyright (C) 1985-2004 Intel Corporation.  All rights reserved.
FOR NON-COMMERCIAL USE ONLY

ifort: Command line error: no files specified; for help type "ifort -help"
configure:20160: $? = 1
configure:20168: checking whether we are using the GNU Fortran 77 compiler
configure:20182: ifort -c  conftest.F >&5
fortcom: Error: conftest.F, line 3: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % . = =>
       choke me
---------------^
fortcom: Error: conftest.F, line 3: This statement is positioned incorrectly and/or has syntax errors.
       choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:20188: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:20214: result: no
configure:20220: checking whether ifort accepts -g
configure:20232: ifort -c -g conftest.f >&5
configure:20238: $? = 0
configure:20242: test -z 
			 || test ! -s conftest.err
configure:20245: $? = 0
configure:20248: test -s conftest.o
configure:20251: $? = 0
configure:20263: result: yes
configure:20333: checking ifort external symbol convention
configure:20370: result: single underscore
configure:20490: checking if FORTRAN compiler supports LOGICAL
configure:20505: ifort -c  conftest.f >&5
configure:20511: $? = 0
configure:20515: test -z 
			 || test ! -s conftest.err
configure:20518: $? = 0
configure:20521: test -s conftest.o
configure:20524: $? = 0
configure:20527: result: yes
configure:20574: checking size of FORTRAN LOGICAL
configure:20653: gcc -O3 -DNDEBUG -fno-strict-aliasing -I. -c conftest.c
configure:20660: $? = 0
configure:20670: ifort  conftestf.f conftest.o -o conftest  
ld: warning: i386:x86-64 architecture of input file `conftest.o' is incompatible with i386 output
configure:20677: $? = 0
configure:20687: ./conftest
./conftest: error while loading shared libraries: libcxa.so.5: cannot open shared object file: No such file or directory
configure:20694: $? = 127
configure:20718: result: unknown
configure:20728: here is the C program:
#include <stdio.h>
#include <stdlib.h>


#ifdef __cplusplus
extern "C" {
#endif
void size_(char *a, char *b)
{
    int diff = (int) (b - a);
    FILE *f=fopen("conftestval", "w");
    if (!f) exit(1);
    fprintf(f, "%d\n", diff);
}
#ifdef __cplusplus
}
#endif
configure:20756: here is the fortran program:
       program fsize
       external SIZE
       LOGICAL x(2)
       call SIZE(x(1),x(2))
       end
configure:20763: WARNING: *** Problem running configure test!
configure:20765: WARNING: *** See config.log for details.
configure:20767: error: *** Cannot continue.

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=set
ac_cv_env_F77_value=ifort
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
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_PERL=perl
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_fgrep='grep -F'
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=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_void_p=8
ac_cv_type_bool=yes
ac_cv_type_char=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_short=yes
ac_cv_type_size_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
lt_cv_path_NM='/usr/bin/nm -B'
ompi_cv_asm_align_log=no
ompi_cv_asm_arch=AMD64
ompi_cv_asm_file=atomic-amd64-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=8
ompi_cv_c_align_float=4
ompi_cv_c_align_int=4
ompi_cv_c_align_long=8
ompi_cv_c_align_long_double=16
ompi_cv_c_align_long_long=8
ompi_cv_c_align_short=2
ompi_cv_c_align_void_p=8
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_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/semelin/openmpi-1.0.1/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/semelin/openmpi-1.0.1/config/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/semelin/openmpi-1.0.1/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/semelin/openmpi-1.0.1/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/semelin/openmpi-1.0.1/config/missing --run automake-1.9'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE=''
CASE_SENSITIVE_FS_TRUE=''
CC='gcc'
CCAS='gcc'
CCASFLAGS='-O3 -DNDEBUG -fno-strict-aliasing'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -DNDEBUG -fno-strict-aliasing'
CFLAGS_WITHOUT_OPTFLAGS=''
CLEANFILES='*~ .\#*'
COMPILE_PROFILING_SEPARATELY_FALSE=''
COMPILE_PROFILING_SEPARATELY_TRUE='#'
CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXCPPFLAGS=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -DNDEBUG -finline-functions'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='ifort'
FC=''
FCFLAGS=''
FCFLAGS_f90=''
FCFLAGS_f95=''
FCFLAGS_f=''
FFLAGS=''
FGREP='grep -F'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBLTDL=''
LIBLTDL_LTLIB=''
LIBLTDL_SUBDIR=''
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTDLINCL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/semelin/openmpi-1.0.1/config/missing --run makeinfo'
MCA_PROJECT_SUBDIRS=''
MCA_allocator_ALL_SUBDIRS=''
MCA_allocator_DSO_SUBDIRS=''
MCA_allocator_STATIC_LTLIBS=''
MCA_allocator_STATIC_SUBDIRS=''
MCA_bml_ALL_SUBDIRS=''
MCA_bml_DSO_SUBDIRS=''
MCA_bml_STATIC_LTLIBS=''
MCA_bml_STATIC_SUBDIRS=''
MCA_btl_ALL_SUBDIRS=''
MCA_btl_DSO_SUBDIRS=''
MCA_btl_STATIC_LTLIBS=''
MCA_btl_STATIC_SUBDIRS=''
MCA_coll_ALL_SUBDIRS=''
MCA_coll_DSO_SUBDIRS=''
MCA_coll_STATIC_LTLIBS=''
MCA_coll_STATIC_SUBDIRS=''
MCA_common_ALL_SUBDIRS=''
MCA_common_DSO_SUBDIRS=''
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=''
MCA_gpr_DSO_SUBDIRS=''
MCA_gpr_STATIC_LTLIBS=''
MCA_gpr_STATIC_SUBDIRS=''
MCA_io_ALL_SUBDIRS=''
MCA_io_DSO_SUBDIRS=''
MCA_io_STATIC_LTLIBS=''
MCA_io_STATIC_SUBDIRS=''
MCA_iof_ALL_SUBDIRS=''
MCA_iof_DSO_SUBDIRS=''
MCA_iof_STATIC_LTLIBS=''
MCA_iof_STATIC_SUBDIRS=''
MCA_maffinity_ALL_SUBDIRS=''
MCA_maffinity_DSO_SUBDIRS=''
MCA_maffinity_STATIC_LTLIBS=''
MCA_maffinity_STATIC_SUBDIRS=''
MCA_memory_ALL_SUBDIRS=''
MCA_memory_DSO_SUBDIRS=''
MCA_memory_STATIC_LTLIBS=''
MCA_memory_STATIC_SUBDIRS=''
MCA_mpool_ALL_SUBDIRS=''
MCA_mpool_DSO_SUBDIRS=''
MCA_mpool_STATIC_LTLIBS=''
MCA_mpool_STATIC_SUBDIRS=''
MCA_ns_ALL_SUBDIRS=''
MCA_ns_DSO_SUBDIRS=''
MCA_ns_STATIC_LTLIBS=''
MCA_ns_STATIC_SUBDIRS=''
MCA_ompi_FRAMEWORKS=''
MCA_ompi_FRAMEWORK_LIBS=''
MCA_oob_ALL_SUBDIRS=''
MCA_oob_DSO_SUBDIRS=''
MCA_oob_STATIC_LTLIBS=''
MCA_oob_STATIC_SUBDIRS=''
MCA_opal_FRAMEWORKS=''
MCA_opal_FRAMEWORK_LIBS=''
MCA_orte_FRAMEWORKS=''
MCA_orte_FRAMEWORK_LIBS=''
MCA_paffinity_ALL_SUBDIRS=''
MCA_paffinity_DSO_SUBDIRS=''
MCA_paffinity_STATIC_LTLIBS=''
MCA_paffinity_STATIC_SUBDIRS=''
MCA_pls_ALL_SUBDIRS=''
MCA_pls_DSO_SUBDIRS=''
MCA_pls_STATIC_LTLIBS=''
MCA_pls_STATIC_SUBDIRS=''
MCA_pml_ALL_SUBDIRS=''
MCA_pml_DIRECT_CALL_HEADER=''
MCA_pml_DSO_SUBDIRS=''
MCA_pml_STATIC_LTLIBS=''
MCA_pml_STATIC_SUBDIRS=''
MCA_ptl_ALL_SUBDIRS=''
MCA_ptl_DSO_SUBDIRS=''
MCA_ptl_STATIC_LTLIBS=''
MCA_ptl_STATIC_SUBDIRS=''
MCA_ras_ALL_SUBDIRS=''
MCA_ras_DSO_SUBDIRS=''
MCA_ras_STATIC_LTLIBS=''
MCA_ras_STATIC_SUBDIRS=''
MCA_rcache_ALL_SUBDIRS=''
MCA_rcache_DSO_SUBDIRS=''
MCA_rcache_STATIC_LTLIBS=''
MCA_rcache_STATIC_SUBDIRS=''
MCA_rds_ALL_SUBDIRS=''
MCA_rds_DSO_SUBDIRS=''
MCA_rds_STATIC_LTLIBS=''
MCA_rds_STATIC_SUBDIRS=''
MCA_rmaps_ALL_SUBDIRS=''
MCA_rmaps_DSO_SUBDIRS=''
MCA_rmaps_STATIC_LTLIBS=''
MCA_rmaps_STATIC_SUBDIRS=''
MCA_rmgr_ALL_SUBDIRS=''
MCA_rmgr_DSO_SUBDIRS=''
MCA_rmgr_STATIC_LTLIBS=''
MCA_rmgr_STATIC_SUBDIRS=''
MCA_rml_ALL_SUBDIRS=''
MCA_rml_DSO_SUBDIRS=''
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=''
MCA_sds_DSO_SUBDIRS=''
MCA_sds_STATIC_LTLIBS=''
MCA_sds_STATIC_SUBDIRS=''
MCA_soh_ALL_SUBDIRS=''
MCA_soh_DSO_SUBDIRS=''
MCA_soh_STATIC_LTLIBS=''
MCA_soh_STATIC_SUBDIRS=''
MCA_timer_ALL_SUBDIRS=''
MCA_timer_DSO_SUBDIRS=''
MCA_timer_STATIC_LTLIBS=''
MCA_timer_STATIC_SUBDIRS=''
MCA_topo_ALL_SUBDIRS=''
MCA_topo_DSO_SUBDIRS=''
MCA_topo_STATIC_LTLIBS=''
MCA_topo_STATIC_SUBDIRS=''
MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME'
OBJC=''
OBJCDEPMODE=''
OBJCFLAGS=''
OBJEXT='o'
OMPI_ASM_FILE='atomic-amd64-linux.s'
OMPI_ASM_GSYM=''
OMPI_ASM_LSYM='.L'
OMPI_ASM_SUPPORT_64BIT='1'
OMPI_ASM_TEXT='.text'
OMPI_ASM_TYPE='@'
OMPI_ASSEMBLY_ARCH='AMD64'
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_daemon_DSO_FALSE=''
OMPI_BUILD_pls_daemon_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='/opt/gfortran/bin/gcc'
OMPI_CONFIGURE_DATE='Fri Feb 24 16:54:38 CET 2006'
OMPI_CONFIGURE_HOST='zelkova.obspm.fr'
OMPI_CONFIGURE_USER='root'
OMPI_CXX_ABSOLUTE='/usr/bin/g++'
OMPI_F77_ABSOLUTE='/opt/intel/bin/ifort'
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=''
OMPI_FC_MODULE_FLAG=''
OMPI_FORTRAN_CKINDS=''
OMPI_FORTRAN_IKINDS=''
OMPI_FORTRAN_LKINDS=''
OMPI_FORTRAN_MAX_ARRAY_RANK='4'
OMPI_FORTRAN_RKINDS=''
OMPI_GREEK_VERSION=''
OMPI_HAVE_ASM_FILE_FALSE='#'
OMPI_HAVE_ASM_FILE_TRUE=''
OMPI_HAVE_POSIX_THREADS_FALSE=''
OMPI_HAVE_POSIX_THREADS_TRUE=''
OMPI_HAVE_SOLARIS_THREADS_FALSE=''
OMPI_HAVE_SOLARIS_THREADS_TRUE=''
OMPI_LIBEVENT_SOURCES=''
OMPI_MAJOR_VERSION='1'
OMPI_MINOR_VERSION='0'
OMPI_MPI_ADDRESS_KIND=''
OMPI_MPI_OFFSET_KIND=''
OMPI_RELEASE_VERSION='1'
OMPI_SIZEOF_F90_COMPLEX16=''
OMPI_SIZEOF_F90_COMPLEX32=''
OMPI_SIZEOF_F90_COMPLEX8=''
OMPI_SIZEOF_F90_INT16=''
OMPI_SIZEOF_F90_INT1=''
OMPI_SIZEOF_F90_INT2=''
OMPI_SIZEOF_F90_INT4=''
OMPI_SIZEOF_F90_INT8=''
OMPI_SIZEOF_F90_REAL16=''
OMPI_SIZEOF_F90_REAL4=''
OMPI_SIZEOF_F90_REAL8=''
OMPI_SVN_R='r8453'
OMPI_TOP_BUILDDIR='/home/semelin/openmpi-1.0.1'
OMPI_TOP_SRCDIR='/home/semelin/openmpi-1.0.1'
OMPI_VERSION='1.0.1'
OMPI_WANT_F77_BINDINGS_FALSE='#'
OMPI_WANT_F77_BINDINGS_TRUE=''
OMPI_WANT_F90_BINDINGS_FALSE=''
OMPI_WANT_F90_BINDINGS_TRUE=''
OMPI_WANT_SVN='0'
OPAL_GREEK_VERSION=''
OPAL_LTDL_CPPFLAGS=''
OPAL_MAJOR_VERSION='1'
OPAL_MINOR_VERSION='0'
OPAL_RELEASE_VERSION='1'
OPAL_SVN_R='r8453'
OPAL_VERSION='1.0.1'
OPAL_WANT_SVN='0'
ORTE_GREEK_VERSION=''
ORTE_MAJOR_VERSION='1'
ORTE_MINOR_VERSION='0'
ORTE_RELEASE_VERSION='1'
ORTE_SVN_R='r8453'
ORTE_VERSION='1.0.1'
ORTE_WANT_SVN='0'
PACKAGE='openmpi'
PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/'
PACKAGE_NAME='Open MPI'
PACKAGE_STRING='Open MPI 1.0.1'
PACKAGE_TARNAME='openmpi'
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PERL='perl'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOTALVIEW_DEBUG_FLAGS=''
VERSION='1.0.1'
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=''
WRAPPER_EXTRA_CXXFLAGS=''
WRAPPER_EXTRA_FCFLAGS=''
WRAPPER_EXTRA_FFLAGS=''
WRAPPER_EXTRA_LDFLAGS=''
WRAPPER_EXTRA_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_FC=''
ac_ct_OBJC=''
ac_ct_RANLIB=''
ac_ct_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=''
btl_mvapi_CPPFLAGS=''
btl_mvapi_LDFLAGS=''
btl_mvapi_LIBS=''
btl_mx_CFLAGS=''
btl_mx_CPPFLAGS=''
btl_mx_LDFLAGS=''
btl_mx_LIBS=''
btl_openib_CFLAGS=''
btl_openib_CPPFLAGS=''
btl_openib_LDFLAGS=''
btl_openib_LIBS=''
btl_portals_CPPFLAGS=''
btl_portals_LDFLAGS=''
btl_portals_LIBS=''
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/semelin/openmpi-1.0.1/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=''
memory_malloc_interpose_LIBS=''
mkdir_p='mkdir -p --'
mpool_gm_CFLAGS=''
mpool_gm_CPPFLAGS=''
mpool_gm_LDFLAGS=''
mpool_gm_LIBS=''
mpool_mvapi_CFLAGS=''
mpool_mvapi_CPPFLAGS=''
mpool_mvapi_LDFLAGS=''
mpool_mvapi_LIBS=''
mpool_openib_CFLAGS=''
mpool_openib_CPPFLAGS=''
mpool_openib_LDFLAGS=''
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='NONE'
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=''
sharedstatedir='${prefix}/com'
soh_bproc_CPPFLAGS=''
soh_bproc_LDFLAGS=''
soh_bproc_LIBS=''
sysconfdir='${prefix}/etc'
target_alias=''
timer_aix_LIBS=''
top_ompi_builddir='/home/semelin/openmpi-1.0.1'
top_ompi_srcdir='/home/semelin/openmpi-1.0.1'

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

#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_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_MODE_T 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_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_UNISTD_H 1
#define MPI_PARAM_CHECK ompi_mpi_param_check
#define OMPI_ALIGNMENT_CHAR 1
#define OMPI_ALIGNMENT_CXX_BOOL 1
#define OMPI_ALIGNMENT_DOUBLE 8
#define OMPI_ALIGNMENT_FLOAT 4
#define OMPI_ALIGNMENT_INT 4
#define OMPI_ALIGNMENT_LONG 8
#define OMPI_ALIGNMENT_LONG_DOUBLE 16
#define OMPI_ALIGNMENT_LONG_LONG 8
#define OMPI_ALIGNMENT_SHORT 2
#define OMPI_ALIGNMENT_VOID_P 8
#define OMPI_ALIGNMENT_WCHAR 4
#define OMPI_ARCH "x86_64-unknown-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_AMD64
#define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-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_PTY_SUPPORT 1
#define OMPI_F77 "ifort"
#define OMPI_F77_CAPS 0
#define OMPI_F77_DOUBLE_UNDERSCORE 0
#define OMPI_F77_PLAIN 0
#define OMPI_F77_SINGLE_UNDERSCORE 1
#define OMPI_GREEK_VERSION ""
#define OMPI_HAVE_ASM_FILE 1
#define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
#define OMPI_HAVE_WEAK_SYMBOLS 1
#define OMPI_MAJOR_VERSION 1
#define OMPI_MINOR_VERSION 0
#define OMPI_NEED_C_BOOL 1
#define OMPI_RELEASE_VERSION 1
#define OMPI_VERSION "1"
#define OMPI_WANT_CXX_BINDINGS 1
#define OMPI_WANT_F77_BINDINGS 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 ""
#define OPAL_MAJOR_VERSION 1
#define OPAL_MINOR_VERSION 0
#define OPAL_RELEASE_VERSION 1
#define OPAL_VERSION "1"
#define ORTE_GREEK_VERSION ""
#define ORTE_MAJOR_VERSION 1
#define ORTE_MINOR_VERSION 0
#define ORTE_RELEASE_VERSION 1
#define ORTE_VERSION "1"
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
#define PACKAGE_NAME "Open MPI"
#define PACKAGE_STRING "Open MPI 1.0.1"
#define PACKAGE_TARNAME "openmpi"
#define PACKAGE_VERSION "1.0.1"
#define SIZEOF_BOOL 1
#define SIZEOF_CHAR 1
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define _GNU_SOURCE 1
#define inline __inline__
#define ompi_fortran_bogus_type_t int
#define restrict __restrict
#endif
#endif
#ifdef __cplusplus
#ifndef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

Reply via email to